summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2014-12-11using reader.fork for skipping invalid numbers in parseGenericAndreas Stöckel
2014-12-11added assertion to Buffer class which makes sure that all cursors are marked ↵Andreas Stöckel
as free (just to be sure), adapted Buffer unit tests accordingly
2014-12-11adapted Reader class to use CharReader instead of BufferedCharReaderAndreas Stöckel
2014-12-11tested CharReader.fork and fixed access to uninitialized memory in context ↵Andreas Stöckel
function
2014-12-11implemented context function, increased performance of read functionAndreas Stöckel
2014-12-10started implementing FileLocator (boost).Benjamin Paassen
2014-12-10integrated ResourceLocator into the Registry.Benjamin Paassen
2014-12-10Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2014-12-10copied old BufferedCharReader tests to CharReaderTest, fixed some bugs and ↵Andreas Stöckel
optimized CharReader code
2014-12-09got a trivial version of the ResourceLocator to work.Benjamin Paassen
2014-12-09another try to get the stream method to work. Still compiler errors.Benjamin Paassen
2014-12-09First draft of ResourceLocator. The stream method is not working yet. Thus I ↵Benjamin Paassen
did comment out the compiler commands for the new classes.
2014-12-09made CSSParser full compatible (including pseudo selector arguments) with ↵Benjamin Paassen
type system parsing.
2014-12-09added comparison operators for Variant.Benjamin Paassen
2014-12-08implemented new CharReader class (not tested yet)Andreas Stöckel
2014-12-08implemented and tested moveCursor functionAndreas Stöckel
2014-12-08added more unit test for the new BufferClass, fixed a few bugs (merely ↵Andreas Stöckel
inefficiencies -- no major problems found so far)
2014-12-08added first unit test for the Buffer classAndreas Stöckel
2014-12-08renamed Buffer.hpp to CharReader.hpp (the upcomming CharReader is the only ↵Andreas Stöckel
user of the Buffer class...)
2014-12-08first (untested) version of the new buffer classAndreas Stöckel
2014-12-07implemented parseArrayAndreas Stöckel
2014-12-06reimplemented number parsing (previous implementation was suboptimal, as it ↵Andreas Stöckel
was not securely capable of detecting wheter a number is an integer or an double value
2014-12-05Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2014-12-05implemented parsing integers and doublesAndreas Stöckel
2014-12-05transformed the last enum to uppercase.Benjamin Paassen
2014-12-05Successfully (hopefully) implemented CSS Parsing and the respective test.Benjamin Paassen
2014-12-05added a resetPeek in Reader to prevent undefined behaviour.Benjamin Paassen
2014-12-05Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2014-12-05Further work on implementing CSSRuleSets. This needs further testing, though.Benjamin Paassen
2014-12-05added string reading functions of the Reader classAndreas Stöckel
2014-12-05Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2014-12-05removed fatal flag from LoggableException, added constructor capable of ↵Andreas Stöckel
using a PosType
2014-12-05Added compilable version of RuleSets to the CSS.hpp.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-05fixed conflictAndreas Stöckel
2014-12-05added no constructor for LoggableExceptionAndreas Stöckel
2014-12-05Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2014-12-05refactored CSSParser into plugins.Benjamin Paassen
2014-12-05added logAt functionsAndreas Stöckel
2014-12-05Made the CSSParser a valid subclass of Parser.Benjamin Paassen
2014-12-05added reader class for microformatsAndreas Stöckel
2014-12-04added test code for the CSS Parser (at least for selectors). This fails, ↵Benjamin Paassen
however, for some reason with the Manager. This is a topic for tomorrows session.
2014-12-04implemented CSSParser for selectors. The code compiles. Tests are still ↵Benjamin Paassen
needed, though and there are some TODOs left.
2014-12-03implemented Unit-Test for SelectorNode::append and fixed a bug in the append ↵Benjamin Paassen
function.
2014-12-03Convenience versions for SelectorNode::getChildren.Benjamin Paassen
2014-12-03implemented SelectorNode::append, which is not tested yet.Benjamin Paassen
2014-12-03Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2014-12-03fixed some subtle design errors in SelectorNodes and implemented ↵Benjamin Paassen
SelectorNode::getChildren.
2014-12-03Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2014-12-03continued work on XML parser and underlying ParserStack classAndreas Stöckel