Age | Commit message (Expand) | Author |
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 |
2015-01-18 | Renamed RttiType to Rtti | Andreas Stöckel |
2015-01-18 | Droped Rtti<T> class, using RttiType instead | Andreas Stöckel |
2015-01-18 | Removed Variant handle constructor (caught to much stuff) | Andreas Stöckel |
2015-01-18 | Fixed bug in VariantReader::parseGenericToken when a number is at the beginni... | Andreas Stöckel |
2015-01-18 | Added function for parsing complete strings (as needed in the xml parser) | Andreas Stöckel |
2015-01-18 | Allowing to override location when logging exceptions. | Andreas Stöckel |
2015-01-16 | Added Utils::split function for splitting strings at a delimiter | Andreas Stöckel |
2015-01-15 | Fixed bug in Argument validation when missing values are inserted (string typ... | Andreas Stöckel |
2015-01-15 | Using Arguments::None instead of storing a flag if no explicit arguments were... | Andreas Stöckel |
2015-01-15 | Added possibility to construct Arguments in a mode in which no validation is ... | Andreas Stöckel |