summaryrefslogtreecommitdiff
path: root/test/plugins
AgeCommit message (Expand)Author
2016-04-25Use "emph" instead of "emphasized" for the demo html output, adapt unit tests...Andreas Stöckel
2016-04-25refactored the more sophisticated OSXML parser tests to the integration test ...Benjamin Paassen
2015-03-04massively reworked demo html output.Benjamin Paassen
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-02-18added support for primitive subtree fields in XMLOutput.Benjamin Paassen
2015-02-17sorted test list alphabetical and added XML output test.Benjamin Paassen
2015-02-17Improved behaviour of FileLocator:Andreas Stöckel
2015-02-16Renamed oxm files to generic osxmlAndreas Stöckel
2015-02-15Merge branch 'master' into astoecke_parser_stack_newAndreas Stöckel
2015-02-14Moved specific file format parsers to formats/ folder, moved old tokenizer to...Andreas Stöckel
2015-02-12Anchors do not have a name anymore and have a unique mapping to their Annotat...Benjamin Paassen
2015-02-12addes special resolve case in ParserScope::resolve for default field descript...Benjamin Paassen
2015-02-11changed semantics of default field, now referring to the only TREE field.Benjamin Paassen
2015-02-11made isSubtree (fieldType) and primitivity orthogonal concepts: PRIMITIVE is ...Benjamin Paassen
2015-02-10added a document parsing test.Benjamin Paassen
2015-02-10Renamed some files and changed folder structureAndreas Stöckel
2015-02-10Implemented namespace handlingAndreas Stöckel
2015-02-10Fully implemented and tested begin/end handlingAndreas Stöckel
2015-02-09Implemented correct handling of fields in PlainFormatStreamReader and added a...Andreas Stöckel
2015-02-08Added support for parsing commandsAndreas Stöckel
2015-02-08DynamicTokenizer now gets the reader as a parameter to read and peek -- the b...Andreas Stöckel
2015-02-08Implemented DynamicTokenizer and unit testsAndreas Stöckel
2015-02-08Deleted DynamicTokenTree class, replaced by TokenTrieAndreas Stöckel
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-02-06changed name of text field from content to default.Benjamin Paassen
2015-02-06made cardinality to an own class instead of using.Benjamin Paassen
2015-02-06corrected attributes descriptor handling.Benjamin Paassen
2015-02-06Continue writing parser for plain document formatAndreas Stöckel
2015-02-05Added initial skeleton of the PlainFormatStreamReader class, providing the mo...Andreas Stöckel
2015-02-04allowed actual field descriptor references.Benjamin Paassen
2015-02-04got annotation parsing to work with the comments domain. detected a bug, thou...Benjamin Paassen
2015-02-04got headings domain to work.Benjamin Paassen
2015-02-04added mechanism for parent parsing, which does not fully work as of now.Benjamin Paassen
2015-02-04reworked test for domain parsing. The skeleton works.Benjamin Paassen
2015-02-04further work on domain parsing. This is not a working state yet.Benjamin Paassen
2015-02-03Implemented Including filesAndreas Stöckel
2015-02-02Importing files works nowAndreas Stöckel
2015-01-30XmlParser for more stuffAndreas Stöckel
2015-01-30added a unit test for absolute paths.Benjamin Paassen
2015-01-30Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-30unit test for FileLocator precedence.Benjamin Paassen
2015-01-30stuffAndreas Stöckel
2015-01-28Implemented constantsAndreas Stöckel
2015-01-28Parsing a bit more stuffAndreas Stöckel
2015-01-28Renamed add* and include* methods for referencing another Typesystem/Domain d...Andreas Stöckel
2015-01-27Parsers do no longer return the node they have parsed (as this may be ill-def...Andreas Stöckel
2015-01-27Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-27Removed dependency between "Project" model class and parser/resources. This r...Andreas Stöckel
2015-01-26Renamed CSS to Style (finally)Benjamin Paassen
2015-01-26Compilation fix in Release modeAndreas Stöckel