summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2015-01-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser ↵Andreas Stöckel
namespace, added new functionality to RegistryClass, wrote documentation, added function for extracting file extensions to Utils
2015-01-21introduced Domain validation functionality and a Unit test for it.Benjamin Paassen
2015-01-20Added unit test for checking the default search pathsAndreas Stöckel
2015-01-20Adapted FileLocator unit tests, searching in the "UNKNOWN" ResourceType ↵Andreas Stöckel
search paths directly in ResoruceLocator instead of Registry
2015-01-20Implemented automatic generation of default search pathsAndreas Stöckel
2015-01-20Moved some files aroundAndreas Stöckel
2015-01-20Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-20Refactored stuff surrounding the ResourceLocator class, implemented ↵Andreas Stöckel
StaticResourceLocator which can be used for registering static resources (mainly for testing or if certain resources need to be available from the executable)
2015-01-20Moved some files around and added new Resource classAndreas Stöckel
2015-01-19(re-)introduced setter methods to Document.Benjamin Paassen
2015-01-19XML-Parsing for Typesystem structs works so farAndreas Stöckel
2015-01-19fixed some bugs in Document validation and added further tests.Benjamin Paassen
2015-01-18Fixed bugs in definition of Project, added reference to Project to ParserContextAndreas Stöckel
2015-01-18Removed debug outputAndreas Stöckel
2015-01-18Renamed RttiType to RttiAndreas Stöckel
2015-01-18Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-18Droped Rtti<T> class, using RttiType insteadAndreas Stöckel
2015-01-18Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-18improved Document validation process and added some test cases. Further ↵Benjamin Paassen
tests are required, though.
2015-01-18Made Attribute class mutableAndreas Stöckel
2015-01-18Removed Variant handle constructor (caught to much stuff)Andreas Stöckel
2015-01-18Implemented storing locations in the ParserStack, improved parsing typesystemsAndreas Stöckel
2015-01-18added test for VariantReader::parseGenericStringAndreas Stöckel
2015-01-18Renamed continueResolve to doResolve for more consistency with other virtual ↵Andreas Stöckel
protected methods
2015-01-18Fixed order in which elements in StandaloneParserContext are created/freed ↵Andreas Stöckel
(to prevent Manager empty assertion to fail)
2015-01-17Added additional unit test for the setParentStructure functionAndreas Stöckel
2015-01-17Improved typesystem, allowing online creation of structsAndreas Stöckel
2015-01-17Managed container does not reset owner on move -- this allows the container ↵Andreas Stöckel
to be reusable after a move. Adapted unit test accordingly.
2015-01-16Allowing deferred resolution of NodesAndreas Stöckel
2015-01-16validate function for Domain::Descriptor.Benjamin Paassen
2015-01-16Working on XMLParser (still lot work in progress)Andreas Stöckel
2015-01-15Further 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-15renamed addStructuredEntity to addStructureNode.Benjamin Paassen
2015-01-15supported 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-15Fixed bug in Argument validation when missing values are inserted (string ↵Andreas Stöckel
types got "null" as default value and not ""), added corresponding unit test
2015-01-15Synchronizing logger with current XML parser line numberAndreas Stöckel
2015-01-15Using Arguments class in ParserStack for validationAndreas Stöckel
2015-01-15Added possibility to construct Arguments in a mode in which no validation is ↵Andreas Stöckel
performed.
2015-01-14Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-14finished pathTo function with rather nasty test.Benjamin Paassen
2015-01-14Removed not needed Node.setParent methodAndreas Stöckel
2015-01-14Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-14Implemented attaching Methods and Property information to Types (this will ↵Andreas Stöckel
later allow script engines to access these methods).
2015-01-14Using pointer to RttiType instancesAndreas Stöckel
2015-01-14Silenced GCC 4.9 warningsAndreas Stöckel
2015-01-14merge.Benjamin Paassen
2015-01-14started to implement a more advanced test for the 'pathTo' method and ↵Benjamin Paassen
noticed some conceptual difficulties that have to be adressed later on.
2015-01-13Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-13Added new Property class for defining getters and settersAndreas Stöckel
2015-01-13Added further test for the Function classAndreas Stöckel