Age | Commit message (Expand) | Author |
2015-01-25 | added parse, link and include functions to Project | Andreas Stöckel |
2015-01-25 | Restructures parser classes a little, removed Registry from ParserContext, ga... | Andreas Stöckel |
2015-01-25 | more removal of the model namespace | Andreas Stöckel |
2015-01-24 | Moved Terminal and TerminalLogger to own classes in new frontent folder | Andreas Stöckel |
2015-01-23 | Fixed unit tests according to new SourceLocation | Andreas Stöckel |
2015-01-21 | Do only perform relative file lookups if a relative path is given (to allow u... | Andreas Stöckel |
2015-01-21 | Some further refactoring -- renamed Scope to ParserScope, got rid of parser n... | Andreas Stöckel |
2015-01-20 | Added unit test for checking the default search paths | Andreas Stöckel |
2015-01-20 | Adapted FileLocator unit tests, searching in the "UNKNOWN" ResourceType searc... | 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 | Refactored stuff surrounding the ResourceLocator class, implemented StaticRes... | Andreas Stöckel |
2015-01-19 | XML-Parsing for Typesystem structs works so far | Andreas Stöckel |
2015-01-18 | Fixed bugs in definition of Project, added reference to Project to ParserContext | Andreas Stöckel |
2015-01-18 | Implemented storing locations in the ParserStack, improved parsing typesystems | Andreas Stöckel |
2015-01-16 | Allowing deferred resolution of Nodes | Andreas Stöckel |
2015-01-16 | Working on XMLParser (still lot work in progress) | Andreas Stöckel |
2015-01-15 | Further simplified document buildup by doing the addition to parents of Struc... | Benjamin Paassen |
2015-01-15 | Synchronizing logger with current XML parser line number | Andreas Stöckel |
2015-01-13 | put entity escaping in XML serialization instead of DemoOutput. Also had to c... | Benjamin Paassen |
2015-01-12 | Fixed failing html test | Andreas Stöckel |
2015-01-12 | some further trials to solve the issue of segfault in HTML test, but failed. | Benjamin Paassen |
2015-01-12 | Tried to introduce another StructureNode class as common superclass for Struc... | Benjamin Paassen |
2015-01-11 | Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp header | Andreas Stöckel |
2015-01-11 | Fixed GCC 4.9 warnings (signed unsigned compare) | Andreas Stöckel |
2015-01-09 | added non-pretty output of XML serialization, changed DemoOutput accordingly ... | Benjamin Paassen |
2015-01-09 | debugged DemoOutput.cpp | Benjamin Paassen |
2015-01-09 | Refactored building convenience methods to TestDocumentBuilder, added error l... | Benjamin Paassen |
2015-01-08 | further extended example to include annotations (emphasized and strong). The ... | Benjamin Paassen |
2015-01-08 | further extended advanced document (now list domain is supported as well) and... | Benjamin Paassen |
2015-01-08 | slight changes to Domain and Document. Started to add a more advanced test do... | Benjamin Paassen |
2015-01-05 | corrected RTTI for domain und document and added a reference to system type s... | Benjamin Paassen |
2015-01-05 | Added graphviz output to DemoOutputTest | Andreas Stöckel |
2015-01-04 | corrected first draft of DemoOutput. Still some TODOs remain, but for the eas... | Benjamin Paassen |
2015-01-02 | Moved StandaloneParserContext to test folder | Andreas Stöckel |
2015-01-01 | Using CharReader instead of inputstream in Parser function | Andreas Stöckel |
2015-01-01 | Adapted unit tests | Andreas Stöckel |
2014-12-12 | Slight changes to logging mechanism. | Benjamin Paassen |
2014-12-11 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel |
2014-12-11 | refactored logger | Andreas Stöckel |
2014-12-11 | finished FileLocator implementation and tests for it. | Benjamin Paassen |
2014-12-11 | First draft. Tested search path adding mechanism. | Benjamin Paassen |
2014-12-11 | moved to CharReader everywhere | Andreas Stöckel |
2014-12-09 | made CSSParser full compatible (including pseudo selector arguments) with typ... | Benjamin Paassen |
2014-12-05 | Successfully (hopefully) implemented CSS Parsing and the respective test. | Benjamin Paassen |
2014-12-05 | Further work on implementing CSSRuleSets. This needs further testing, though. | Benjamin Paassen |
2014-12-05 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen |
2014-12-05 | removed fatal flag from LoggableException, added constructor capable of using... | Andreas Stöckel |
2014-12-05 | added an 'accepting' attribute to SelectorNodes to make them properly usable ... | Benjamin Paassen |
2014-12-05 | refactored CSSParser into plugins. | Benjamin Paassen |