summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-01-11Fixed commentAndreas Stöckel
2015-01-11Silenced doxygen warningsAndreas Stöckel
2015-01-11removed legacy filesAndreas Stöckel
2015-01-11Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp headerAndreas Stöckel
2015-01-11Added getRttiType function to the Variant classAndreas Stöckel
2015-01-11Added primitive Rtti TypesAndreas Stöckel
2015-01-11Renamed RttiBase to RttiTypeAndreas Stöckel
2015-01-11Added Rtti descriptors for primitive type for use in the Variant classAndreas Stöckel
2015-01-11Renamed Variant::Type to VariantType to allow forward declarationAndreas Stöckel
2015-01-11Made Number class interface betterAndreas Stöckel
2015-01-11Refactored 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-11Added ExceptionLogger class which directly throws any reported error.Andreas Stöckel
2015-01-11Refactored number class out of VariantReader and added documentationAndreas Stöckel
2015-01-09Implemented resolve function in Scope classAndreas Stöckel
2015-01-09added path function ResolutionResultAndreas Stöckel
2015-01-09added 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-09debugged DemoOutput.cppBenjamin Paassen
2015-01-09Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-09fixed Document::continueResolve nullptr accessAndreas Stöckel
2015-01-09changed XML prolog handling.Benjamin Paassen
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 ↵Benjamin Paassen
logging and changed TestDocument and TestAdvanced as well as all users of those files accordingly.
2015-01-09used new addChild methodBenjamin Paassen
2015-01-09Added RTTI information for XML classes, made children vector of XML elements ↵Benjamin Paassen
private and added name printout to Manager debug graphviz function.
2015-01-09Added 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-09bugfix in ManagedContainer.Benjamin Paassen
2015-01-09Finished node resolution processAndreas Stöckel
2015-01-09Improvements to Document classes in accordance with BenjaminAndreas Stöckel
2015-01-09added XML escaping of special entities.Benjamin Paassen
2015-01-09first version of annotation handling in DemoOutput. Tests do not work yet, ↵Benjamin Paassen
though.
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-08first attempts on implementing annotation support for DemoHTML output.Benjamin Paassen
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-06Using RttiBuilder to construct Rtti informationAndreas Stöckel
2015-01-06Implemented RttiBuilderAndreas 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 composition typesAndreas Stöckel
2015-01-05Improved Graphviz outputAndreas Stöckel