summaryrefslogtreecommitdiff
path: root/test/core/model/NodeTest.cpp
AgeCommit message (Expand)Author
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-01-29Unified signature of resolve functions, passing the "owner" to the callback f...Andreas Stöckel
2015-01-18Renamed RttiType to RttiAndreas Stöckel
2015-01-18Droped Rtti<T> class, using RttiType insteadAndreas Stöckel
2015-01-18Renamed continueResolve to doResolve for more consistency with other virtual ...Andreas Stöckel
2015-01-14Removed not needed Node.setParent methodAndreas Stöckel
2015-01-14Using pointer to RttiType instancesAndreas Stöckel
2015-01-11Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp headerAndreas Stöckel
2015-01-09autoformatAndreas Stöckel
2015-01-09Added new unit tests for the Node.resolve function and fixed the behaviour fo...Andreas Stöckel
2015-01-09Implemented new resolve functionAndreas Stöckel
2015-01-02Moved NodeTest to model folderAndreas Stöckel