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.hpp
Age
Commit message (
Expand
)
Author
2016-04-25
Simplify resolution callback, move NullResolveCallback to ResolutionCallbacks...
Andreas Stöckel
2016-04-25
Replace Typesystem "MagicCallback" by a more generic one.
Andreas Stöckel
2016-04-25
Replace NodeVector by ManagedVector where NodeVector functionality is not nee...
Andreas Stöckel
2015-03-04
Added POST_USER_DEFINED_TOKEN_REGISTRATION partser flag
Andreas Stöckel
2015-02-18
Fix for issue #85 -- only allowing explicit fields if no structure elements o...
Andreas Stöckel
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-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-02-06
added new resolve method.
Benjamin Paassen
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
Fixed comment
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
Implemented select<T> function
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-25
Restructures parser classes a little, removed Registry from ParserContext, ga...
Andreas Stöckel
2015-01-21
Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...
Andreas Stöckel