summaryrefslogtreecommitdiff
path: root/test/plugins/css
AgeCommit message (Collapse)Author
2015-01-25Restructures parser classes a little, removed Registry from ParserContext, ↵Andreas Stöckel
gave a ResourceManager instance to the Project, using ResourceRequest when including or linking files, thought through how "including" and "linking" are handled
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 ↵Andreas Stöckel
namespace, added new functionality to RegistryClass, wrote documentation, added function for extracting file extensions to Utils
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 ↵Benjamin Paassen
type system parsing.
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
as finite state machine nodes without relying on rulesets.
2014-12-05refactored CSSParser into plugins.Benjamin Paassen