summaryrefslogtreecommitdiff
path: root/src/core/managed/Manager.cpp
AgeCommit message (Collapse)Author
2015-01-05Replaced the term "aggregation" with "composition"Andreas Stöckel
2015-01-05Improved Graphviz outputAndreas Stöckel
2015-01-05Using weak references for storing the owner in events.Andreas Stöckel
2015-01-05Each Managed object now has an unique id that can be used as weak reference.Andreas Stöckel
2015-01-04Added graphviz exportAndreas Stöckel
2015-01-02Allowing to pass arbitrary data to an event handler (not only Managed objects)Andreas Stöckel
2015-01-02Moved event system from the Node class to the Managed class (with zero ↵Andreas Stöckel
overhead if is not used)
2014-12-28Added debug outputAndreas Stöckel
2014-12-17made deletion order in Manager class (more) deterministicAndreas Stöckel
2014-12-15Improved ManagedContainer classesAndreas Stöckel
2014-12-14added data functions and memory tagging functions. As it turns out the ↵Andreas Stöckel
latter are unnecessary and will be removed
2014-12-13started to refactor Managed packageAndreas Stöckel