summaryrefslogtreecommitdiff
path: root/test/core/RegistryTest.cpp
AgeCommit message (Collapse)Author
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-01-27Parsers 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-25Restructures 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-21Some 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-20Refactored 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)
2014-12-11Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2014-12-11First draft. Tested search path adding mechanism.Benjamin Paassen
2014-12-11moved to CharReader everywhereAndreas Stöckel
2014-12-10added test for ResourceLocator Registry integration.Benjamin Paassen