summaryrefslogtreecommitdiff
path: root/src/core/common
AgeCommit message (Collapse)Author
2016-04-25clang compatibility: do not use anonymous structAndreas Stöckel
2016-04-25Remove unneeded constantAndreas Stöckel
2016-04-25Identifiers may not end with an underscoreAndreas Stöckel
2016-04-25Add static version of Token::isSpecialAndreas Stöckel
2015-03-04fixed bug #104Andreas Stöckel
2015-03-02Added additional constructor to TokenAndreas Stöckel
2015-03-02added check for witespace characters in Utils::isUserDefinedTokenBenjamin Paassen
2015-03-02refactored SyntaxDescriptor to Token.hpp and added TokenDescriptor class.Benjamin Paassen
2015-03-02Implemented TokenSyntaxDescriptor structureAndreas Stöckel
2015-03-02Wrote isUserDefinedToken function which checks whether a token is a valid ↵Andreas Stöckel
user defined token and added unit tests
2015-02-25start of branch, commit log will be rewrittenAndreas Stöckel
2015-02-22Removed unneeded importsAndreas Stöckel
2015-02-22Moved implementation of collapse to Utils, providing same interface for ↵Andreas Stöckel
collapse and trim
2015-02-20fixed aliasing issue in VariantMetadataAndreas Stöckel
2015-02-18changed cardinality toString conversion to be reparseable as cardinality.Benjamin Paassen
2015-02-18added writeOusia methods to VariantWriter.Benjamin Paassen
2015-02-16Implemented support for numeric arguments in ArgumentAndreas Stöckel
2015-02-16Using Variant location in VariantConverter error messagesAndreas Stöckel
2015-02-16Fixed bug #61 and added unit testAndreas Stöckel
2015-02-15Displaying error messages at the location of the argumentAndreas Stöckel
2015-02-15Added "markAsMagic" function, autoformatAndreas Stöckel
2015-02-15Fixed compilation of VariantReader and Typesystem on GCC 4.9Andreas Stöckel
2015-02-15Merge branch 'master' into astoecke_parser_stack_newAndreas Stöckel
Conflicts: application/CMakeLists.txt application/src/core/parser/stack/DocumentHandler.hpp application/src/core/parser/stack/DomainHandler.hpp application/src/core/parser/stack/ImportIncludeHandler.hpp
2015-02-15Fixed isIdentifier and isNamespacedIdentifier, added and used ↵Andreas Stöckel
isIdentifierOrEmpty for use in Node
2015-02-15Added isNamespacedIdentifier method to UtilsAndreas Stöckel
2015-02-15Tidied OsxmlEventParser up, implemented correct whitespace handling, started ↵Andreas Stöckel
to write unit tests for the osxml parser
2015-02-14Moved some of the whitespace functionality back to UtilsAndreas Stöckel
2015-02-14Removed Whitespace file againAndreas Stöckel
2015-02-14Moved code for handling whitespaces to own header, including the ↵Andreas Stöckel
"WhitespaceMode" enum
2015-02-13made CharReader non-copyable but movable.Benjamin Paassen
2015-02-13added VariantReader::parseTypedBenjamin Paassen
2015-02-13smaller bugfixes in VariantReader::parseGenericTokenBenjamin Paassen
2015-02-13added VariantReader::parseBoolBenjamin Paassen
2015-02-09Added fetch and fetchPeek functions for reading the current character ↵Andreas Stöckel
without advancing any cursor
2015-02-08Added newlineAndreas Stöckel
2015-02-08Changed definition of identifier (do not allow them to start with an underscore)Andreas Stöckel
2015-02-08Added "expect" function to CharReaderAndreas Stöckel
2015-02-08Added isIdentifierStart functionAndreas Stöckel
2015-02-08Added seekPeekCursor function to CharReader, improved how seeking is handled ↵Andreas Stöckel
by adding seekCursor method to Buffer
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-02-05Added hasNonWhitepaceChar functionAndreas Stöckel
2015-02-05Fixed getPeekOffset functionAndreas Stöckel
2015-02-03Changed behaviour of log exception with addition source location: exception ↵Andreas Stöckel
has now precedence
2015-02-03Implemented storing SourceLocation of parsed VariantsAndreas Stöckel
2015-02-02Allowing to store SourceLocation from which a Variant was parsed along with ↵Andreas Stöckel
the Variant
2015-02-01Made Argument and Arguments copyableAndreas Stöckel
2015-01-30Added Argument::Cardinality named constructor to ArgumentAndreas Stöckel
2015-01-30Fixed conversion to cardinalitiesAndreas Stöckel
2015-01-30Added parsing of cardinalities to parseGenericAndreas Stöckel
2015-01-30Added "Cardinality" type and AnyCardinality constant to RangeSetAndreas Stöckel