Age | Commit message (Expand) | Author |
2016-04-25 | Added transformation for generating unique IDs for referenced document nodes | Andreas Stöckel |
2016-04-25 | Add header containing callbacks used for the resolution of nodes in the docum... | Andreas Stöckel |
2016-04-25 | Exclude gedit backup files from being installed | Andreas Stöckel |
2016-04-25 | Run integration tests as last test | Andreas Stöckel |
2016-04-25 | Compile integration test framework indepentently of the availability of gtest | Andreas Stöckel |
2016-04-25 | Implement integration test framework | Andreas Stöckel |
2016-04-25 | Include TokenStackTest in CMakeLists.txt | Andreas Stöckel |
2015-03-04 | minor changes in CMakeLists. | Benjamin Paassen |
2015-03-04 | Removed dependency to mozjs for now | Andreas Stöckel |
2015-03-03 | Removed last remains of "domain" in code | Andreas Stöckel |
2015-03-03 | Storing type and name in the HandlerData once again, using a Token | Andreas Stöckel |
2015-03-03 | Reactivated main program | Andreas Stöckel |
2015-03-03 | Started restructuring and adapting Stack class, reenabled unit tests (does no... | Andreas Stöckel |
2015-03-02 | Merge branch 'astoecke_tokens' of ssh://somweyr.de/var/local/git/ousia into a... | Andreas Stöckel |
2015-03-02 | Implemented new "start" methods in the Handler instances | Andreas Stöckel |
2015-03-02 | Merge branch 'astoecke_tokens' of somweyr.de:ousia into astoecke_tokens | Benjamin Paassen |
2015-03-02 | refactored SyntaxDescriptor to Token.hpp and added TokenDescriptor class. | Benjamin Paassen |
2015-03-02 | Got all handlers compling again | Andreas Stöckel |
2015-03-02 | Added first (not final) version of the TokenStack class which will be used in... | Andreas Stöckel |
2015-03-02 | Adapted Callbacks interface and Handlers | Andreas Stöckel |
2015-03-02 | Adapted OsmlParser to new Stack interface, reenabled OsmlParser code in CMake... | Andreas Stöckel |
2015-03-02 | Adapted OsxmlParser to new Stack interface, enabled Osxml code in CMakeLists ... | Andreas Stöckel |
2015-03-01 | Renamed domain to ontology. | Benjamin Paassen |
2015-03-01 | Implemented TokenRegistry class and corresponding simple test case | Andreas Stöckel |
2015-02-27 | Made OsmlStreamParser ready for user defined tokens, started to adapt unit te... | Andreas Stöckel |
2015-02-26 | Reactivated TokenizerTest | Andreas Stöckel |
2015-02-25 | start of branch, commit log will be rewritten | Andreas Stöckel |
2015-02-22 | Implemented TokenizedData, a facility to store data with tokens where tokens ... | Andreas Stöckel |
2015-02-22 | Added Token header containing a standalone definition of "Token" | Andreas Stöckel |
2015-02-22 | Implemented SourceOffsetVector -- a class for storing the SourceOffset for ea... | Andreas Stöckel |
2015-02-19 | added ENABLE_GCOV flag to CMakeLists | Andreas Stöckel |
2015-02-17 | Automatically enable testing if google test is present | Andreas Stöckel |
2015-02-17 | sorted test list alphabetical and added XML output test. | Benjamin Paassen |
2015-02-15 | Added OsmlParserTest | Andreas Stöckel |
2015-02-15 | Added (completely untested) osxml parser | Andreas Stöckel |
2015-02-15 | ousia should also be installed | Andreas Stöckel |
2015-02-15 | Fixed compilation of main application | Andreas Stöckel |
2015-02-15 | Implemented OsxmlParser | Andreas Stöckel |
2015-02-15 | Declaring States in the Handler classes | Andreas Stöckel |
2015-02-15 | Included handler classes from master | Andreas Stöckel |
2015-02-15 | Included the stack test | Andreas Stöckel |
2015-02-15 | Updated CMakeLists.txt | 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-14 | Disabled css | Andreas Stöckel |
2015-02-10 | Renamed some files and changed folder structure | 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-06 | Continue writing parser for plain document format | Andreas Stöckel |