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