index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2015-01-18
Implemented storing locations in the ParserStack, improved parsing typesystems
Andreas Stöckel
2015-01-18
added test for VariantReader::parseGenericString
Andreas Stöckel
2015-01-18
Renamed continueResolve to doResolve for more consistency with other virtual ...
Andreas Stöckel
2015-01-18
Fixed order in which elements in StandaloneParserContext are created/freed (t...
Andreas Stöckel
2015-01-17
Added additional unit test for the setParentStructure function
Andreas Stöckel
2015-01-17
Improved typesystem, allowing online creation of structs
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
Allowing deferred resolution of Nodes
Andreas Stöckel
2015-01-16
validate function for Domain::Descriptor.
Benjamin Paassen
2015-01-16
Working on XMLParser (still lot work in progress)
Andreas Stöckel
2015-01-15
Further simplified document buildup by doing the addition to parents of Struc...
Benjamin Paassen
2015-01-15
renamed addStructuredEntity to addStructureNode.
Benjamin Paassen
2015-01-15
supported more automatic registration behaviour, checked for internal name co...
Benjamin Paassen
2015-01-15
Fixed bug in Argument validation when missing values are inserted (string typ...
Andreas Stöckel
2015-01-15
Synchronizing logger with current XML parser line number
Andreas Stöckel
2015-01-15
Using Arguments class in ParserStack for validation
Andreas Stöckel
2015-01-15
Added possibility to construct Arguments in a mode in which no validation is ...
Andreas Stöckel
2015-01-14
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-14
finished pathTo function with rather nasty test.
Benjamin Paassen
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
Using pointer to RttiType instances
Andreas Stöckel
2015-01-14
Silenced GCC 4.9 warnings
Andreas Stöckel
2015-01-14
merge.
Benjamin Paassen
2015-01-14
started to implement a more advanced test for the 'pathTo' method and noticed...
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
Added further test for the Function class
Andreas Stöckel
2015-01-13
First version of 'pathTo' function enabling users to request a Structure Path...
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-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
Fixed failing html test
Andreas Stöckel
2015-01-12
Finished tests for the "Argument" class
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
some further trials to solve the issue of segfault in HTML test, but failed.
Benjamin Paassen
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-11
Silenced GCC 4.9 warnings
Andreas Stöckel
2015-01-11
Improved Variant unit test
Andreas Stöckel
2015-01-11
Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp header
Andreas Stöckel
2015-01-11
Renamed RttiBase to RttiType
Andreas Stöckel
2015-01-11
Fixed GCC 4.9 warnings (signed unsigned compare)
Andreas Stöckel
2015-01-11
Refactored conversion routines used in the Typesystem class and the Variant c...
Andreas Stöckel
2015-01-09
added non-pretty output of XML serialization, changed DemoOutput accordingly ...
Benjamin Paassen
[next]