summaryrefslogtreecommitdiff
path: root/src/core/Managed.hpp
AgeCommit message (Collapse)Author
2014-12-13started to refactor Managed packageAndreas Stöckel
2014-12-05transformed the last enum to uppercase.Benjamin Paassen
2014-11-21refactored ManagedContainer to own header, added (currently untested) ↵Andreas Stöckel
ManagedMap class
2014-11-16added ManagedContainer and ManagedVector templates which allow automatic ↵Andreas Stöckel
acquiring of a Managed objects stored within that container owned by another Managed object
2014-11-15Removed type assertion -- makes class definitions very unflexible as it ↵Andreas Stöckel
doesn't work with forward declared classes
2014-11-14Moved Managed to core and implemented managing of nodes for the CSS Style Tree.Benjamin Paassen