Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'backport-3.19-preset-no-comments' into preset-no-comments | Brad King | 2021-02-24 | 1 | -0/+1 |
|\ | |||||
| * | CMakePresets.json: Remove undocumented support for comments | Kyle Edwards | 2021-02-24 | 1 | -0/+1 |
| | | | | | | | | Fixes: #21858 | ||||
| * | Merge topic 'cmake-presets-toolset-arch-config' into release-3.19 | Craig Scott | 2020-10-23 | 1 | -14/+52 |
| |\ | | | | | | | | | | | | | | | | | | | 64afabdbcb CMakePresets.json: Split cmakeGeneratorConfig field Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5387 | ||||
* | | | presets: Inherit 'quiet' property for test presets | Sam Freed | 2021-02-15 | 1 | -0/+1 |
| | | | | | | | | | | | | This was missed in the original implementation. | ||||
* | | | presets: Remove unintended rerunFailed option from test presets | Sam Freed | 2021-02-15 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | This was accidentally included after discussion in #21391 had decided to leave it out. It was never included in a release. Issue: #21391 | ||||
* | | | cmake-presets: Add build and test presets | Sam Freed | 2021-02-01 | 1 | -213/+1047 |
| | | | | | | | | | | | | Fixes: #21391 | ||||
* | | | clang-tidy: fix `readability-use-anyofallof` warnings | Ben Boeckel | 2021-01-27 | 1 | -12/+8 |
| | | | |||||
* | | | Merge topic 'cmake-presets-toolset-arch-config' | Craig Scott | 2020-10-23 | 1 | -14/+52 |
|\ \ \ | |/ / |/| / | |/ | | | | | | | 64afabdbcb CMakePresets.json: Split cmakeGeneratorConfig field Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5387 | ||||
| * | CMakePresets.json: Split cmakeGeneratorConfig field | Kyle Edwards | 2020-10-22 | 1 | -14/+52 |
| | | | | | | | | | | | | | | | | Make this field separate for both architecture and toolset. Allow architecture and toolset to be either strings or objects with value and strategy fields. Fixes: #21317 | ||||
* | | CMakePresets.json: Add ${sourceDirName} macro | Kyle Edwards | 2020-10-22 | 1 | -0/+4 |
|/ | | | | Fixes: #21312 | ||||
* | Merge topic 'cmake-presets-invalid-macro' into release-3.19 | Kyle Edwards | 2020-10-22 | 1 | -111/+159 |
|\ | | | | | | | | | | | | | 638557cbfe CMakePresets.json: Properly report macro expansion errors Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5397 | ||||
| * | CMakePresets.json: Properly report macro expansion errors | Kyle Edwards | 2020-10-21 | 1 | -111/+159 |
| | | | | | | | | | | | | | | | | Make a distinction between strings which simply use the $vendor{<...>} macro, which is valid but makes it unusable by CMake, and strings which actually contain invalid macro expansions. Fixes: #21308 | ||||
* | | CMakePresets.json: Allow boolean for cache variable value | Kyle Edwards | 2020-10-21 | 1 | -1/+23 |
|/ | | | | Fixes: #21327 | ||||
* | CMakePresets.json: Prohibit empty variable names | Kyle Edwards | 2020-10-06 | 1 | -1/+11 |
| | |||||
* | CMake: Add presets functionality | Kyle Edwards | 2020-10-05 | 1 | -2/+2 |
| | |||||
* | Presets: Add cmCMakePresetsFile class | Kyle Edwards | 2020-10-05 | 1 | -0/+763 |