11 Commits

Author SHA1 Message Date
Jacek Sieka
a0c6344ecd Avoid dependency on exported go header
The expected type of the callback is already known from the AST - this
change reduces dependency on cgo specifics and makes the generated C ABI
entirely cgo-independent - in particular, there is no need to include
`_cgo_export.h` any more.
2025-01-07 12:55:40 +01:00
7f114f1538 qt: rebuild (add -D_Bool=bool handling) 2024-12-11 19:55:47 +13:00
26d3e8170e qt: rebuild (base class pointers) 2024-12-07 17:44:30 +13:00
0884f371c1 qt: rebuild (constructors, subclasses) 2024-11-19 19:33:14 +13:00
bbcb3c3e8f qt: rebuild (miqt_string by value, remove qbytearray, namespace fixes, allow more short enum names, char* returns) 2024-10-19 13:06:53 +13:00
050a578057 qt: rebuild (add UnsafePointer/UnsafeNew, moved binding helpers) 2024-10-16 18:07:56 +13:00
a1d6b6a543 qt: rebuild (simpler array and heap return types) 2024-09-17 18:29:11 +12:00
41d390a4ef qt: rebuild for new signal handling support 2024-09-15 10:29:05 +12:00
ab7dd64d8a qt: rebuild (simplify const_cast<> handling) 2024-09-11 17:41:09 +12:00
2d29dd3caa qt: rebuild (qt5.15.8+dfsg-11+deb12u2) 2024-08-29 19:01:51 +12:00
2768464581 qt: generate for qt5.15.8+dfsg-11+deb12u2 2024-08-25 16:08:24 +12:00