summaryrefslogtreecommitdiff
path: root/src/core/model
AgeCommit message (Expand)Author
2015-01-15lambdas are so much coolerAndreas Stöckel
2015-01-15fixed clang warnings and errorsAndreas Stöckel
2015-01-14Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-14finished pathTo function with rather nasty test.Benjamin Paassen
2015-01-14Registered properties for the Node classAndreas Stöckel
2015-01-14Removed not needed Node.setParent methodAndreas Stöckel
2015-01-14merge.Benjamin Paassen
2015-01-14Removed parent mechanism in object graph representation. This is only a relev...Benjamin Paassen
2015-01-14Added some more code escaping for XML in documentation.Benjamin Paassen
2015-01-13Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-13Fixed doxygen warningsAndreas Stöckel
2015-01-13First version of 'pathTo' function enabling users to request a Structure Path...Benjamin Paassen
2015-01-12Removed not needed destructorAndreas Stöckel
2015-01-12Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-12hopefully repaired multiple inheritance chaos.Benjamin Paassen
2015-01-12Is this necessary? No. Absolutely not. Only the base class (Managed) needs this.Andreas Stöckel
2015-01-12Tried to introduce another StructureNode class as common superclass for Struc...Benjamin Paassen
2015-01-12normalized NodeVector access in model classes and added some more documentati...Benjamin Paassen
2015-01-11Fixed commentAndreas Stöckel
2015-01-11Silenced doxygen warningsAndreas Stöckel
2015-01-11Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp headerAndreas Stöckel
2015-01-11Renamed RttiBase to RttiTypeAndreas Stöckel
2015-01-11Refactored conversion routines used in the Typesystem class and the Variant c...Andreas Stöckel
2015-01-09added path function ResolutionResultAndreas Stöckel
2015-01-09fixed Document::continueResolve nullptr accessAndreas Stöckel
2015-01-09removed resolve debug printouts and simplified resolve method in Document.Benjamin Paassen
2015-01-09Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-09Refactored building convenience methods to TestDocumentBuilder, added error l...Benjamin Paassen
2015-01-09Added new unit tests for the Node.resolve function and fixed the behaviour fo...Andreas Stöckel
2015-01-09Finished node resolution processAndreas Stöckel
2015-01-09Improvements to Document classes in accordance with BenjaminAndreas Stöckel
2015-01-09adapted to new codeAndreas Stöckel
2015-01-09Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
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
2015-01-08further extended advanced document (now list domain is supported as well) and...Benjamin Paassen
2015-01-08further extended the advanced document example, slightly improved XML seriali...Benjamin Paassen
2015-01-08slight changes to Domain and Document. Started to add a more advanced test do...Benjamin Paassen
2015-01-06Using RttiBuilder to construct Rtti informationAndreas Stöckel
2015-01-05corrected RTTI for domain und document and added a reference to system type s...Benjamin Paassen
2015-01-05Added composition typesAndreas 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-04fixed a nasty bug in the getField method of DocumentEntity. Also corrected so...Benjamin Paassen
2015-01-04improved documentation.Benjamin Paassen
2015-01-04Added AggregatedOf informationAndreas Stöckel
2015-01-03Added references for aggregatedOf to the typesystem RttiType definitionsAndreas Stöckel
2015-01-02Using Index per default in NodeVector and NodeMap, added Unit testAndreas Stöckel
2015-01-02Added index class which allows to build an index of Nodes stored in a NodeCon...Andreas Stöckel