summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2015-02-17Automatically enable testing if google test is presentAndreas Stöckel
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
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 mo...Andreas Stöckel
2015-02-03Implemented ParserStateDeductor which is used to deduce the current ParserSta...Andreas Stöckel
2015-02-02Introduced RootNode class from which Document, Domain and Typesystem should d...Andreas Stöckel
2015-02-01Improved ParserStack state descriptionAndreas Stöckel
2015-01-30Added "Cardinality" type and AnyCardinality constant to RangeSetAndreas Stöckel
2015-01-28Added my Senf to Main.cppAndreas Stöckel
2015-01-27Introduced notion of "flags" that can be set at a certain level of the Parser...Andreas Stöckel
2015-01-27Added ousia executable as target for installation (for make install)Andreas Stöckel
2015-01-27first attempt on command line interface (only wrapper and boost program optio...Benjamin Paassen
2015-01-26Renamed CSS to Style (finally)Benjamin Paassen
2015-01-25Adapted tests to StandaloneEnvironment, using complete pipeline in XmlParserTestAndreas Stöckel
2015-01-25Restructures parser classes a little, removed Registry from ParserContext, ga...Andreas Stöckel
2015-01-24Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-24included VariantConverterTest and started testing of cardinality functionality.Benjamin Paassen
2015-01-24Moved Terminal and TerminalLogger to own classes in new frontent folderAndreas Stöckel
2015-01-24Implemented SourceContextReader, added unit tests, implemented SourceContextR...Andreas Stöckel
2015-01-23Implemented most functions in ResourceManagerAndreas Stöckel
2015-01-23Added ResourceUtils class containing helper functions for deducing resource t...Andreas Stöckel
2015-01-22Added Location.cpp (empty, but verifies that the header has no errors)Andreas Stöckel
2015-01-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...Andreas Stöckel
2015-01-20Implemented automatic generation of default search pathsAndreas Stöckel
2015-01-20Moved some files aroundAndreas Stöckel
2015-01-20Installing files in the data directory to the correct location with correct p...Andreas Stöckel
2015-01-20Adapted CMakeLists.txtAndreas Stöckel
2015-01-18Added Project class which represents the absolute top-level node containing m...Andreas Stöckel
2015-01-18Droped Rtti<T> class, using RttiType insteadAndreas Stöckel
2015-01-14Implemented attaching Methods and Property information to Types (this will la...Andreas Stöckel
2015-01-13Added new Property class for defining getters and settersAndreas Stöckel
2015-01-12Added (not yet done) unit test for the Argument classAndreas Stöckel
2015-01-11removed legacy filesAndreas Stöckel
2015-01-11Refactored conversion routines used in the Typesystem class and the Variant c...Andreas Stöckel