index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
core
/
common
/
RttiTest.cpp
Age
Commit message (
Collapse
)
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 ↵
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