Age | Commit message (Expand) | Author |
2016-04-25 | Add additional unit test to TokenStackTest making sure that the returned toke... | Andreas Stöckel |
2016-04-25 | Replace NodeVector by ManagedVector where NodeVector functionality is not nee... | Andreas Stöckel |
2016-04-25 | Fix gcc 4.9 warnings | Andreas Stöckel |
2016-04-25 | Reimplement closeToken handling | Andreas Stöckel |
2016-04-25 | Sort integration tests | Andreas Stöckel |
2016-04-25 | Automatically protect whitespace after annotation endings and in front of ann... | Andreas Stöckel |
2016-04-25 | Use "emph" instead of "emphasized" for the demo html output, adapt unit tests... | Andreas Stöckel |
2016-04-25 | fixed a bug in the DocumentHandler which lead to problems in case of empty ex... | Benjamin Paassen |
2016-04-25 | added test for empty explicit fields, which currently fails. | Benjamin Paassen |
2016-04-25 | refactored the more sophisticated OSXML parser tests to the integration test ... | Benjamin Paassen |
2016-04-25 | Identifiers may not end with an underscore | Andreas Stöckel |
2016-04-25 | Change way indent and dedent special tokens are produced by TokenizedData | Andreas Stöckel |
2016-04-25 | Print help message if integration test framework is built in Release mode | Andreas Stöckel |
2016-04-25 | Cosmetic change: Do not print a newline for the first headline | Andreas Stöckel |
2016-04-25 | Further improvements to integration test tool needed for debugging | Andreas Stöckel |
2016-04-25 | Do not trim text, simply skip text fields that only consist of whitespace cha... | Andreas Stöckel |
2016-04-25 | Changes to output | Andreas Stöckel |
2016-04-25 | Write actual output to out.osxml file in the Testing/Integration directory (t... | Andreas Stöckel |
2016-04-25 | Implement integration test framework | Andreas Stöckel |
2016-04-25 | Remove "inherit" flag in TokenStack, add tiny unit test for TokenStack, tempo... | Andreas Stöckel |
2016-04-25 | Check syntax descriptor depth | Andreas Stöckel |
2016-04-25 | Fix crash when an undefined annotation is met in the input | Andreas Stöckel |
2015-03-04 | Added test for parsing syntax descriptions | Andreas Stöckel |
2015-03-04 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen |
2015-03-04 | massively reworked demo html output. | Benjamin Paassen |
2015-03-04 | Renamed "start" and "end" token to "open" and "close" token | Andreas Stöckel |
2015-03-03 | added more complex tests and prevented endless loops in DocumentChildHandler:... | Andreas Stöckel |
2015-03-03 | Added unit tests for annotation handling | Andreas Stöckel |
2015-03-03 | prevented cycles in DocumentEntity::searchStartAnchor | Benjamin Paassen |
2015-03-03 | added a method to find the matching start anchor for some end anchor. | Andreas Stöckel |
2015-03-03 | Do not allow structs to be transparent and root at the same time | Andreas Stöckel |
2015-03-03 | Removed last remains of "domain" in code | Andreas Stöckel |
2015-03-03 | Storing type and name in the HandlerData once again, using a Token | Andreas Stöckel |
2015-03-03 | Finished stack and adapted all unit tests | Andreas Stöckel |
2015-03-03 | Started restructuring and adapting Stack class, reenabled unit tests (does no... | Andreas Stöckel |
2015-03-02 | Merge branch 'astoecke_tokens' of somweyr.de:ousia into astoecke_tokens | Benjamin Paassen |
2015-03-02 | added another domain test case for invalid syntax tokens. | Benjamin Paassen |
2015-03-02 | integrated syntax tokens in Domain. | Benjamin Paassen |
2015-03-02 | added check for witespace characters in Utils::isUserDefinedToken | Benjamin Paassen |
2015-03-02 | OsxmlEventParser also fills a TokenizedData instance now | Andreas Stöckel |
2015-03-02 | Unregistering all registered tokens when TokenRegistry is destroyed | Andreas Stöckel |
2015-03-02 | Wrote isUserDefinedToken function which checks whether a token is a valid use... | Andreas Stöckel |
2015-03-02 | Adapted OsxmlParser to new Stack interface, enabled Osxml code in CMakeLists ... | Andreas Stöckel |
2015-03-01 | Renamed domain to ontology. | Benjamin Paassen |
2015-03-01 | Implemented TokenRegistry class and corresponding simple test case | Andreas Stöckel |
2015-03-01 | Added user defined tokens test | Andreas Stöckel |
2015-03-01 | Implemented registration of user-defined tokens, fixed comment handling (do n... | Andreas Stöckel |
2015-03-01 | Prefer longer non-primary tokens | Andreas Stöckel |
2015-03-01 | allowing to store gaps in SourceOffsetVector and fixed bug with trim not rese... | Andreas Stöckel |
2015-02-28 | Adapted all unit tests, renamed COMMAND_END event to RANGE_END event to match... | Andreas Stöckel |