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