index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
common
Age
Commit message (
Expand
)
Author
2015-03-02
Added additional constructor to Token
Andreas Stöckel
2015-03-02
added check for witespace characters in Utils::isUserDefinedToken
Benjamin Paassen
2015-03-02
refactored SyntaxDescriptor to Token.hpp and added TokenDescriptor class.
Benjamin Paassen
2015-03-02
Implemented TokenSyntaxDescriptor structure
Andreas Stöckel
2015-03-02
Wrote isUserDefinedToken function which checks whether a token is a valid use...
Andreas Stöckel
2015-02-25
start of branch, commit log will be rewritten
Andreas Stöckel
2015-02-22
Removed unneeded imports
Andreas Stöckel
2015-02-22
Moved implementation of collapse to Utils, providing same interface for colla...
Andreas Stöckel
2015-02-20
fixed aliasing issue in VariantMetadata
Andreas Stöckel
2015-02-18
changed cardinality toString conversion to be reparseable as cardinality.
Benjamin Paassen
2015-02-18
added writeOusia methods to VariantWriter.
Benjamin Paassen
2015-02-16
Implemented support for numeric arguments in Argument
Andreas Stöckel
2015-02-16
Using Variant location in VariantConverter error messages
Andreas Stöckel
2015-02-16
Fixed bug #61 and added unit test
Andreas Stöckel
2015-02-15
Displaying error messages at the location of the argument
Andreas Stöckel
2015-02-15
Added "markAsMagic" function, autoformat
Andreas Stöckel
2015-02-15
Fixed compilation of VariantReader and Typesystem on GCC 4.9
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-15
Added isNamespacedIdentifier method to Utils
Andreas Stöckel
2015-02-15
Tidied OsxmlEventParser up, implemented correct whitespace handling, started ...
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
made CharReader non-copyable but movable.
Benjamin Paassen
2015-02-13
added VariantReader::parseTyped
Benjamin Paassen
2015-02-13
smaller bugfixes in VariantReader::parseGenericToken
Benjamin Paassen
2015-02-13
added VariantReader::parseBool
Benjamin Paassen
2015-02-09
Added fetch and fetchPeek functions for reading the current character without...
Andreas Stöckel
2015-02-08
Added newline
Andreas Stöckel
2015-02-08
Changed definition of identifier (do not allow them to start with an underscore)
Andreas Stöckel
2015-02-08
Added "expect" function to CharReader
Andreas Stöckel
2015-02-08
Added isIdentifierStart function
Andreas Stöckel
2015-02-08
Added seekPeekCursor function to CharReader, improved how seeking is handled ...
Andreas Stöckel
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-02-05
Added hasNonWhitepaceChar function
Andreas Stöckel
2015-02-05
Fixed getPeekOffset function
Andreas Stöckel
2015-02-03
Changed behaviour of log exception with addition source location: exception h...
Andreas Stöckel
2015-02-03
Implemented storing SourceLocation of parsed Variants
Andreas Stöckel
2015-02-02
Allowing to store SourceLocation from which a Variant was parsed along with t...
Andreas Stöckel
2015-02-01
Made Argument and Arguments copyable
Andreas Stöckel
2015-01-30
Added Argument::Cardinality named constructor to Argument
Andreas Stöckel
2015-01-30
Fixed conversion to cardinalities
Andreas Stöckel
2015-01-30
Added parsing of cardinalities to parseGeneric
Andreas Stöckel
2015-01-30
Added "Cardinality" type and AnyCardinality constant to RangeSet
Andreas Stöckel
2015-01-30
corrected CharReader handling in VariantReader and added a new testcase.
Benjamin Paassen
2015-01-29
Supporting templace version for suppling locations in log exception method an...
Andreas Stöckel
2015-01-27
Adapted LoggableException to use the same code for obtaining the location of ...
Andreas Stöckel
2015-01-27
Marked move constructors noexcept (allows move constructor to be used when ty...
Andreas Stöckel
2015-01-26
Code for checking whether a flag is set in a MessageMode Set
Andreas Stöckel
[next]