summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2015-01-09renamed XMLNode for the XMLTest to his lordships pleasure.Benjamin Paassen
2015-01-09Do not pass Rooted as argumentsAndreas Stöckel
2015-01-09added a parent reference to XML nodes.Benjamin Paassen
2015-01-09adapted to new codeAndreas Stöckel
2015-01-09Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
Conflicts: application/src/core/model/Document.cpp application/src/core/model/Domain.cpp
2015-01-09Adapted code to new resolve functionAndreas Stöckel
2015-01-09Implemented new resolve functionAndreas Stöckel
2015-01-08further 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-08further extended advanced document (now list domain is supported as well) ↵Benjamin Paassen
and extended DemoOutput accordingly.
2015-01-08Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-08further extended the advanced document example, slightly improved XML ↵Benjamin Paassen
serialization and fixed a bug in DemoOutput leading to errors if a section/paragraph had no heading.
2015-01-08slight 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-08Changed the DemoOutput algorithm as suggested by Andreas: We first transform ↵Benjamin Paassen
the document graph to an XML tree and the XML tree in turn has the methods to serialize to XML text, or, in this case, XHTML text.
2015-01-06added XML classes including Serialization functions and added a test for it. ↵Benjamin Paassen
I tried not to include Managed.hpp to prevent further overhead but I failed miserably.
2015-01-06experimentation with ManagerTest.cppAndreas Stöckel
2015-01-05Replaced the term "aggregation" with "composition"Andreas Stöckel
2015-01-05corrected RTTI for domain und document and added a reference to system type ↵Benjamin Paassen
system in test domain.
2015-01-05Added graphviz output to DemoOutputTestAndreas Stöckel
2015-01-05Changed aggregation descriptor of the Typesystem classAndreas Stöckel
2015-01-05Fixed compilation with gcc 4.9Andreas Stöckel
2015-01-05adapted event testsAndreas Stöckel
2015-01-04Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-04temporarily exporting dot files in typesystem testAndreas Stöckel
2015-01-04corrected first draft of DemoOutput. Still some TODOs remain, but for the ↵Benjamin Paassen
easy test document everything works.
2015-01-04fixed a nasty bug in the getField method of DocumentEntity. Also corrected ↵Benjamin Paassen
some issues in the TestDocument and TestDomain.
2015-01-04small changes to test filesAndreas Stöckel
2015-01-03Added references for aggregatedOf to the typesystem RttiType definitionsAndreas Stöckel
2015-01-03Renamed "contains" to aggregatedOf, added corresponding convenience function ↵Andreas Stöckel
to Rtti class
2015-01-03Improved contains functionality (now includes the parent types of each ↵Andreas Stöckel
aggregated type and the aggregated types of each parent)
2015-01-03added test for the RttiBase::contains functionAndreas Stöckel
2015-01-02reformated commentsAndreas Stöckel
2015-01-02autoformatAndreas Stöckel
2015-01-02Using Index per default in NodeVector and NodeMap, added Unit testAndreas Stöckel
2015-01-02Allowing to pass arbitrary data to an event handler (not only Managed objects)Andreas Stöckel
2015-01-02Moved NodeTest to model folderAndreas Stöckel
2015-01-02Moved Node class to model folderAndreas Stöckel
2015-01-02Moved event system from the Node class to the Managed class (with zero ↵Andreas Stöckel
overhead if is not used)
2015-01-02Moved StandaloneParserContext to test folderAndreas Stöckel
2015-01-01Using CharReader instead of inputstream in Parser functionAndreas Stöckel
2015-01-01Adapted unit testsAndreas Stöckel
2014-12-29finished unit tests for typesystem classAndreas Stöckel
2014-12-29added new unit test and improved error messagesAndreas Stöckel
2014-12-29fixed StructType::cast signature, more unit testsAndreas Stöckel
2014-12-29more unit testsAndreas Stöckel
2014-12-28implemented and tested creation with parent typeAndreas Stöckel
2014-12-28fixed insertion of attribute default values in the StructType.insert functionAndreas Stöckel
2014-12-28Finished StructType implementation, started to write unit testsAndreas Stöckel
2014-12-28autoformatAndreas Stöckel
2014-12-24finished EnumType class, added unit testsAndreas Stöckel
2014-12-23some more work on the Typesystem front (documentation and unit tests, still ↵Andreas Stöckel
not done)