summaryrefslogtreecommitdiff
path: root/test/core/managed
AgeCommit message (Expand)Author
2015-01-18Renamed RttiType to RttiAndreas Stöckel
2015-01-18Droped Rtti<T> class, using RttiType insteadAndreas Stöckel
2015-01-18Removed Variant handle constructor (caught to much stuff)Andreas Stöckel
2015-01-17Managed container does not reset owner on move -- this allows the container t...Andreas Stöckel
2015-01-14Implemented attaching Methods and Property information to Types (this will la...Andreas Stöckel
2015-01-06experimentation with ManagerTest.cppAndreas Stöckel
2015-01-05adapted event testsAndreas Stöckel
2015-01-02Allowing to pass arbitrary data to an event handler (not only Managed objects)Andreas Stöckel
2015-01-02Moved event system from the Node class to the Managed class (with zero overhe...Andreas Stöckel
2014-12-28autoformatAndreas Stöckel
2014-12-21allowing to store Function objects in Variants, added simple unit test for th...Andreas Stöckel
2014-12-21made Rtti a source dependency of Managed, not a header dependencyAndreas Stöckel
2014-12-21moved Rtti from managed to common folder, added Function headerAndreas Stöckel
2014-12-20added unit test for variant storing object referencesAndreas Stöckel
2014-12-20Renamed ManagedType class to Rtti to make naming less confusing, implemented ...Andreas Stöckel
2014-12-20improved RTTI systemAndreas Stöckel
2014-12-19Restructured Manager deleteOrder unit testAndreas Stöckel
2014-12-19Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2014-12-17added unit test which explicitly tests for the correct delete orderAndreas Stöckel
2014-12-17Some (slight) changes to existing structures and first attempts on a test to ...Benjamin Paassen
2014-12-17made deletion order in Manager class (more) deterministicAndreas Stöckel
2014-12-16auto formatAndreas Stöckel
2014-12-16added possibility to register a ManagedType for a class derived from Managed,...Andreas Stöckel
2014-12-15Improved ManagedContainer classesAndreas Stöckel
2014-12-13started to refactor Managed packageAndreas Stöckel