index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
core
/
common
Age
Commit message (
Expand
)
Author
2016-04-25
Identifiers may not end with an underscore
Andreas Stöckel
2015-03-02
added check for witespace characters in Utils::isUserDefinedToken
Benjamin Paassen
2015-03-02
Wrote isUserDefinedToken function which checks whether a token is a valid use...
Andreas Stöckel
2015-02-22
Added test for collapse and trim methods in Utils
Andreas Stöckel
2015-02-18
changed cardinality toString conversion to be reparseable as cardinality.
Benjamin Paassen
2015-02-16
Implemented support for numeric arguments in Argument
Andreas Stöckel
2015-02-16
Fixed bug #61 and added unit test
Andreas Stöckel
2015-02-15
Merge branch 'master' into astoecke_parser_stack_new
Andreas Stöckel
2015-02-15
Fixed isIdentifier and isNamespacedIdentifier, added and used isIdentifierOrE...
Andreas Stöckel
2015-02-14
Moved some of the whitespace functionality back to Utils
Andreas Stöckel
2015-02-14
Removed Whitespace file again
Andreas Stöckel
2015-02-14
Moved code for handling whitespaces to own header, including the "WhitespaceM...
Andreas Stöckel
2015-02-13
added a test case which lead to a truly interesting bug that cost us quite so...
Benjamin Paassen
2015-02-13
added VariantReader::parseTyped
Benjamin Paassen
2015-02-13
added VariantReader::parseBool
Benjamin Paassen
2015-02-08
Changed definition of identifier (do not allow them to start with an underscore)
Andreas Stöckel
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-02-03
Fixed GCC 4.9 warnings
Andreas Stöckel
2015-02-03
Implemented storing SourceLocation of parsed Variants
Andreas Stöckel
2015-02-01
Made Argument and Arguments copyable
Andreas Stöckel
2015-01-30
corrected CharReader handling in VariantReader and added a new testcase.
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
included VariantConverterTest and started testing of cardinality functionality.
Benjamin Paassen
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-23
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-01-23
Fixed unit tests according to new SourceLocation
Andreas Stöckel
2015-01-23
corrected a bug in parseGeneric
Benjamin Paassen
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
added test for VariantReader::parseGenericString
Andreas Stöckel
2015-01-16
Working on XMLParser (still lot work in progress)
Andreas Stöckel
2015-01-15
Fixed bug in Argument validation when missing values are inserted (string typ...
Andreas Stöckel
2015-01-15
Added possibility to construct Arguments in a mode in which no validation is ...
Andreas Stöckel
2015-01-14
Implemented attaching Methods and Property information to Types (this will la...
Andreas Stöckel
2015-01-13
Added new Property class for defining getters and setters
Andreas Stöckel
2015-01-13
Added further test for the Function class
Andreas Stöckel
2015-01-13
allowing validated methods
Andreas Stöckel
2015-01-12
Added unittests for validateArray and validateMap functions, injecting standa...
Andreas Stöckel
2015-01-12
Improved error message
Andreas Stöckel
2015-01-12
Implemented and tested "Any" Argument type
Andreas Stöckel
2015-01-12
Finished tests for the "Argument" class
Andreas Stöckel
2015-01-12
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-12
Added (not yet done) unit test for the Argument class
Andreas Stöckel
2015-01-11
Improved Variant unit test
Andreas Stöckel
2015-01-11
Renamed RttiBase to RttiType
Andreas Stöckel
[next]