summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge topic 'block-management'Brad King2022-08-237-6/+145
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add new flow-control commands for variables and policies scopes managementMarc Chevrier2022-08-227-6/+145
| |/ / / / / / / /
* | | | | | | | | Merge topic 'bsd-variables'Craig Scott2022-08-227-0/+44
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | BSD: Set *BSD variables when targeting a *BSD systemCristian Adam2022-08-207-0/+44
* | | | | | | | | Merge topic 'doc-ctest_test-output-control'Craig Scott2022-08-201-2/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Help: Add crossrefs to ctest output control optionsCraig Scott2022-08-191-1/+5
| * | | | | | | | Merge branch 'backport-3.24-doc-ctest_test-output-control' into doc-ctest_tes...Craig Scott2022-08-191-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | / / | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Help: Add missing closing quote on C++ exampleCraig Scott2022-08-191-1/+1
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge topic 'feature/cmake-man-page-short-option-first'Brad King2022-08-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Help: Convenient declaration for `-j, --parallel` optionAlex Turbov2022-08-181-1/+1
* | | | | | | | Merge topic 'doc-var-refs'Brad King2022-08-191-6/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | Help: Clarify that variable references may use cache entriesBrad King2022-08-181-6/+8
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'cmake-E-env-modify'Brad King2022-08-182-2/+25
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cmake -E env: Add --modify flagAlex Reinking2022-08-172-2/+25
| | |_|/ / | |/| | |
* | | | | Merge branch 'release-3.24'Brad King2022-08-171-2/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | CMake 3.24.1v3.24.1Brad King2022-08-171-2/+3
* | | | | Merge topic 'FindVulkan-tolerate-FATAL_ERROR'Brad King2022-08-171-0/+5
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Help: Add 3.24 release note about FindVulkan component enforcementBrad King2022-08-171-0/+5
| * | | Merge topic 'doc-warning-as-error' into release-3.24Craig Scott2022-08-161-0/+25
| |\ \ \
| | * | | Help: A missing cross-reference to --compile-no-warning-as-errorCraig Scott2022-08-151-0/+2
* | | | | Merge topic 'tutorial_step1_update'Brad King2022-08-164-102/+398
|\ \ \ \ \
| * | | | | Tutorial: Collapse step 1 solutionsMarkus Ferrell2022-08-151-0/+87
| * | | | | Tutorial: Add Step 1 background info and update styleMarkus Ferrell2022-08-154-104/+313
| | |_|_|/ | |/| | |
* | | | | Merge topic 'doc-compiler-id-table'Brad King2022-08-161-37/+54
|\ \ \ \ \
| * | | | | Help: `CMAKE_<LANG>_COMPILER_ID` turn code block into tableAlex Turbov2022-08-151-37/+54
* | | | | | Merge topic 'doc-cmake-cli-options'Brad King2022-08-1614-321/+191
|\ \ \ \ \ \
| * | | | | | Help: Replace `cmake -P` option mentions w/ Sphinx roleAlex Turbov2022-08-144-4/+4
| * | | | | | Help: Insert link to `cmake --toolchain` optionAlex Turbov2022-08-141-1/+2
| * | | | | | Help: Turn items of presets manual page into description listAlex Turbov2022-08-141-154/+0
| * | | | | | Help: Format `-Werror`/`-Wno-error` in the way it can be referencedAlex Turbov2022-08-142-28/+30
| * | | | | | Help: Use placeholder instead of listing choices in option linesAlex Turbov2022-08-142-9/+13
| * | | | | | Help: Simplify `cmake --log-level` option definitionAlex Turbov2022-08-141-3/+4
| * | | | | | Help: Split `ctest` options into groups like `cmake` man page hasAlex Turbov2022-08-142-91/+106
| * | | | | | Help: Use `:option:` role to reference `ctest` optionsAlex Turbov2022-08-142-2/+2
| * | | | | | Help: Simplify optional repeating optionAlex Turbov2022-08-141-2/+2
| * | | | | | Help: Short options first, then long, then Windows styleAlex Turbov2022-08-143-4/+4
| * | | | | | Help: `{<…> | <…>}` → `<…|…>`Alex Turbov2022-08-143-4/+3
| * | | | | | Help: Consistent spaces in option argsAlex Turbov2022-08-141-1/+1
| * | | | | | Help: `<f>` → `<file>` for `--help*` option descriptionsAlex Turbov2022-08-141-20/+20
| * | | | | | Help: Fix `ctest` options descriptionAlex Turbov2022-08-091-1/+3
* | | | | | | Merge topic 'doc-warning-as-error'Craig Scott2022-08-161-0/+25
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Help: A missing cross-reference to --compile-no-warning-as-errorCraig Scott2022-08-151-0/+2
| * | | | | | Merge branch 'backport-3.24-doc-warning-as-error' into doc-warning-as-errorBrad King2022-08-151-0/+23
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Help: List compiler IDs supported by COMPILE_WARNING_AS_ERRORCraig Scott2022-08-151-0/+23
* | | | | | | Merge topic 'nvtx3'Brad King2022-08-151-0/+8
|\ \ \ \ \ \ \
| * | | | | | | FindCUDAToolkit: nvtx3 targetRaul Tambre2022-08-131-0/+8
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'warning-as-error-ti-compiler'Brad King2022-08-151-0/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | TI compiler: Add support for COMPILE_WARNING_AS_ERROR target propertyCraig Scott2022-08-111-0/+11
| | |/ / / | |/| | |
| * | | | Merge topic 'fetchcontent-set-CMAKE_VERIFY_INTERFACE_HEADER_SETS' into releas...Brad King2022-08-041-1/+23
| |\ \ \ \
| * \ \ \ \ Merge topic 'doc-find_package-typo' into release-3.24Brad King2022-08-041-2/+2
| |\ \ \ \ \