index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
core
/
managed
/
ManagedTest.cpp
Age
Commit message (
Collapse
)
Author
2015-01-14
Implemented attaching Methods and Property information to Types (this will ↵
Andreas Stöckel
later allow script engines to access these methods).
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 ↵
Andreas Stöckel
overhead if is not used)
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
Renamed ManagedType class to Rtti to make naming less confusing, implemented ↵
Andreas Stöckel
easier to use Rtti clas
2014-12-20
improved RTTI system
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 ↵
Andreas Stöckel
Managed, improved Managed readData function
2014-12-15
Improved ManagedContainer classes
Andreas Stöckel
2014-12-13
started to refactor Managed package
Andreas Stöckel