Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-01 | Made Argument and Arguments copyable | Andreas Stöckel | |
2015-01-30 | XmlParser for more stuff | Andreas Stöckel | |
2015-01-30 | corrected CharReader handling in VariantReader and added a new testcase. | Benjamin Paassen | |
2015-01-30 | added a unit test for absolute paths. | Benjamin Paassen | |
2015-01-30 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2015-01-30 | unit test for FileLocator precedence. | Benjamin Paassen | |
2015-01-30 | stuff | Andreas Stöckel | |
2015-01-29 | Unified signature of resolve functions, passing the "owner" to the callback ↵ | Andreas Stöckel | |
functions in ParserScope::resolve | |||
2015-01-28 | Implemented constants | Andreas Stöckel | |
2015-01-28 | Returning again a single node as result of the import function (as this is ↵ | Andreas Stöckel | |
already explicitly checked for). | |||
2015-01-28 | Parsing a bit more stuff | Andreas Stöckel | |
2015-01-28 | Renamed add* and include* methods for referencing another Typesystem/Domain ↵ | Andreas Stöckel | |
description to "reference*" to have a consistent nomenclature | |||
2015-01-27 | Renamed "link" to "import" | Andreas Stöckel | |
2015-01-27 | Introduced notion of "flags" that can be set at a certain level of the ↵ | Andreas Stöckel | |
ParserScope in order to store data that should be available between parser instances, but cannot be stored in the object graph. | |||
2015-01-27 | Parsers do no longer return the node they have parsed (as this may be ↵ | Andreas Stöckel | |
ill-defined -- if a parser only parses a partial document via include, there may be many to no nodes that are returned). Parsers should just use the ParserScope.push funciton. All nodes pushed onto the top-level of the ParserScope are added treated as the nodes the parser has parsed. Adapted all code and all tests accordingly. | |||
2015-01-27 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-27 | Removed dependency between "Project" model class and parser/resources. This ↵ | Andreas Stöckel | |
reduces coupling and was stupid beforehand. | |||
2015-01-26 | Renamed CSS to Style (finally) | Benjamin Paassen | |
2015-01-26 | Compilation fix in Release mode | Andreas Stöckel | |
2015-01-25 | Adapted tests to StandaloneEnvironment, using complete pipeline in XmlParserTest | Andreas Stöckel | |
2015-01-25 | Moved StandaloneParserContext to StandaloneEnvironment | Andreas Stöckel | |
2015-01-25 | added parse, link and include functions to Project | Andreas Stöckel | |
2015-01-25 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-25 | Restructures parser classes a little, removed Registry from ParserContext, ↵ | Andreas Stöckel | |
gave a ResourceManager instance to the Project, using ResourceRequest when including or linking files, thought through how "including" and "linking" are handled | |||
2015-01-25 | more removal of the model namespace | Andreas Stöckel | |
2015-01-25 | Replaced stupid static ResourceUtils class with shiny new ResourceRequest ↵ | Andreas Stöckel | |
class and corresponding (unfinished) test | |||
2015-01-25 | removed cardinality type definition from Domain.hpp and made everything ↵ | Benjamin Paassen | |
compatible with the Variant cardinality. | |||
2015-01-25 | Bugfixes in VariantReader for cardinality reading and extensive cardinality ↵ | Benjamin Paassen | |
reading tests. | |||
2015-01-25 | Some bugfixes in cardinality conversion and further Variant conversion tests | Benjamin Paassen | |
2015-01-24 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2015-01-24 | included VariantConverterTest and started testing of cardinality functionality. | Benjamin Paassen | |
2015-01-24 | Fixed integer overflow bug in SourceContextReader, adapted TerminaLoggerTest | Andreas Stöckel | |
2015-01-24 | Moved Terminal and TerminalLogger to own classes in new frontent folder | Andreas Stöckel | |
2015-01-24 | Implemented SourceContextReader, added unit tests, implemented ↵ | Andreas Stöckel | |
SourceContextReader interface in ResourceManager, added LoggerTest | |||
2015-01-23 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2015-01-23 | Fixed unit tests according to new SourceLocation | Andreas Stöckel | |
2015-01-23 | corrected a bug in parseGeneric | Benjamin Paassen | |
2015-01-22 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-22 | added move semantics do Domain and Document classes. | Benjamin Paassen | |
2015-01-21 | added variant content validation for Documents. | Benjamin Paassen | |
2015-01-21 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-21 | Do only perform relative file lookups if a relative path is given (to allow ↵ | Andreas Stöckel | |
users to include files without accidently including a global resource) | |||
2015-01-21 | Some further refactoring -- renamed Scope to ParserScope, got rid of parser ↵ | Andreas Stöckel | |
namespace, added new functionality to RegistryClass, wrote documentation, added function for extracting file extensions to Utils | |||
2015-01-21 | introduced Domain validation functionality and a Unit test for it. | Benjamin Paassen | |
2015-01-20 | Added unit test for checking the default search paths | Andreas Stöckel | |
2015-01-20 | Adapted FileLocator unit tests, searching in the "UNKNOWN" ResourceType ↵ | Andreas Stöckel | |
search paths directly in ResoruceLocator instead of Registry | |||
2015-01-20 | Implemented automatic generation of default search paths | Andreas Stöckel | |
2015-01-20 | Moved some files around | Andreas Stöckel | |
2015-01-20 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-20 | Refactored stuff surrounding the ResourceLocator class, implemented ↵ | Andreas Stöckel | |
StaticResourceLocator which can be used for registering static resources (mainly for testing or if certain resources need to be available from the executable) |