summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-04-25Fix wrong documentationAndreas Stöckel
2016-04-25Removed diagnostic codeAndreas Stöckel
2016-04-25Add function for controlling the background color to Terminal classAndreas Stöckel
2016-04-25Fix broken smaller than operator leading to crash in std::sortAndreas Stöckel
2016-04-25Add missing include which accidently got removed during rebaseAndreas Stöckel
2016-04-25Add some test files for user defined syntaxAndreas Stöckel
2016-04-25First implementation of user defined syntax, many features still missing and ...Andreas Stöckel
2016-04-25Some small formatting and comment changes, introduce more anonymous namespace...Andreas Stöckel
2016-04-25Include TokenStackTest in CMakeLists.txtAndreas Stöckel
2016-04-25Add tokenStack depth guard to Handler classAndreas Stöckel
2016-04-25Use getFieldDescriptor method with numeric indexAndreas Stöckel
2016-04-25Remove "inherit" flag in TokenStack, add tiny unit test for TokenStack, tempo...Andreas Stöckel
2016-04-25Implement TokenStack::lookup method used to lookup the SyntaxDescriptors asso...Andreas Stöckel
2016-04-25Check syntax descriptor depthAndreas Stöckel
2016-04-25Add getDescriptor method to DocumentField classAndreas Stöckel
2016-04-25Add equals and smaller than operator to SyntaxDescriptor (for std::sort or th...Andreas Stöckel
2016-04-25Add static version of Token::isSpecialAndreas Stöckel
2016-04-25Reenable pushing user defined tokens onto the stack (however, user defined to...Andreas Stöckel
2016-04-25Add not yet implemented "inherit" flag to the Stack classAndreas Stöckel
2016-04-25Fix getFieldDescriptor with index ignoring inherited fieldsAndreas Stöckel
2016-04-25Fix crash when an undefined annotation is met in the inputAndreas Stöckel
2016-04-25Fix .gitignore for the new ousia repositoryAndreas Stöckel
2016-04-25Add .clang-formatAndreas Stöckel
2015-03-04Prepared implementation of user defined tokensAndreas Stöckel
2015-03-04Added POST_USER_DEFINED_TOKEN_REGISTRATION partser flagAndreas Stöckel