Age | Commit message (Expand) | Author |
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 make... | Andreas Stöckel |
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, ga... | Andreas Stöckel |
2015-01-25 | Added functions for dealing with ResourceTypes | Andreas Stöckel |
2015-01-25 | Replaced stupid static ResourceUtils class with shiny new ResourceRequest cla... | Andreas Stöckel |
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 compa... | Benjamin Paassen |
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 | added some functions on the state of a Range (isPrimitive, isCOmpact, isOpenL... | Benjamin Paassen |
2015-01-24 | Fixed integer overflow bug in SourceContextReader, adapted TerminaLoggerTest | Andreas Stöckel |
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 | Compiles now | Andreas Stöckel |
2015-01-23 | Forward declaration of RttiSet does not work | 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 |