summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2016-04-25Exclude gedit backup files from being installedAndreas Stöckel
2016-04-25Run integration tests as last testAndreas Stöckel
2016-04-25Compile integration test framework indepentently of the availability of gtestAndreas Stöckel
2016-04-25Implement integration test frameworkAndreas Stöckel
2016-04-25Include TokenStackTest in CMakeLists.txtAndreas Stöckel
2015-03-04minor changes in CMakeLists.Benjamin Paassen
2015-03-04Removed dependency to mozjs for nowAndreas Stöckel
2015-03-03Removed last remains of "domain" in codeAndreas Stöckel
2015-03-03Storing type and name in the HandlerData once again, using a TokenAndreas Stöckel
Conflicts: application/src/core/parser/stack/Callbacks.hpp
2015-03-03Reactivated main programAndreas Stöckel
2015-03-03Started restructuring and adapting Stack class, reenabled unit tests (does ↵Andreas Stöckel
not compile right now)
2015-03-02Merge branch 'astoecke_tokens' of ssh://somweyr.de/var/local/git/ousia into ↵Andreas Stöckel
astoecke_tokens Conflicts: application/src/core/parser/stack/Handler.hpp
2015-03-02Implemented new "start" methods in the Handler instancesAndreas Stöckel
2015-03-02Merge branch 'astoecke_tokens' of somweyr.de:ousia into astoecke_tokensBenjamin Paassen
Conflicts: application/src/core/parser/stack/Callbacks.hpp application/src/core/parser/stack/Handler.hpp
2015-03-02refactored SyntaxDescriptor to Token.hpp and added TokenDescriptor class.Benjamin Paassen
2015-03-02Got all handlers compling againAndreas Stöckel
2015-03-02Added first (not final) version of the TokenStack class which will be used ↵Andreas Stöckel
internally by the Stack class
2015-03-02Adapted Callbacks interface and HandlersAndreas Stöckel
2015-03-02Adapted OsmlParser to new Stack interface, reenabled OsmlParser code in ↵Andreas Stöckel
CMakeLists
2015-03-02Adapted OsxmlParser to new Stack interface, enabled Osxml code in CMakeLists ↵Andreas Stöckel
again
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-03-01Implemented TokenRegistry class and corresponding simple test caseAndreas Stöckel
2015-02-27Made OsmlStreamParser ready for user defined tokens, started to adapt unit ↵Andreas Stöckel
tests.
2015-02-26Reactivated TokenizerTestAndreas Stöckel
2015-02-25start of branch, commit log will be rewrittenAndreas Stöckel
2015-02-22Implemented TokenizedData, a facility to store data with tokens where tokens ↵Andreas Stöckel
can be dynamically enabled and the whitespace mode specified at the moment the tokens are read
2015-02-22Added Token header containing a standalone definition of "Token"Andreas Stöckel
2015-02-22Implemented SourceOffsetVector -- a class for storing the SourceOffset for ↵Andreas Stöckel
each character in a sequence in an fairly efficient manner
2015-02-19added ENABLE_GCOV flag to CMakeListsAndreas Stöckel
2015-02-17Automatically enable testing if google test is presentAndreas Stöckel
Add option for installing gedit highlighter
2015-02-17sorted test list alphabetical and added XML output test.Benjamin Paassen
2015-02-15Added OsmlParserTestAndreas Stöckel
2015-02-15Added (completely untested) osxml parserAndreas Stöckel
2015-02-15ousia should also be installedAndreas Stöckel
2015-02-15Fixed compilation of main applicationAndreas Stöckel
2015-02-15Implemented OsxmlParserAndreas Stöckel
2015-02-15Declaring States in the Handler classesAndreas Stöckel
2015-02-15Included handler classes from masterAndreas Stöckel
2015-02-15Included the stack testAndreas Stöckel
2015-02-15Updated CMakeLists.txtAndreas 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
to write unit tests for the osxml parser
2015-02-15Applied renaming to unit tests and added forgotten CMakeLists.txtAndreas Stöckel
2015-02-14Disabled cssAndreas Stöckel
2015-02-10Renamed some files and changed folder structureAndreas Stöckel
2015-02-08Implemented DynamicTokenizer and unit testsAndreas Stöckel
2015-02-08Deleted DynamicTokenTree class, replaced by TokenTrieAndreas Stöckel
2015-02-06Continue writing parser for plain document formatAndreas Stöckel
2015-02-05Added initial skeleton of the PlainFormatStreamReader class, providing the ↵Andreas Stöckel
most basic functionality needed to read data from a Ousia plain text file.
2015-02-03Implemented ParserStateDeductor which is used to deduce the current ↵Andreas Stöckel
ParserState given the Type signature extracted from a ParserScope.