Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-18 | Implemented storing locations in the ParserStack, improved parsing typesystems | Andreas Stöckel | |
2015-01-18 | Improved validation error message | Andreas Stöckel | |
2015-01-18 | Implemented some helper functions to facilitate implementing doValidate ↵ | Andreas Stöckel | |
methods. This includes the "validateName" function (which makes sure the Node has a valid identifier), the "continueValidation" function (which descends into the given list of child nodes) and the "continueValidationCheckDuplicates" which descends into the given child list and makes sure the names of the child nodes are unique. | |||
2015-01-18 | Renamed continueResolve to doResolve for more consistency with other virtual ↵ | Andreas Stöckel | |
protected methods | |||
2015-01-17 | Improved typesystem, allowing online creation of structs | Andreas Stöckel | |
2015-01-17 | Improved validation system | Andreas Stöckel | |
2015-01-16 | wip copy | Andreas Stöckel | |
2015-01-16 | first attempt on validation method for Document classes. | Benjamin Paassen | |
2015-01-16 | validate function for Domain::Descriptor. | Benjamin Paassen | |
2015-01-16 | renamed isa to superclass in Domain::Descriptor and id some cosmetic changes. | Benjamin Paassen | |
2015-01-15 | Further simplified document buildup by doing the addition to parents of ↵ | Benjamin Paassen | |
StructureNodes in the constructor and refactored Anchor as standalone class instead of AnnotationEntity child. This made some changes in the test bench necessary as well. | |||
2015-01-15 | renamed addStructuredEntity to addStructureNode. | Benjamin Paassen | |
2015-01-15 | supported more automatic registration behaviour, checked for internal name ↵ | Benjamin Paassen | |
consistency regarding FieldDescriptors, AnnotationClasses and StructuredClasses and made adding methods for automatically registered references protected. | |||
2015-01-15 | lambdas are so much cooler | Andreas Stöckel | |
2015-01-15 | fixed clang warnings and errors | 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 | Registered properties for the Node class | Andreas Stöckel | |
2015-01-14 | Removed not needed Node.setParent method | Andreas Stöckel | |
2015-01-14 | merge. | Benjamin Paassen | |
2015-01-14 | Removed parent mechanism in object graph representation. This is only a ↵ | Benjamin Paassen | |
relevant concept for the parsed XML language. It can be fully expressed by FieldDescriptors and their children in the object graph. | |||
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 | Fixed doxygen warnings | Andreas Stöckel | |
2015-01-13 | First version of 'pathTo' function enabling users to request a Structure ↵ | Benjamin Paassen | |
Path from some descriptor to another. | |||
2015-01-12 | Removed not needed destructor | Andreas Stöckel | |
2015-01-12 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
Conflicts: application/src/core/model/Document.hpp | |||
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 ↵ | Benjamin Paassen | |
StructuredEntity, Anchor and DocumentPrimitive. Nearly seems to work, but not entirely so. There are still issues with the Manager it seems. | |||
2015-01-12 | normalized NodeVector access in model classes and added some more ↵ | Benjamin Paassen | |
documentation to model classes. | |||
2015-01-11 | Fixed comment | Andreas Stöckel | |
2015-01-11 | Silenced doxygen warnings | 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 | Refactored conversion routines used in the Typesystem class and the Variant ↵ | Andreas Stöckel | |
class into an own class, implemented missing conversion from string to integer/double, implemented proper JSON serialization of variants | |||
2015-01-09 | added path function ResolutionResult | Andreas Stöckel | |
2015-01-09 | fixed Document::continueResolve nullptr access | Andreas Stöckel | |
2015-01-09 | removed resolve debug printouts and simplified resolve method in Document. | Benjamin Paassen | |
2015-01-09 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2015-01-09 | Refactored building convenience methods to TestDocumentBuilder, added error ↵ | Benjamin Paassen | |
logging and changed TestDocument and TestAdvanced as well as all users of those files accordingly. | |||
2015-01-09 | Added new unit tests for the Node.resolve function and fixed the behaviour ↵ | Andreas Stöckel | |
for not following references if a compositum was found | |||
2015-01-09 | Finished node resolution process | Andreas Stöckel | |
2015-01-09 | Improvements to Document classes in accordance with Benjamin | Andreas Stöckel | |
2015-01-09 | adapted to new code | Andreas Stöckel | |
2015-01-09 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
Conflicts: application/src/core/model/Document.cpp application/src/core/model/Domain.cpp | |||
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 | further extended example to include annotations (emphasized and strong). The ↵ | Benjamin Paassen | |
DemoOutput for that is still missing, though. convenience build functions have also been implemented in Document.cpp. | |||
2015-01-08 | further extended advanced document (now list domain is supported as well) ↵ | Benjamin Paassen | |
and extended DemoOutput accordingly. |