index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
core
Age
Commit message (
Expand
)
Author
2015-02-17
Improved handling of and error messages in tha case of too many fields for a ...
Andreas Stöckel
2015-02-16
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-02-16
added return value in addFieldDescriptor related methods to indicate whether ...
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-16
Fixed problem with fieldEnd closing implicit fields and added unit test
Andreas Stöckel
2015-02-15
Merge branch 'astoecke_parser_stack_new'
Andreas Stöckel
2015-02-15
added cardinality type.
Benjamin Paassen
2015-02-15
Slightly adapted Handler instances to new Handler, once again passing non-con...
Andreas Stöckel
2015-02-15
Fixed GCC 4.9 warnings
Andreas Stöckel
2015-02-15
Removed legacy test file
Andreas Stöckel
2015-02-15
Merge branch 'master' into astoecke_parser_stack_new
Andreas Stöckel
2015-02-15
Added lonely comment to StandaloneEnvironment
Andreas Stöckel
2015-02-15
Implemented most of the desired behaviour of the Stack class, added unit tests
Andreas Stöckel
2015-02-15
Fixed gcc 4.9 warnings
Andreas Stöckel
2015-02-15
Fixed isIdentifier and isNamespacedIdentifier, added and used isIdentifierOrE...
Andreas Stöckel
2015-02-15
Renamed parser/generic to parser/stack and made filenames much shorter
Andreas Stöckel
2015-02-15
Moved TokenTrieTest to new directory
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 DynamicTokenizer and TokenTrie to parser/utils
Andreas Stöckel
2015-02-14
Moved code for handling whitespaces to own header, including the "WhitespaceM...
Andreas Stöckel
2015-02-14
Moved specific file format parsers to formats/ folder, moved old tokenizer to...
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-12
added Descriptor::getPermittedChildren.
Benjamin Paassen
2015-02-12
added a method to retrieve all reachable default fields from a given descriptor.
Benjamin Paassen
2015-02-12
further revised pathTo. Now only the TREE field is used in further exploration.
Benjamin Paassen
2015-02-12
restructured pathTo. Also fixed some issues with that method and made it more...
Benjamin Paassen
2015-02-12
Anchors do not have a name anymore and have a unique mapping to their Annotat...
Benjamin Paassen
2015-02-11
improved pathto
Benjamin Paassen
2015-02-11
changed semantics of default field, now referring to the only TREE field.
Benjamin Paassen
2015-02-11
made isSubtree (fieldType) and primitivity orthogonal concepts: PRIMITIVE is ...
Benjamin Paassen
2015-02-08
Changed definition of identifier (do not allow them to start with an underscore)
Andreas Stöckel
2015-02-08
restructured the FieldDescriptor mechanism.
Benjamin Paassen
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-02-06
changed name of text field from content to default.
Benjamin Paassen
2015-02-06
made cardinality to an own class instead of using.
Benjamin Paassen
2015-02-06
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-02-06
initialized test StandaloneEnvironment Manager with sweep threshold of 1.
Benjamin Paassen
2015-02-06
corrected attributes descriptor handling.
Benjamin Paassen
2015-02-06
corrected attributes default value.
Benjamin Paassen
2015-02-06
Removed childHandler, added "*" notation
Andreas Stöckel
2015-02-04
set non-empty default field name.
Benjamin Paassen
2015-02-04
Implemented parsing of enum types
Andreas Stöckel
2015-02-03
removed references to variant::cardinality where I did not need them.
Benjamin Paassen
2015-02-03
Fixed GCC 4.9 warnings
Andreas Stöckel
2015-02-03
Added "checkIsa" function to Type that allows to check for an isa relationship.
Andreas Stöckel
2015-02-03
Implemented storing SourceLocation of parsed Variants
Andreas Stöckel
[next]