index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
common
/
Rtti.cpp
Age
Commit message (
Expand
)
Author
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-01-25
Added "setIntersection" method to Rtti class.
Andreas Stöckel
2015-01-23
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-01-23
Introduced cardinality type. Tests are still needed, though, especially for v...
Benjamin Paassen
2015-01-23
Fixed typos, autoformat and setIsOneOf method
Andreas Stöckel
2015-01-23
Improved documentation and added "isOneOf" function to Rtti class.
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
Added RttiType::hasProperty and RttiType::hasMethod function
Andreas Stöckel
2015-01-14
Implemented attaching Methods and Property information to Types (this will la...
Andreas Stöckel
2015-01-11
Added primitive Rtti Types
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-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
Precomputing all possible parents (for a faster isa function) and introduced ...
Andreas Stöckel
2014-12-21
moved Rtti from managed to common folder, added Function header
Andreas Stöckel