index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
plugins
/
css
/
CSSParserTest.cpp
Age
Commit message (
Expand
)
Author
2015-01-25
Restructures parser classes a little, removed Registry from ParserContext, ga...
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
Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...
Andreas Stöckel
2015-01-18
Fixed bugs in definition of Project, added reference to Project to ParserContext
Andreas Stöckel
2015-01-16
Allowing deferred resolution of Nodes
Andreas Stöckel
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-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
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
added an 'accepting' attribute to SelectorNodes to make them properly usable ...
Benjamin Paassen
2014-12-05
refactored CSSParser into plugins.
Benjamin Paassen