summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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-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-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-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
2015-01-25Bugfixes in VariantReader for cardinality reading and extensive cardinality r...Benjamin Paassen
2015-01-25Some bugfixes in cardinality conversion and further Variant conversion testsBenjamin Paassen
2015-01-24Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-24uncluded cardinality case in VariantWriter.Benjamin Paassen
2015-01-24corrected a semantic mistake in cardinality syntax handling.Benjamin Paassen
2015-01-24fixed some bugs in conversion functions and added new conversion functions fo...Benjamin Paassen
2015-01-24corrected a minor formatting error in documentation.Benjamin Paassen
2015-01-24corrected a minor spelling error in documentation.Benjamin Paassen
2015-01-24added some functions on the state of a Range (isPrimitive, isCOmpact, isOpenL...Benjamin Paassen
2015-01-24Fixed integer overflow bug in SourceContextReader, adapted TerminaLoggerTestAndreas Stöckel
2015-01-24Vastly improved terminal logger context output routine (code is still and wil...Andreas Stöckel
2015-01-24Support for italic and underline in logger (yay, toys!)Andreas Stöckel
2015-01-24Moved Terminal and TerminalLogger to own classes in new frontent folderAndreas Stöckel
2015-01-24Implemented SourceContextReader, added unit tests, implemented SourceContextR...Andreas Stöckel
2015-01-24Added support for new SourceContext to TerminalLoggerAndreas Stöckel
2015-01-24Improved SourceContextAndreas Stöckel
2015-01-24Added seek function to CharReader, improved getOffsetAndreas Stöckel
2015-01-24Added generic trim functionAndreas Stöckel
2015-01-23Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-23Introduced cardinality type. Tests are still needed, though, especially for v...Benjamin Paassen
2015-01-23Referencing the nodes in which the validation failsAndreas Stöckel