Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Fix unlinked mention of CMAKE_TOOLCHAIN_FILE | Craig Scott | 2021-07-31 | 1 | -2/+3 |
| | |||||
* | Help: presets: add note for ExternalProject users with env vars | Michael Hirsch | 2021-06-08 | 1 | -0/+13 |
| | | | | | | | Although this behavior is implied in the existing help text, I think this use case is common and could be puzzling to those who do not thoroughly read the existing help text. I think that warrants a "Note:" on this page. | ||||
* | Help: links to CMake regex syntax | Michael Hirsch | 2021-06-02 | 1 | -1/+2 |
| | |||||
* | cmake-presets: Introduce `toolchainFile` preset option | Robert Maynard | 2021-04-28 | 1 | -0/+8 |
| | | | | | In v3 of the presets, the `--toolchain` command line argument now has a preset mapping. | ||||
* | cmake-presets: Make generator and binaryDir fields optional | friendlyanon | 2021-04-06 | 1 | -2/+5 |
| | | | | | | | | In v3 of the presets, generator and buildDir can be omitted to fall back to regular cmake behavior when these values are not explicitly provided by the user. Fixes: #21987 | ||||
* | CMakePresets.json: Add matches condition | Kyle Edwards | 2021-03-31 | 1 | -0/+16 |
| | |||||
* | CMakePresets.json: Add the ability to conditionally disable presets | Kyle Edwards | 2021-03-22 | 1 | -0/+96 |
| | |||||
* | CMakePresets.json: Add ${hostSystemName} macro | Kyle Edwards | 2021-03-15 | 1 | -0/+6 |
| | |||||
* | Help: Fix version numbers in CMakePresets.json documentation | Kyle Edwards | 2021-03-15 | 1 | -5/+6 |
| | |||||
* | cmake: configure preset add support for --install-prefix mapping | Robert Maynard | 2021-03-09 | 1 | -0/+6 |
| | |||||
* | Revert "Help: Document JSON comment support in cmake-presets(7)" | Kyle Edwards | 2021-02-24 | 1 | -4/+1 |
| | | | | | | Revert commit 8f1e607ed9 (Help: Document JSON comment support in cmake-presets(7), 2021-02-18). The support for comments was a mistake when the feature was implemented in 3.19, and is being removed. | ||||
* | Help: Clarify preset name conflict rules in cmake-presets(7) | Michael Hirsch | 2021-02-18 | 1 | -8/+9 |
| | |||||
* | Merge topic 'preset-json-comments' into release-3.20 | Brad King | 2021-02-18 | 1 | -1/+4 |
|\ | | | | | | | | | | | | | 8f1e607ed9 Help: Document JSON comment support in cmake-presets(7) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5830 | ||||
| * | Help: Document JSON comment support in cmake-presets(7) | Michael Hirsch | 2021-02-18 | 1 | -1/+4 |
| | | |||||
* | | Help: Clarify role of binaryDir inheritance in cmake-presets(7) | Brad King | 2021-02-18 | 1 | -4/+6 |
| | | | | | | | | Suggested-by: Michael Hirsch | ||||
* | | Help: Link to tool-specific preset arguments from cmake-presets(7) | Brad King | 2021-02-18 | 1 | -6/+7 |
| | | | | | | | | Fixes: #21835 | ||||
* | | Help: Mention version 2 in cmake-presets(7) | Brad King | 2021-02-18 | 1 | -2/+5 |
|/ | | | | | | Version 2 is required for build and test presets. Fixes: #21829 | ||||
* | presets: Remove unintended rerunFailed option from test presets | Sam Freed | 2021-02-15 | 1 | -5/+0 |
| | | | | | | | This was accidentally included after discussion in #21391 had decided to leave it out. It was never included in a release. Issue: #21391 | ||||
* | Help: Add documentation for buildPresets and testPresets | Sam Freed | 2021-02-01 | 1 | -1/+494 |
| | |||||
* | Help: Fix layout of architecture/toolset fields in cmake-presets(7) manual | Brad King | 2021-01-14 | 1 | -2/+1 |
| | | | | | | | These two fields share common documentation and so should be a single entry in the definition list. Fixes: #21642 | ||||
* | 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 |