Age | Commit message (Expand) | Author |
---|---|---|
2015-02-07 | Unified handling of references to Rtti instances: Now using pointers everywhere | Andreas Stöckel |
2015-01-18 | Renamed RttiType to Rtti | Andreas Stöckel |
2015-01-18 | Droped Rtti<T> class, using RttiType instead | Andreas Stöckel |
2015-01-14 | Implemented attaching Methods and Property information to Types (this will la... | Andreas Stöckel |
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 |
2015-01-03 | Improved contains functionality (now includes the parent types of each aggreg... | Andreas Stöckel |
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 |