index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2014-12-08
implemented and tested moveCursor function
Andreas Stöckel
2014-12-08
added more unit test for the new BufferClass, fixed a few bugs (merely ineffi...
Andreas Stöckel
2014-12-08
added first unit test for the Buffer class
Andreas Stöckel
2014-12-08
renamed Buffer.hpp to CharReader.hpp (the upcomming CharReader is the only us...
Andreas Stöckel
2014-12-08
first (untested) version of the new buffer class
Andreas Stöckel
2014-12-07
implemented parseArray
Andreas Stöckel
2014-12-06
reimplemented number parsing (previous implementation was suboptimal, as it w...
Andreas Stöckel
2014-12-05
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2014-12-05
implemented parsing integers and doubles
Andreas Stöckel
2014-12-05
transformed the last enum to uppercase.
Benjamin Paassen
2014-12-05
replaced tuple handling by pair handling for nicer reading.
Benjamin Paassen
2014-12-05
Successfully (hopefully) implemented CSS Parsing and the respective test.
Benjamin Paassen
2014-12-05
added a resetPeek in Reader to prevent undefined behaviour.
Benjamin Paassen
2014-12-05
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2014-12-05
Further work on implementing CSSRuleSets. This needs further testing, though.
Benjamin Paassen
2014-12-05
added string reading functions of the Reader class
Andreas Stöckel
2014-12-05
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2014-12-05
removed fatal flag from LoggableException, added constructor capable of using...
Andreas Stöckel
2014-12-05
Added compilable version of RuleSets to the CSS.hpp.
Benjamin Paassen
2014-12-05
added an 'accepting' attribute to SelectorNodes to make them properly usable ...
Benjamin Paassen
2014-12-05
fixed conflict
Andreas Stöckel
2014-12-05
added no constructor for LoggableException
Andreas Stöckel
2014-12-05
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2014-12-05
refactored CSSParser into plugins.
Benjamin Paassen
2014-12-05
added logAt functions
Andreas Stöckel
2014-12-05
Made the CSSParser a valid subclass of Parser.
Benjamin Paassen
2014-12-05
added reader class for microformats
Andreas Stöckel
2014-12-04
added test code for the CSS Parser (at least for selectors). This fails, howe...
Benjamin Paassen
2014-12-04
implemented CSSParser for selectors. The code compiles. Tests are still neede...
Benjamin Paassen
2014-12-03
implemented Unit-Test for SelectorNode::append and fixed a bug in the append ...
Benjamin Paassen
2014-12-03
Convenience versions for SelectorNode::getChildren.
Benjamin Paassen
2014-12-03
implemented SelectorNode::append, which is not tested yet.
Benjamin Paassen
2014-12-03
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2014-12-03
fixed some subtle design errors in SelectorNodes and implemented SelectorNode...
Benjamin Paassen
2014-12-03
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2014-12-03
continued work on XML parser and underlying ParserStack class
Andreas Stöckel
2014-12-03
added type conversion functions and creation from nullptr
Andreas Stöckel
2014-12-03
added trim, join and isWhitespace function to Utils
Andreas Stöckel
2014-12-02
Refactored CSS object structure into an own header file and added additional ...
Benjamin Paassen
2014-12-02
expanded unit test and fixed further stack overflow caused by missuse of brac...
Andreas Stöckel
2014-12-02
added new unit test for the Variant class and fixed some bugs
Andreas Stöckel
2014-12-02
continued working on the xml parser class
Andreas Stöckel
2014-12-02
added revamped variant type
Andreas Stöckel
2014-12-01
working version of the ParserStack class plus unit tests
Andreas Stöckel
2014-12-01
first version of the ParserStack class
Andreas Stöckel
2014-11-30
backup
Andreas Stöckel
2014-11-28
moved some files
Andreas Stöckel
2014-11-27
started to implement xml parser as part of a very generic parser framework wh...
Andreas Stöckel
2014-11-27
Continued to develop typesystem, skipping parsers for now. This version does ...
Andreas Stöckel
2014-11-27
added todo to Node class
Andreas Stöckel
[next]