summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-08restructured the FieldDescriptor mechanism.Benjamin Paassen
2015-02-07Fixed unregisterNode functionAndreas Stöckel
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-02-07Added code for printing info about hidden Rooted elementsAndreas Stöckel
2015-02-07Removed double-removal of object from the "marked" listAndreas Stöckel
2015-02-07Changes in the comments, reenabled assertionAndreas Stöckel
2015-02-07Removed unneeded headerAndreas Stöckel
2015-02-07Fixed problem with GC -- domains Node vector was not rooted.Andreas Stöckel
2015-02-06enabled xml parser to parse documents (at least in a first version).Benjamin Paassen
2015-02-06changed name of text field from content to default.Benjamin Paassen
2015-02-06added chapter to DemoHTMLOutputBenjamin Paassen
2015-02-06added a todo for andreas. xml tags may contain :Benjamin Paassen
2015-02-06improved formatting and variable names.Benjamin Paassen
2015-02-06made cardinality to an own class instead of using.Benjamin Paassen
2015-02-06Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-06corrected attributes descriptor handling.Benjamin Paassen
2015-02-06started to implement document parsing.Benjamin Paassen
2015-02-06added new resolve method.Benjamin Paassen
2015-02-06corrected attributes default value.Benjamin Paassen
2015-02-06temporarily commented out assertion in Manager destructor.Benjamin Paassen
2015-02-06moved setRoot to Document.cppBenjamin Paassen
2015-02-06Removed childHandler, added "*" notationAndreas Stöckel
2015-02-06Do not capture referencesAndreas Stöckel
2015-02-06Continue writing parser for plain document formatAndreas Stöckel
2015-02-05Added initial skeleton of the PlainFormatStreamReader class, providing the mo...Andreas Stöckel
2015-02-05Added hasNonWhitepaceChar functionAndreas Stöckel
2015-02-05Fixed getPeekOffset functionAndreas Stöckel
2015-02-04allowed actual field descriptor references.Benjamin Paassen
2015-02-04got annotation parsing to work with the comments domain. detected a bug, thou...Benjamin Paassen
2015-02-04added DEFAULT_FIELD_NAME to XmlParser.Benjamin Paassen
2015-02-04added child copy (somewhat "deep copy") to the copyFieldDescriptor function. ...Benjamin Paassen
2015-02-04set non-empty default field name.Benjamin Paassen
2015-02-04added mechanism for parent parsing, which does not fully work as of now.Benjamin Paassen
2015-02-04Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-04Improved enum related error messagesAndreas Stöckel
2015-02-04Implemented parsing of enum typesAndreas Stöckel
2015-02-04further work on domain parsing. This is not a working state yet.Benjamin Paassen
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-03Fixed commentAndreas Stöckel
2015-02-03Using correct "isa" provided by TypeAndreas Stöckel
2015-02-03Added "checkIsa" function to Type that allows to check for an isa relationship.Andreas Stöckel
2015-02-03Improved error messageAndreas Stöckel
2015-02-03Implemented small state machine retrieving the byte offsets of each argument ...Andreas Stöckel
2015-02-03Attatching position information to error messages in Typesystem.buildAndreas Stöckel
2015-02-03Changed behaviour of log exception with addition source location: exception h...Andreas Stöckel
2015-02-03Implemented storing SourceLocation of parsed VariantsAndreas Stöckel
2015-02-03Fixed imports when ParserTypes are set to more general nodes.Andreas Stöckel
2015-02-03Implemented Including filesAndreas Stöckel
2015-02-03Got rid of warnings when including filesAndreas Stöckel