summaryrefslogtreecommitdiff
path: root/src/core/common/Utils.hpp
AgeCommit message (Collapse)Author
2016-04-25Adapt isNamespacededIdentifier to most recent identifier formatAndreas Stöckel
2016-04-25Identifiers may not end with an underscoreAndreas Stöckel
2015-03-02added check for witespace characters in Utils::isUserDefinedTokenBenjamin Paassen
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-22Moved implementation of collapse to Utils, providing same interface for ↵Andreas Stöckel
collapse and trim
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-14Moved code for handling whitespaces to own header, including the ↵Andreas Stöckel
"WhitespaceMode" enum
2015-02-08Changed definition of identifier (do not allow them to start with an underscore)Andreas Stöckel
2015-02-08Added isIdentifierStart functionAndreas Stöckel
2015-02-05Added hasNonWhitepaceChar functionAndreas 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-24Added generic trim functionAndreas Stöckel
2015-01-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser ↵Andreas Stöckel
namespace, added new functionality to RegistryClass, wrote documentation, added function for extracting file extensions to Utils
2015-01-16Added Utils::split function for splitting strings at a delimiterAndreas Stöckel
2014-12-11moved to CharReader everywhereAndreas Stöckel