index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-01-09
added a parent reference to XML nodes.
Benjamin Paassen
2015-01-09
adapted to new code
Andreas Stöckel
2015-01-09
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-09
Adapted code to new resolve function
Andreas Stöckel
2015-01-09
Implemented new resolve function
Andreas Stöckel
2015-01-08
first attempts on implementing annotation support for DemoHTML output.
Benjamin Paassen
2015-01-08
further extended example to include annotations (emphasized and strong). The ...
Benjamin Paassen
2015-01-08
further extended advanced document (now list domain is supported as well) and...
Benjamin Paassen
2015-01-08
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-08
further extended the advanced document example, slightly improved XML seriali...
Benjamin Paassen
2015-01-08
slight changes to Domain and Document. Started to add a more advanced test do...
Benjamin Paassen
2015-01-08
Changed the DemoOutput algorithm as suggested by Andreas: We first transform ...
Benjamin Paassen
2015-01-06
added XML classes including Serialization functions and added a test for it. ...
Benjamin Paassen
2015-01-06
Using RttiBuilder to construct Rtti information
Andreas Stöckel
2015-01-06
Implemented RttiBuilder
Andreas Stöckel
2015-01-05
Replaced the term "aggregation" with "composition"
Andreas Stöckel
2015-01-05
corrected RTTI for domain und document and added a reference to system type s...
Benjamin Paassen
2015-01-05
Added composition types
Andreas Stöckel
2015-01-05
Improved Graphviz output
Andreas Stöckel
2015-01-05
Changed aggregation descriptor of the Typesystem class
Andreas Stöckel
2015-01-05
Fixed compilation with gcc 4.9
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
corrected first draft of DemoOutput. Still some TODOs remain, but for the eas...
Benjamin Paassen
2015-01-04
fixed a nasty bug in the getField method of DocumentEntity. Also corrected so...
Benjamin Paassen
2015-01-04
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-01-04
first draft for HTML Demo Output (still a lot of todos).
Benjamin Paassen
2015-01-04
improved documentation.
Benjamin Paassen
2015-01-04
added comment to exportGraphviz function
Andreas Stöckel
2015-01-04
Added graphviz export
Andreas Stöckel
2015-01-04
Added AggregatedOf information
Andreas Stöckel
2015-01-04
Allowing to return human readable name of an event
Andreas Stöckel
2015-01-03
Added references for aggregatedOf to the typesystem RttiType definitions
Andreas Stöckel
2015-01-03
Renamed "contains" to aggregatedOf, added corresponding convenience function ...
Andreas Stöckel
2015-01-03
Improved contains functionality (now includes the parent types of each aggreg...
Andreas Stöckel
2015-01-03
Precomputing all possible parents (for a faster isa function) and introduced ...
Andreas Stöckel
2015-01-02
fixing missing include
Andreas Stöckel
2015-01-02
allowing to pass data to event handlers
Andreas Stöckel
2015-01-02
Using Index per default in NodeVector and NodeMap, added Unit test
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
Added index class which allows to build an index of Nodes stored in a NodeCon...
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 Node class to model folder
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
2015-01-02
Added argument validation to parser stack
Andreas Stöckel
2015-01-02
Moved StandaloneParserContext to test folder
Andreas Stöckel
2015-01-02
Added SystemTypesystem class, autoformat
Andreas Stöckel
2015-01-02
Initializing depth with zero (prevents crash)
Andreas Stöckel
2015-01-01
Using CharReader instead of inputstream in Parser function
Andreas Stöckel
[next]