summaryrefslogtreecommitdiff
path: root/src/formats
AgeCommit message (Collapse)Author
2016-04-25Automatically protect whitespace after annotation endings and in front of ↵Andreas Stöckel
annotation starts.
2016-04-25Fix segmentation fault due to global OsmlFormatTokens instance containing ↵Andreas Stöckel
shared pointers being copied
2016-04-25remove unneeded ".second"Andreas Stöckel
2016-04-25Identifiers may not end with an underscoreAndreas Stöckel
2015-03-04fixed bug #104Andreas Stöckel
2015-03-03Implemented annotation handlingAndreas Stöckel
2015-03-03Storing type and name in the HandlerData once again, using a TokenAndreas Stöckel
Conflicts: application/src/core/parser/stack/Callbacks.hpp
2015-03-02Got Stack compiling againAndreas Stöckel
2015-03-02OsxmlEventParser also fills a TokenizedData instance nowAndreas Stöckel
2015-03-02Adapted OsmlParser to new Stack interface, reenabled OsmlParser code in ↵Andreas Stöckel
CMakeLists
2015-03-02Adapted OsxmlParser to new Stack interface, enabled Osxml code in CMakeLists ↵Andreas Stöckel
again
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-03-01Implemented registration of user-defined tokens, fixed comment handling (do ↵Andreas Stöckel
not issue multiple data events if a comment occurs, just skip the comment data like in TeX)
2015-02-28Adapted all unit tests, renamed COMMAND_END event to RANGE_END event to ↵Andreas Stöckel
match ranged annotations
2015-02-27Made OsmlStreamParser ready for user defined tokens, started to adapt unit ↵Andreas Stöckel
tests.
2015-02-25start of branch, commit log will be rewrittenAndreas Stöckel
2015-02-22Adapted old Tokenizer infrastructure to new Tokens.hppAndreas Stöckel
2015-02-18ignored xmlns attributes in root tag in xml parsing.Benjamin Paassen
2015-02-17Fixed creating a document where no document should be created (I actually ↵Andreas Stöckel
thought of this bug before it occurred!)
2015-02-17Usinge COLLAPSE whitespace mode in OSXML parser to match default behaviour ↵Andreas Stöckel
of the OSML parser
2015-02-16Updating logger default position for better error messages if an exception ↵Andreas Stöckel
is thrown or no explicit location was given in a logger call
2015-02-15Added OsmlParserTestAndreas Stöckel
2015-02-15Added (completely untested) osxml parserAndreas Stöckel
2015-02-15Implemented OsxmlParserAndreas Stöckel
2015-02-15Made OsxmlEvents interface consistent with Stack commandsAndreas Stöckel
2015-02-15Merge branch 'master' into astoecke_parser_stack_newAndreas 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-15Renamed OsxmlParserAndreas Stöckel
2015-02-15Made flags only one bit wideAndreas Stöckel
2015-02-15Implemented annotation start and end fieldAndreas 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
to write unit tests for the osxml parser
2015-02-14Renamed osdm to osml and osdmx to osxmlAndreas Stöckel
2015-02-14renamed osdm to osml and osdmx to osxmlAndreas Stöckel
2015-02-14Moved DynamicTokenizer and TokenTrie to parser/utilsAndreas Stöckel
2015-02-14Moved textHandlers to whitespace handlersAndreas Stöckel
2015-02-14Moved 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-10Renamed some files and changed folder structureAndreas Stöckel