summaryrefslogtreecommitdiff
path: root/src/core/managed/ManagedContainer.hpp
AgeCommit message (Collapse)Author
2016-04-25clang compatibility: fix illegal constructor inheritanceAndreas Stöckel
2015-01-27Marked move constructors noexcept (allows move constructor to be used when ↵Andreas Stöckel
type is used within a stl container)
2015-01-21removed unnecessary find method again.Benjamin Paassen
2015-01-20find method for ManagedContainer.Benjamin Paassen
2015-01-17Managed container does not reset owner on move -- this allows the container ↵Andreas Stöckel
to be reusable after a move. Adapted unit test accordingly.
2015-01-16Fixed reverse iterators in ManagedContainerAndreas Stöckel
2015-01-15fixed clang warnings and errorsAndreas Stöckel
2015-01-09bugfix in ManagedContainer.Benjamin Paassen
2015-01-02Allowing to pass a Listener instance in the constructor and to access the ↵Andreas Stöckel
listener instance in derived classes.
2014-12-28fixed move constructor with owner swapAndreas Stöckel
2014-12-21added additional constructor (initializer list) to ManagedContainer classesAndreas Stöckel
2014-12-17Some (slight) changes to existing structures and first attempts on a test to ↵Benjamin Paassen
construct a test comain and a test document out of thin air. I am, indeed, an alchemist.
2014-12-17made ManagedContainer more roboust against managed objects already being ↵Andreas Stöckel
deleted while removing the reference to the owner
2014-12-17updated ManagedContainer class to allow nullptr as owner, making this a list ↵Andreas Stöckel
of rooted elements
2014-12-16fixed bug #27Andreas Stöckel
2014-12-16added possibility to register a ManagedType for a class derived from ↵Andreas Stöckel
Managed, improved Managed readData function
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