summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2015-02-15Merge branch 'astoecke_parser_stack_new'Andreas Stöckel
Conflicts: application/src/core/parser/stack/DocumentHandler.cpp application/src/core/parser/stack/DocumentHandler.hpp
2015-02-15Implemented OsxmlParserAndreas Stöckel
2015-02-15Made OsxmlEvents interface consistent with Stack commandsAndreas Stöckel
2015-02-15added cardinality type.Benjamin Paassen
2015-02-15removed author attribute from book domain (got refactored to meta domain)Benjamin Paassen
2015-02-15Slightly adapted Handler instances to new Handler, once again passing ↵Andreas Stöckel
non-const references to data and start, using "parseGenericString" in DocumentHandler for resolving non-string values, added unit test for testing whether "end()" is not called if "start()" fails.
2015-02-15Fixed GCC 4.9 warningsAndreas Stöckel
2015-02-15Removed legacy test fileAndreas Stöckel
2015-02-15Merge branch 'master' into astoecke_parser_stack_newAndreas Stöckel
Conflicts: application/CMakeLists.txt application/src/core/parser/stack/DocumentHandler.hpp application/src/core/parser/stack/DomainHandler.hpp application/src/core/parser/stack/ImportIncludeHandler.hpp
2015-02-15Added lonely comment to StandaloneEnvironmentAndreas Stöckel
2015-02-15Implemented most of the desired behaviour of the Stack class, added unit testsAndreas Stöckel
2015-02-15Fixed gcc 4.9 warningsAndreas Stöckel
2015-02-15Fixed isIdentifier and isNamespacedIdentifier, added and used ↵Andreas Stöckel
isIdentifierOrEmpty for use in Node
2015-02-15Renamed parser/generic to parser/stack and made filenames much shorterAndreas Stöckel
2015-02-15Implemented annotation start and end fieldAndreas Stöckel
2015-02-15Fixed forgotten unit testAndreas Stöckel
2015-02-15Added code for the handling of explicit default fields and improved unit testsAndreas Stöckel
2015-02-15Tidied OsxmlEventParser up, implemented correct whitespace handling, started ↵Andreas Stöckel
to write unit tests for the osxml parser
2015-02-15Applied renaming to unit tests and added forgotten CMakeLists.txtAndreas Stöckel
2015-02-15Moved TokenTrieTest to new directoryAndreas Stöckel
2015-02-14Renamed osdm to osml and osdmx to osxmlAndreas Stöckel
2015-02-14Moved some of the whitespace functionality back to UtilsAndreas Stöckel
2015-02-14Removed Whitespace file againAndreas Stöckel
2015-02-14Moved DynamicTokenizer and TokenTrie to parser/utilsAndreas Stöckel
2015-02-14Added testcase for Osdmx ParserAndreas Stöckel
2015-02-14Moved code for handling whitespaces to own header, including the ↵Andreas Stöckel
"WhitespaceMode" enum
2015-02-14Moved specific file format parsers to formats/ folder, moved old tokenizer ↵Andreas Stöckel
to css code (this is the only place where it is actually used)
2015-02-13added a test case which lead to a truly interesting bug that cost us quite ↵Benjamin Paassen
some time.
2015-02-13added VariantReader::parseTypedBenjamin Paassen
2015-02-13added VariantReader::parseBoolBenjamin Paassen
2015-02-12added Descriptor::getPermittedChildren.Benjamin Paassen
2015-02-12added a method to retrieve all reachable default fields from a given descriptor.Benjamin Paassen
2015-02-12further revised pathTo. Now only the TREE field is used in further exploration.Benjamin Paassen
2015-02-12restructured pathTo. Also fixed some issues with that method and made it ↵Benjamin Paassen
more general.
2015-02-12Anchors do not have a name anymore and have a unique mapping to their ↵Benjamin Paassen
AnnotationEntities. This also makes serialization much easier.
2015-02-12addes special resolve case in ParserScope::resolve for default field ↵Benjamin Paassen
descriptors and changed resolve mechanism in parent field refs to just asking for the FieldDescriptor with the given name.
2015-02-11improved pathtoBenjamin Paassen
2015-02-11changed semantics of default field, now referring to the only TREE field.Benjamin Paassen
2015-02-11made isSubtree (fieldType) and primitivity orthogonal concepts: PRIMITIVE is ↵Benjamin Paassen
no FieldType anymore.
2015-02-10added a document parsing test.Benjamin Paassen
2015-02-10Renamed some files and changed folder structureAndreas Stöckel
2015-02-10Implemented namespace handlingAndreas Stöckel
2015-02-10Fully implemented and tested begin/end handlingAndreas Stöckel
2015-02-09Implemented correct handling of fields in PlainFormatStreamReader and added ↵Andreas Stöckel
a lot of unit tests.
2015-02-08Added support for parsing commandsAndreas Stöckel
2015-02-08Changed definition of identifier (do not allow them to start with an underscore)Andreas Stöckel
2015-02-08Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-08restructured the FieldDescriptor mechanism.Benjamin Paassen
2015-02-08DynamicTokenizer now gets the reader as a parameter to read and peek -- the ↵Andreas Stöckel
beauty of this tokenizer is that it has no internal state depending on the reader, so it doesn't need to hold a reference to it
2015-02-08Implemented DynamicTokenizer and unit testsAndreas Stöckel