index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
managed
/
Manager.cpp
Age
Commit message (
Expand
)
Author
2015-02-06
temporarily commented out assertion in Manager destructor.
Benjamin Paassen
2015-01-18
Renamed RttiType to Rtti
Andreas Stöckel
2015-01-15
fixed clang warnings and errors
Andreas Stöckel
2015-01-14
Using "name" property for printing name in the graphviz export
Andreas Stöckel
2015-01-11
Renamed RttiBase to RttiType
Andreas Stöckel
2015-01-09
Added RTTI information for XML classes, made children vector of XML elements ...
Benjamin Paassen
2015-01-05
Replaced the term "aggregation" with "composition"
Andreas Stöckel
2015-01-05
Improved Graphviz output
Andreas Stöckel
2015-01-05
Using weak references for storing the owner in events.
Andreas Stöckel
2015-01-05
Each Managed object now has an unique id that can be used as weak reference.
Andreas Stöckel
2015-01-04
Added graphviz export
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 debug output
Andreas Stöckel
2014-12-17
made deletion order in Manager class (more) deterministic
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