index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
common
/
Utils.hpp
Age
Commit message (
Expand
)
Author
2016-04-25
Adapt isNamespacededIdentifier to most recent identifier format
Andreas Stöckel
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-25
start of branch, commit log will be rewritten
Andreas Stöckel
2015-02-22
Moved implementation of collapse to Utils, providing same interface for colla...
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
Moved code for handling whitespaces to own header, including the "WhitespaceM...
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 isIdentifierStart function
Andreas Stöckel
2015-02-05
Added hasNonWhitepaceChar function
Andreas Stöckel
2015-01-25
Added EnumHash hash functino for use with enum classes and unordered containers
Andreas Stöckel
2015-01-25
Formating
Andreas Stöckel
2015-01-24
Added generic trim function
Andreas Stöckel
2015-01-21
Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...
Andreas Stöckel
2015-01-16
Added Utils::split function for splitting strings at a delimiter
Andreas Stöckel
2014-12-11
moved to CharReader everywhere
Andreas Stöckel