summaryrefslogtreecommitdiffstats
path: root/include/core/Ref.hpp
Commit message (Expand)AuthorAgeFilesLines
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-216/+0
* Add license headers to all source and header filesHugo Locurcio2021-08-021-0/+30
* Update clang-format to version 11George Marques2021-02-281-18/+0
* Use safer casts in Ref<T>Marc Gilleron2020-12-081-25/+15
* Implementing clang-format and applying it to all classesBastiaan Olij2018-11-241-9/+8
* Nativescript 1.1karroffel2018-11-071-5/+5
* fixed forward declNickolai Korshunov2018-02-241-2/+1
* NULL -> nullptrNickolai Korshunov2018-02-231-13/+13
* fixed some includes. replace cycle include with forward declarationNickolai Korshunov2018-02-231-1/+2
* Fix Ref leak when using Godot gettersMarc Gilleron2018-01-251-0/+9
* Rewrite Ref<T> to behave like Godot againMarc Gilleron2018-01-221-108/+152
* Don't leak memory from Ref<>()karroffel2018-01-191-57/+36
* Added Ref<T>::instance()Marc Gilleron2018-01-171-0/+5
* Implemented using api structBastiaan Olij2017-10-231-1/+2
* Use static linking instead of dynamic linkingKarroffel2017-07-231-10/+0
* Wohoo, Ref<>s are now workingKarroffel2017-06-211-5/+10
* some Ref WIP, memory leaks and invalid returnsKarroffel2017-06-211-5/+24
* [experimental] constructors and Ref<T>Karroffel2017-06-191-0/+163