summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'better-file-download-failure-msg'Brad King2022-11-102-6/+9
|\
| * file(DOWNLOAD EXPECTED_HASH): better error message when download failedAurelien Regat-Barrel2022-11-092-6/+9
* | Merge topic 'find_cuda_toolkit_support_symlink_math_dirs'Brad King2022-11-101-2/+2
|\ \
| * | FindCUDAToolkit: Support math_libs directory being a symlinkRobert Maynard2022-11-091-2/+2
* | | Merge topic 'marmasm-language'Brad King2022-11-1023-6/+381
|\ \ \
| * | | ASM_MARMASM: Add support for Microsoft ARM assembler languageIlia K2022-11-0922-3/+378
| * | | Tests: Fix ARM64 test conditions for non-VS generatorsBrad King2022-11-092-3/+3
| |/ /
* | | Merge branch 'release-3.25'Brad King2022-11-100-0/+0
|\ \ \
| * \ \ Merge topic 'cmake-gui-restore-version-info' into release-3.25Brad King2022-11-101-3/+8
| |\ \ \
* | \ \ \ Merge topic 'cmake-gui-restore-version-info'Brad King2022-11-101-3/+8
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | cmake-gui: Restore embedded version information in Windows binaryBrad King2022-11-091-3/+8
* | | | | Merge branch 'release-3.25'Brad King2022-11-100-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'curl-windows-no-tls1.3' into release-3.25Brad King2022-11-101-0/+7
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge topic 'curl-windows-no-tls1.3'Brad King2022-11-101-0/+7
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | curl: Disable schannel TLS 1.3 support on Windows 11Brad King2022-11-091-0/+7
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2022-11-101-1/+1
| |/ / |/| |
* | | Merge topic 'file-set-file-api'Brad King2022-11-0958-11/+342
|\ \ \
| * | | file-api: support exporting file set informationBen Boeckel2022-11-0858-11/+342
* | | | Merge branch 'release-3.25'Brad King2022-11-090-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge topic 'doc-guide-link-style' into release-3.25Brad King2022-11-091-0/+11
| |\ \ \
* | \ \ \ Merge topic 'doc-guide-link-style'Brad King2022-11-091-0/+11
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Help: Render guide links as normal text instead of monospaceAlex Turbov2022-11-081-0/+11
* | | | | CMake Nightly Date StampKitware Robot2022-11-091-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'use_folders_on_by_default'Brad King2022-11-0813-11/+88
|\ \ \ \
| * | | | USE_FOLDERS: Treat as on by defaultJuan Ramos2022-11-0813-11/+88
* | | | | Merge branch 'release-3.25'Brad King2022-11-080-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | CMake 3.25.0-rc4v3.25.0-rc4Brad King2022-11-081-1/+1
| | |/ / | |/| |
* | | | Merge topic 'test-intel-remarks'Brad King2022-11-081-0/+1
|\ \ \ \
| * | | | Tests: Teach RunCMake to ignore Intel -Rdebug-disables-optimization remarksBrad King2022-10-271-0/+1
* | | | | Merge topic 'clang-tidy-module-use-bespoke-enum-class-check'Brad King2022-11-088-0/+144
|\ \ \ \ \
| * | | | | clang-tidy: disable bespoke enum class checkKyle Edwards2022-11-071-0/+1
| * | | | | clang-tidy module: add check for boolean parametersSean Orner2022-11-077-0/+143
* | | | | | Merge topic 'googletest-addtests-skipped'Brad King2022-11-084-1/+21
|\ \ \ \ \ \
| * | | | | | GoogleTest: Reports skipped test with gtest_add_testsDavidPerretSN2022-11-074-1/+21
* | | | | | | Merge topic 'ctest_configure-S-B'Brad King2022-11-081-1/+6
|\ \ \ \ \ \ \
| * | | | | | | ctest_config: pass -S, -B args for log clarityMichael Hirsch2022-11-041-1/+6
| |/ / / / / /
* | | | | | | Merge topic 'find-version-vars'Brad King2022-11-084-26/+83
|\ \ \ \ \ \ \
| * | | | | | | Find{BZip2,LibLZMA,ZLIB}: use *_VERSION as modern CMakeMichael Hirsch2022-11-074-26/+83
* | | | | | | | Merge topic 'unreach'Brad King2022-11-082-18/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | own CMakeLists: remove unreachable codeMichael Hirsch2022-11-072-18/+7
| |/ / / / / / /
* | | | | | | | Merge branch 'release-3.25'Brad King2022-11-080-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge topic 'sphinx-linkcheck' into release-3.25Brad King2022-11-0835-123/+123
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'sphinx-linkcheck'Brad King2022-11-0837-157/+199
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Build: Add `SPHINX_LINKCHECK` build optionAlex Turbov2022-11-072-1/+19
| * | | | | | | | | Build: Do not redirect `sphinx-build` output if CMake running in verbose modeAlex Turbov2022-11-071-3/+34
| * | | | | | | | | Build: Deduplicate `add_custom_command()` calls for Sphinx targetsAlex Turbov2022-11-071-32/+25
| * | | | | | | | | Merge branch 'backport-sphinx-linkcheck' into sphinx-linkcheckBrad King2022-11-0735-123/+123
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| / / / / / / | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Help: Fix some redirects reported with sphinx linkcheckAlex Turbov2022-11-0729-109/+110
| | * | | | | | | Help: Fix broken external links found by sphinx linkcheckAlex Turbov2022-11-077-14/+13
* | | | | | | | | Merge branch 'release-3.25'Brad King2022-11-080-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |