summaryrefslogtreecommitdiff
path: root/src/core/resource
AgeCommit message (Collapse)Author
2015-01-25Removed default arguments -- as supportedTypes has to be supplied, these ↵Andreas Stöckel
make no sense.
2015-01-25Fixed compilationAndreas 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-25Added functions for dealing with ResourceTypesAndreas Stöckel
2015-01-25Replaced stupid static ResourceUtils class with shiny new ResourceRequest ↵Andreas Stöckel
class and corresponding (unfinished) test
2015-01-24Fixed integer overflow bug in SourceContextReader, adapted TerminaLoggerTestAndreas Stöckel
2015-01-24Moved Terminal and TerminalLogger to own classes in new frontent folderAndreas Stöckel
2015-01-24Implemented SourceContextReader, added unit tests, implemented ↵Andreas Stöckel
SourceContextReader interface in ResourceManager, added LoggerTest
2015-01-23Fixed ResourceManager and ResourceUtilsAndreas Stöckel
2015-01-23Forward declaration of RttiSet does not workAndreas Stöckel
2015-01-23Implemented most functions in ResourceManagerAndreas Stöckel
2015-01-23Added ResourceUtils class containing helper functions for deducing resource ↵Andreas Stöckel
types.
2015-01-22BackupAndreas Stöckel
2015-01-20Adapted FileLocator unit tests, searching in the "UNKNOWN" ResourceType ↵Andreas Stöckel
search paths directly in ResoruceLocator instead of Registry
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-20Moved some files around and added new Resource classAndreas Stöckel