summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-02-06changed name of text field from content to default.Benjamin Paassen
2015-02-06made cardinality to an own class instead of using.Benjamin Paassen
2015-02-06Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-06initialized test StandaloneEnvironment Manager with sweep threshold of 1.Benjamin Paassen
2015-02-06corrected attributes descriptor handling.Benjamin Paassen
2015-02-06corrected attributes default value.Benjamin Paassen
2015-02-06Removed childHandler, added "*" notationAndreas Stöckel
2015-02-06Continue writing parser for plain document formatAndreas Stöckel
2015-02-05Added initial skeleton of the PlainFormatStreamReader class, providing the mo...Andreas Stöckel
2015-02-04allowed actual field descriptor references.Benjamin Paassen
2015-02-04got annotation parsing to work with the comments domain. detected a bug, thou...Benjamin Paassen
2015-02-04got headings domain to work.Benjamin Paassen
2015-02-04set non-empty default field name.Benjamin Paassen
2015-02-04added mechanism for parent parsing, which does not fully work as of now.Benjamin Paassen
2015-02-04reworked test for domain parsing. The skeleton works.Benjamin Paassen
2015-02-04Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-04Implemented parsing of enum typesAndreas Stöckel
2015-02-04further work on domain parsing. This is not a working state yet.Benjamin Paassen
2015-02-03removed references to variant::cardinality where I did not need them.Benjamin Paassen
2015-02-03Fixed GCC 4.9 warningsAndreas Stöckel
2015-02-03Added "checkIsa" function to Type that allows to check for an isa relationship.Andreas Stöckel
2015-02-03Implemented storing SourceLocation of parsed VariantsAndreas Stöckel
2015-02-03Implemented Including filesAndreas Stöckel
2015-02-03Implemented ParserStateDeductor which is used to deduce the current ParserSta...Andreas Stöckel
2015-02-02Importing files works nowAndreas Stöckel
2015-02-01Improved ParserStack state descriptionAndreas Stöckel
2015-02-01Made Argument and Arguments copyableAndreas Stöckel
2015-01-30XmlParser for more stuffAndreas Stöckel
2015-01-30corrected CharReader handling in VariantReader and added a new testcase.Benjamin Paassen
2015-01-30added a unit test for absolute paths.Benjamin Paassen
2015-01-30Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-30unit test for FileLocator precedence.Benjamin Paassen
2015-01-30stuffAndreas Stöckel
2015-01-29Unified signature of resolve functions, passing the "owner" to the callback f...Andreas Stöckel
2015-01-28Implemented constantsAndreas Stöckel
2015-01-28Returning again a single node as result of the import function (as this is al...Andreas Stöckel
2015-01-28Parsing a bit more stuffAndreas Stöckel
2015-01-28Renamed add* and include* methods for referencing another Typesystem/Domain d...Andreas Stöckel
2015-01-27Renamed "link" to "import"Andreas Stöckel
2015-01-27Introduced notion of "flags" that can be set at a certain level of the Parser...Andreas Stöckel
2015-01-27Parsers do no longer return the node they have parsed (as this may be ill-def...Andreas Stöckel
2015-01-27Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-27Removed dependency between "Project" model class and parser/resources. This r...Andreas Stöckel
2015-01-26Renamed CSS to Style (finally)Benjamin Paassen
2015-01-26Compilation fix in Release modeAndreas Stöckel
2015-01-25Adapted tests to StandaloneEnvironment, using complete pipeline in XmlParserTestAndreas Stöckel
2015-01-25Moved StandaloneParserContext to StandaloneEnvironmentAndreas Stöckel
2015-01-25added parse, link and include functions to ProjectAndreas Stöckel
2015-01-25Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel