summaryrefslogtreecommitdiff
path: root/test/core/common/UtilsTest.cpp
AgeCommit message (Collapse)Author
2015-02-08Changed definition of identifier (do not allow them to start with an underscore)Andreas 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-16Working on XMLParser (still lot work in progress)Andreas Stöckel
2014-12-12fixed bug in Utils::isIdentifier and added regression testAndreas Stöckel
2014-12-11moved to CharReader everywhereAndreas Stöckel