Age | Commit message (Expand) | Author |
2015-01-24 | Vastly improved terminal logger context output routine (code is still and wil... | Andreas Stöckel |
2015-01-24 | Support for italic and underline in logger (yay, toys!) | 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 | Referencing the nodes in which the validation fails | Andreas Stöckel |
2015-01-23 | Made more stuff const | Andreas Stöckel |
2015-01-23 | Fixed ResourceManager and ResourceUtils | Andreas Stöckel |
2015-01-23 | Ability to add user data to ParserStack (this is just a hack, there should be... | Andreas Stöckel |
2015-01-23 | Logger compiles now | Andreas Stöckel |
2015-01-23 | Adapted XMLParser to new SourceLocation | Andreas Stöckel |
2015-01-23 | Compiles now | Andreas Stöckel |
2015-01-23 | Forward declaration of RttiSet does not work | Andreas Stöckel |
2015-01-23 | replaced nonexistant is_file with is_regular_file | 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 | Fixed typos | Andreas Stöckel |
2015-01-23 | Addapted Tokenizer to new SourceLocation | Andreas Stöckel |
2015-01-23 | added equals operator to RangeSet and Range. | Benjamin Paassen |
2015-01-23 | corrected a bug in parseGeneric | Benjamin Paassen |
2015-01-23 | Adapted Logger class | Andreas Stöckel |
2015-01-23 | Made getLocation const | 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 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel |
2015-01-23 | Added 'createChild'-style methods to Document and Domain classes. | Benjamin Paassen |
2015-01-23 | Implemented most functions in ResourceManager | Andreas Stöckel |
2015-01-23 | Improved SourceLocation | Andreas Stöckel |
2015-01-23 | Added ResourceUtils class containing helper functions for deducing resource t... | Andreas Stöckel |
2015-01-23 | Atatching Location to Node | Andreas Stöckel |
2015-01-23 | Renamed SourceOffset max to InvalidSourceOffset, introduced InvalidSourceId, ... | Andreas Stöckel |
2015-01-23 | Added mimetype by filename lookup to registry | Andreas Stöckel |
2015-01-23 | Improved documentation and added "isOneOf" function to Rtti class. | Andreas Stöckel |
2015-01-23 | Improved documentation | Andreas Stöckel |
2015-01-22 | Backup | Andreas Stöckel |
2015-01-22 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel |
2015-01-22 | Rethought task of the Project class: Only keeps track of the included documen... | Andreas Stöckel |
2015-01-22 | Improved FileLocator | Andreas Stöckel |
2015-01-22 | Added function which registers mimetypes for some default extensions (to be e... | Andreas Stöckel |
2015-01-22 | Added Location.cpp (empty, but verifies that the header has no errors) | Andreas Stöckel |
2015-01-22 | added move semantics do Domain and Document classes. | Benjamin Paassen |
2015-01-22 | made setParent protected to be consistent with move semantics. | Benjamin Paassen |
2015-01-21 | added variant content validation for Documents. | Benjamin Paassen |