Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-25 | Replace NodeVector by ManagedVector where NodeVector functionality is not ↵ | Andreas Stöckel | |
needed. Reduces calls to "Manager.registerEvent" to <10% of original value | |||
2015-02-18 | Limit context width | Andreas Stöckel | |
2015-02-16 | Using autocomplete in ResourceRequest to determine filename if no extension ↵ | Andreas Stöckel | |
is given | |||
2015-02-07 | Unified handling of references to Rtti instances: Now using pointers everywhere | Andreas Stöckel | |
2015-01-30 | cycle detection for imports as well. | Benjamin Paassen | |
2015-01-30 | some formatting stuff and cycle detection in include as well as repeated ↵ | Benjamin Paassen | |
import detection. | |||
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 | Validating nodes after they have been parsed | Andreas Stöckel | |
2015-01-27 | Renamed "link" to "import" | Andreas Stöckel | |
2015-01-27 | Fixed context not being shown when an exception was thrown in the parser | Andreas Stöckel | |
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 | Added fork, join, checkUnwound and getTopLevelNodes functionality to ↵ | Andreas Stöckel | |
ParserScope and using it in the Manager | |||
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 | Moving code for deferred Resolution and validation to "LINK" mode of Parser ↵ | Andreas Stöckel | |
-> this causes these operations whenever the top-level scope instance is destroyed, which is the last possible point at which deferred resolution can take place. Validation must come after deferred resolution. | |||
2015-01-25 | Fixed missing break and context not being displayed if source file could not ↵ | Andreas Stöckel | |
be parsed | |||
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-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 | Fixed ResourceManager and ResourceUtils | Andreas Stöckel | |
2015-01-23 | Implemented most functions in ResourceManager | Andreas Stöckel | |
2015-01-22 | Backup | Andreas Stöckel | |