Age | Commit message (Expand) | Author |
2015-01-28 | Validating nodes after they have been parsed | Andreas Stöckel |
2015-01-28 | Autoformat | 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 | Fixed context not being shown when an exception was thrown in the parser | 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 | Removed no longer needed variant of the clone function | Andreas Stöckel |
2015-01-27 | Added fork, join, checkUnwound and getTopLevelNodes functionality to ParserSc... | Andreas Stöckel |
2015-01-27 | Adapted LoggableException to use the same code for obtaining the location of ... | 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-27 | Marked move constructors noexcept (allows move constructor to be used when ty... | Andreas Stöckel |
2015-01-27 | first attempt on command line interface (only wrapper and boost program optio... | Benjamin Paassen |
2015-01-26 | Renamed CSS to Style (finally) | Benjamin Paassen |
2015-01-26 | Moving code for deferred Resolution and validation to "LINK" mode of Parser -... | Andreas Stöckel |
2015-01-26 | Improving logger output ParserScope for ambigous resolution | Andreas Stöckel |
2015-01-26 | Checking for "NO_CONTEXT" mode flag | Andreas Stöckel |
2015-01-26 | Code for checking whether a flag is set in a MessageMode Set | Andreas Stöckel |
2015-01-26 | Silenced warning | Andreas Stöckel |
2015-01-25 | Use context source id, not reader source id | Andreas Stöckel |
2015-01-25 | Added missing const and "getSourceContextCallback" function | Andreas Stöckel |
2015-01-25 | Fixed missing break and context not being displayed if source file could not ... | Andreas Stöckel |
2015-01-25 | added parse, link and include functions to Project | Andreas Stöckel |
2015-01-25 | Removed default arguments -- as supportedTypes has to be supplied, these make... | Andreas Stöckel |
2015-01-25 | Added forward declaration | Andreas Stöckel |
2015-01-25 | Fixed compilation | 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 | Added functions for dealing with ResourceTypes | 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 | deleted "model" namespace | Andreas Stöckel |
2015-01-25 | getManager can be const | Andreas Stöckel |
2015-01-25 | Added EnumHash hash functino for use with enum classes and unordered containers | Andreas Stöckel |
2015-01-25 | Formating | Andreas Stöckel |
2015-01-25 | Added "setIntersection" method to Rtti class. | Andreas Stöckel |
2015-01-25 | added node information to error logging in Document and Domain validation. | Benjamin Paassen |
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 | uncluded cardinality case in VariantWriter. | Benjamin Paassen |
2015-01-24 | corrected a semantic mistake in cardinality syntax handling. | Benjamin Paassen |
2015-01-24 | fixed some bugs in conversion functions and added new conversion functions fo... | Benjamin Paassen |
2015-01-24 | corrected a minor formatting error in documentation. | Benjamin Paassen |
2015-01-24 | corrected a minor spelling error in documentation. | Benjamin Paassen |
2015-01-24 | added some functions on the state of a Range (isPrimitive, isCOmpact, isOpenL... | Benjamin Paassen |
2015-01-24 | Fixed integer overflow bug in SourceContextReader, adapted TerminaLoggerTest | Andreas Stöckel |
2015-01-24 | Vastly improved terminal logger context output routine (code is still and wil... | Andreas Stöckel |