summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-25renamed testdata to get integration test to actually do something.Benjamin Paassen
2016-04-25fixed some bugs in domain serialization and added first integration test for it.Benjamin Paassen
2016-04-25started to implement capabilities for ontology serialization.Benjamin Paassen
2016-04-25added getter for referenced typesystems and ontologies.Benjamin Paassen
2016-04-25added a new integration test for complicated inheritance of fields.Benjamin Paassen
2016-04-25renamed the osxml integration folder to domain_interaction because that seeme...Benjamin Paassen
2016-04-25finished transforming the more sophisticated osxml tests to integration tests.Benjamin Paassen
2016-04-25refactored the more sophisticated OSXML parser tests to the integration test ...Benjamin Paassen
2016-04-25fix typo in variable nameAndreas Stöckel
2016-04-25slight improvements for math ontology.Benjamin Paassen
2016-04-25Improve the poem to html transformationAndreas Stöckel
2016-04-25Add a temporary poem ontologyAndreas Stöckel
2016-04-25Highlight the exclaimation mark after an open curly braceAndreas Stöckel
2016-04-25Fix multiline comments not being highlighted in geditAndreas Stöckel
2016-04-25Fix segmentation fault due to global OsmlFormatTokens instance containing sha...Andreas Stöckel
2016-04-25Fix commentAndreas Stöckel
2016-04-25Make Tokenizer functions constAndreas Stöckel
2016-04-25Remove unneeded constantAndreas Stöckel
2016-04-25Remove tautological comparisonAndreas Stöckel
2016-04-25clang compatibility: do not use anonymous structAndreas Stöckel
2016-04-25Remove unneeded constantAndreas Stöckel
2016-04-25clang compatibility: fix illegal constructor inheritanceAndreas Stöckel
2016-04-25Remove unneeded variableAndreas Stöckel
2016-04-25Typo in commentAndreas Stöckel
2016-04-25clang compatibility: disambiguate template parameterAndreas Stöckel
2016-04-25Make "State" a class to avoid some warningsAndreas Stöckel
2016-04-25remove unneeded ".second"Andreas Stöckel
2016-04-25clang compatibility: add missing default constructorAndreas Stöckel
2016-04-25Add another test for the test math environment, remove old testsAndreas Stöckel
2016-04-25Cosmetic change: Rename lowerLimits and upperLimits to lowerLimit and upperLimitAndreas Stöckel
2016-04-25Add (not at all finished) XSLT transformations to the contrib folderAndreas Stöckel
2016-04-25Remove ignored import from integration test outputAndreas Stöckel
2016-04-25Test underscore tokenAndreas Stöckel
2016-04-25Identifiers may not end with an underscoreAndreas Stöckel
2016-04-25Run integration tests as last testAndreas Stöckel
2016-04-25Update gtksourceview (gedit) highlighterAndreas Stöckel
2016-04-25Update poem integration test to incorporate indent/dedent for indentation of ...Andreas Stöckel
2016-04-25Do not treat commands with user defined open/close syntax as range command, i...Andreas Stöckel
2016-04-25Change way indent and dedent special tokens are produced by TokenizedDataAndreas Stöckel
2016-04-25Print help message if integration test framework is built in Release modeAndreas Stöckel
2016-04-25Cosmetic change: Do not print a newline for the first headlineAndreas Stöckel
2016-04-25Compile integration test framework indepentently of the availability of gtestAndreas Stöckel
2016-04-25Rename simple_short_token test to token_escape, luckily there was no real bug...Andreas Stöckel
2016-04-25Further improvements to integration test tool needed for debuggingAndreas Stöckel
2016-04-25Do not trim text, simply skip text fields that only consist of whitespace cha...Andreas Stöckel
2016-04-25Changes to outputAndreas Stöckel
2016-04-25Add first integration testsAndreas Stöckel
2016-04-25Remove no longer needed test (will be moved to testdata/integration in a diff...Andreas Stöckel
2016-04-25Write actual output to out.osxml file in the Testing/Integration directory (t...Andreas Stöckel
2016-04-25Implement integration test frameworkAndreas Stöckel