summaryrefslogtreecommitdiffstats
path: root/test/src/example.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add bindings for Vector4, Vector4i, Projection built-in types.bruvzg2022-07-211-0/+5
* [Method Bind] Add support for default argument values and static method bindi...bruvzg2022-05-061-8/+25
* Add support for variadic method binds with the typed return. Sync headers.bruvzg2022-03-301-1/+24
* Update copyright yearRémi Verschelde2022-03-151-2/+2
* Implementing dictionary operatorsBastiaan Olij2021-11-231-0/+11
* Merge pull request #650 from BastiaanOlij/fix_compile_warningsRémi Verschelde2021-11-221-1/+1
|\
| * Fixing compiler warnings around implicit type casting loosing precisionBastiaan Olij2021-11-221-1/+1
* | Implement index operators for ArraysBastiaan Olij2021-11-121-0/+19
|/
* Add test for Reference passing/returning.Fabio Alessandrelli2021-09-281-0/+10
* Add test for extended object creation/deletion.Fabio Alessandrelli2021-09-271-0/+13
* Fix some clang format thingsBastiaan Olij2021-09-271-2/+2
* Add support for property groupsBastiaan Olij2021-09-271-1/+4
* Fix formatting of filesGeorge Marques2021-09-271-0/+30
* Auto-bind virtual method overridesGeorge Marques2021-09-271-4/+1
* Add sample test projectGeorge Marques2021-09-271-0/+91