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-05
added no constructor for LoggableException
Andreas Stöckel
2014-12-05
added logAt functions
Andreas Stöckel
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
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
working on Logger and Typesystem
Andreas Stöckel
2014-11-21
fixed constructor overloading
Andreas Stöckel
2014-11-21
renamed add and deleteManaged functions, improved NodeVector and NodeMap classes
Andreas Stöckel
2014-11-21
fixed docu
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-21
According to my lords holy command I enacted his graces order of moving all p...
Benjamin Paassen
2014-11-21
working on ManagedContainers.hpp
Andreas Stöckel
2014-11-20
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2014-11-20
continued specifying the CSS language and setting up a CSS Tokenizer. But set...
Benjamin Paassen
2014-11-19
one slight formatting change.
Benjamin Paassen
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-19
added documentation for CodeTokenizer.
Benjamin Paassen
2014-11-19
autoformat on Tokenizer docu.
Benjamin Paassen
2014-11-19
added documentation to the Tokenizer header.
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-15
Removed type assertion -- makes class definitions very unflexible as it doesn...
Andreas Stöckel
2014-11-14
implemented tokenizer test and started implementing CodeTokenizer under super...
Benjamin Paassen
2014-11-14
Moved Managed to core and implemented managing of nodes for the CSS Style Tree.
Benjamin Paassen
[next]