Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-17 | Improved handling of and error messages in tha case of too many fields for a ↵ | Andreas Stöckel | |
command. Adapted StackTest to the new behaviour and added new unit test. Fixed bug #76 | |||
2015-02-17 | Improved behaviour of FileLocator: | Andreas Stöckel | |
* really complete path, do not return completely new path * return file directly if it already exists * only complete the extension, nothing else * also ignore .backup files created by KDE programs | |||
2015-02-16 | Renamed oxm files to generic osxml | Andreas Stöckel | |
2015-02-16 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2015-02-16 | added return value in addFieldDescriptor related methods to indicate whether ↵ | Benjamin Paassen | |
the order of fields had to be changed. | |||
2015-02-16 | Implemented support for numeric arguments in Argument | Andreas Stöckel | |
2015-02-16 | Fixed bug #61 and added unit test | Andreas Stöckel | |
2015-02-16 | Fixed problem with fieldEnd closing implicit fields and added unit test | Andreas Stöckel | |
2015-02-15 | Added OsmlParserTest | Andreas Stöckel | |
2015-02-15 | Using osxml-extension in osxml parser | Andreas Stöckel | |
2015-02-15 | Merge branch 'astoecke_parser_stack_new' | Andreas Stöckel | |
Conflicts: application/src/core/parser/stack/DocumentHandler.cpp application/src/core/parser/stack/DocumentHandler.hpp | |||
2015-02-15 | Implemented OsxmlParser | Andreas Stöckel | |
2015-02-15 | Made OsxmlEvents interface consistent with Stack commands | Andreas Stöckel | |
2015-02-15 | added cardinality type. | Benjamin Paassen | |
2015-02-15 | removed author attribute from book domain (got refactored to meta domain) | Benjamin Paassen | |
2015-02-15 | Slightly adapted Handler instances to new Handler, once again passing ↵ | Andreas Stöckel | |
non-const references to data and start, using "parseGenericString" in DocumentHandler for resolving non-string values, added unit test for testing whether "end()" is not called if "start()" fails. | |||
2015-02-15 | Fixed GCC 4.9 warnings | Andreas Stöckel | |
2015-02-15 | Removed legacy test file | Andreas Stöckel | |
2015-02-15 | Merge branch 'master' into astoecke_parser_stack_new | Andreas Stöckel | |
Conflicts: application/CMakeLists.txt application/src/core/parser/stack/DocumentHandler.hpp application/src/core/parser/stack/DomainHandler.hpp application/src/core/parser/stack/ImportIncludeHandler.hpp | |||
2015-02-15 | Added lonely comment to StandaloneEnvironment | Andreas Stöckel | |
2015-02-15 | Implemented most of the desired behaviour of the Stack class, added unit tests | Andreas Stöckel | |
2015-02-15 | Fixed gcc 4.9 warnings | Andreas Stöckel | |
2015-02-15 | Fixed isIdentifier and isNamespacedIdentifier, added and used ↵ | Andreas Stöckel | |
isIdentifierOrEmpty for use in Node | |||
2015-02-15 | Renamed parser/generic to parser/stack and made filenames much shorter | Andreas Stöckel | |
2015-02-15 | Implemented annotation start and end field | Andreas Stöckel | |
2015-02-15 | Fixed forgotten unit test | Andreas Stöckel | |
2015-02-15 | Added code for the handling of explicit default fields and improved unit tests | Andreas Stöckel | |
2015-02-15 | Tidied OsxmlEventParser up, implemented correct whitespace handling, started ↵ | Andreas Stöckel | |
to write unit tests for the osxml parser | |||
2015-02-15 | Applied renaming to unit tests and added forgotten CMakeLists.txt | Andreas Stöckel | |
2015-02-15 | Moved TokenTrieTest to new directory | Andreas Stöckel | |
2015-02-14 | Renamed osdm to osml and osdmx to osxml | Andreas Stöckel | |
2015-02-14 | Moved some of the whitespace functionality back to Utils | Andreas Stöckel | |
2015-02-14 | Removed Whitespace file again | Andreas Stöckel | |
2015-02-14 | Moved DynamicTokenizer and TokenTrie to parser/utils | Andreas Stöckel | |
2015-02-14 | Added testcase for Osdmx Parser | Andreas Stöckel | |
2015-02-14 | Moved code for handling whitespaces to own header, including the ↵ | Andreas Stöckel | |
"WhitespaceMode" enum | |||
2015-02-14 | Moved specific file format parsers to formats/ folder, moved old tokenizer ↵ | Andreas Stöckel | |
to css code (this is the only place where it is actually used) | |||
2015-02-13 | added a test case which lead to a truly interesting bug that cost us quite ↵ | Benjamin Paassen | |
some time. | |||
2015-02-13 | added VariantReader::parseTyped | Benjamin Paassen | |
2015-02-13 | added VariantReader::parseBool | Benjamin Paassen | |
2015-02-12 | added Descriptor::getPermittedChildren. | Benjamin Paassen | |
2015-02-12 | added a method to retrieve all reachable default fields from a given descriptor. | Benjamin Paassen | |
2015-02-12 | further revised pathTo. Now only the TREE field is used in further exploration. | Benjamin Paassen | |
2015-02-12 | restructured pathTo. Also fixed some issues with that method and made it ↵ | Benjamin Paassen | |
more general. | |||
2015-02-12 | Anchors do not have a name anymore and have a unique mapping to their ↵ | Benjamin Paassen | |
AnnotationEntities. This also makes serialization much easier. | |||
2015-02-12 | addes special resolve case in ParserScope::resolve for default field ↵ | Benjamin Paassen | |
descriptors and changed resolve mechanism in parent field refs to just asking for the FieldDescriptor with the given name. | |||
2015-02-11 | improved pathto | Benjamin Paassen | |
2015-02-11 | changed semantics of default field, now referring to the only TREE field. | Benjamin Paassen | |
2015-02-11 | made isSubtree (fieldType) and primitivity orthogonal concepts: PRIMITIVE is ↵ | Benjamin Paassen | |
no FieldType anymore. | |||
2015-02-10 | added a document parsing test. | Benjamin Paassen | |