summaryrefslogtreecommitdiff
path: root/src/plugins/xml/XmlParser.cpp
AgeCommit message (Expand)Author
2015-02-14Moved specific file format parsers to formats/ folder, moved old tokenizer to...Andreas Stöckel
2015-02-08first attempt on incorporating transparency: It does work now, even though on...Benjamin Paassen
2015-02-08restructured the FieldDescriptor mechanism.Benjamin Paassen
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-02-06enabled xml parser to parse documents (at least in a first version).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-06started to implement document parsing.Benjamin Paassen
2015-02-06Do not capture referencesAndreas 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 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-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-03Implemented small state machine retrieving the byte offsets of each argument ...Andreas Stöckel
2015-02-03Implemented Including filesAndreas Stöckel
2015-02-02Importing files works nowAndreas Stöckel
2015-02-02Implemented import handler.Andreas Stöckel
2015-02-01Improved ParserStack state descriptionAndreas Stöckel
2015-01-30XmlParser for more stuffAndreas Stöckel
2015-01-30Finished implementing constant importingAndreas Stöckel
2015-01-30stuffAndreas Stöckel
2015-01-29Unified signature of resolve functions, passing the "owner" to the callback f...Andreas Stöckel
2015-01-29ParserScope now stores the nodes for which the resolution was triggered and f...Andreas Stöckel
2015-01-28Implemented constantsAndreas Stöckel
2015-01-28Parsing a bit more stuffAndreas Stöckel
2015-01-27Parsers do no longer return the node they have parsed (as this may be ill-def...Andreas Stöckel
2015-01-27Removed dependency between "Project" model class and parser/resources. This r...Andreas Stöckel
2015-01-26Moving code for deferred Resolution and validation to "LINK" mode of Parser -...Andreas Stöckel
2015-01-25Use context source id, not reader source idAndreas Stöckel
2015-01-25Restructures parser classes a little, removed Registry from ParserContext, ga...Andreas Stöckel
2015-01-23Adapted XMLParser to new SourceLocationAndreas Stöckel
2015-01-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...Andreas Stöckel
2015-01-19XML-Parsing for Typesystem structs works so farAndreas Stöckel
2015-01-18Parsing struct attributes, added ability to reference other typesystems from ...Andreas Stöckel
2015-01-18Implemented storing locations in the ParserStack, improved parsing typesystemsAndreas Stöckel
2015-01-16wip copyAndreas Stöckel
2015-01-16Allowing deferred resolution of NodesAndreas Stöckel
2015-01-16Working on XMLParser (still lot work in progress)Andreas Stöckel
2015-01-15Synchronizing logger with current XML parser line numberAndreas Stöckel
2015-01-01Using CharReader instead of inputstream in Parser functionAndreas Stöckel
2015-01-01Replaced ParserException with more generic LoggerExceptionAndreas Stöckel
2014-12-11refactored loggerAndreas Stöckel
2014-12-11moved to CharReader everywhereAndreas Stöckel
2014-12-05removed fatal flag from LoggableException, added constructor capable of using...Andreas Stöckel
2014-12-03continued work on XML parser and underlying ParserStack classAndreas Stöckel
2014-12-02continued working on the xml parser classAndreas Stöckel