Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-11 | Refactored conversion routines used in the Typesystem class and the Variant ↵ | Andreas Stöckel | |
class into an own class, implemented missing conversion from string to integer/double, implemented proper JSON serialization of variants | |||
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 | autoformat | Andreas Stöckel | |
2015-01-09 | Merge branch 'master' of somweyr.de:ousia | 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-09 | used new addChild method. | Benjamin Paassen | |
2015-01-09 | Added new unit tests for the Node.resolve function and fixed the behaviour ↵ | Andreas Stöckel | |
for not following references if a compositum was found | |||
2015-01-09 | renamed XMLNode for the XMLTest to his lordships pleasure. | Benjamin Paassen | |
2015-01-09 | Do not pass Rooted as arguments | Andreas Stöckel | |
2015-01-09 | added a parent reference to XML nodes. | Benjamin Paassen | |
2015-01-09 | adapted to new code | Andreas Stöckel | |
2015-01-09 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
Conflicts: application/src/core/model/Document.cpp application/src/core/model/Domain.cpp | |||
2015-01-09 | Adapted code to new resolve function | Andreas Stöckel | |
2015-01-09 | Implemented new resolve function | Andreas Stöckel | |
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 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-08 | further 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-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-08 | Changed 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-06 | added 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-06 | experimentation with ManagerTest.cpp | Andreas Stöckel | |
2015-01-05 | Replaced the term "aggregation" with "composition" | Andreas Stöckel | |
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-05 | Changed aggregation descriptor of the Typesystem class | Andreas Stöckel | |
2015-01-05 | Fixed compilation with gcc 4.9 | Andreas Stöckel | |
2015-01-05 | adapted event tests | Andreas Stöckel | |
2015-01-04 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-04 | temporarily exporting dot files in typesystem test | 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-04 | fixed a nasty bug in the getField method of DocumentEntity. Also corrected ↵ | Benjamin Paassen | |
some issues in the TestDocument and TestDomain. | |||
2015-01-04 | small changes to test files | Andreas Stöckel | |
2015-01-03 | Added references for aggregatedOf to the typesystem RttiType definitions | Andreas Stöckel | |
2015-01-03 | Renamed "contains" to aggregatedOf, added corresponding convenience function ↵ | Andreas Stöckel | |
to Rtti class | |||
2015-01-03 | Improved contains functionality (now includes the parent types of each ↵ | Andreas Stöckel | |
aggregated type and the aggregated types of each parent) | |||
2015-01-03 | added test for the RttiBase::contains function | Andreas Stöckel | |
2015-01-02 | reformated comments | Andreas Stöckel | |
2015-01-02 | autoformat | Andreas Stöckel | |
2015-01-02 | Using Index per default in NodeVector and NodeMap, added Unit test | Andreas Stöckel | |
2015-01-02 | Allowing to pass arbitrary data to an event handler (not only Managed objects) | Andreas Stöckel | |
2015-01-02 | Moved NodeTest to model folder | Andreas Stöckel | |
2015-01-02 | Moved Node class to model folder | Andreas Stöckel | |
2015-01-02 | Moved event system from the Node class to the Managed class (with zero ↵ | Andreas Stöckel | |
overhead if is not used) | |||
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-29 | finished unit tests for typesystem class | Andreas Stöckel | |
2014-12-29 | added new unit test and improved error messages | Andreas Stöckel | |