Age | Commit message (Expand) | Author |
2015-02-03 | Changed behaviour of log exception with addition source location: exception h... | Andreas Stöckel |
2015-02-03 | Implemented storing SourceLocation of parsed Variants | Andreas Stöckel |
2015-02-02 | Allowing to store SourceLocation from which a Variant was parsed along with t... | Andreas Stöckel |
2015-02-01 | Made Argument and Arguments copyable | Andreas Stöckel |
2015-01-30 | Added Argument::Cardinality named constructor to Argument | Andreas Stöckel |
2015-01-30 | Fixed conversion to cardinalities | Andreas Stöckel |
2015-01-30 | Added parsing of cardinalities to parseGeneric | Andreas Stöckel |
2015-01-30 | Added "Cardinality" type and AnyCardinality constant to RangeSet | Andreas Stöckel |
2015-01-30 | corrected CharReader handling in VariantReader and added a new testcase. | Benjamin Paassen |
2015-01-29 | Supporting templace version for suppling locations in log exception method an... | Andreas Stöckel |
2015-01-27 | Adapted LoggableException to use the same code for obtaining the location of ... | Andreas Stöckel |
2015-01-27 | Marked move constructors noexcept (allows move constructor to be used when ty... | Andreas Stöckel |
2015-01-26 | Code for checking whether a flag is set in a MessageMode Set | Andreas Stöckel |
2015-01-25 | Merge branch 'master' of somweyr.de:ousia | 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 | 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 | 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-24 | Added support for new SourceContext to TerminalLogger | Andreas Stöckel |
2015-01-24 | Improved SourceContext | Andreas Stöckel |
2015-01-24 | Added seek function to CharReader, improved getOffset | Andreas Stöckel |
2015-01-24 | Added generic trim function | Andreas Stöckel |
2015-01-23 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen |
2015-01-23 | Introduced cardinality type. Tests are still needed, though, especially for v... | Benjamin Paassen |
2015-01-23 | Made more stuff const | Andreas Stöckel |
2015-01-23 | Logger compiles now | Andreas Stöckel |
2015-01-23 | Fixed typos, autoformat and setIsOneOf method | Andreas Stöckel |
2015-01-23 | typo | Andreas Stöckel |
2015-01-23 | Improved and fixed CharReader | Andreas Stöckel |
2015-01-23 | corrected a bug in parseGeneric | Benjamin Paassen |
2015-01-23 | Adapted Logger class | Andreas Stöckel |
2015-01-23 | Improved SourceLocation class. | Andreas Stöckel |
2015-01-23 | Adapted LoggableException according to new SourceLocation class. | Andreas Stöckel |
2015-01-23 | Started to adapt CharReader | Andreas Stöckel |
2015-01-23 | Improved SourceLocation | Andreas Stöckel |
2015-01-23 | Renamed SourceOffset max to InvalidSourceOffset, introduced InvalidSourceId, ... | Andreas Stöckel |
2015-01-23 | Improved documentation and added "isOneOf" function to Rtti class. | Andreas Stöckel |
2015-01-22 | Backup | Andreas Stöckel |
2015-01-22 | Added Location.cpp (empty, but verifies that the header has no errors) | Andreas Stöckel |
2015-01-21 | Some further refactoring -- renamed Scope to ParserScope, got rid of parser n... | Andreas Stöckel |