summaryrefslogtreecommitdiffstats
path: root/core/object/method_bind.h
Commit message (Expand)AuthorAgeFilesLines
* Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-4/+5
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-21/+21
* GDExtension: Fix calling ancestor methods on runtime classesDavid Snopek2024-02-261-14/+14
* Allow registering "runtime classes" in modules (not just GDExtension)David Snopek2024-02-221-0/+42
* Implement reloading of GDExtensionsDavid Snopek2023-09-251-0/+4
* Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-1/+48
* Avoid losing references to objects in the native-scripting boundaryPedro J. Estébanez2023-02-031-0/+4
* Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-021-17/+17
* SCons: Cleanup GCC warnings configurationRémi Verschelde2022-10-101-48/+0
* MethodBind: Silence GCC `-Wmaybe-uninitialized` caused by UBSANRémi Verschelde2022-09-261-0/+8
* Implement varargs in Methodinforeduz2022-06-231-14/+0
* Fix more issues found by cppcheck.bruvzg2022-04-201-45/+45
* Fix some issues found by clang sanitizers.bruvzg2022-03-311-3/+3
* Make vararg method bind no return and returnPierre-Thomas Meisels2022-03-301-35/+86
* Add static method support to ClassDBreduz2022-03-221-2/+140
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Enable method type information on release buildsGeorge Marques2021-10-071-29/+9
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-0/+1
* Implement native extension systemreduz2021-06-251-0/+2
* Add static method support to core Variant typesreduz2021-03-161-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Core: Always enable ptrcall, remove PTRCALL_ENABLED defineRémi Verschelde2020-11-251-15/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+591