summaryrefslogtreecommitdiff
path: root/test/core/parser/StandaloneParserContext.hpp
AgeCommit message (Collapse)Author
2015-01-25Moved StandaloneParserContext to StandaloneEnvironmentAndreas Stöckel
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)
2015-01-18Fixed bugs in definition of Project, added reference to Project to ParserContextAndreas Stöckel
2015-01-18Fixed order in which elements in StandaloneParserContext are created/freed ↵Andreas Stöckel
(to prevent Manager empty assertion to fail)
2015-01-16Allowing deferred resolution of NodesAndreas Stöckel
2015-01-02Moved StandaloneParserContext to test folderAndreas Stöckel