summaryrefslogtreecommitdiff
path: root/src/core/parser/ParserScope.cpp
AgeCommit message (Expand)Author
2016-04-25Implement resolution of ReferenceTypes with the "@" syntax.Andreas Stöckel
2016-04-25Replace NodeVector by ManagedVector where NodeVector functionality is not nee...Andreas Stöckel
2016-04-25fixed a bug in the DocumentHandler which lead to problems in case of empty ex...Benjamin Paassen
2016-04-25added test for empty explicit fields, which currently fails.Benjamin Paassen
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-02-18Implemented automatic validation of RootNode instances in ParserScopeAndreas Stöckel
2015-02-17Fixed issue #78 and added unit testAndreas Stöckel
2015-02-15Removed unneeded owner parameter from ParserScopeAndreas Stöckel
2015-02-12refactored FieldDescriptor resolution into own function in ParserScope for mo...Benjamin Paassen
2015-02-12addes special resolve case in ParserScope::resolve for default field descript...Benjamin Paassen
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-02-03Fixed XML-Importer failingAndreas Stöckel
2015-02-03Throwing an Exception in RttiScope.select if no node is found. This is much c...Andreas Stöckel
2015-02-03Using correct "isa" provided by TypeAndreas Stöckel
2015-02-03Improved error messageAndreas Stöckel
2015-02-03Some refactoring, added function for extracting current type signatureAndreas Stöckel
2015-01-30Finished implementing constant importingAndreas Stöckel
2015-01-30stuffAndreas Stöckel
2015-01-29Unified signature of resolve functions, passing the "owner" to the callback f...Andreas Stöckel
2015-01-29ParserScope now stores the nodes for which the resolution was triggered and f...Andreas Stöckel
2015-01-28Printing error messages for deferred resolution at the correct locationAndreas Stöckel
2015-01-28Added select method and repair of some Doxygen commentsAndreas Stöckel
2015-01-27Introduced notion of "flags" that can be set at a certain level of the Parser...Andreas Stöckel
2015-01-27Added fork, join, checkUnwound and getTopLevelNodes functionality to ParserSc...Andreas Stöckel
2015-01-26Improving logger output ParserScope for ambigous resolutionAndreas Stöckel
2015-01-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...Andreas Stöckel