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-14
Removed not needed Node.setParent method
Andreas Stöckel
2015-01-14
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-14
Implemented attaching Methods and Property information to Types (this will la...
Andreas Stöckel
2015-01-14
merge.
Benjamin Paassen
2015-01-14
Removed parent mechanism in object graph representation. This is only a relev...
Benjamin Paassen
2015-01-14
Added some more code escaping for XML in documentation.
Benjamin Paassen
2015-01-13
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-13
Added new Property class for defining getters and setters
Andreas Stöckel
2015-01-13
Documented missing parameter
Andreas Stöckel
2015-01-13
Made functions move and copy constructible. Why? Because I can.
Andreas Stöckel
2015-01-13
Fixed doxygen warnings
Andreas Stöckel
2015-01-13
First version of 'pathTo' function enabling users to request a Structure Path...
Benjamin Paassen
2015-01-13
escaped attribute values in XML serialization.
Benjamin Paassen
2015-01-13
put entity escaping in XML serialization instead of DemoOutput. Also had to c...
Benjamin Paassen
2015-01-13
allowing validated methods
Andreas Stöckel
2015-01-13
auto format + made some functions const
Andreas Stöckel
2015-01-12
Added unittests for validateArray and validateMap functions, injecting standa...
Andreas Stöckel
2015-01-12
Improved error message
Andreas Stöckel
2015-01-12
Implemented and tested "Any" Argument type
Andreas Stöckel
2015-01-12
Removed not needed destructor
Andreas Stöckel
2015-01-12
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-12
hopefully repaired multiple inheritance chaos.
Benjamin Paassen
2015-01-12
Is this necessary? No. Absolutely not. Only the base class (Managed) needs this.
Andreas Stöckel
2015-01-12
Tried to introduce another StructureNode class as common superclass for Struc...
Benjamin Paassen
2015-01-12
normalized NodeVector access in model classes and added some more documentati...
Benjamin Paassen
2015-01-12
Added (not yet done) unit test for the Argument class
Andreas Stöckel
2015-01-12
Improved error messages of VariantConverter
Andreas Stöckel
2015-01-12
Fixed Variant::getTypeName not being const
Andreas Stöckel
2015-01-12
Added Argument and Arguments class
Andreas Stöckel
2015-01-11
Implemented conversion to more Variant types, implemented VariantConverter::c...
Andreas Stöckel
2015-01-11
Fixed comment
Andreas Stöckel
2015-01-11
Silenced doxygen warnings
Andreas Stöckel
2015-01-11
removed legacy files
Andreas Stöckel
2015-01-11
Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp header
Andreas Stöckel
2015-01-11
Added getRttiType function to the Variant class
Andreas Stöckel
2015-01-11
Added primitive Rtti Types
Andreas Stöckel
2015-01-11
Renamed RttiBase to RttiType
Andreas Stöckel
2015-01-11
Added Rtti descriptors for primitive type for use in the Variant class
Andreas Stöckel
2015-01-11
Renamed Variant::Type to VariantType to allow forward declaration
Andreas Stöckel
2015-01-11
Made Number class interface better
Andreas Stöckel
2015-01-11
Refactored conversion routines used in the Typesystem class and the Variant c...
Andreas Stöckel
2015-01-11
Added ExceptionLogger class which directly throws any reported error.
Andreas Stöckel
2015-01-11
Refactored number class out of VariantReader and added documentation
Andreas Stöckel
2015-01-09
Implemented resolve function in Scope class
Andreas Stöckel
2015-01-09
added path function ResolutionResult
Andreas Stöckel
2015-01-09
added non-pretty output of XML serialization, changed DemoOutput accordingly ...
Benjamin Paassen
2015-01-09
debugged DemoOutput.cpp
Benjamin Paassen
2015-01-09
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-09
fixed Document::continueResolve nullptr access
Andreas Stöckel
2015-01-09
changed XML prolog handling.
Benjamin Paassen
[next]