Age | Commit message (Expand) | Author |
2015-02-15 | Declaring States in the Handler classes | Andreas Stöckel |
2015-02-15 | Displaying error messages at the location of the argument | Andreas Stöckel |
2015-02-15 | added cardinality type. | Benjamin Paassen |
2015-02-15 | fixed a bug in instance counting in DocumentEntity::doValidate and made the v... | Benjamin Paassen |
2015-02-15 | added getChildrenWithSubclasses and thus made pathTo and collect more compact. | Benjamin Paassen |
2015-02-15 | fixed a bug in pathTo functions. | Benjamin Paassen |
2015-02-15 | added support for transparency between explicit fields and child structure el... | Benjamin Paassen |
2015-02-15 | removed enquoting from primitive string content in XML output. | Benjamin Paassen |
2015-02-15 | added support for transparent elements between explicit fields and primitive ... | Benjamin Paassen |
2015-02-15 | added pathTo and getDefaultFields for FieldDescriptors. | Benjamin Paassen |
2015-02-15 | Slightly adapted Handler instances to new Handler, once again passing non-con... | Andreas Stöckel |
2015-02-15 | Removed unneeded owner parameter from ParserScope | Andreas Stöckel |
2015-02-15 | Removed Typesystem read code again -- using ParseGenericString insteads. It o... | Andreas Stöckel |
2015-02-15 | Added "markAsMagic" function, autoformat | Andreas Stöckel |
2015-02-15 | Fixed compilation of VariantReader and Typesystem on GCC 4.9 | Andreas Stöckel |
2015-02-15 | Merge branch 'master' into astoecke_parser_stack_new | Andreas Stöckel |
2015-02-15 | Included handler classes from master | Andreas Stöckel |
2015-02-15 | Added missing header inclusion | Andreas Stöckel |
2015-02-15 | Renamed OsxmlParser | 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 | Commented out Callbacks in Handler, this is not implemented yet | Andreas Stöckel |
2015-02-15 | Fixed isIdentifier and isNamespacedIdentifier, added and used isIdentifierOrE... | Andreas Stöckel |
2015-02-15 | Made flags only one bit wide | Andreas Stöckel |
2015-02-15 | Renamed StateStack to Stack | Andreas Stöckel |
2015-02-15 | Renamed header guard | Andreas Stöckel |
2015-02-15 | Implemented StaticFieldHandler and EmptyHandler default handler classes | Andreas Stöckel |
2015-02-15 | Added isNamespacedIdentifier method to Utils | Andreas Stöckel |
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 | 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 |
2015-02-14 | Renamed osdm to osml and osdmx to osxml | Andreas Stöckel |
2015-02-14 | Moved Tokenizer to core/parser/utils and adapted name | Andreas Stöckel |
2015-02-14 | Redefined public interface of ParserStateStack | Andreas Stöckel |
2015-02-14 | Implemented callback functions in ParserStateHandler | Andreas Stöckel |
2015-02-14 | Splitted ParserStateCallbacks into two classes, one for communication between... | Andreas Stöckel |
2015-02-14 | Removed GenericParser. All needed functionality will be present in the Stack ... | Andreas Stöckel |
2015-02-14 | Moved some of the whitespace functionality back to Utils | Andreas Stöckel |
2015-02-14 | renamed osdm to osml and osdmx to osxml | 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 | Moved textHandlers to whitespace handlers | Andreas Stöckel |
2015-02-14 | Renamed ParserStateStack to ParserStack | Andreas Stöckel |
2015-02-14 | Moved code for the "Handler" class to own unit | Andreas Stöckel |
2015-02-14 | Header for Callbacks that can be directed from a ParserHandler to the parser ... | Andreas Stöckel |
2015-02-14 | Introduced "GenericParser" class for common code shared between parsers | Andreas Stöckel |
2015-02-14 | Moved code for handling whitespaces to own header, including the "WhitespaceM... | Andreas Stöckel |
2015-02-14 | Moved specific file format parsers to formats/ folder, moved old tokenizer to... | Andreas Stöckel |
2015-02-14 | added first version of XML output. | Benjamin Paassen |
2015-02-14 | got rid of one unecessary include. | Benjamin Paassen |