summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-presets.7.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* Help: Add section heading for configure presets in cmake-presets(7)Brad King2021-01-141-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 King2021-01-141-5/+8
| | | | Also cross-reference it from the prose.
* Help: Remove unnecessary indentation in cmake-presets(7)Brad King2021-01-141-226/+226
| | | | The entire "Format" section had an extra 2 spaces of indentation.
* Help: Fix presets typo (longDescription to displayName)Sam Freed2020-11-281-1/+1
|
* Merge topic 'cmake-presets-toolset-arch-config' into release-3.19Craig Scott2020-10-231-19/+19
|\ | | | | | | | | | | | | 64afabdbcb CMakePresets.json: Split cmakeGeneratorConfig field Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5387
| * CMakePresets.json: Split cmakeGeneratorConfig fieldKyle Edwards2020-10-221-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} macroKyle Edwards2020-10-221-0/+5
|/ | | | Fixes: #21312
* CMakePresets.json: Allow boolean for cache variable valueKyle Edwards2020-10-211-4/+6
| | | | Fixes: #21327
* Help: Add JSON schema for CMakePresets.jsonBen McMorran2020-10-201-0/+6
|
* Help: Clarify purpose of warnings and errorsKyle Edwards2020-10-191-4/+4
|
* Help: Make architecture and toolset descriptions genericKyle Edwards2020-10-191-4/+4
|
* Help: Add documentation for debug fieldKyle Edwards2020-10-191-0/+20
| | | | Oops!
* Help: Move vendor field into exampleKyle Edwards2020-10-191-13/+1
| | | | | This ensures that the vendor field gets automated testing from the example.
* Help: s/unusedVars/unusedCli/Kyle Edwards2020-10-191-1/+1
| | | | | | This was a mistake in the documentation. Fixes: #21303
* Help: Move CMakePresets.json documentation into a separate fileKyle Edwards2020-10-191-0/+347