Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-14 | Implemented attaching Methods and Property information to Types (this will ↵ | Andreas Stöckel | |
later allow script engines to access these methods). | |||
2015-01-11 | Renamed RttiBase to RttiType | Andreas Stöckel | |
2015-01-05 | Replaced the term "aggregation" with "composition" | Andreas Stöckel | |
2015-01-05 | Fixed compilation with gcc 4.9 | Andreas Stöckel | |
2015-01-03 | Renamed "contains" to aggregatedOf, added corresponding convenience function ↵ | Andreas Stöckel | |
to Rtti class | |||
2015-01-03 | Improved contains functionality (now includes the parent types of each ↵ | Andreas Stöckel | |
aggregated type and the aggregated types of each parent) | |||
2015-01-03 | added test for the RttiBase::contains function | Andreas Stöckel | |
2014-12-21 | moved Rtti from managed to common folder, added Function header | Andreas Stöckel | |