index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
managed
/
Managed.hpp
Age
Commit message (
Expand
)
Author
2016-04-25
Owned<T> should behave just like Rooted<T> if the owner is set to nullptr
Andreas Stoeckel
2015-02-11
Added "unmanage" function which removes managed objects from the Manager in t...
Benjamin Paassen
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-01-27
Marked move constructors noexcept (allows move constructor to be used when ty...
Andreas Stöckel
2015-01-25
getManager can be const
Andreas Stöckel
2015-01-23
Improved documentation
Andreas Stöckel
2015-01-18
Renamed RttiType to Rtti
Andreas Stöckel
2015-01-16
made getUid work using a rather ugly const cast. Unfortunately this could not...
Benjamin Paassen
2015-01-16
added getUid() method to Managed.
Benjamin Paassen
2015-01-12
Tried to introduce another StructureNode class as common superclass for Struc...
Benjamin Paassen
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-02
Allowing to pass arbitrary data to an event handler (not only Managed objects)
Andreas Stöckel
2015-01-02
Moved event system from the Node class to the Managed class (with zero overhe...
Andreas Stöckel
2014-12-28
added inequality operator to Handle class
Andreas Stöckel
2014-12-22
removed orphaned forward declaration
Andreas Stöckel
2014-12-21
some insignificant changes
Andreas Stöckel
2014-12-21
added some more documentation to the Managed class
Andreas Stöckel
2014-12-21
made Rtti a source dependency of Managed, not a header dependency
Andreas Stöckel
2014-12-21
moved Rtti from managed to common folder, added Function header
Andreas Stöckel
2014-12-20
Renamed ManagedType class to Rtti to make naming less confusing, implemented ...
Andreas Stöckel
2014-12-20
improved RTTI system
Andreas Stöckel
2014-12-16
added possibility to register a ManagedType for a class derived from Managed,...
Andreas Stöckel
2014-12-15
Improved ManagedContainer classes
Andreas Stöckel
2014-12-14
added data functions and memory tagging functions. As it turns out the latter...
Andreas Stöckel
2014-12-13
started to refactor Managed package
Andreas Stöckel