summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/string/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* string: add APPEND subcommandDaniel Pfeifer2015-07-071-0/+3
|
* file: Teach STRINGS to support UTF-16 and UTF-32 encodingsJustin Borodinsky2015-01-271-0/+5
|
* test: add a test for clearing regex resultsBen Boeckel2014-12-031-0/+2
|
* StringUuid: Implement new string(UUID) sub-command.Nils Gladitz2014-08-281-0/+8
|
* string: Add CONCAT sub-commandBrad King2013-10-211-0/+4
Add a string(CONCAT) command to simply concatenate input arguments together. This will be useful for combining strings from different quoting syntaxes. Add a RunCMake.string test covering these cases.