Commit Graph

12 Commits

Author SHA1 Message Date
James Chen edc75f8839
Update swig, supports virtual inheritance (#395) 2023-08-09 11:35:04 +08:00
James Chen 06c42fcd05
Update swig, fix: the generated glue code is wrong if rename an inner class (#388) 2023-07-13 16:02:45 +08:00
James Chen e1ee5ad00a
Update swig to v1.1.5, fix https://github.com/cocos/cocos-engine/issues/15583 (#373) 2023-06-30 10:36:46 +08:00
James Chen 3117b1218c
Update swig to cocos-v1.1.4, fix the binding of static variables. (#348)
* Update swig to cocos-v1.1.4

* Revert permission

* Update version.txt
2023-05-11 14:24:36 +08:00
minggo ce540f2517
Revert "Support to bind a struct's default constructor with its properties as arguments. (#330)" (#331)
This reverts commit bfc808a095.
2023-01-06 10:31:42 +08:00
James Chen bfc808a095
Support to bind a struct's default constructor with its properties as arguments. (#330) 2023-01-05 16:55:22 +08:00
James Chen 8942d8ab78 Update the license info for the files genereated by swig 2022-12-29 12:44:30 +08:00
James Chen b1d2c74774
Add Constructor.__isJSB for JSB classes. (#321) 2022-12-07 14:07:53 +08:00
James Chen 8e9734ba80
fix crash if function returns stack object like Vec4 (#316)
* fix crash if function returns stack object like Vec4

* Strip debug symbols

* Update swig version to v1.1.0
2022-11-21 10:22:25 +08:00
James Chen 749af5630c
Update swig, fix warnings, upgrade to 4.1.0 release (#315) 2022-11-18 09:48:59 +08:00
James Chen 0d193a0432
Update swig, disable warning for unused variable (#289) 2022-09-06 14:43:43 +08:00
James Chen 68e015729d
Add swig binaries for mac, win64, linux (#280)
* Add swig binaries for mac, win64, linux
2022-08-15 14:34:58 +08:00