summaryrefslogtreecommitdiff
path: root/src/core/common/Rtti.hpp
AgeCommit message (Collapse)Author
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-01-25Added "setIntersection" method to Rtti class.Andreas Stöckel
2015-01-23Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-23Introduced cardinality type. Tests are still needed, though, especially for ↵Benjamin Paassen
variantReader and type conversion.
2015-01-23Fixed typos, autoformat and setIsOneOf methodAndreas Stöckel
2015-01-23Improved documentation and added "isOneOf" function to Rtti class.Andreas Stöckel
2015-01-18Renamed RttiType to RttiAndreas Stöckel
2015-01-18Droped Rtti<T> class, using RttiType insteadAndreas Stöckel
2015-01-14Added RttiType::hasProperty and RttiType::hasMethod functionAndreas Stöckel
2015-01-14Implemented attaching Methods and Property information to Types (this will ↵Andreas Stöckel
later allow script engines to access these methods).
2015-01-11Added primitive Rtti TypesAndreas Stöckel
2015-01-11Renamed RttiBase to RttiTypeAndreas Stöckel
2015-01-11Added Rtti descriptors for primitive type for use in the Variant classAndreas Stöckel
2015-01-06Implemented RttiBuilderAndreas 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
to Rtti class
2015-01-03Precomputing 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-21changed RttiTypes from class to namespaceAndreas Stöckel
2014-12-21moved Rtti from managed to common folder, added Function headerAndreas Stöckel