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-02-17
Implement possiblility of Graphviz export when in debug mode (for demo purposes)
Andreas Stöckel
2015-02-11
manager formatting stuff.
Benjamin Paassen
2015-02-11
Added "unmanage" function which removes managed objects from the Manager in t...
Benjamin Paassen
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-02-07
Added code for printing info about hidden Rooted elements
Andreas Stöckel
2015-02-07
Removed double-removal of object from the "marked" list
Andreas Stöckel
2015-02-07
Changes in the comments, reenabled assertion
Andreas Stöckel
2015-02-07
Removed unneeded header
Andreas Stöckel
2015-02-06
temporarily commented out assertion in Manager destructor.
Benjamin Paassen
2015-01-27
Marked move constructors noexcept (allows move constructor to be used when ty...
Andreas Stöckel
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
[next]