Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-28 | Adapted all unit tests, renamed COMMAND_END event to RANGE_END event to ↵ | Andreas Stöckel | |
match ranged annotations | |||
2015-02-28 | Test case for data being empty if a token is found | Andreas Stöckel | |
2015-02-27 | Made OsmlStreamParser ready for user defined tokens, started to adapt unit ↵ | Andreas Stöckel | |
tests. | |||
2015-02-26 | Reactivated TokenizerTest | Andreas Stöckel | |
2015-02-26 | Moved "assert" functions to own header | Andreas Stöckel | |
2015-02-25 | start of branch, commit log will be rewritten | Andreas Stöckel | |
2015-02-22 | Adapted old Tokenizer infrastructure to new Tokens.hpp | Andreas Stöckel | |
2015-02-22 | Implemented TokenizedData, a facility to store data with tokens where tokens ↵ | Andreas Stöckel | |
can be dynamically enabled and the whitespace mode specified at the moment the tokens are read | |||
2015-02-22 | Added test for collapse and trim methods in Utils | Andreas Stöckel | |
2015-02-22 | Implemented SourceOffsetVector -- a class for storing the SourceOffset for ↵ | Andreas Stöckel | |
each character in a sequence in an fairly efficient manner | |||
2015-02-22 | corrected XML serialization for primitive text content regarding whitespace ↵ | Benjamin Paassen | |
and newline handling and extended XMLTest to check that. | |||
2015-02-18 | added complex document parsing test | Benjamin Paassen | |
2015-02-18 | changed cardinality toString conversion to be reparseable as cardinality. | Benjamin Paassen | |
2015-02-18 | fixed a bug with empty fields. | Benjamin Paassen | |
2015-02-18 | added support for primitive subtree fields in XMLOutput. | Benjamin Paassen | |
2015-02-18 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2015-02-18 | detected and counteracted cycles in gatherFieldDescriptors and ↵ | Benjamin Paassen | |
gatherSubclasses. Also added unit tests for those cyclic cases. | |||
2015-02-18 | Fix for issue #85 -- only allowing explicit fields if no structure elements ↵ | Andreas Stöckel | |
or data have been given beforehand. Added unit tests. | |||
2015-02-18 | Implemented automatic validation of RootNode instances in ParserScope | Andreas Stöckel | |
2015-02-18 | Added test for bug with structs that do not posses a field | Andreas Stöckel | |
2015-02-18 | Fixed bug #80 and added unit test | Andreas Stöckel | |
2015-02-17 | Added very primitive unit tests for include | Andreas Stöckel | |
2015-02-17 | Added test for bug #79 | Andreas Stöckel | |
2015-02-17 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-02-17 | Made test names consistent | Andreas Stöckel | |
2015-02-17 | Fixed issue #78 and added unit test | Andreas Stöckel | |
2015-02-17 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2015-02-17 | fixed wrong handling of empty attributes in TestAdvanced. | Benjamin Paassen | |
2015-02-17 | sorted test list alphabetical and added XML output test. | Benjamin Paassen | |
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 | |