Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-12 | some further trials to solve the issue of segfault in HTML test, but failed. | Benjamin Paassen | |
2015-01-12 | Tried to introduce another StructureNode class as common superclass for ↵ | Benjamin Paassen | |
StructuredEntity, Anchor and DocumentPrimitive. Nearly seems to work, but not entirely so. There are still issues with the Manager it seems. | |||
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-09 | added non-pretty output of XML serialization, changed DemoOutput accordingly ↵ | Benjamin Paassen | |
and changed DemoOutputTest to have some kind of automatic inspection instead of visual inspection. | |||
2015-01-09 | debugged DemoOutput.cpp | Benjamin Paassen | |
2015-01-09 | Refactored building convenience methods to TestDocumentBuilder, added error ↵ | Benjamin Paassen | |
logging and changed TestDocument and TestAdvanced as well as all users of those files accordingly. | |||
2015-01-08 | further extended example to include annotations (emphasized and strong). The ↵ | Benjamin Paassen | |
DemoOutput for that is still missing, though. convenience build functions have also been implemented in Document.cpp. | |||
2015-01-08 | further extended advanced document (now list domain is supported as well) ↵ | Benjamin Paassen | |
and extended DemoOutput accordingly. | |||
2015-01-08 | slight changes to Domain and Document. Started to add a more advanced test ↵ | Benjamin Paassen | |
document creation function as well as the respective domain creation functions. The DemoOutputTest for it looks good so far. | |||
2015-01-05 | corrected RTTI for domain und document and added a reference to system type ↵ | Benjamin Paassen | |
system in test domain. | |||
2015-01-05 | Added graphviz output to DemoOutputTest | Andreas Stöckel | |
2015-01-04 | corrected first draft of DemoOutput. Still some TODOs remain, but for the ↵ | Benjamin Paassen | |
easy test document everything works. | |||
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 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2014-12-11 | refactored logger | Andreas Stöckel | |
2014-12-11 | finished FileLocator implementation and tests for it. | Benjamin Paassen | |
2014-12-11 | First draft. Tested search path adding 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 ↵ | Benjamin Paassen | |
type system parsing. | |||
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 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2014-12-05 | removed fatal flag from LoggableException, added constructor capable of ↵ | Andreas Stöckel | |
using a PosType | |||
2014-12-05 | added an 'accepting' attribute to SelectorNodes to make them properly usable ↵ | Benjamin Paassen | |
as finite state machine nodes without relying on rulesets. | |||
2014-12-05 | refactored CSSParser into plugins. | Benjamin Paassen | |
2014-12-03 | continued work on XML parser and underlying ParserStack class | Andreas Stöckel | |
2014-11-30 | backup | Andreas Stöckel | |
2014-11-28 | moved some files | Andreas Stöckel | |
2014-10-26 | implemented setting/getting host variables, including host functions but not ↵ | Andreas Stöckel | |
yet host objects git-svn-id: file:///var/local/svn/basicwriter@81 daaaf23c-2e50-4459-9457-1e69db5a47bf | |||
2014-10-26 | some small changes to the script engine unit test and the documentation | Andreas Stöckel | |
git-svn-id: file:///var/local/svn/basicwriter@80 daaaf23c-2e50-4459-9457-1e69db5a47bf | |||
2014-10-26 | Fully implemented reading values from MozJs (except for all bugs that are ↵ | Andreas Stöckel | |
still in it); added generic unit test for java script engine implementations; added suppressions for valgrind (as the mozjs library produced some leaks that can safely be ignored); added a bunch of TODOs git-svn-id: file:///var/local/svn/basicwriter@79 daaaf23c-2e50-4459-9457-1e69db5a47bf |