Commit Graph

  • aed94883cf genbindings: escape hyphens in generated header include guards mappu 2024-10-20 19:04:18 +1300
  • 301fa27e83 genbindings/main: uniform handling for package subdirectories mappu 2024-10-20 18:29:37 +1300
  • 30b7708a6c gitignore/examples: sort alphabetically mappu 2024-10-20 19:00:29 +1300
  • 366739f5c1 handbindings: remove some checked-in binaries mappu 2024-10-21 18:11:49 +1300
  • e5435876b5
    Merge pull request #44 from mappu/miqt-scintilla mappu 2024-10-20 18:31:06 +1300
  • 3bf803c960 doc: add top-level README files for the extra packages mappu 2024-10-20 18:02:43 +1300
  • 095972c057 scintillaedit: add example mappu 2024-10-20 18:02:27 +1300
  • 11297b8ecd scintillaedit: build mappu 2024-10-20 18:02:15 +1300
  • 82413f8967 scintillaedit: add support mappu 2024-10-20 18:02:08 +1300
  • 1ef63a1673 qscintilla: add example mappu 2024-10-20 18:00:04 +1300
  • 37cb716ccf qscintilla: build mappu 2024-10-20 17:59:23 +1300
  • 7ff290b7d1 qscintilla: add support mappu 2024-10-20 17:59:13 +1300
  • 8a0c7029ed docker: build from root repo context, to allow embedding other files mappu 2024-10-20 18:01:37 +1300
  • d639160886 genbindings/main: support custom clang ast node matchers mappu 2024-10-20 17:58:00 +1300
  • 20f6d7878b genbindings/main: support parsing a single header instead of a directory mappu 2024-10-20 17:55:29 +1300
  • 5afa94f2cc doc/pkg-config: add instructions about custom pkg-config files mappu 2024-10-20 17:56:37 +1300
  • 7fe6fae0b5 genbindings/main: use pkg-config directly to find cflags mappu 2024-10-20 17:55:18 +1300
  • 7527c79b64
    Merge pull request #49 from mappu/miqt-fix-malloc mappu 2024-10-19 16:58:49 +1300
  • 0204e2f849 ci: run marshalling_test automatically in pipeline mappu 2024-10-19 15:53:15 +1300
  • 47c1a3d879 test/marshalling: rerun test multiple times to help detect heap corruption mappu 2024-10-19 15:53:05 +1300
  • 6da9849a4a qt: rebuild (fixes buffer overflow in qstringlist) mappu 2024-10-19 15:49:49 +1300
  • 9e7349d4e3 genbindings/qstringlist: need a larger malloc for qstring now mappu 2024-10-19 15:49:28 +1300
  • b0344564cd
    Merge pull request #47 from mappu/miqt-core-next mappu 2024-10-19 14:56:23 +1300
  • bbcb3c3e8f qt: rebuild (miqt_string by value, remove qbytearray, namespace fixes, allow more short enum names, char* returns) mappu 2024-10-19 12:53:33 +1300
  • 48fa315a22 examples/marshalling: replace QByteArray test case mappu 2024-10-19 12:46:15 +1300
  • bb0132e0d5 genbindings/qbytearray: project as []byte mappu 2024-10-19 12:24:49 +1300
  • 434c45273a miqt: pass all miqt_string by value, not by pointer mappu 2024-10-19 10:57:05 +1300
  • ba92217b67 genbindings/main: reduce clang parallelism re peak memory usage mappu 2024-10-19 10:08:56 +1300
  • c616c789ff genbindings/c++1z: skip over more advanced AST node types mappu 2024-10-19 10:08:30 +1300
  • a78ba20f15 genbindings/go: add more detailed error message for unknown AST nodes mappu 2024-10-19 09:45:35 +1300
  • 82ea3d3823 genbindings/namespaces: fix nested namespaces losing parent component mappu 2024-10-19 09:24:18 +1300
  • 3547aa3103 genbindings/enums: prevent enum-class clashes, allow some more short enums mappu 2024-10-19 09:23:26 +1300
  • f87002914d genbindings/cabi: emit class typedef even if there is no header mappu 2024-10-19 09:21:55 +1300
  • 896f150f35 genbindings/go: normalize handling for void* return types mappu 2024-10-16 19:02:26 +1300
  • c66203d984 genbindings/go: return C char* as string mappu 2024-10-16 19:01:54 +1300
  • dc21dc3163 gitignore: exclude local genbindings helper script mappu 2024-10-19 10:38:54 +1300
  • 8a64c7c926 docker: clean apt cache after installing, for smaller images mappu 2024-10-19 10:32:17 +1300
  • 360696cff8 qprintsupport: add example mappu 2024-10-19 09:45:54 +1300
  • c6827726f7
    Merge pull request #43 from mappu/miqt-multipackage mappu 2024-10-16 19:06:18 +1300
  • 697e1fc488 genbindings/clang: bubble error handling for retry mappu 2024-10-16 18:16:53 +1300
  • 3a274ec9c5 qprintsupport: initial commit mappu 2024-10-16 18:08:07 +1300
  • 050a578057 qt: rebuild (add UnsafePointer/UnsafeNew, moved binding helpers) mappu 2024-10-16 18:07:56 +1300
  • 88ef4e922c genbindings: multi-package support mappu 2024-10-16 18:07:05 +1300
  • 61107aa1f2 genbindings/main: fix an issue with clang crashing leaving behind an invalid cache file mappu 2024-10-16 18:05:38 +1300
  • 2434084238 genbindings/main: create target directory if not already existing mappu 2024-10-16 18:05:24 +1300
  • 562590fa96 libmiqt: move binding helpers to standalone package, support const_char mappu 2024-10-16 18:05:07 +1300
  • 6a01cc2d86 genbindings/clang: handle FullComment in enum declarations mappu 2024-10-14 19:27:57 +1300
  • b6aa72f62f genbindings/main: refactor extract generateClangCaches() mappu 2024-10-14 18:55:59 +1300
  • 3382806f62 genbindings/main: refactor extract cleanGeneratedFilesInDir() mappu 2024-10-14 18:55:16 +1300
  • 9248b925ff genbindings/main: refactor extract findHeadersInDir() mappu 2024-10-14 18:54:39 +1300
  • 2c668c77f3 doc/README: msys2-static is built with no-icu mappu 2024-10-14 18:30:58 +1300
  • 1abd5b3bc7
    Merge pull request #41 from mappu/miqt-cgo-handle mappu 2024-10-13 19:24:10 +1300
  • 594631ddbb qt: rebuild (marshal slot callbacks with intptr_t) mappu 2024-10-13 19:06:06 +1300
  • 0154e3507b genbindings: marshal cgo.Handle via intptr_t instead of void* mappu 2024-10-13 19:05:52 +1300
  • 0e705a4e6e handbindings: avoid unsafe.Pointer when marshalling cgo.Handle mappu 2024-10-13 18:31:18 +1300
  • 204f886760
    Merge pull request #39 from mappu/genbindings-qt6-support mappu 2024-10-11 19:01:46 +1300
  • b7d84fd707 qt: rebuild (changes for some integer types) mappu 2024-10-11 18:43:04 +1300
  • bcfdb4ea15 genbindings/integers: properly treat char as signed int8, not byte mappu 2024-10-11 18:37:38 +1300
  • c783029317 genbindings/integers: c-style cast for qsizetype, qintptr pointers mappu 2024-10-11 17:30:26 +1300
  • f733ce29bc genbindings/signals: support connecting to a const signal mappu 2024-10-11 17:29:49 +1300
  • a4eb43c9fd genbindings: fix early Empty() if header only contains enums mappu 2024-10-08 18:22:14 +1300
  • 60600530c6 genbindings/ints: ssize_t support mappu 2024-10-08 18:21:59 +1300
  • 6eb60232a9 genbindings/typedefs: support type alias declarations mappu 2024-10-08 18:21:38 +1300
  • fc7aeecabf genbindings/go: fix for classes inheriting namespaced/inner classes mappu 2024-10-08 17:37:13 +1300
  • 8d8d802029 genbindings/templates: skip some c++17 template things mappu 2024-10-08 17:36:40 +1300
  • 5f1b704c1a genbindings/namespace: support unnamed namespace { } blocks mappu 2024-10-08 17:36:25 +1300
  • c0ff37a9c6 genbindings/enum: skip over deprecated enum values mappu 2024-10-08 17:36:02 +1300
  • 8585fc05f4 genbindings/enums: handle enum values with comments mappu 2024-10-07 18:31:32 +1300
  • 11d0eaf5f4 genbindings: run multiple clang workers in parallel mappu 2024-10-07 19:25:27 +1300
  • 3143374fbf genbindings/clangexec: show clang stderr mappu 2024-10-07 18:31:19 +1300
  • bd15f9c10f doc/README: MSYS2: add version details used for test mappu 2024-10-11 17:31:21 +1300
  • e41aa625bd
    Merge pull request #35 from mappu/miqt-next mappu 2024-10-05 18:25:57 +1300
  • c88543c051 doc/README: add architecture diagram about uic/rcc mappu 2024-10-05 18:19:48 +1300
  • 2f8b3eecc5 Merge branch 'master' into miqt-next mappu 2024-10-05 17:58:35 +1300
  • 9bfec79040
    Merge pull request #36 from mappu/made-with-miqt mappu 2024-10-05 17:57:29 +1300
  • ab5dcce9e8 doc/README: add initial made-with-miqt section mappu 2024-10-05 17:53:15 +1300
  • de1951684d doc/README: add note re QString UTF8/UTF16 conversion mappu 2024-10-05 17:52:30 +1300
  • 3fffa86823 uic: support standard button connections in dialogs mappu 2024-10-05 17:49:21 +1300
  • b64d48a974 uic: support colspan/rowspan in grid layouts mappu 2024-10-05 17:49:10 +1300
  • 1a4d34185f uic: support enum-set properties mappu 2024-10-05 17:48:58 +1300
  • 7e320004f5 uic: support icons on tabs mappu 2024-10-03 19:32:28 +1300
  • 773cbec6b0 uic: move all setCurrentIndex() calls to end, to match qt uic output mappu 2024-10-03 19:32:17 +1300
  • 6ed51553ac uic: support <column> elements mappu 2024-10-03 19:32:05 +1300
  • 8d07be763a uic: emit warnings for unhandled item properties mappu 2024-10-03 19:31:52 +1300
  • 4c6062de1f uic: support icons using iconset mappu 2024-10-03 18:51:50 +1300
  • a0a4624563 uic: add extra AddWidget() calls for QSplitter/QStackedWidget mappu 2024-10-03 18:51:34 +1300
  • 699f1389e2 rcc: support rebuilding with go generate mappu 2024-10-03 18:51:11 +1300
  • a3d527ca6b uic: layout spacing and margins mappu 2024-10-03 18:07:43 +1300
  • 975f18b7b0 rcc: initial commit mappu 2024-10-03 18:07:13 +1300
  • 693c9fc0b7 uic: support more properties, support QToolBar actions mappu 2024-10-03 17:23:12 +1300
  • 12b4e083ee uic: support promoted widgets assuming default ctor naming scheme mappu 2024-10-03 17:22:49 +1300
  • 2c05d876f9 uic: support for spacers mappu 2024-10-03 17:11:30 +1300
  • 0ba1f0f6fa uic: better support for miqt's style of enums mappu 2024-10-03 17:10:09 +1300
  • 11f99b876a uic: improve error messages on failure mappu 2024-10-03 17:09:52 +1300
  • e012ab6fdb doc/README: add MSYS2 build example for windows mappu 2024-10-02 19:51:25 +1300
  • 81767b1bfb doc/README: fix go install line for dockerfile caching mappu 2024-10-02 19:51:14 +1300
  • efcb73b26c doc/README: add a small country badge mappu 2024-09-28 15:29:55 +1200
  • 98c2cfd22a doc/README: separate FAQ and build how-to sections mappu 2024-09-28 15:04:59 +1200
  • 3623a3dad1
    Merge pull request #30 from mappu/uic mappu 2024-09-28 14:55:18 +1200
  • 4140b539d1 uic: add development README mappu 2024-09-28 14:52:13 +1200