index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
managed
Age
Commit message (
Expand
)
Author
2015-01-25
getManager can be const
Andreas Stöckel
2015-01-23
Improved documentation
Andreas Stöckel
2015-01-21
removed unnecessary find method again.
Benjamin Paassen
2015-01-20
find method for ManagedContainer.
Benjamin Paassen
2015-01-18
Renamed RttiType to Rtti
Andreas Stöckel
2015-01-17
Managed container does not reset owner on move -- this allows the container t...
Andreas Stöckel
2015-01-16
Fixed comment
Andreas Stöckel
2015-01-16
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-16
Fixed reverse iterators in ManagedContainer
Andreas Stöckel
2015-01-16
made getUid work using a rather ugly const cast. Unfortunately this could not...
Benjamin Paassen
2015-01-16
added getUid() method to Managed.
Benjamin Paassen
2015-01-15
fixed clang warnings and errors
Andreas Stöckel
2015-01-14
Using "name" property for printing name in the graphviz export
Andreas Stöckel
2015-01-12
Tried to introduce another StructureNode class as common superclass for Struc...
Benjamin Paassen
2015-01-11
Renamed RttiBase to RttiType
Andreas Stöckel
2015-01-09
Added RTTI information for XML classes, made children vector of XML elements ...
Benjamin Paassen
2015-01-09
bugfix in ManagedContainer.
Benjamin Paassen
2015-01-05
Replaced the term "aggregation" with "composition"
Andreas Stöckel
2015-01-05
Improved Graphviz output
Andreas Stöckel
2015-01-05
Using weak references for storing the owner in events.
Andreas Stöckel
2015-01-05
Each Managed object now has an unique id that can be used as weak reference.
Andreas Stöckel
2015-01-04
added comment to exportGraphviz function
Andreas Stöckel
2015-01-04
Added graphviz export
Andreas Stöckel
2015-01-04
Allowing to return human readable name of an event
Andreas Stöckel
2015-01-03
Renamed "contains" to aggregatedOf, added corresponding convenience function ...
Andreas Stöckel
2015-01-02
allowing to pass data to event handlers
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
Allowing to pass a Listener instance in the constructor and to access the lis...
Andreas Stöckel
2015-01-02
Moved event system from the Node class to the Managed class (with zero overhe...
Andreas Stöckel
2015-01-02
Added new header containing definitions for the event system
Andreas Stöckel
2014-12-28
Added debug output
Andreas Stöckel
2014-12-28
fixed move constructor with owner swap
Andreas Stöckel
2014-12-28
added inequality operator to Handle class
Andreas Stöckel
2014-12-22
removed orphaned forward declaration
Andreas Stöckel
2014-12-21
some insignificant changes
Andreas Stöckel
2014-12-21
added additional constructor (initializer list) to ManagedContainer classes
Andreas Stöckel
2014-12-21
added some more documentation to the Managed class
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
fixed some typos
Andreas Stöckel
2014-12-20
adapted model classes to new Rtti class
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-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
made deletion order in Manager class (more) deterministic
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
[next]