summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/StringTest.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* string: Tolerate SUBSTRING length exceeding end indexDomen Vrankar2014-11-131-2/+2
| | | | | | string SUBSTRING command now ignores length if it points past end of string and uses end of string instead. String SUBSTRING tests now cover more corner cases.
* CMake: Add TIMESTAMP subcommand to string and file commandsNils Gladitz2012-12-051-0/+30
|
* Add string(MD5) and string(SHA*) commands to compute hashesBrad King2011-11-161-0/+32
| | | | | Provide a CMake-language binding to these cryptographic hashes. Add a string() command API for MD5, SHA1, SHA224, SHA256, SHA384, and SHA512.
* Add a string(FIND) sub-command (#11795)Tim Hütz2011-02-151-1/+1
|
* Add a few more cases to the new StringTest for even better coverage. ↵David Cole2009-10-031-74/+18
| | | | Re-factor the scripts to make it easier to add new cases to this test. Re-factoring also enables the test driver in ExecuteScriptTests to be re-used when adding new tests in the future.
* Correct some typos in error messages in the string command. Add a test that ↵David Cole2009-10-021-0/+74
covers more of the code implemented in cmStringCommand.cxx, especially the error handlers.