Commit Graph

340 Commits

Author SHA1 Message Date
fe6e9ce30b genbindings/qapplication: use LockOSThread() to bind Qt main thread 2024-11-18 19:28:36 +13:00
ae70105920 QDeadlineTimer: remove non-public method 2024-11-17 19:33:38 +13:00
2f99f450a5 genbindings/enums: remove some excess logging 2024-11-17 19:18:08 +13:00
d07996d2ed genbindings/headers: more detailed include guards, use pragma once 2024-11-17 19:18:02 +13:00
2d665dd840 genbindings/fmt: replace trivial sprintf with strconv 2024-11-17 19:17:54 +13:00
f6acae63bb genbindings/cabi: normalize container comments 2024-11-17 19:17:48 +13:00
58ec6e1821 genbindings: add QPair<> support 2024-11-17 19:17:31 +13:00
dc39b7ca65 genbindings/containers: fixes for special characters in container names 2024-11-17 19:17:22 +13:00
e1cbcb4629 genbindings/qmap: fix not applying typedefs to inner types 2024-11-17 19:17:16 +13:00
598b8bdb89 genbindings/cabi: inline return statements in emitAssignCppToCabi 2024-11-17 19:17:09 +13:00
caee076af8 genbindings/go: implement cabi type roundtrips for pointer types 2024-11-17 19:17:03 +13:00
5a3c3556a1 genbindings/intermediate: add Void() helper method 2024-11-17 19:16:51 +13:00
4fbf4c702a genbindings: refactor move state tracker to new file 2024-11-17 19:16:45 +13:00
6ae2235cb4 genbindings/typedefs: refactor extract single method helper 2024-11-17 19:16:40 +13:00
0ffb24d11a genbindings/blocklist: refactor extract single method helper 2024-11-17 19:16:34 +13:00
d9bfece505 genbindings/state: track class lookup locations 2024-11-17 19:16:25 +13:00
ed18c216f3 genbindings/exceptions: move QGADGET to exceptions file 2024-11-17 19:16:07 +13:00
Rick Calixte
a067210548
genbindings: Lint cleanup 2024-11-13 08:33:51 -05:00
a6d314559f multimedia: add blocklist for QWaveDecoder::setIODevice 2024-11-11 19:05:09 +13:00
c40d54ef5e doc/README: simplify FAQ entry about library bindings 2024-11-06 18:44:05 +13:00
841a7a2835 qscintilla6: definitions 2024-11-06 18:44:05 +13:00
df7aae6f1b qmultimedia: add support in genbindings 2024-11-06 18:44:02 +13:00
e41f991a23 qnetwork: add support in genbindings 2024-11-06 18:38:25 +13:00
9e33eb65b6 qt/cbor: split cbor into separate package 2024-11-06 18:38:18 +13:00
ce8dd5631a qprintsupport: rename to qt/printsupport [BREAKING] 2024-11-04 22:24:54 +13:00
a009008525 genbindings: add qmap/qhash support 2024-11-04 21:33:45 +13:00
69011a5acb genbindings/cabi: refactor and simplify getReferencedTypes 2024-11-04 20:48:56 +13:00
b53707c7cf genbindings: pass miqt_array in CABI by value 2024-11-04 20:18:11 +13:00
c4607aa5b8 genbindings: move cgo mallocSize into helper function 2024-11-04 18:38:17 +13:00
01d347cea2 uic: update README since the issue described has been resolved 2024-10-27 18:45:48 +13:00
f93573f370 rcc: remove accidental checked-in binary 2024-10-27 18:45:29 +13:00
6d487dfec9 genbindings: exclude Qt 6 QGuiApplication::platform that does not build on Win32 2024-10-27 12:47:01 +13:00
9e48407b63 rcc: port from bash to Go, for simpler cross-platform go-generate 2024-10-26 14:20:36 +13:00
6ffd9457c5 uic: always assume NewFoo is the correct constructor 2024-10-26 14:18:28 +13:00
ecab4f1d09 genbindings: reorder ctors to put (QWidget* parent) version first 2024-10-26 13:46:16 +13:00
ba9f518767 genbindings/config: adjustments for Qt 6.7 support 2024-10-26 12:35:27 +13:00
c1b31e787b genbindings: move AllowClass from parse-time to transformation AST pass
This exposes some more valid types.
2024-10-26 12:35:27 +13:00
2fa853d836 genbindings/config: make AllowType a superset of AllowClass 2024-10-26 12:35:27 +13:00
ee25750b35 genbindings: rename CheckComplexity->AllowType 2024-10-26 12:35:27 +13:00
ba423f153a genbindings: implement "BecomesNonConstInVersion" quirk support 2024-10-26 12:35:01 +13:00
db2f367f8c docs: update for Qt 6, QByteArray, more clear wording 2024-10-22 18:45:29 +13:00
24a41b18b5 genbindings/main: better handling for skipping empty files 2024-10-21 19:10:31 +13:00
7347073bd8 genbindings/main: fix duplicate header name collision in packages 2024-10-21 19:10:31 +13:00
ceb58fc26e genbindings/main: move library list into a config file 2024-10-21 19:10:31 +13:00
92b80a4f5b qt6/qprintsupport: add binding rules 2024-10-21 19:10:31 +13:00
ab84c70f03 qt6: initial support 2024-10-21 19:10:31 +13:00
aed94883cf genbindings: escape hyphens in generated header include guards 2024-10-21 19:10:31 +13:00
301fa27e83 genbindings/main: uniform handling for package subdirectories 2024-10-21 19:10:31 +13:00
366739f5c1 handbindings: remove some checked-in binaries 2024-10-21 18:12:35 +13:00
82413f8967 scintillaedit: add support 2024-10-20 18:07:38 +13:00