Age | Commit message (Expand) | Author |
2015-02-15 | added much more test data: meta domain, lists domain, bibliography domain, ve... | Benjamin Paassen |
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 | 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 GCC 4.9 warnings | Andreas Stöckel |
2015-02-15 | Removed legacy test file | 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 | 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 |
2015-02-15 | Commented out Callbacks in Handler, this is not implemented yet | Andreas Stöckel |
2015-02-15 | Fixed gcc 4.9 warnings | Andreas Stöckel |
2015-02-15 | Fixed isIdentifier and isNamespacedIdentifier, added and used isIdentifierOrE... | Andreas Stöckel |
2015-02-15 | Included the stack test | 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 | Updated CMakeLists.txt | Andreas Stöckel |
2015-02-15 | Renamed parser/generic to parser/stack and made filenames much shorter | Andreas Stöckel |
2015-02-15 | Adapted gedit syntax highlighter to new file extension | Andreas Stöckel |
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 |
2015-02-15 | Applied renaming to unit tests and added forgotten CMakeLists.txt | Andreas Stöckel |
2015-02-15 | Moved TokenTrieTest to new directory | 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 |