index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2014-12-08
added more unit test for the new BufferClass, fixed a few bugs (merely ineffi...
Andreas Stöckel
2014-12-08
switch ReaderTest to Logger to prevent strange debug output
Andreas Stöckel
2014-12-08
updated ManagedTest unit test name to convention
Andreas Stöckel
2014-12-08
added first unit test for the Buffer class
Andreas Stöckel
2014-12-07
implemented parseArray
Andreas Stöckel
2014-12-06
added another unit test for double parsing (works as expected)
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
Successfully (hopefully) implemented CSS Parsing and the respective test.
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 an 'accepting' attribute to SelectorNodes to make them properly usable ...
Benjamin Paassen
2014-12-05
fixed conflict
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-04
added test code for the CSS Parser (at least for selectors). This fails, howe...
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
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 unit test for new functions in utils (trim)
Andreas Stöckel
2014-12-03
added type conversion functions and creation from nullptr
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-01
working version of the ParserStack class plus unit tests
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-24
added initial buffer and input stream mode to BufferedCharReader -- needs som...
Andreas Stöckel
2014-11-23
imlemented Logger, TerminalLogger, OusiaException, LoggableException
Andreas Stöckel
2014-11-21
resolve now resolves lists of generic Managed objects and not nodes (this is ...
Andreas Stöckel
2014-11-21
refactored ManagedContainer to own header, added (currently untested) Managed...
Andreas Stöckel
2014-11-21
Finished last commits moving action by also moving the tests and correcting a...
Benjamin Paassen
2014-11-20
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2014-11-19
1.) fixed the word tokenization mechanism in the CodeTokenizer which returned...
Benjamin Paassen
2014-11-19
fixed a bug preventing the Tokenizer from finding the right token if a parse ...
Benjamin Paassen
2014-11-16
added ManagedContainer and ManagedVector templates which allow automatic acqu...
Andreas Stöckel
2014-11-15
added event system to Node class (needed for updating name->node maps in pare...
Andreas Stöckel
2014-11-14
implemented tokenizer test and started implementing CodeTokenizer under super...
Benjamin Paassen
[next]