Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-14 | Removed not needed Node.setParent method | Andreas Stöckel | |
2015-01-14 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-14 | Implemented attaching Methods and Property information to Types (this will ↵ | Andreas Stöckel | |
later allow script engines to access these methods). | |||
2015-01-14 | Using pointer to RttiType instances | Andreas Stöckel | |
2015-01-14 | Silenced GCC 4.9 warnings | Andreas Stöckel | |
2015-01-14 | merge. | Benjamin Paassen | |
2015-01-14 | started to implement a more advanced test for the 'pathTo' method and ↵ | Benjamin Paassen | |
noticed some conceptual difficulties that have to be adressed later on. | |||
2015-01-13 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-13 | Added new Property class for defining getters and setters | Andreas Stöckel | |
2015-01-13 | Added further test for the Function class | Andreas Stöckel | |
2015-01-13 | First version of 'pathTo' function enabling users to request a Structure ↵ | Benjamin Paassen | |
Path from some descriptor to another. | |||
2015-01-13 | put entity escaping in XML serialization instead of DemoOutput. Also had to ↵ | Benjamin Paassen | |
comment out graphviz visualization in DemoOutputTest because it did not work for me. | |||
2015-01-13 | allowing validated methods | Andreas Stöckel | |
2015-01-12 | Added unittests for validateArray and validateMap functions, injecting ↵ | Andreas Stöckel | |
standard values on failure | |||
2015-01-12 | Improved error message | Andreas Stöckel | |
2015-01-12 | Implemented and tested "Any" Argument type | Andreas Stöckel | |
2015-01-12 | Fixed failing html test | Andreas Stöckel | |
2015-01-12 | Finished tests for the "Argument" class | Andreas Stöckel | |
2015-01-12 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
Conflicts: application/src/core/model/Document.hpp | |||
2015-01-12 | hopefully repaired multiple inheritance chaos. | Benjamin Paassen | |
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-12 | normalized NodeVector access in model classes and added some more ↵ | Benjamin Paassen | |
documentation to model classes. | |||
2015-01-12 | Added (not yet done) unit test for the Argument class | Andreas Stöckel | |
2015-01-11 | Silenced GCC 4.9 warnings | Andreas Stöckel | |
2015-01-11 | Improved Variant unit test | Andreas Stöckel | |
2015-01-11 | Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp header | Andreas Stöckel | |
2015-01-11 | Renamed RttiBase to RttiType | Andreas Stöckel | |
2015-01-11 | Fixed GCC 4.9 warnings (signed unsigned compare) | Andreas Stöckel | |
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. |