summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-18Fix for issue #85 -- only allowing explicit fields if no structure elements o...Andreas Stöckel
2015-02-18Implemented automatic validation of RootNode instances in ParserScopeAndreas Stöckel
2015-02-18Fixed bug #80 and added unit testAndreas Stöckel
2015-02-17Implement possiblility of Graphviz export when in debug mode (for demo purposes)Andreas Stöckel
2015-02-17Remove debug informationAndreas Stöckel
2015-02-17Fix for issue #79 -- do not create implicit default fields for invalid commandsAndreas Stöckel
2015-02-17Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-17added some debug information to document handler.Benjamin Paassen
2015-02-17Improved error messages in case no primitive field is present, but data is givenAndreas Stöckel
2015-02-17Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-02-17Do not bother with to many type checks if we indicate that "all types are all...Andreas Stöckel
2015-02-17Fixed creating a document where no document should be created (I actually tho...Andreas Stöckel
2015-02-17Fixed issue #78 and added unit testAndreas Stöckel
2015-02-17Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-17added annotation support in XmlOutput.Benjamin Paassen
2015-02-17Usinge COLLAPSE whitespace mode in OSXML parser to match default behaviour of...Andreas Stöckel
2015-02-17Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-02-17Improved handling of and error messages in tha case of too many fields for a ...Andreas Stöckel
2015-02-17added domain as XML namespace and corrected toString handling.Benjamin Paassen
2015-02-17added typesystems getter.Benjamin Paassen
2015-02-17added namespace handling to XMLBenjamin Paassen
2015-02-17Improved error messagesAndreas Stöckel
2015-02-17Improved semantics of the return value of the autocomplete function: Empty re...Andreas Stöckel
2015-02-17Improved auto-completion handling and error messages in ResourceRequest -- pe...Andreas Stöckel
2015-02-17Improved behaviour of FileLocator:Andreas Stöckel
2015-02-16Merge branch 'master' of ssh://somweyr.de/var/local/git/ousiaAndreas Stöckel
2015-02-16Implemented autocomplete in FileLocatorAndreas Stöckel
2015-02-16Using autocomplete in ResourceRequest to determine filename if no extension i...Andreas Stöckel
2015-02-16Added "autocomplete" function to ResourceLocator and RegistryAndreas Stöckel
2015-02-16Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-16completely reworked document handler to be consistent with OSML and provide m...Benjamin Paassen
2015-02-16added creation methods that reference fields by index instead of name.Benjamin Paassen
2015-02-16Allow typesystem references in DocumentAndreas Stöckel
2015-02-16Included explicit encoding and standalone flag in xml outputAndreas Stöckel
2015-02-16Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-16added return value in addFieldDescriptor related methods to indicate whether ...Benjamin Paassen
2015-02-16Allowing numeric argument keys for static handlersAndreas Stöckel
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-16Cosmetic change: Colorful error messages even if STDOUT is not a ttyAndreas Stöckel
2015-02-16Updating logger default position for better error messages if an exception is...Andreas Stöckel
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