index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
core
/
managed
Age
Commit message (
Expand
)
Author
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-01-18
Renamed RttiType to Rtti
Andreas Stöckel
2015-01-18
Droped Rtti<T> class, using RttiType instead
Andreas Stöckel
2015-01-18
Removed Variant handle constructor (caught to much stuff)
Andreas Stöckel
2015-01-17
Managed container does not reset owner on move -- this allows the container t...
Andreas Stöckel
2015-01-14
Implemented attaching Methods and Property information to Types (this will la...
Andreas Stöckel
2015-01-06
experimentation with ManagerTest.cpp
Andreas Stöckel
2015-01-05
adapted event tests
Andreas Stöckel
2015-01-02
Allowing to pass arbitrary data to an event handler (not only Managed objects)
Andreas Stöckel
2015-01-02
Moved event system from the Node class to the Managed class (with zero overhe...
Andreas Stöckel
2014-12-28
autoformat
Andreas Stöckel
2014-12-21
allowing to store Function objects in Variants, added simple unit test for th...
Andreas Stöckel
2014-12-21
made Rtti a source dependency of Managed, not a header dependency
Andreas Stöckel
2014-12-21
moved Rtti from managed to common folder, added Function header
Andreas Stöckel
2014-12-20
added unit test for variant storing object references
Andreas Stöckel
2014-12-20
Renamed ManagedType class to Rtti to make naming less confusing, implemented ...
Andreas Stöckel
2014-12-20
improved RTTI system
Andreas Stöckel
2014-12-19
Restructured Manager deleteOrder unit test
Andreas Stöckel
2014-12-19
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2014-12-17
added unit test which explicitly tests for the correct delete order
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 deletion order in Manager class (more) deterministic
Andreas Stöckel
2014-12-16
auto format
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-13
started to refactor Managed package
Andreas Stöckel