index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
parser
Age
Commit message (
Expand
)
Author
2015-02-15
Commented out Callbacks in Handler, this is not implemented yet
Andreas Stöckel
2015-02-15
Renamed StateStack to Stack
Andreas Stöckel
2015-02-15
Renamed header guard
Andreas Stöckel
2015-02-15
Implemented StaticFieldHandler and EmptyHandler default handler classes
Andreas Stöckel
2015-02-15
Renamed parser/generic to parser/stack and made filenames much shorter
Andreas Stöckel
2015-02-14
Moved Tokenizer to core/parser/utils and adapted name
Andreas Stöckel
2015-02-14
Redefined public interface of ParserStateStack
Andreas Stöckel
2015-02-14
Implemented callback functions in ParserStateHandler
Andreas Stöckel
2015-02-14
Splitted ParserStateCallbacks into two classes, one for communication between...
Andreas Stöckel
2015-02-14
Removed GenericParser. All needed functionality will be present in the Stack ...
Andreas Stöckel
2015-02-14
Moved DynamicTokenizer and TokenTrie to parser/utils
Andreas Stöckel
2015-02-14
Renamed ParserStateStack to ParserStack
Andreas Stöckel
2015-02-14
Moved code for the "Handler" class to own unit
Andreas Stöckel
2015-02-14
Header for Callbacks that can be directed from a ParserHandler to the parser ...
Andreas Stöckel
2015-02-14
Introduced "GenericParser" class for common code shared between parsers
Andreas Stöckel
2015-02-14
Moved specific file format parsers to formats/ folder, moved old tokenizer to...
Andreas Stöckel
2015-02-13
set primitive type of primitive fields to unknown initially.
Benjamin Paassen
2015-02-13
improved error messages of DocumentChildHandler::data
Benjamin Paassen
2015-02-13
refactored handler classes of XMLParser into own files in core/parser/stack.
Benjamin Paassen
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-10
Skeleton for GenericParser class
Andreas Stöckel
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-02-06
added a todo for andreas. xml tags may contain :
Benjamin Paassen
2015-02-06
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-02-06
added new resolve method.
Benjamin Paassen
2015-02-06
Removed childHandler, added "*" notation
Andreas Stöckel
2015-02-05
Added hasNonWhitepaceChar function
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
Fixed comment
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
Added "deduceState" function
Andreas Stöckel
2015-02-03
Some refactoring, added function for extracting current type signature
Andreas Stöckel
2015-02-03
Implemented ParserStateDeductor which is used to deduce the current ParserSta...
Andreas Stöckel
2015-02-02
Removed "supportedTypes" from ParserState.
Andreas Stöckel
2015-02-02
Added function giving Handlers access to the ParserContext (for import, include)
Andreas Stöckel
2015-02-01
Improved ParserStack state description
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
Printing error messages for deferred resolution at the correct location
Andreas Stöckel
2015-01-28
Returning again a single node as result of the import function (as this is al...
Andreas Stöckel
2015-01-28
Added select method and repair of some Doxygen comments
Andreas Stöckel
2015-01-27
Renamed "link" to "import"
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
Parsers do no longer return the node they have parsed (as this may be ill-def...
Andreas Stöckel
[prev]
[next]