index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
xml
/
XmlOutput.cpp
Age
Commit message (
Expand
)
Author
2016-04-25
Made all functions in XMLOutput static and added TODO regarding restructuring...
Andreas Stöckel
2016-04-25
Serialize greedy flag
Andreas Stöckel
2016-04-25
Replace NodeVector by ManagedVector where NodeVector functionality is not nee...
Andreas Stöckel
2016-04-25
handled special tokens in ontology serialization.
Benjamin Paassen
2016-04-25
Got rid of some unecessary output in ontology serialization.
Benjamin Paassen
2016-04-25
fixed nullpointer exceptions in XML output.
Benjamin Paassen
2016-04-25
added support for typesystem constants in serialization.
Benjamin Paassen
2016-04-25
added enum type support for serialization.
Benjamin Paassen
2016-04-25
fixed a bug in default value handling.
Benjamin Paassen
2016-04-25
added serialization support for attributes descriptors.
Benjamin Paassen
2016-04-25
First steps towards typesystem serialization. struct types can be successfull...
Benjamin Paassen
2016-04-25
handled output transformation of syntax descriptors (except for special tokens).
Benjamin Paassen
2016-04-25
fixed some bugs in domain serialization and added first integration test for it.
Benjamin Paassen
2016-04-25
started to implement capabilities for ontology serialization.
Benjamin Paassen
2016-04-25
added a new integration test for complicated inheritance of fields.
Benjamin Paassen
2015-03-04
Fix typo
Andreas Stöckel
2015-03-01
Renamed domain to ontology.
Benjamin Paassen
2015-02-24
Fixed problem with XML namespaces being too verbose
Andreas Stöckel
2015-02-23
Output element names in XML serialization
Andreas Stöckel
2015-02-18
resvised XML output for structtype instances.
Benjamin Paassen
2015-02-18
added support for primitive subtree fields in XMLOutput.
Benjamin Paassen
2015-02-17
added annotation support in XmlOutput.
Benjamin Paassen
2015-02-17
added domain as XML namespace and corrected toString handling.
Benjamin Paassen
2015-02-16
Included explicit encoding and standalone flag in xml output
Andreas Stöckel
2015-02-15
removed enquoting from primitive string content in XML output.
Benjamin Paassen
2015-02-14
added first version of XML output.
Benjamin Paassen