index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-02-15
Removed Typesystem read code again -- using ParseGenericString insteads. It o...
Andreas Stöckel
2015-02-15
Added "markAsMagic" function, autoformat
Andreas Stöckel
2015-02-15
Fixed GCC 4.9 warnings
Andreas Stöckel
2015-02-15
Removed legacy test file
Andreas Stöckel
2015-02-15
Fixed compilation of VariantReader and Typesystem on GCC 4.9
Andreas Stöckel
2015-02-15
Merge branch 'master' into astoecke_parser_stack_new
Andreas Stöckel
2015-02-15
Included handler classes from master
Andreas Stöckel
2015-02-15
Added missing header inclusion
Andreas Stöckel
2015-02-15
Renamed OsxmlParser
Andreas Stöckel
2015-02-15
Added lonely comment to StandaloneEnvironment
Andreas Stöckel
2015-02-15
Implemented most of the desired behaviour of the Stack class, added unit tests
Andreas Stöckel
2015-02-15
Commented out Callbacks in Handler, this is not implemented yet
Andreas Stöckel
2015-02-15
Fixed gcc 4.9 warnings
Andreas Stöckel
2015-02-15
Fixed isIdentifier and isNamespacedIdentifier, added and used isIdentifierOrE...
Andreas Stöckel
2015-02-15
Included the stack test
Andreas Stöckel
2015-02-15
Made flags only one bit wide
Andreas Stöckel
2015-02-15
Renamed StateStack to Stack
Andreas Stöckel
2015-02-15
Renamed header guard
Andreas Stöckel
2015-02-15
Implemented StaticFieldHandler and EmptyHandler default handler classes
Andreas Stöckel
2015-02-15
Added isNamespacedIdentifier method to Utils
Andreas Stöckel
2015-02-15
Updated CMakeLists.txt
Andreas Stöckel
2015-02-15
Renamed parser/generic to parser/stack and made filenames much shorter
Andreas Stöckel
2015-02-15
Adapted gedit syntax highlighter to new file extension
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-15
Moved TokenTrieTest to new directory
Andreas Stöckel
2015-02-14
Renamed osdm to osml and osdmx to osxml
Andreas Stöckel
2015-02-14
Moved Tokenizer to core/parser/utils and adapted name
Andreas Stöckel
2015-02-14
Redefined public interface of ParserStateStack
Andreas Stöckel
2015-02-14
Implemented callback functions in ParserStateHandler
Andreas Stöckel
2015-02-14
Splitted ParserStateCallbacks into two classes, one for communication between...
Andreas Stöckel
2015-02-14
Removed GenericParser. All needed functionality will be present in the Stack ...
Andreas Stöckel
2015-02-14
Moved some of the whitespace functionality back to Utils
Andreas Stöckel
2015-02-14
renamed osdm to osml and osdmx to osxml
Andreas Stöckel
2015-02-14
Removed Whitespace file again
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 textHandlers to whitespace handlers
Andreas Stöckel
2015-02-14
Renamed ParserStateStack to ParserStack
Andreas Stöckel
2015-02-14
Moved code for the "Handler" class to own unit
Andreas Stöckel
2015-02-14
Header for Callbacks that can be directed from a ParserHandler to the parser ...
Andreas Stöckel
2015-02-14
Introduced "GenericParser" class for common code shared between parsers
Andreas Stöckel
2015-02-14
Moved code for handling whitespaces to own header, including the "WhitespaceM...
Andreas Stöckel
2015-02-14
Disabled css
Andreas Stöckel
2015-02-14
Moved specific file format parsers to formats/ folder, moved old tokenizer to...
Andreas Stöckel
2015-02-14
added first version of XML output.
Benjamin Paassen
2015-02-14
got rid of one unecessary include.
Benjamin Paassen
[next]