summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-3.24'Brad King2022-08-170-0/+0
|\
| * Merge topic 'FindVulkan-tolerate-FATAL_ERROR' into release-3.24Brad King2022-08-172-0/+15
| |\
* | \ Merge topic 'FindVulkan-tolerate-FATAL_ERROR'Brad King2022-08-172-0/+15
|\ \ \ | | |/ | |/|
| * | Help: Add 3.24 release note about FindVulkan component enforcementBrad King2022-08-171-0/+5
| * | FindVulkan: Restore tolerance of unknown FATAL_ERROR componentBrad King2022-08-171-0/+10
| |/
* | Merge topic 'fix-gcov-test'Brad King2022-08-171-2/+3
|\ \
| * | Tests: Fix GCOV test in unusual environmentsMatthew Woehlke2022-08-161-2/+3
* | | Merge topic 'output_all_attempts_at_compiler_detection'Brad King2022-08-171-2/+6
|\ \ \
| * | | CompilerId: Output errors from all attempts at detectionRobert Maynard2022-08-161-2/+6
* | | | Merge topic 'fix-xcode-install-path'Brad King2022-08-171-3/+3
|\ \ \ \
| * | | | xcode: Don't set INSTALL_PATH unless target is SHARED_LIBRARYTor Arne Vestbø2022-08-161-3/+3
| | |/ / | |/| |
* | | | Merge branch 'release-3.24'Brad King2022-08-170-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge topic 'ci-msvc-14.33' into release-3.24Brad King2022-08-171-7/+7
| |\ \ \
* | \ \ \ Merge topic 'ci-msvc-14.33'Brad King2022-08-171-7/+7
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | gitlab-ci: Update Windows builds to MSVC 14.33 toolsetBrad King2022-08-161-7/+7
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2022-08-171-1/+1
| |/ / |/| |
* | | Merge topic 'refactor-environment-modification'Brad King2022-08-1610-134/+208
|\ \ \
| * | | Tests: Add case for ENVIRONMENT_MODIFICATION property OP=reset behaviorAlex Reinking2022-08-157-0/+26
| * | | cmCTestRunTest: Implement the ENVIRONMENT test property with EnvDiff tooAlex Reinking2022-08-153-13/+34
| * | | cmSystemTools: Add EnvDiff class to hold ENVIRONMENT_MODIFICATION logicAlex Reinking2022-08-153-121/+154
| * | | cmCTestRunTest: Simplify by using GetSystemPathlistSeparatorAlex Reinking2022-08-151-5/+1
| * | | cmCTestRunTest: Remove unnecessary CMAKE_BOOTSTRAP guardAlex Reinking2022-08-151-2/+0
* | | | Merge topic 'nvhpc_fpie_support'Brad King2022-08-161-7/+9
|\ \ \ \
| * | | | NVHPC: Enable PIE support on linuxRobert Maynard2022-08-151-7/+9
* | | | | 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 'xcode-avoid-compile-flags-on-resources'Brad King2022-08-161-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Xcode: don't set SKIP_PRECOMPILE_HEADERS when source has no languageAndrey Filipenkov2022-08-111-1/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'doc-cmake-cli-options'Brad King2022-08-1617-350/+221
|\ \ \ \ \ \ \
| * | | | | | | 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-143-15/+18
| * | | | | | | 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-145-7/+7
| * | | | | | | 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-142-40/+42
| * | | | | | | Help: Fix `ctest` options descriptionAlex Turbov2022-08-091-1/+3
* | | | | | | | Merge branch 'release-3.24'Brad King2022-08-160-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge topic 'mingw-windres' into release-3.24Brad King2022-08-161-1/+1
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'mingw-windres'Brad King2022-08-161-1/+1
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | MinGW: Restore using windres when toolchain-prefixed name is not availableBrad King2022-08-151-1/+1