Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-17 | added namespace handling to XML | Benjamin Paassen | |
2015-02-14 | added Element::getAttributes and changed newline characters in serialization ↵ | Benjamin Paassen | |
to std::endl. | |||
2015-01-18 | Renamed RttiType to Rtti | Andreas Stöckel | |
2015-01-18 | Removed no longer necessary Rtti forward declarations | Andreas Stöckel | |
2015-01-18 | Droped Rtti<T> class, using RttiType instead | Andreas Stöckel | |
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 | |
and changed DemoOutputTest to have some kind of automatic inspection instead of visual inspection. | |||
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 | |
private and added name printout to Manager debug graphviz function. | |||
2015-01-09 | added a parent reference to XML nodes. | Benjamin Paassen | |
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 | Changed 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-06 | added 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. |