Commit Graph

668 Commits

Author SHA1 Message Date
4c0d782bd3
Merge pull request #120 from mappu/miqt-conversiondecl
Implement conversion operators
2025-01-04 13:15:11 +13:00
9bdd300985 examples/modelview_color6: add gitignore and screenshot 2025-01-04 12:48:06 +13:00
2cf02525ca examples/modelview_color6: update syntax 2025-01-04 12:48:06 +13:00
st0pli
29ceb4e235 Add QVariant__Color examples
Add QVariant__Color examples
2025-01-04 12:48:06 +13:00
913d4886ce qt: rebuild (add conversion operators) 2025-01-04 12:48:03 +13:00
81dd216f13 genbindings: add qfloat16 exceptions 2025-01-04 12:47:53 +13:00
ad635b2b38 genbindings: support conversion operators 2025-01-04 12:18:54 +13:00
c61b1b5e14
Merge pull request #119 from mappu/miqt-clang-race-condition
genbindings: fix race condition in clang output pipe
2025-01-04 11:34:09 +13:00
Jacek Sieka
60cb03785f genbindings: fix race condition in clang output pipe 2025-01-04 10:39:54 +13:00
16bb62a11d
Merge pull request #115 from mappu/miqt-32bit
Support building on 32-bit platforms
2024-12-31 17:07:59 +13:00
6036380daa cflags/windowsqtstatic: update for new 32-bit containers 2024-12-31 16:49:37 +13:00
185246e902 docker: add 32-bit mingw docker containers 2024-12-31 16:49:37 +13:00
421013ccb8 qt: rebuild (move 64-bit constants to separate build file) 2024-12-31 16:49:05 +13:00
dba031643c genbindings: move all large int constants to a 64-bit only build file 2024-12-31 16:48:28 +13:00
12618a309c
Merge pull request #70 from rcalixte/goroutine6
Add goroutine6
2024-12-30 17:12:49 +13:00
ee156b8e7a
Merge pull request #113 from mappu/miqt-doc-freebsd
Add official documentation for FreeBSD support
2024-12-29 18:56:33 +13:00
d72bc4c568 doc/goroutine6: add example screenshot 2024-12-29 18:27:19 +13:00
6768a39090 doc/README: add guidelines about mainthread 2024-12-29 18:25:52 +13:00
e347084d94 goroutine6: use mainthread.Wait() helper function 2024-12-29 18:25:21 +13:00
f71dc1c303 goroutine6: use simpler downcasts 2024-12-29 18:25:07 +13:00
8777a73081 goroutine6: run as many workers as GOMAXPROCS 2024-12-29 18:25:01 +13:00
38a75178ca mainthread: add helper function to run code in main Qt thread 2024-12-29 18:24:15 +13:00
3c716baf7f Merge branch 'master' into goroutine6 2024-12-29 18:05:57 +13:00
ed3f414a7c doc: add notes for FreeBSD 14.2 2024-12-29 17:12:30 +13:00
60052793be doc/CHANGELOG: release notes for v0.7.1 2024-12-16 18:44:03 +13:00
6aca27dadb gitignore: fix path for mdoutliner6 2024-12-16 18:43:57 +13:00
4474952246 doc/CHANGELOG: fix typo in v0.7.0 changelog 2024-12-16 18:43:29 +13:00
b31a1e3dfe
Merge pull request #103 from mappu/miqt-automatic-bool
Automatic handling for -D_Bool=bool where required
2024-12-14 10:21:22 +13:00
cdcd1e71e0 doc/README: updated MSYS2 install instructions 2024-12-11 19:56:11 +13:00
240d1c3925 doc/README: remove requirement for manual bool define 2024-12-11 19:55:59 +13:00
7f114f1538 qt: rebuild (add -D_Bool=bool handling) 2024-12-11 19:55:47 +13:00
641dbd6d21 genbindings/cabi: add automatic -D_Bool=bool handling 2024-12-11 19:55:32 +13:00
02fd3dae07
Merge pull request #101 from mappu/miqt-derived-bases
Fixes for calling methods on base classes
2024-12-08 14:39:06 +13:00
26d3e8170e qt: rebuild (base class pointers) 2024-12-07 17:44:30 +13:00
5a7a46e28f genbindings: use separate virtbase helper to get base pointers 2024-12-07 17:44:27 +13:00
398abfd574 qt: rebuild (merge some temporary variables) 2024-12-07 15:02:06 +13:00
1baf7342e5 genbindings: merge codepaths for go return value construction 2024-12-07 15:00:03 +13:00
ce87828d36 qt: rebuild (add panic on invalid subclass attempt) 2024-12-07 14:43:28 +13:00
5271f8d4a1 genbindings: panic when trying to override methods on non-subclass 2024-12-07 14:18:47 +13:00
138883fb2d doc/README: add link to benchmarks thread 2024-12-07 14:18:06 +13:00
Rick Calixte
60022e37e7
Add goroutine6
Ported from:
https://github.com/therecipe/examples/blob/master/advanced/widgets/goroutine/main.go
2024-11-27 21:36:36 -05:00
5f7b9a47b8 doc/CHANGELOG: release notes for v0.7.0 2024-11-27 20:59:47 +13:00
863fd72333 doc/CHANGELOG: add extra entry for initial development 2024-11-27 20:59:40 +13:00
67c935c10b
Merge pull request #96 from mappu/miqt-webengine
Add bindings for QtWebEngine
2024-11-27 20:42:33 +13:00
a6eab7a514 doc/README: update latest list of package bindings 2024-11-27 18:19:01 +13:00
b04953bc5f doc/README: update latest Linux build test notes 2024-11-27 18:18:53 +13:00
77cd3f2e79 webengine: add examples 2024-11-27 18:16:55 +13:00
ad55d185da webengine: initial generation 2024-11-27 18:16:48 +13:00
6b2935add1 webengine: add genbindings integration 2024-11-27 18:16:40 +13:00
ac3bb31a71 qt/network: rebuild (fix enum name collision) 2024-11-27 18:16:25 +13:00