Age | Commit message (Expand) | Author |
2015-02-14 | Moved DynamicTokenizer and TokenTrie to parser/utils | Andreas Stöckel |
2015-02-14 | Moved code for handling whitespaces to own header, including the "WhitespaceM... | Andreas Stöckel |
2015-02-14 | Moved specific file format parsers to formats/ folder, moved old tokenizer to... | Andreas Stöckel |
2015-02-08 | Changed definition of identifier (do not allow them to start with an underscore) | Andreas Stöckel |
2015-02-08 | restructured the FieldDescriptor mechanism. | Benjamin Paassen |
2015-02-07 | Unified handling of references to Rtti instances: Now using pointers everywhere | Andreas Stöckel |
2015-02-06 | changed name of text field from content to default. | 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 | initialized test StandaloneEnvironment Manager with sweep threshold of 1. | Benjamin Paassen |
2015-02-06 | corrected attributes descriptor handling. | Benjamin Paassen |
2015-02-06 | corrected attributes default value. | Benjamin Paassen |
2015-02-06 | Removed childHandler, added "*" notation | Andreas Stöckel |
2015-02-04 | set non-empty default field name. | Benjamin Paassen |
2015-02-04 | Implemented parsing of enum types | Andreas Stöckel |
2015-02-03 | removed references to variant::cardinality where I did not need them. | Benjamin Paassen |
2015-02-03 | Fixed GCC 4.9 warnings | 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 | Implemented storing SourceLocation of parsed Variants | Andreas Stöckel |
2015-02-03 | Implemented ParserStateDeductor which is used to deduce the current ParserSta... | Andreas Stöckel |
2015-02-01 | Improved ParserStack state description | Andreas Stöckel |
2015-02-01 | Made Argument and Arguments copyable | Andreas Stöckel |
2015-01-30 | corrected CharReader handling in VariantReader and added a new testcase. | Benjamin Paassen |
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-28 | Returning again a single node as result of the import function (as this is al... | Andreas Stöckel |
2015-01-28 | Renamed add* and include* methods for referencing another Typesystem/Domain d... | 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 |
2015-01-27 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel |
2015-01-27 | Removed dependency between "Project" model class and parser/resources. This r... | Andreas Stöckel |
2015-01-26 | Renamed CSS to Style (finally) | Benjamin Paassen |
2015-01-25 | Adapted tests to StandaloneEnvironment, using complete pipeline in XmlParserTest | Andreas Stöckel |
2015-01-25 | Moved StandaloneParserContext to StandaloneEnvironment | Andreas Stöckel |
2015-01-25 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel |
2015-01-25 | Restructures parser classes a little, removed Registry from ParserContext, ga... | Andreas Stöckel |
2015-01-25 | more removal of the model namespace | Andreas Stöckel |
2015-01-25 | Replaced stupid static ResourceUtils class with shiny new ResourceRequest cla... | Andreas Stöckel |
2015-01-25 | removed cardinality type definition from Domain.hpp and made everything compa... | Benjamin Paassen |
2015-01-25 | Bugfixes in VariantReader for cardinality reading and extensive cardinality r... | Benjamin Paassen |
2015-01-25 | Some bugfixes in cardinality conversion and further Variant conversion tests | Benjamin Paassen |
2015-01-24 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen |
2015-01-24 | included VariantConverterTest and started testing of cardinality functionality. | Benjamin Paassen |
2015-01-24 | Fixed integer overflow bug in SourceContextReader, adapted TerminaLoggerTest | Andreas Stöckel |
2015-01-24 | Moved Terminal and TerminalLogger to own classes in new frontent folder | Andreas Stöckel |
2015-01-24 | Implemented SourceContextReader, added unit tests, implemented SourceContextR... | Andreas Stöckel |
2015-01-23 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen |
2015-01-23 | Fixed unit tests according to new SourceLocation | Andreas Stöckel |
2015-01-23 | corrected a bug in parseGeneric | Benjamin Paassen |