Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmFileCommand: Report keyword errors via argument parser results | Brad King | 2022-07-22 | 2 | -4/+6 |
| | |||||
* | cmFileCommand: Use cm::optional for keyword argument presence | Brad King | 2022-07-05 | 2 | -2/+6 |
| | |||||
* | file(CONFIGURE): Add test cases covering missing mandatory options | Brad King | 2022-07-05 | 7 | -0/+14 |
| | |||||
* | file(CONFIGURE): Use text mode for default OUTPUT content | Cristian Adam | 2021-02-02 | 1 | -1/+5 |
| | | | | | | This affects only Windows where \n will be translated as \r\n Fixes: #21769 | ||||
* | file(CONFIGURE): Fix newlines in CONTENT | Cristian Adam | 2021-01-29 | 1 | -1/+6 |
| | | | | Fixes: #21749 | ||||
* | file(configure): Order of named options should be specified in any order | Asit Dhal | 2020-12-13 | 13 | -5/+44 |
| | | | | Fixes: #20915 | ||||
* | file(CONFIGURE): Allow angle brackets in content | Cristian Adam | 2020-10-15 | 6 | -11/+8 |
| | | | | Fixes: #21306 | ||||
* | file: Fix CONFIGURE output relative path | Brad King | 2020-06-29 | 4 | -0/+7 |
| | | | | | | | | | In commit a6fee09484 (file: Add CONFIGURE subcommand, 2020-03-06, v3.18.0-rc1~584^2) we accidentally treated relative path outputs with respect to the current working directory. Treat them with respect to the current binary directory instead. Fixes: #20885 | ||||
* | file: Add CONFIGURE subcommand | Leander Beernaert | 2020-03-09 | 21 | -0/+88 |
Extend the `file()` command with a new `CONFIGURE` subcommand that behaves the same as `string(CONFIGURE)` except that it writes the resulting output immediately to a file. Fixes: #20388 |