Age | Commit message (Expand) | Author |
2015-02-15 | Added missing header inclusion | 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 | 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 | Tidied OsxmlEventParser up, implemented correct whitespace handling, started ... | 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 | Removed Whitespace file again | Andreas Stöckel |
2015-02-14 | Moved DynamicTokenizer and TokenTrie to parser/utils | 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-10 | Skeleton for GenericParser class | Andreas Stöckel |
2015-02-09 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel |
2015-02-09 | Added fetch and fetchPeek functions for reading the current character without... | Andreas Stöckel |
2015-02-08 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen |
2015-02-08 | added getFieldDescriptor method. | Benjamin Paassen |
2015-02-08 | Added newline | 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 | Added "expect" function to CharReader | Andreas Stöckel |
2015-02-08 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen |
2015-02-08 | added check for name attribute in Descriptor. | Benjamin Paassen |
2015-02-08 | set the return type of getFieldDescriptorIndex to ssize_t. | Benjamin Paassen |
2015-02-08 | restructured the FieldDescriptor mechanism. | Benjamin Paassen |
2015-02-08 | Added isIdentifierStart function | Andreas Stöckel |
2015-02-08 | Added seekPeekCursor function to CharReader, improved how seeking is handled ... | Andreas Stöckel |
2015-02-07 | Unified handling of references to Rtti instances: Now using pointers everywhere | Andreas Stöckel |
2015-02-07 | Added code for printing info about hidden Rooted elements | Andreas Stöckel |
2015-02-07 | Removed double-removal of object from the "marked" list | Andreas Stöckel |
2015-02-07 | Changes in the comments, reenabled assertion | Andreas Stöckel |
2015-02-07 | Removed unneeded header | Andreas Stöckel |
2015-02-07 | Fixed problem with GC -- domains Node vector was not rooted. | Andreas Stöckel |
2015-02-06 | added a todo for andreas. xml tags may contain : | Benjamin Paassen |
2015-02-06 | improved formatting and variable names. | 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 | corrected attributes descriptor handling. | Benjamin Paassen |
2015-02-06 | added new resolve method. | Benjamin Paassen |