summaryrefslogtreecommitdiffstats
path: root/include/core/Array.hpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into container_leaksMarc2021-01-311-3/+3
|\
| * Fix constness of Array::find, Array::find_last and Array::rfindColugo2020-12-201-3/+3
* | Fix container and string leaksMarc Gilleron2021-01-071-1/+3
|/
* Add C conversion constructors to fix leak of default-constructed empty arrayssheepandshepherd2020-01-311-0/+5
* Merge pull request #296 from lupoDharkael/missingThomas Herzog2019-08-051-0/+13
|\
| * Add missing class methodslupoDharkael2019-08-051-0/+13
* | Error message improvementsDaniel Rakos2019-05-151-1/+36
|/
* Implementing clang-format and applying it to all classesBastiaan Olij2018-11-241-24/+24
* adds Array::make and Dictionary::make static methods and has variadic templat...danielytics2018-03-071-0/+6
* Added copy constructors and assignment operators to Array and DictionaryMarc Gilleron2018-01-171-0/+2
* updated bindingsRamesh Ravone2017-10-031-1/+1
* updated to use the new NativeScript and GDNative interfaceKarroffel2017-07-241-1/+1
* Use static linking instead of dynamic linkingKarroffel2017-07-231-11/+1
* rewrote binding generator in pythonKarroffel2017-05-121-0/+108