Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-28 | Implemented setters for constants | Andreas Stöckel | |
2015-01-28 | Added my Senf to Main.cpp | Andreas Stöckel | |
2015-01-28 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-28 | Returning again a single node as result of the import function (as this is ↵ | Andreas Stöckel | |
already explicitly checked for). | |||
2015-01-28 | Parsing a bit more stuff | Andreas Stöckel | |
2015-01-28 | Added select method and repair of some Doxygen comments | Andreas Stöckel | |
2015-01-28 | Checking parentStructure for being acyclic | Andreas Stöckel | |
2015-01-28 | Added methods for checking a property for acyclicity (or however this is ↵ | Andreas Stöckel | |
supposed to be called) | |||
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 ↵ | Andreas Stöckel | |
description to "reference*" to have a consistent nomenclature | |||
2015-01-27 | added input as positional argument. | Benjamin Paassen | |
2015-01-27 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2015-01-27 | wrote initialization section for program logic, which is probably not ↵ | Benjamin Paassen | |
complete yet. also improved output path handling. | |||
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 ↵ | Andreas Stöckel | |
ParserScope in order to store data that should be available between parser instances, but cannot be stored in the object graph. | |||
2015-01-27 | Parsers do no longer return the node they have parsed (as this may be ↵ | Andreas Stöckel | |
ill-defined -- if a parser only parses a partial document via include, there may be many to no nodes that are returned). Parsers should just use the ParserScope.push funciton. All nodes pushed onto the top-level of the ParserScope are added treated as the nodes the parser has parsed. Adapted all code and all tests accordingly. | |||
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 ↵ | Andreas Stöckel | |
ParserScope and using it in the Manager | |||
2015-01-27 | Adapted LoggableException to use the same code for obtaining the location of ↵ | Andreas Stöckel | |
an object reference or pointer as the Logger class | |||
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 ↵ | Andreas Stöckel | |
reduces coupling and was stupid beforehand. | |||
2015-01-27 | Marked move constructors noexcept (allows move constructor to be used when ↵ | Andreas Stöckel | |
type is used within a stl container) | |||
2015-01-27 | first attempt on command line interface (only wrapper and boost program ↵ | Benjamin Paassen | |
options). | |||
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 | |
-> this causes these operations whenever the top-level scope instance is destroyed, which is the last possible point at which deferred resolution can take place. Validation must come after deferred resolution. | |||
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 | |
be parsed | |||
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 ↵ | Andreas Stöckel | |
make no sense. | |||
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, ↵ | Andreas Stöckel | |
gave a ResourceManager instance to the Project, using ResourceRequest when including or linking files, thought through how "including" and "linking" are handled | |||
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 ↵ | Andreas Stöckel | |
class and corresponding (unfinished) test | |||
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 ↵ | Benjamin Paassen | |
compatible with the Variant cardinality. |