summaryrefslogtreecommitdiff
path: root/test/core/common/RttiTest.cpp
AgeCommit message (Expand)Author
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-01-18Renamed RttiType to RttiAndreas Stöckel
2015-01-18Droped Rtti<T> class, using RttiType insteadAndreas Stöckel
2015-01-14Implemented attaching Methods and Property information to Types (this will la...Andreas Stöckel
2015-01-11Renamed RttiBase to RttiTypeAndreas Stöckel
2015-01-05Replaced the term "aggregation" with "composition"Andreas Stöckel
2015-01-05Fixed compilation with gcc 4.9Andreas Stöckel
2015-01-03Renamed "contains" to aggregatedOf, added corresponding convenience function ...Andreas Stöckel
2015-01-03Improved contains functionality (now includes the parent types of each aggreg...Andreas Stöckel
2015-01-03added test for the RttiBase::contains functionAndreas Stöckel
2014-12-21moved Rtti from managed to common folder, added Function headerAndreas Stöckel