summaryrefslogtreecommitdiff
path: root/test/plugins/css
AgeCommit message (Expand)Author
2015-01-25Restructures parser classes a little, removed Registry from ParserContext, ga...Andreas 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-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...Andreas Stöckel
2015-01-18Fixed bugs in definition of Project, added reference to Project to ParserContextAndreas Stöckel
2015-01-16Allowing deferred resolution of NodesAndreas Stöckel
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-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-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-05added an 'accepting' attribute to SelectorNodes to make them properly usable ...Benjamin Paassen
2014-12-05refactored CSSParser into plugins.Benjamin Paassen