summaryrefslogtreecommitdiff
path: root/src/core/managed/Manager.hpp
AgeCommit message (Collapse)Author
2015-02-11Added "unmanage" function which removes managed objects from the Manager in ↵Benjamin Paassen
the case their destructor is called (e.g. because an exception is called in the constructor).
2015-02-07Added code for printing info about hidden Rooted elementsAndreas Stöckel
2015-01-23Improved documentationAndreas Stöckel
2015-01-16Fixed commentAndreas 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 comment to exportGraphviz functionAndreas 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-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