Age | Commit message (Expand) | Author |
2015-02-15 | Fixed isIdentifier and isNamespacedIdentifier, added and used isIdentifierOrE... | 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 | 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 some of the whitespace functionality back to Utils | 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 | Added testcase for Osdmx Parser | 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-10 | Renamed some files and changed folder structure | Andreas Stöckel |
2015-02-10 | Implemented namespace handling | Andreas Stöckel |
2015-02-10 | Fully implemented and tested begin/end handling | Andreas Stöckel |
2015-02-09 | Implemented correct handling of fields in PlainFormatStreamReader and added a... | Andreas Stöckel |
2015-02-08 | Added support for parsing commands | Andreas Stöckel |
2015-02-08 | Changed definition of identifier (do not allow them to start with an underscore) | Andreas Stöckel |
2015-02-08 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen |
2015-02-08 | restructured the FieldDescriptor mechanism. | Benjamin Paassen |
2015-02-08 | DynamicTokenizer now gets the reader as a parameter to read and peek -- the b... | Andreas Stöckel |
2015-02-08 | Implemented DynamicTokenizer and unit tests | Andreas Stöckel |
2015-02-08 | Deleted DynamicTokenTree class, replaced by TokenTrie | Andreas Stöckel |
2015-02-07 | Unified handling of references to Rtti instances: Now using pointers everywhere | Andreas Stöckel |
2015-02-06 | changed name of text field from content to default. | Benjamin Paassen |
2015-02-06 | made cardinality to an own class instead of using. | Benjamin Paassen |
2015-02-06 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen |
2015-02-06 | initialized test StandaloneEnvironment Manager with sweep threshold of 1. | Benjamin Paassen |
2015-02-06 | corrected attributes descriptor handling. | Benjamin Paassen |
2015-02-06 | corrected attributes default value. | Benjamin Paassen |
2015-02-06 | Removed childHandler, added "*" notation | Andreas Stöckel |
2015-02-06 | Continue writing parser for plain document format | Andreas Stöckel |
2015-02-05 | Added initial skeleton of the PlainFormatStreamReader class, providing the mo... | Andreas Stöckel |
2015-02-04 | allowed actual field descriptor references. | Benjamin Paassen |
2015-02-04 | got annotation parsing to work with the comments domain. detected a bug, thou... | Benjamin Paassen |
2015-02-04 | got headings domain to work. | Benjamin Paassen |
2015-02-04 | set non-empty default field name. | Benjamin Paassen |
2015-02-04 | added mechanism for parent parsing, which does not fully work as of now. | Benjamin Paassen |
2015-02-04 | reworked test for domain parsing. The skeleton works. | Benjamin Paassen |
2015-02-04 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen |
2015-02-04 | Implemented parsing of enum types | Andreas Stöckel |
2015-02-04 | further work on domain parsing. This is not a working state yet. | Benjamin Paassen |
2015-02-03 | removed references to variant::cardinality where I did not need them. | Benjamin Paassen |
2015-02-03 | Fixed GCC 4.9 warnings | Andreas Stöckel |
2015-02-03 | Added "checkIsa" function to Type that allows to check for an isa relationship. | Andreas Stöckel |
2015-02-03 | Implemented storing SourceLocation of parsed Variants | Andreas Stöckel |
2015-02-03 | Implemented Including files | Andreas Stöckel |