Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmFileCommand: Report keyword errors via argument parser results | Brad King | 2022-07-22 | 3 | -3/+9 |
| | |||||
* | Tests: Add RunCMake.file-CHMOD cases for keywords missing values | Brad King | 2022-07-20 | 13 | -7/+21 |
| | | | | | These make the existing `no-perms` case redundant, so repurpose it to replace `no-keyword`. | ||||
* | Tests: Simplify RunCMake.file-CHMOD cases | Brad King | 2022-07-20 | 15 | -72/+44 |
| | | | | | Run each case as a `cmake -P` script instead of a full project. The caller handles build directory removal and creation. | ||||
* | Tests: Simplify RunCMake.file-CHMOD case names | Brad King | 2022-07-20 | 21 | -14/+14 |
| | | | | The `CHMOD-` prefix is redundant with the overall test name. | ||||
* | MSYS: Add support for running under MSYS runtime environment | Orgad Shaneh | 2021-04-26 | 1 | -1/+1 |
| | | | | Detect MSYS as CYGWIN, with the required adaptations. | ||||
* | file: Add CHMOD and CHMOD_RECURSE subcommands | Sibi Siddharthan | 2020-08-26 | 22 | -0/+99 |
Fixes: #21057 Signed-off-by: Sibi Siddharthan <sibisiddharthan.github@gmail.com> |