summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-25handled output transformation of syntax descriptors (except for special tokens).Benjamin Paassen
2016-04-25added test for empty explicit fields, which currently fails.Benjamin Paassen
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 ↵Benjamin Paassen
seemed semantically more fitting.
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
folder.
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 ↵Andreas Stöckel
shared pointers being copied
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
* Move test math environment to integration folder * Add math_limits integration test
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
poems. Move \end{poem} to previous line to make sure closing special tokens are treated correctly.
2016-04-25Do not treat commands with user defined open/close syntax as range command, ↵Andreas Stöckel
if the close token is a special (whitespace) token as this produces unintuitive behaviour
2016-04-25Change way indent and dedent special tokens are produced by TokenizedDataAndreas Stöckel
* Move dedent to the end of the previous line * Leave indent to the first character of the current line * Dedent is called as many times as indent
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 ↵Andreas Stöckel
bug involved here
2016-04-25Further improvements to integration test tool needed for debuggingAndreas Stöckel
* Allow specification of a number of tests that should run * Add usage help (-h or --help options) * Improve messages
2016-04-25Do not trim text, simply skip text fields that only consist of whitespace ↵Andreas Stöckel
characters
2016-04-25Changes to outputAndreas Stöckel
2016-04-25Add first integration testsAndreas Stöckel
* "poem" contains a nice use case for user defined syntax that still needs to be implemented (indent and dedent as open/close tag) * "simple_short_token" triggers a non-deterministic bug that is not caught by valgrind * "wikilike" contains various user defined syntax tests as well as the not yet implemented per-field user defined syntax
2016-04-25Remove no longer needed test (will be moved to testdata/integration in a ↵Andreas Stöckel
different form)