summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-16Implemented support for numeric arguments in ArgumentAndreas Stöckel
2015-02-16Using Variant location in VariantConverter error messagesAndreas Stöckel
2015-02-16Fixed bug #61 and added unit testAndreas Stöckel
2015-02-16Toying around with simple_book.osmlAndreas Stöckel
Found various "interesting" behaviours that are totally correct but might require a second look
2015-02-16Cosmetic change: Colorful error messages even if STDOUT is not a ttyAndreas Stöckel
2015-02-16Added "simple_book.osml" osml example fileAndreas Stöckel
2015-02-16Updating logger default position for better error messages if an exception ↵Andreas Stöckel
is thrown or no explicit location was given in a logger call
2015-02-16Fixed problem with fieldEnd closing implicit fields and added unit testAndreas Stöckel
2015-02-16Fixed writing to file not working properlyAndreas Stöckel
2015-02-16AutoformatAndreas Stöckel
2015-02-16Using logger for printing output pathAndreas Stöckel
2015-02-15Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-02-15Determine mimetype automaticallyAndreas Stöckel
2015-02-15Added OsmlParserTestAndreas Stöckel
2015-02-15got rid of some unnecessary warnings.Benjamin Paassen
2015-02-15changed order of fields in StructuredClass::getFieldDescriptorsBenjamin Paassen
2015-02-15Added (completely untested) osxml parserAndreas Stöckel
2015-02-15Using osxml-extension in osxml parserAndreas Stöckel
2015-02-15Moved testdata pathAndreas Stöckel
2015-02-15Renamed files from oxm and oxd to osxmlAndreas Stöckel
2015-02-15ousia should also be installedAndreas Stöckel
2015-02-15Fixed compilation of main applicationAndreas Stöckel
2015-02-15Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-15swapped order of field declarations in comments domain.Benjamin Paassen
2015-02-15Removed createPath declaration in DocumentHandlerAndreas Stöckel
2015-02-15Removed no longer available getVariantTypesAndreas Stöckel
2015-02-15Merge branch 'astoecke_parser_stack_new'Andreas Stöckel
Conflicts: application/src/core/parser/stack/DocumentHandler.cpp application/src/core/parser/stack/DocumentHandler.hpp
2015-02-15Fixed StaticFieldHandler using empty stringsAndreas Stöckel
2015-02-15Domains an Typesystems can also be declared inlineAndreas Stöckel
2015-02-15Implemented OsxmlParserAndreas Stöckel
2015-02-15Made OsxmlEvents interface consistent with Stack commandsAndreas Stöckel
2015-02-15Declaring States in the Handler classesAndreas Stöckel
2015-02-15Displaying error messages at the location of the argumentAndreas Stöckel
2015-02-15added much more test data: meta domain, lists domain, bibliography domain, ↵Benjamin Paassen
version typesystem, email typesystem, affiliation typesystem and complex book document which uses the aforementioned domains and typesystems.
2015-02-15added cardinality type.Benjamin Paassen
2015-02-15removed author attribute from book domain (got refactored to meta domain)Benjamin Paassen
2015-02-15fixed a bug in instance counting in DocumentEntity::doValidate and made the ↵Benjamin Paassen
validation process faster and more compact using advanced programming techniques.
2015-02-15added getChildrenWithSubclasses and thus made pathTo and collect more compact.Benjamin Paassen
2015-02-15fixed a bug in pathTo functions.Benjamin Paassen
2015-02-15added support for transparency between explicit fields and child structure ↵Benjamin Paassen
element.
2015-02-15removed enquoting from primitive string content in XML output.Benjamin Paassen
2015-02-15added support for transparent elements between explicit fields and primitive ↵Benjamin Paassen
content.
2015-02-15added pathTo and getDefaultFields for FieldDescriptors.Benjamin Paassen
2015-02-15Slightly adapted Handler instances to new Handler, once again passing ↵Andreas Stöckel
non-const references to data and start, using "parseGenericString" in DocumentHandler for resolving non-string values, added unit test for testing whether "end()" is not called if "start()" fails.
2015-02-15Removed unneeded owner parameter from ParserScopeAndreas Stöckel
2015-02-15Removed Typesystem read code again -- using ParseGenericString insteads. It ↵Andreas Stöckel
occured to me, that this was the way this problem was once meant to be solved.
2015-02-15Added "markAsMagic" function, autoformatAndreas Stöckel
2015-02-15Fixed GCC 4.9 warningsAndreas Stöckel
2015-02-15Removed legacy test fileAndreas Stöckel
2015-02-15Fixed compilation of VariantReader and Typesystem on GCC 4.9Andreas Stöckel