Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Renamed OsxmlParser | Andreas Stöckel | |
2015-02-15 | Made flags only one bit wide | Andreas Stöckel | |
2015-02-15 | Implemented annotation start and end field | 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-14 | Renamed osdm to osml and osdmx to osxml | 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 | Moved textHandlers to whitespace handlers | 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 | |