summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-02-17Added test for bug #79Andreas Stöckel
2015-02-17Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-02-17Made test names consistentAndreas Stöckel
2015-02-17Fixed issue #78 and added unit testAndreas Stöckel
2015-02-17Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-17fixed wrong handling of empty attributes in TestAdvanced.Benjamin Paassen
2015-02-17sorted test list alphabetical and added XML output test.Benjamin Paassen
2015-02-17Improved handling of and error messages in tha case of too many fields for a ...Andreas Stöckel
2015-02-17Improved behaviour of FileLocator:Andreas Stöckel
2015-02-16Renamed oxm files to generic osxmlAndreas Stöckel
2015-02-16Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-16added return value in addFieldDescriptor related methods to indicate whether ...Benjamin Paassen
2015-02-16Implemented support for numeric arguments in ArgumentAndreas Stöckel
2015-02-16Fixed bug #61 and added unit testAndreas Stöckel
2015-02-16Fixed problem with fieldEnd closing implicit fields and added unit testAndreas Stöckel
2015-02-15Added OsmlParserTestAndreas Stöckel
2015-02-15Using osxml-extension in osxml parserAndreas Stöckel
2015-02-15Merge branch 'astoecke_parser_stack_new'Andreas Stöckel
2015-02-15Implemented OsxmlParserAndreas Stöckel
2015-02-15Made OsxmlEvents interface consistent with Stack commandsAndreas Stöckel
2015-02-15added cardinality type.Benjamin Paassen
2015-02-15removed author attribute from book domain (got refactored to meta domain)Benjamin Paassen
2015-02-15Slightly adapted Handler instances to new Handler, once again passing non-con...Andreas Stöckel
2015-02-15Fixed GCC 4.9 warningsAndreas Stöckel
2015-02-15Removed legacy test fileAndreas Stöckel
2015-02-15Merge branch 'master' into astoecke_parser_stack_newAndreas Stöckel
2015-02-15Added lonely comment to StandaloneEnvironmentAndreas Stöckel
2015-02-15Implemented most of the desired behaviour of the Stack class, added unit testsAndreas Stöckel
2015-02-15Fixed gcc 4.9 warningsAndreas Stöckel
2015-02-15Fixed isIdentifier and isNamespacedIdentifier, added and used isIdentifierOrE...Andreas Stöckel
2015-02-15Renamed parser/generic to parser/stack and made filenames much shorterAndreas Stöckel
2015-02-15Implemented annotation start and end fieldAndreas Stöckel
2015-02-15Fixed forgotten unit testAndreas Stöckel
2015-02-15Added code for the handling of explicit default fields and improved unit testsAndreas Stöckel
2015-02-15Tidied OsxmlEventParser up, implemented correct whitespace handling, started ...Andreas Stöckel
2015-02-15Applied renaming to unit tests and added forgotten CMakeLists.txtAndreas Stöckel
2015-02-15Moved TokenTrieTest to new directoryAndreas Stöckel
2015-02-14Renamed osdm to osml and osdmx to osxmlAndreas Stöckel
2015-02-14Moved some of the whitespace functionality back to UtilsAndreas Stöckel
2015-02-14Removed Whitespace file againAndreas Stöckel
2015-02-14Moved DynamicTokenizer and TokenTrie to parser/utilsAndreas Stöckel
2015-02-14Added testcase for Osdmx ParserAndreas Stöckel
2015-02-14Moved code for handling whitespaces to own header, including the "WhitespaceM...Andreas Stöckel
2015-02-14Moved specific file format parsers to formats/ folder, moved old tokenizer to...Andreas Stöckel
2015-02-13added a test case which lead to a truly interesting bug that cost us quite so...Benjamin Paassen
2015-02-13added VariantReader::parseTypedBenjamin Paassen
2015-02-13added VariantReader::parseBoolBenjamin Paassen
2015-02-12added Descriptor::getPermittedChildren.Benjamin Paassen
2015-02-12added a method to retrieve all reachable default fields from a given descriptor.Benjamin Paassen
2015-02-12further revised pathTo. Now only the TREE field is used in further exploration.Benjamin Paassen