Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | 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-14 | Renamed osdm to osml and osdmx to osxml | 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 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-10 | Renamed some files and changed folder structure | Andreas Stöckel | |