summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-02-03Added "deduceState" functionAndreas Stöckel
2015-02-03Some refactoring, added function for extracting current type signatureAndreas Stöckel
2015-02-03Implemented ParserStateDeductor which is used to deduce the current ParserSta...Andreas Stöckel
2015-02-02Importing files works nowAndreas Stöckel
2015-02-02Implemented import handler.Andreas Stöckel
2015-02-02Removed "supportedTypes" from ParserState.Andreas Stöckel
2015-02-02Added function giving Handlers access to the ParserContext (for import, include)Andreas Stöckel
2015-02-02Introduced RootNode class from which Document, Domain and Typesystem should d...Andreas Stöckel
2015-02-02Allowing to store SourceLocation from which a Variant was parsed along with t...Andreas Stöckel