summaryrefslogtreecommitdiff
path: root/src/core/resource/ResourceManager.cpp
AgeCommit message (Expand)Author
2015-01-28Validating nodes after they have been parsedAndreas Stöckel
2015-01-27Renamed "link" to "import"Andreas Stöckel
2015-01-27Fixed context not being shown when an exception was thrown in the parserAndreas 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-27Added fork, join, checkUnwound and getTopLevelNodes functionality to ParserSc...Andreas Stöckel
2015-01-27Removed dependency between "Project" model class and parser/resources. This r...Andreas Stöckel
2015-01-26Moving code for deferred Resolution and validation to "LINK" mode of Parser -...Andreas Stöckel
2015-01-25Fixed missing break and context not being displayed if source file could not ...Andreas Stöckel
2015-01-25Restructures parser classes a little, removed Registry from ParserContext, ga...Andreas Stöckel
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 SourceContextR...Andreas Stöckel
2015-01-23Fixed ResourceManager and ResourceUtilsAndreas Stöckel
2015-01-23Implemented most functions in ResourceManagerAndreas Stöckel
2015-01-22BackupAndreas Stöckel