summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-28Fixed potential problem in SourceOffsetVectorAndreas Stöckel
2015-02-27Made OsmlStreamParser ready for user defined tokens, started to adapt unit te...Andreas Stöckel
2015-02-26Reactivated TokenizerTestAndreas Stöckel
2015-02-26Moved "assert" functions to own headerAndreas Stöckel
2015-02-26Fixed non-initialized variableAndreas Stöckel
2015-02-25Merge branch 'astoecke_tokens' of somweyr.de:ousia into astoecke_tokensAndreas Stöckel
2015-02-25start of branch, commit log will be rewrittenAndreas Stöckel
2015-02-24start of branch, commit log will be rewrittenAndreas Stöckel
2015-02-23Output element names in XML serializationAndreas Stöckel
2015-02-22Adapted old Tokenizer infrastructure to new Tokens.hppAndreas Stöckel
2015-02-22Implemented TokenizedData, a facility to store data with tokens where tokens ...Andreas Stöckel
2015-02-22Added Token header containing a standalone definition of "Token"Andreas Stöckel
2015-02-22Added test for collapse and trim methods in UtilsAndreas Stöckel
2015-02-22Implemented SourceOffsetVector -- a class for storing the SourceOffset for ea...Andreas Stöckel
2015-02-22Removed unneeded importsAndreas Stöckel
2015-02-22Moved implementation of collapse to Utils, providing same interface for colla...Andreas Stöckel
2015-02-22corrected XML serialization for primitive text content regarding whitespace a...Benjamin Paassen
2015-02-20fixed aliasing issue in VariantMetadataAndreas Stöckel
2015-02-19Added a comment to the default field name constantAndreas Stöckel
2015-02-19Nice error messages in case the input file does not exist or is not a fileAndreas Stöckel
2015-02-19added ENABLE_GCOV flag to CMakeListsAndreas Stöckel
2015-02-18removed stray test fileAndreas Stöckel
2015-02-18Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-02-18resvised XML output for structtype instances.Benjamin Paassen
2015-02-18added complex document parsing testBenjamin Paassen
2015-02-18ignored xmlns attributes in root tag in xml parsing.Benjamin Paassen
2015-02-18changed cardinality toString conversion to be reparseable as cardinality.Benjamin Paassen
2015-02-18added writeOusia methods to VariantWriter.Benjamin Paassen
2015-02-18restructured domains and deleted as many duplicates from testdata as possible.Benjamin Paassen
2015-02-18Registering inline typesystems in documentAndreas Stöckel
2015-02-18Reverted my ingenious changes to meta.osxmlAndreas Stöckel
2015-02-18fixed a bug with empty fields.Benjamin Paassen
2015-02-18fixed a bug with doubled root nodes.Benjamin Paassen
2015-02-18added support for primitive subtree fields in XMLOutput.Benjamin Paassen
2015-02-18Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-18detected and counteracted cycles in gatherFieldDescriptors and gatherSubclass...Benjamin Paassen
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-18Added test for bug with structs that do not posses a fieldAndreas Stöckel
2015-02-18Limit context widthAndreas Stöckel
2015-02-18Fix missing trailing space in error messageAndreas Stöckel
2015-02-18Do not add working directory. This creates strange behavior. Files should be ...Andreas 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-17Copied some domains and typesystems from the testdata folder to the data folderAndreas Stöckel
2015-02-17Automatically enable testing if google test is presentAndreas 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