summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-01-25added parse, link and include functions to ProjectAndreas Stöckel
2015-01-25Removed default arguments -- as supportedTypes has to be supplied, these ↵Andreas Stöckel
make no sense.
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, ↵Andreas Stöckel
gave a ResourceManager instance to the Project, using ResourceRequest when including or linking files, thought through how "including" and "linking" are handled
2015-01-25Added functions for dealing with ResourceTypesAndreas Stöckel
2015-01-25more removal of the model namespaceAndreas Stöckel
2015-01-25Replaced stupid static ResourceUtils class with shiny new ResourceRequest ↵Andreas Stöckel
class and corresponding (unfinished) test
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 ↵Benjamin Paassen
compatible with the Variant cardinality.
2015-01-25Bugfixes in VariantReader for cardinality reading and extensive cardinality ↵Benjamin Paassen
reading tests.
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 ↵Benjamin Paassen
for cardinalities.
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, ↵Benjamin Paassen
isOpenLow, isOpenHigh)
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 ↵Andreas Stöckel
will forever be a mess, but it is PREEEEETYYYY!)
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 ↵Andreas Stöckel
SourceContextReader interface in ResourceManager, added LoggerTest
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 ↵Benjamin Paassen
variantReader and type conversion.
2015-01-23Referencing the nodes in which the validation failsAndreas Stöckel
2015-01-23Made more stuff constAndreas Stöckel
2015-01-23Fixed ResourceManager and ResourceUtilsAndreas Stöckel
2015-01-23Ability to add user data to ParserStack (this is just a hack, there should ↵Andreas Stöckel
be a better solution, e.g. to derive from ParserStack)
2015-01-23Logger compiles nowAndreas Stöckel
2015-01-23Adapted XMLParser to new SourceLocationAndreas Stöckel
2015-01-23Compiles nowAndreas Stöckel
2015-01-23Forward declaration of RttiSet does not workAndreas Stöckel
2015-01-23replaced nonexistant is_file with is_regular_fileAndreas Stöckel
2015-01-23Fixed typos, autoformat and setIsOneOf methodAndreas Stöckel
2015-01-23typoAndreas Stöckel
2015-01-23Improved and fixed CharReaderAndreas Stöckel
2015-01-23Fixed typosAndreas Stöckel
2015-01-23Addapted Tokenizer to new SourceLocationAndreas Stöckel