Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake: Add TIMESTAMP subcommand to string and file commands | Nils Gladitz | 2012-12-05 | 1 | -0/+30 |
| | |||||
* | Add string(MD5) and string(SHA*) commands to compute hashes | Brad King | 2011-11-16 | 1 | -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ütz | 2011-02-15 | 1 | -1/+1 |
| | |||||
* | Add a few more cases to the new StringTest for even better coverage. ↵ | David Cole | 2009-10-03 | 1 | -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 Cole | 2009-10-02 | 1 | -0/+74 |
covers more of the code implemented in cmStringCommand.cxx, especially the error handlers. |