Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Help: Add section heading for configure presets in cmake-presets(7) | Brad King | 2021-01-14 | 1 | -149/+154 | |
| | | | | | | Cross-reference it from the main `configurePresets` field. This removes an extra layer of indentation and makes the section linkable. | |||||
* | Help: Add section heading for macro expansion in cmake-presets(7) | Brad King | 2021-01-14 | 1 | -5/+8 | |
| | | | | Also cross-reference it from the prose. | |||||
* | Help: Remove unnecessary indentation in cmake-presets(7) | Brad King | 2021-01-14 | 1 | -226/+226 | |
| | | | | The entire "Format" section had an extra 2 spaces of indentation. | |||||
* | Help: Fix presets typo (longDescription to displayName) | Sam Freed | 2020-11-28 | 1 | -1/+1 | |
| | ||||||
* | Merge topic 'cmake-presets-toolset-arch-config' into release-3.19 | Craig Scott | 2020-10-23 | 1 | -19/+19 | |
|\ | | | | | | | | | | | | | 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 | -19/+19 | |
| | | | | | | | | | | | | | | | | 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/+5 | |
|/ | | | | Fixes: #21312 | |||||
* | CMakePresets.json: Allow boolean for cache variable value | Kyle Edwards | 2020-10-21 | 1 | -4/+6 | |
| | | | | Fixes: #21327 | |||||
* | Help: Add JSON schema for CMakePresets.json | Ben McMorran | 2020-10-20 | 1 | -0/+6 | |
| | ||||||
* | Help: Clarify purpose of warnings and errors | Kyle Edwards | 2020-10-19 | 1 | -4/+4 | |
| | ||||||
* | Help: Make architecture and toolset descriptions generic | Kyle Edwards | 2020-10-19 | 1 | -4/+4 | |
| | ||||||
* | Help: Add documentation for debug field | Kyle Edwards | 2020-10-19 | 1 | -0/+20 | |
| | | | | Oops! | |||||
* | Help: Move vendor field into example | Kyle Edwards | 2020-10-19 | 1 | -13/+1 | |
| | | | | | This ensures that the vendor field gets automated testing from the example. | |||||
* | Help: s/unusedVars/unusedCli/ | Kyle Edwards | 2020-10-19 | 1 | -1/+1 | |
| | | | | | | This was a mistake in the documentation. Fixes: #21303 | |||||
* | Help: Move CMakePresets.json documentation into a separate file | Kyle Edwards | 2020-10-19 | 1 | -0/+347 | |