Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | Do not pass Rooted as arguments | Andreas Stöckel | |
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 | 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-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 | Changed aggregation descriptor of the Typesystem class | 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 | 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-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 | Moved NodeTest to model folder | 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 | |
2014-12-29 | fixed StructType::cast signature, more unit tests | Andreas Stöckel | |
2014-12-29 | more unit tests | Andreas Stöckel | |
2014-12-28 | implemented and tested creation with parent type | Andreas Stöckel | |
2014-12-28 | fixed insertion of attribute default values in the StructType.insert function | Andreas Stöckel | |
2014-12-28 | Finished StructType implementation, started to write unit tests | Andreas Stöckel | |
2014-12-24 | finished EnumType class, added unit tests | Andreas Stöckel | |
2014-12-23 | some more work on the Typesystem front (documentation and unit tests, still ↵ | Andreas Stöckel | |
not done) | |||
2014-12-22 | some more Typesystem documentation and unit tests | Andreas Stöckel | |
2014-12-22 | added unit tests and documentation for the IntType class | Andreas Stöckel | |
2014-12-22 | moved all Node and Typesystem RTTI information to own namespace, added ↵ | Andreas Stöckel | |
Constant class and documentation for Typesystem and ArrayType class and unit test for ArrayType | |||
2014-12-21 | fixed crash bug in TestDomain -- if a class has an Owned handle the owner ↵ | Andreas Stöckel | |
must point to the managed object directly responsible for the lifetime of this handle. Fixed this by making AttributeDescriptor a managed class (though this is not an optimal solution) and using a ManagedVector | |||
2014-12-21 | First draft of book domain example and slight changes to the book domain: ↵ | Benjamin Paassen | |
_all_ structuredclasses are listed in the domain now and StructuredClasses that are allowed at the root level have a root flag. | |||
2014-12-21 | made Rtti a source dependency of Managed, not a header dependency | Andreas Stöckel | |
2014-12-20 | adapted model classes to new Rtti class | Andreas Stöckel | |
2014-12-20 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2014-12-20 | Introduced global type variables for model classes and used them in the ↵ | Benjamin Paassen | |
Domain resolve test, which makes it much easier to understand. | |||
2014-12-20 | added TypesystemTest | Andreas Stöckel | |
2014-12-19 | completed the work on a primitive Test Document. | Benjamin Paassen | |
2014-12-19 | added convenience function for document construction and tested them. | Benjamin Paassen | |
2014-12-19 | refactored DomainTest somewhat to prevent an unused function warning. | Benjamin Paassen | |
2014-12-18 | Finished the Domain test for now. Resolving mechanism works as expected (or ↵ | Benjamin Paassen | |
at least well enough). |