index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
xml
Age
Commit message (
Expand
)
Author
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
Merge branch 'astoecke_parser_stack_new'
Andreas Stöckel
2015-02-15
removed enquoting from primitive string content in XML output.
Benjamin Paassen
2015-02-15
Merge branch 'master' into astoecke_parser_stack_new
Andreas Stöckel
2015-02-14
Moved specific file format parsers to formats/ folder, moved old tokenizer to...
Andreas Stöckel
2015-02-14
added first version of XML output.
Benjamin Paassen
2015-02-13
refactored handler classes of XMLParser into own files in core/parser/stack.
Benjamin Paassen
2015-02-13
integrated Type::read into XMLParser which should enable us to read data for ...
Benjamin Paassen
2015-02-12
improved XML parser to support transparency on default fields.
Benjamin Paassen
2015-02-12
restructured pathTo. Also fixed some issues with that method and made it more...
Benjamin Paassen
2015-02-12
refactored FieldDescriptor resolution into own function in ParserScope for mo...
Benjamin Paassen
2015-02-12
addes special resolve case in ParserScope::resolve for default field descript...
Benjamin Paassen
2015-02-11
changed semantics of default field, now referring to the only TREE field.
Benjamin Paassen
2015-02-11
made isSubtree (fieldType) and primitivity orthogonal concepts: PRIMITIVE is ...
Benjamin Paassen
2015-02-10
consistent nomenclature for reference concepts.
Benjamin Paassen
2015-02-08
first attempt on incorporating transparency: It does work now, even though on...
Benjamin Paassen
2015-02-08
restructured the FieldDescriptor mechanism.
Benjamin Paassen
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-02-06
enabled xml parser to parse documents (at least in a first version).
Benjamin Paassen
2015-02-06
made cardinality to an own class instead of using.
Benjamin Paassen
2015-02-06
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-02-06
started to implement document parsing.
Benjamin Paassen
2015-02-06
Do not capture references
Andreas Stöckel
2015-02-04
allowed actual field descriptor references.
Benjamin Paassen
2015-02-04
got annotation parsing to work with the comments domain. detected a bug, thou...
Benjamin Paassen
2015-02-04
added DEFAULT_FIELD_NAME to XmlParser.
Benjamin Paassen
2015-02-04
added mechanism for parent parsing, which does not fully work as of now.
Benjamin Paassen
2015-02-04
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-02-04
Implemented parsing of enum types
Andreas Stöckel
2015-02-04
further work on domain parsing. This is not a working state yet.
Benjamin Paassen
[next]