index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-02-06
enabled xml parser to parse documents (at least in a first version).
Benjamin Paassen
2015-02-06
changed name of text field from content to default.
Benjamin Paassen
2015-02-06
added chapter to DemoHTMLOutput
Benjamin Paassen
2015-02-06
added a todo for andreas. xml tags may contain :
Benjamin Paassen
2015-02-06
improved formatting and variable names.
Benjamin Paassen
2015-02-06
made cardinality to an own class instead of using.
Benjamin Paassen
2015-02-06
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-02-06
corrected attributes descriptor handling.
Benjamin Paassen
2015-02-06
started to implement document parsing.
Benjamin Paassen
2015-02-06
added new resolve method.
Benjamin Paassen
2015-02-06
corrected attributes default value.
Benjamin Paassen
2015-02-06
temporarily commented out assertion in Manager destructor.
Benjamin Paassen
2015-02-06
moved setRoot to Document.cpp
Benjamin Paassen
2015-02-06
Removed childHandler, added "*" notation
Andreas Stöckel
2015-02-06
Do not capture references
Andreas Stöckel
2015-02-06
Continue writing parser for plain document format
Andreas Stöckel
2015-02-05
Added initial skeleton of the PlainFormatStreamReader class, providing the mo...
Andreas Stöckel
2015-02-05
Added hasNonWhitepaceChar function
Andreas Stöckel
2015-02-05
Fixed getPeekOffset function
Andreas Stöckel
2015-02-04
allowed actual field descriptor references.
Benjamin Paassen
2015-02-04
got annotation parsing to work with the comments domain. detected a bug, thou...
Benjamin Paassen
2015-02-04
added DEFAULT_FIELD_NAME to XmlParser.
Benjamin Paassen
2015-02-04
added child copy (somewhat "deep copy") to the copyFieldDescriptor function. ...
Benjamin Paassen
2015-02-04
set non-empty default field name.
Benjamin Paassen
2015-02-04
added mechanism for parent parsing, which does not fully work as of now.
Benjamin Paassen
2015-02-04
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-02-04
Improved enum related error messages
Andreas Stöckel
2015-02-04
Implemented parsing of enum types
Andreas Stöckel
2015-02-04
further work on domain parsing. This is not a working state yet.
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
Using correct "isa" provided by Type
Andreas Stöckel
2015-02-03
Added "checkIsa" function to Type that allows to check for an isa relationship.
Andreas Stöckel
2015-02-03
Improved error message
Andreas Stöckel
2015-02-03
Implemented small state machine retrieving the byte offsets of each argument ...
Andreas Stöckel
2015-02-03
Attatching position information to error messages in Typesystem.build
Andreas Stöckel
2015-02-03
Changed behaviour of log exception with addition source location: exception h...
Andreas Stöckel
2015-02-03
Implemented storing SourceLocation of parsed Variants
Andreas Stöckel
2015-02-03
Fixed imports when ParserTypes are set to more general nodes.
Andreas Stöckel
2015-02-03
Implemented Including files
Andreas Stöckel
2015-02-03
Got rid of warnings when including files
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
Importing files works now
Andreas Stöckel
2015-02-02
Implemented import handler.
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-02
Introduced RootNode class from which Document, Domain and Typesystem should d...
Andreas Stöckel
[next]