index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
managed
/
ManagedContainer.hpp
Age
Commit message (
Expand
)
Author
2015-01-21
removed unnecessary find method again.
Benjamin Paassen
2015-01-20
find method for ManagedContainer.
Benjamin Paassen
2015-01-17
Managed container does not reset owner on move -- this allows the container t...
Andreas Stöckel
2015-01-16
Fixed reverse iterators in ManagedContainer
Andreas Stöckel
2015-01-15
fixed clang warnings and errors
Andreas Stöckel
2015-01-09
bugfix in ManagedContainer.
Benjamin Paassen
2015-01-02
Allowing to pass a Listener instance in the constructor and to access the lis...
Andreas Stöckel
2014-12-28
fixed move constructor with owner swap
Andreas Stöckel
2014-12-21
added additional constructor (initializer list) to ManagedContainer classes
Andreas Stöckel
2014-12-17
Some (slight) changes to existing structures and first attempts on a test to ...
Benjamin Paassen
2014-12-17
made ManagedContainer more roboust against managed objects already being dele...
Andreas Stöckel
2014-12-17
updated ManagedContainer class to allow nullptr as owner, making this a list ...
Andreas Stöckel
2014-12-16
fixed bug #27
Andreas Stöckel
2014-12-16
added possibility to register a ManagedType for a class derived from Managed,...
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