summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-15Implemented most of the desired behaviour of the Stack class, added unit testsAndreas Stöckel
2015-02-15Commented out Callbacks in Handler, this is not implemented yetAndreas Stöckel
2015-02-15Fixed gcc 4.9 warningsAndreas Stöckel
2015-02-15Fixed isIdentifier and isNamespacedIdentifier, added and used isIdentifierOrE...Andreas Stöckel
2015-02-15Included the stack testAndreas Stöckel
2015-02-15Made flags only one bit wideAndreas Stöckel
2015-02-15Renamed StateStack to StackAndreas Stöckel
2015-02-15Renamed header guardAndreas Stöckel
2015-02-15Implemented StaticFieldHandler and EmptyHandler default handler classesAndreas Stöckel
2015-02-15Added isNamespacedIdentifier method to UtilsAndreas Stöckel
2015-02-15Updated CMakeLists.txtAndreas Stöckel
2015-02-15Renamed parser/generic to parser/stack and made filenames much shorterAndreas Stöckel
2015-02-15Adapted gedit syntax highlighter to new file extensionAndreas Stöckel
2015-02-15Implemented annotation start and end fieldAndreas Stöckel
2015-02-15Fixed forgotten unit testAndreas 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
2015-02-15Applied renaming to unit tests and added forgotten CMakeLists.txtAndreas Stöckel
2015-02-15Moved TokenTrieTest to new directoryAndreas Stöckel
2015-02-14Renamed osdm to osml and osdmx to osxmlAndreas Stöckel
2015-02-14Moved Tokenizer to core/parser/utils and adapted nameAndreas Stöckel
2015-02-14Redefined public interface of ParserStateStackAndreas Stöckel
2015-02-14Implemented callback functions in ParserStateHandlerAndreas Stöckel
2015-02-14Splitted ParserStateCallbacks into two classes, one for communication between...Andreas Stöckel
2015-02-14Removed GenericParser. All needed functionality will be present in the Stack ...Andreas Stöckel
2015-02-14Moved some of the whitespace functionality back to UtilsAndreas Stöckel
2015-02-14renamed osdm to osml and osdmx to osxmlAndreas Stöckel
2015-02-14Removed Whitespace file againAndreas Stöckel
2015-02-14Moved DynamicTokenizer and TokenTrie to parser/utilsAndreas Stöckel
2015-02-14Added testcase for Osdmx ParserAndreas Stöckel
2015-02-14Moved textHandlers to whitespace handlersAndreas Stöckel
2015-02-14Renamed ParserStateStack to ParserStackAndreas Stöckel
2015-02-14Moved code for the "Handler" class to own unitAndreas Stöckel
2015-02-14Header for Callbacks that can be directed from a ParserHandler to the parser ...Andreas Stöckel
2015-02-14Introduced "GenericParser" class for common code shared between parsersAndreas Stöckel
2015-02-14Moved code for handling whitespaces to own header, including the "WhitespaceM...Andreas Stöckel
2015-02-14Disabled cssAndreas Stöckel
2015-02-14Moved specific file format parsers to formats/ folder, moved old tokenizer to...Andreas Stöckel
2015-02-10Skeleton for GenericParser classAndreas Stöckel
2015-02-10Renamed some files and changed folder structureAndreas Stöckel
2015-02-10Implemented namespace handlingAndreas Stöckel
2015-02-10Updated gedit syntax highlighting for osdl, added test document for testing t...Andreas Stöckel
2015-02-10Fully implemented and tested begin/end handlingAndreas Stöckel
2015-02-09Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-02-09Implemented correct handling of fields in PlainFormatStreamReader and added a...Andreas Stöckel
2015-02-09Allowing tokens to be passed to logger functionsAndreas Stöckel
2015-02-09Added fetch and fetchPeek functions for reading the current character without...Andreas Stöckel
2015-02-08Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-08first attempt on incorporating transparency: It does work now, even though on...Benjamin Paassen
2015-02-08added getFieldDescriptor method.Benjamin Paassen