index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
formats
Age
Commit message (
Expand
)
Author
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
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-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
Storing type and name in the HandlerData once again, using a Token
Andreas Stöckel
2015-03-02
OsxmlEventParser also fills a TokenizedData instance now
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
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-02-28
Adapted all unit tests, renamed COMMAND_END event to RANGE_END event to match...
Andreas Stöckel
2015-02-27
Made OsmlStreamParser ready for user defined tokens, started to adapt unit te...
Andreas Stöckel
2015-02-25
start of branch, commit log will be rewritten
Andreas Stöckel
2015-02-18
added complex document parsing test
Benjamin Paassen
2015-02-18
Fix for issue #85 -- only allowing explicit fields if no structure elements o...
Andreas Stöckel
2015-02-18
Added test for bug with structs that do not posses a field
Andreas Stöckel
2015-02-18
Fixed bug #80 and added unit test
Andreas Stöckel
2015-02-17
Added very primitive unit tests for include
Andreas Stöckel
2015-02-17
Added test for bug #79
Andreas Stöckel
2015-02-17
Made test names consistent
Andreas Stöckel
2015-02-17
Fixed issue #78 and added unit test
Andreas Stöckel
2015-02-15
Added OsmlParserTest
Andreas Stöckel
2015-02-15
Using osxml-extension in osxml parser
Andreas Stöckel
2015-02-15
Merge branch 'astoecke_parser_stack_new'
Andreas Stöckel
2015-02-15
Implemented OsxmlParser
Andreas Stöckel
2015-02-15
Made OsxmlEvents interface consistent with Stack commands
Andreas Stöckel
2015-02-15
Merge branch 'master' into astoecke_parser_stack_new
Andreas Stöckel
2015-02-15
Implemented annotation start and end field
Andreas Stöckel
2015-02-15
Fixed forgotten unit test
Andreas Stöckel
2015-02-15
Added code for the handling of explicit default fields and improved unit tests
Andreas Stöckel
2015-02-15
Tidied OsxmlEventParser up, implemented correct whitespace handling, started ...
Andreas Stöckel
2015-02-15
Applied renaming to unit tests and added forgotten CMakeLists.txt
Andreas Stöckel
2015-02-14
Renamed osdm to osml and osdmx to osxml
Andreas Stöckel
2015-02-14
Moved DynamicTokenizer and TokenTrie to parser/utils
Andreas Stöckel
2015-02-14
Added testcase for Osdmx Parser
Andreas Stöckel
2015-02-14
Moved specific file format parsers to formats/ folder, moved old tokenizer to...
Andreas Stöckel
2015-02-10
Renamed some files and changed folder structure
Andreas Stöckel