Commit Graph

72 Commits

Author SHA1 Message Date
mappu 869e316715 genbindings/qflags: emit qflags as inner type 2024-09-20 18:41:22 +12:00
mappu 286cfa90c9 genbindings/typedefs: centralize exceptions 2024-09-20 18:41:21 +12:00
mappu 3f1c8cb1b8 genbindings/go: add extra type cast for QIntegerForSizeof<void *>::Signed 2024-09-18 13:43:25 +12:00
mappu eae85ac325 genbindings: preserve const/ptr attributes through typedefs 2024-09-18 13:08:18 +12:00
mappu 99aaf69b13 genbindings: remove uintptr fallbacks for more and accurate enum/typedef handling 2024-09-18 12:11:48 +12:00
mappu b7a488dac0 genbindings: more accurate enum type handling 2024-09-18 09:35:53 +12:00
mappu 25008355a7 genbindings: initial QSet<> support 2024-09-17 21:48:26 +12:00
mappu 04399db98d genbindings: implement miqt_array parameter passing 2024-09-14 18:26:59 +12:00
mappu d3a159a462 genbindings/cabi: move method renaming to helper function 2024-09-11 18:06:17 +12:00
mappu 7880f14c52 genbindings/cabi: refactor extract cpp-to-cabi handling from return path 2024-09-11 18:04:32 +12:00
mappu d6d4afb4f2 genbindings: generate signal connection handlers for overloads 2024-09-07 15:25:25 +12:00
mappu d62ec99cf1 genbindings: add support for enums 2024-09-04 18:54:12 +12:00
mappu 2323c12b55 support marking data types as linux-only 2024-09-01 17:50:58 +12:00
mappu 1e539748e6 genbindings: more exceptions 2024-08-29 19:01:21 +12:00
mappu d8c7e9e770 genbindings: fixes for signed char, pointer+reference types 2024-08-29 19:01:12 +12:00
mappu 4df990b345 genbindings: rely entirely on typedefs for QList<> handling 2024-08-29 18:07:07 +12:00
mappu 97a56647b7 genbindings: fixes for QStrings 2024-08-29 17:17:12 +12:00
mappu 050d668765 genbindings: centralize handling of flag types 2024-08-29 17:16:36 +12:00
mappu 56395eaa7a genbindings: parse and call const methods for disambiguation 2024-08-28 18:47:23 +12:00
mappu 4ca4c0dd9e genbindings: variable pointer depth 2024-08-28 18:22:05 +12:00
mappu 2a27c4e62f genbindings: allow generating classes other than ^Q+ 2024-08-28 17:59:34 +12:00
mappu a0b51bef8e genbindings: improved uintptr handling for enum types 2024-08-27 20:05:38 +12:00
mappu 164ef8cb6c genbindings: add namespaces support 2024-08-27 19:12:08 +12:00
mappu 9dac446a82 genbindings: more exceptions 2024-08-26 22:52:46 +12:00
mappu b84d816609 genbindings/typedefs: replace hardcoded exceptions with dynamic ones 2024-08-26 22:52:46 +12:00
mappu 0aa312c424 genbindings: track all typedefs, apply in a fixup AST pass 2024-08-26 22:52:46 +12:00
mappu 85cf3b84d8 genbindings: use knownClassNames tracker to distinguish A::B names 2024-08-26 22:52:41 +12:00
mappu 02370ce0ea genbindings/typedefs: collect child class typedefs 2024-08-26 22:45:52 +12:00
mappu f6336617a0 genbindings: switch to two-phase 2024-08-26 22:45:11 +12:00
mappu f8a9a3f36e genbindings: initial work on inner class definitions 2024-08-25 19:08:28 +12:00
mappu b4df6d06f9 genbindings: bind all Qt::constants as int 2024-08-25 17:50:14 +12:00
mappu 8fb92cfd3a genbindings: fixes for integer types 2024-08-25 15:31:21 +12:00
mappu 0e8b48d1b8 genbindings: more work on integer types 2024-08-24 11:45:36 +12:00
mappu cf430b6cc5 genbindings/transform: overload disambiguation must be based on go names 2024-08-22 19:20:15 +12:00
mappu 7e78b73517 genbindings: accurate type alias tracking for static_cast<> overload resolution 2024-08-20 20:16:13 +12:00
mappu 1ea3f220e6 genbindings: improvements for deleted ctors/dtors/overloads 2024-08-20 20:10:57 +12:00
mappu d92e87b49d genbindings/qset: skip over these 2024-08-19 19:15:05 +12:00
mappu 043db615b1 genbindings: avoid generating empty files 2024-08-19 19:11:36 +12:00
mappu b3d55cc17f genbindings: fixes for qintptr 2024-08-18 19:01:36 +12:00
mappu 33b26204f8 genbindings: move 'qt_' prefix renaming into SafeMethodName() 2024-08-18 19:01:23 +12:00
mappu d5eeb64c86 genbindings/connect: only generate connect() stubs for the fully expanded overload 2024-08-18 18:55:28 +12:00
mappu 43e32085a1 genbindings: detect and skip over receiver-method pattern 2024-08-18 15:57:40 +12:00
mappu 148d8ea6e0 genbindings: detect argcargv pattern at any location 2024-08-18 15:57:29 +12:00
mappu 2a93cbf2d3 genbindings: detect signals 2024-08-18 15:56:48 +12:00
mappu 28b6684004 genbindings: better names for push_back(), fix_neg_rect() 2024-08-18 15:27:03 +12:00
mappu d8145be2da genbindings: static methods move to top-level 2024-08-18 15:24:04 +12:00
mappu 12bbea5b7c genbindings: many more unsupported exceptions 2024-08-17 14:11:19 +12:00
mappu 391c081778 genbindings: support argc/argv idiom used by QApplication ctor 2024-08-17 14:10:59 +12:00
mappu b87c5998b1 genbindings: bind QVector<T> as []T, like QList 2024-08-17 11:29:31 +12:00
mappu 9a78d87e00 genbindings: treat QRgb as unsigned int 2024-08-17 11:27:02 +12:00