Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-11 | Added primitive Rtti Types | Andreas Stöckel | |
2015-01-11 | Renamed RttiBase to RttiType | Andreas Stöckel | |
2015-01-11 | Added Rtti descriptors for primitive type for use in the Variant class | Andreas Stöckel | |
2015-01-06 | Implemented RttiBuilder | 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 | Precomputing all possible parents (for a faster isa function) and introduced ↵ | Andreas Stöckel | |
the notion of "aggregatedTypes", which are used to reduce the complexity of resolutions within the object graph | |||
2014-12-21 | changed RttiTypes from class to namespace | Andreas Stöckel | |
2014-12-21 | moved Rtti from managed to common folder, added Function header | Andreas Stöckel | |