summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-16Using lambda instead of static functionAndreas Stöckel
2015-01-16Working on XMLParser (still lot work in progress)Andreas Stöckel
2015-01-16Added Utils::split function for splitting strings at a delimiterAndreas Stöckel
2015-01-15Further simplified document buildup by doing the addition to parents of Struc...Benjamin Paassen
2015-01-15renamed addStructuredEntity to addStructureNode.Benjamin Paassen
2015-01-15supported more automatic registration behaviour, checked for internal name co...Benjamin Paassen
2015-01-15Fixed bug in Argument validation when missing values are inserted (string typ...Andreas Stöckel
2015-01-15Synchronizing logger with current XML parser line numberAndreas Stöckel
2015-01-15allow to retrieve writeable refrence to ParserContextAndreas Stöckel
2015-01-15lambdas are so much coolerAndreas Stöckel
2015-01-15fixed clang warnings and errorsAndreas Stöckel
2015-01-15Using Arguments class in ParserStack for validationAndreas Stöckel
2015-01-15Using Arguments::None instead of storing a flag if no explicit arguments were...Andreas Stöckel
2015-01-15Added possibility to construct Arguments in a mode in which no validation is ...Andreas 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-14Using "name" property for printing name in the graphviz exportAndreas Stöckel
2015-01-14Added RttiType::hasProperty and RttiType::hasMethod functionAndreas Stöckel
2015-01-14Registered Properties for the XMLNode classAndreas Stöckel
2015-01-14Registered properties for the Node classAndreas Stöckel
2015-01-14Removed not needed Node.setParent methodAndreas Stöckel
2015-01-14Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-14Implemented attaching Methods and Property information to Types (this will la...Andreas 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-13Added new Property class for defining getters and settersAndreas Stöckel
2015-01-13Documented missing parameterAndreas Stöckel
2015-01-13Made functions move and copy constructible. Why? Because I can.Andreas 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-13escaped attribute values in XML serialization.Benjamin Paassen
2015-01-13put entity escaping in XML serialization instead of DemoOutput. Also had to c...Benjamin Paassen
2015-01-13allowing validated methodsAndreas Stöckel
2015-01-13auto format + made some functions constAndreas Stöckel
2015-01-12Added unittests for validateArray and validateMap functions, injecting standa...Andreas Stöckel
2015-01-12Improved error messageAndreas Stöckel
2015-01-12Implemented and tested "Any" Argument typeAndreas Stöckel
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-12Added (not yet done) unit test for the Argument classAndreas Stöckel
2015-01-12Improved error messages of VariantConverterAndreas Stöckel
2015-01-12Fixed Variant::getTypeName not being constAndreas Stöckel
2015-01-12Added Argument and Arguments classAndreas Stöckel
2015-01-11Implemented conversion to more Variant types, implemented VariantConverter::c...Andreas Stöckel