Age | Commit message (Expand) | Author |
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 |
2015-01-04 | corrected first draft of DemoOutput. Still some TODOs remain, but for the eas... | Benjamin Paassen |
2015-01-04 | first draft for HTML Demo Output (still a lot of todos). | Benjamin Paassen |
2015-01-02 | Using Index per default in NodeVector and NodeMap, added Unit test | Andreas Stöckel |
2015-01-02 | Moved NodeTest to model folder | Andreas Stöckel |
2015-01-02 | Moved Node class to model folder | Andreas Stöckel |
2015-01-02 | Added new header containing definitions for the event system | Andreas Stöckel |
2015-01-02 | added test/ directory to include path for unit tests | Andreas Stöckel |
2015-01-01 | Added new Terminal class to CMakeLists.txt | Andreas Stöckel |
2014-12-21 | allowing to store Function objects in Variants, added simple unit test for th... | Andreas Stöckel |
2014-12-21 | First draft of book domain example and slight changes to the book domain: _al... | Benjamin Paassen |
2014-12-21 | moved Rtti from managed to common folder, added Function header | Andreas Stöckel |
2014-12-20 | Variants can now store references to managed objects and act as a Rooted handle | Andreas Stöckel |
2014-12-20 | Renamed ManagedType class to Rtti to make naming less confusing, implemented ... | Andreas Stöckel |