index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
XML.cpp
Age
Commit message (
Expand
)
Author
2016-04-25
removed escaping of single quotes in XML serialization.
Benjamin Paassen
2015-02-22
corrected XML serialization for primitive text content regarding whitespace a...
Benjamin Paassen
2015-02-17
added namespace handling to XML
Benjamin Paassen
2015-02-14
added Element::getAttributes and changed newline characters in serialization ...
Benjamin Paassen
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-01-18
Renamed RttiType to Rtti
Andreas Stöckel
2015-01-18
Droped Rtti<T> class, using RttiType instead
Andreas Stöckel
2015-01-16
Using lambda instead of static function
Andreas Stöckel
2015-01-14
Registered Properties for the XMLNode class
Andreas Stöckel
2015-01-13
escaped attribute values in XML serialization.
Benjamin Paassen
2015-01-13
put entity escaping in XML serialization instead of DemoOutput. Also had to c...
Benjamin Paassen
2015-01-11
Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp header
Andreas Stöckel
2015-01-09
added non-pretty output of XML serialization, changed DemoOutput accordingly ...
Benjamin Paassen
2015-01-09
changed XML prolog handling.
Benjamin Paassen
2015-01-09
Added RTTI information for XML classes, made children vector of XML elements ...
Benjamin Paassen
2015-01-08
further extended the advanced document example, slightly improved XML seriali...
Benjamin Paassen
2015-01-08
Changed the DemoOutput algorithm as suggested by Andreas: We first transform ...
Benjamin Paassen
2015-01-06
added XML classes including Serialization functions and added a test for it. ...
Benjamin Paassen