summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-28Implemented setters for constantsAndreas Stöckel
2015-01-28Added my Senf to Main.cppAndreas Stöckel
2015-01-28Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-28Returning again a single node as result of the import function (as this is al...Andreas Stöckel
2015-01-28Parsing a bit more stuffAndreas Stöckel
2015-01-28Added select method and repair of some Doxygen commentsAndreas Stöckel
2015-01-28Checking parentStructure for being acyclicAndreas Stöckel
2015-01-28Added methods for checking a property for acyclicity (or however this is supp...Andreas Stöckel
2015-01-28Validating nodes after they have been parsedAndreas Stöckel
2015-01-28AutoformatAndreas Stöckel
2015-01-28Renamed add* and include* methods for referencing another Typesystem/Domain d...Andreas Stöckel
2015-01-27added input as positional argument.Benjamin Paassen
2015-01-27Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-27wrote initialization section for program logic, which is probably not complet...Benjamin Paassen
2015-01-27Renamed "link" to "import"Andreas Stöckel
2015-01-27Fixed context not being shown when an exception was thrown in the parserAndreas Stöckel
2015-01-27Introduced notion of "flags" that can be set at a certain level of the Parser...Andreas 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 no longer needed variant of the clone functionAndreas Stöckel
2015-01-27Added fork, join, checkUnwound and getTopLevelNodes functionality to ParserSc...Andreas Stöckel
2015-01-27Adapted LoggableException to use the same code for obtaining the location of ...Andreas Stöckel
2015-01-27Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-27Removed dependency between "Project" model class and parser/resources. This r...Andreas Stöckel
2015-01-27Marked move constructors noexcept (allows move constructor to be used when ty...Andreas Stöckel
2015-01-27first attempt on command line interface (only wrapper and boost program optio...Benjamin Paassen
2015-01-26Renamed CSS to Style (finally)Benjamin Paassen
2015-01-26Moving code for deferred Resolution and validation to "LINK" mode of Parser -...Andreas Stöckel
2015-01-26Improving logger output ParserScope for ambigous resolutionAndreas Stöckel
2015-01-26Checking for "NO_CONTEXT" mode flagAndreas Stöckel
2015-01-26Code for checking whether a flag is set in a MessageMode SetAndreas Stöckel
2015-01-26Silenced warningAndreas Stöckel
2015-01-25Use context source id, not reader source idAndreas Stöckel
2015-01-25Added missing const and "getSourceContextCallback" functionAndreas Stöckel
2015-01-25Fixed missing break and context not being displayed if source file could not ...Andreas Stöckel
2015-01-25added parse, link and include functions to ProjectAndreas Stöckel
2015-01-25Removed default arguments -- as supportedTypes has to be supplied, these make...Andreas Stöckel
2015-01-25Added forward declarationAndreas Stöckel
2015-01-25Fixed compilationAndreas Stöckel
2015-01-25Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-25Restructures parser classes a little, removed Registry from ParserContext, ga...Andreas Stöckel
2015-01-25Added functions for dealing with ResourceTypesAndreas Stöckel
2015-01-25more removal of the model namespaceAndreas Stöckel
2015-01-25Replaced stupid static ResourceUtils class with shiny new ResourceRequest cla...Andreas Stöckel
2015-01-25deleted "model" namespaceAndreas Stöckel
2015-01-25getManager can be constAndreas Stöckel
2015-01-25Added EnumHash hash functino for use with enum classes and unordered containersAndreas Stöckel
2015-01-25FormatingAndreas Stöckel
2015-01-25Added "setIntersection" method to Rtti class.Andreas Stöckel
2015-01-25added node information to error logging in Document and Domain validation.Benjamin Paassen
2015-01-25removed cardinality type definition from Domain.hpp and made everything compa...Benjamin Paassen