index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
parser
/
ParserScope.cpp
Age
Commit message (
Expand
)
Author
2016-04-25
Fix utterly broken ReferenceType generation.
Andreas Stöckel
2016-04-25
Fix typo in comment
Andreas Stöckel
2016-04-25
Implement resolution of ReferenceTypes with the "@" syntax.
Andreas Stöckel
2016-04-25
Replace NodeVector by ManagedVector where NodeVector functionality is not nee...
Andreas Stöckel
2016-04-25
fixed a bug in the DocumentHandler which lead to problems in case of empty ex...
Benjamin Paassen
2016-04-25
added test for empty explicit fields, which currently fails.
Benjamin Paassen
2015-03-01
Renamed domain to ontology.
Benjamin Paassen
2015-02-18
Implemented automatic validation of RootNode instances in ParserScope
Andreas Stöckel
2015-02-17
Fixed issue #78 and added unit test
Andreas Stöckel
2015-02-15
Removed unneeded owner parameter from ParserScope
Andreas Stöckel
2015-02-12
refactored FieldDescriptor resolution into own function in ParserScope for mo...
Benjamin Paassen
2015-02-12
addes special resolve case in ParserScope::resolve for default field descript...
Benjamin Paassen
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-02-03
Fixed XML-Importer failing
Andreas Stöckel
2015-02-03
Throwing an Exception in RttiScope.select if no node is found. This is much c...
Andreas Stöckel
2015-02-03
Using correct "isa" provided by Type
Andreas Stöckel
2015-02-03
Improved error message
Andreas Stöckel
2015-02-03
Some refactoring, added function for extracting current type signature
Andreas Stöckel
2015-01-30
Finished implementing constant importing
Andreas Stöckel
2015-01-30
stuff
Andreas Stöckel
2015-01-29
Unified signature of resolve functions, passing the "owner" to the callback f...
Andreas Stöckel
2015-01-29
ParserScope now stores the nodes for which the resolution was triggered and f...
Andreas Stöckel
2015-01-28
Printing error messages for deferred resolution at the correct location
Andreas Stöckel
2015-01-28
Added select method and repair of some Doxygen comments
Andreas Stöckel
2015-01-27
Introduced notion of "flags" that can be set at a certain level of the Parser...
Andreas Stöckel
2015-01-27
Added fork, join, checkUnwound and getTopLevelNodes functionality to ParserSc...
Andreas Stöckel
2015-01-26
Improving logger output ParserScope for ambigous resolution
Andreas Stöckel
2015-01-21
Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...
Andreas Stöckel