summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2023-08-161-1/+1
|
* Merge branch 'release-3.27'Brad King2023-08-150-0/+0
|\
| * Merge topic 'TAPI-is-Apple-only' into release-3.27Brad King2023-08-152-7/+7
| |\ | | | | | | | | | | | | | | | | | | | | | 8b0f0dc257 Apple Text Stubs (.tbd): various fixes Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8708
* | \ Merge topic 'TAPI-is-Apple-only'Brad King2023-08-152-7/+7
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | 8b0f0dc257 Apple Text Stubs (.tbd): various fixes Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8708
| * | Apple Text Stubs (.tbd): various fixesMarc Chevrier2023-08-112-7/+7
| | | | | | | | | | | | | | | | | | | | | * ensure tapi lookup is applied only for concerned toolchains * fix typos in tests Fixes: #25182
* | | Merge branch 'release-3.27'Brad King2023-08-150-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'FindJNI-no-xcode' into release-3.27Brad King2023-08-151-5/+9
| |\ \ | | |/ | |/| | | | | | | | | | | | | 597139b853 FindJNI: Restore support for macOS without Xcode Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8707
* | | Merge topic 'FindJNI-no-xcode'Brad King2023-08-151-5/+9
|\ \ \ | | |/ | |/| | | | | | | | | | | | | 597139b853 FindJNI: Restore support for macOS without Xcode Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8707
| * | FindJNI: Restore support for macOS without XcodeBrad King2023-08-111-5/+9
| |/ | | | | | | | | | | | | Fix logic added by commit efa0e2ddaf (FindJNI: Update for Xcode greater than 12.1 on macOS, 2023-08-06, v3.27.2~5^2) to tolerate missing `xcodebuild`. Fixes: #25181
* | CMake Nightly Date StampKitware Robot2023-08-151-1/+1
| |
* | Merge topic 'test-properties-directory'Kyle Edwards2023-08-1429-30/+333
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2ccb897d86 get_test_property(): Add DIRECTORY option 84e76fedb0 get_property(TEST): Add DIRECTORY option efc8f19cc5 set_tests_properties(): Add DIRECTORY option 753999d4db set_property(TEST): Add DIRECTORY option Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8709
| * | get_test_property(): Add DIRECTORY optionKyle Edwards2023-08-116-12/+64
| | |
| * | get_property(TEST): Add DIRECTORY optionKyle Edwards2023-08-113-8/+40
| | |
| * | set_tests_properties(): Add DIRECTORY optionKyle Edwards2023-08-1112-2/+84
| | |
| * | set_property(TEST): Add DIRECTORY optionKyle Edwards2023-08-1011-8/+145
| | |
* | | Merge topic 'ctest-generate-resource-spec-file'Kyle Edwards2023-08-1449-46/+417
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c8c1dd0d95 CTest: Add ability to dynamically generate resource spec file 3f5a5a5856 cmCTestRunTest::StartFailure(): Add total argument Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8699
| * | | CTest: Add ability to dynamically generate resource spec fileKyle Edwards2023-08-1048-37/+406
| | | | | | | | | | | | | | | | Issue: #25106
| * | | cmCTestRunTest::StartFailure(): Add total argumentKyle Edwards2023-08-103-9/+11
| |/ / | | | | | | | | | | | | | | | | | | This function was being called when TotalNumberOfTests hadn't been initialized, resulting in undefined output. It's not clear why this was never apparent until now. Accept a total argument to ensure it's initialized.
* | | CMake Nightly Date StampKitware Robot2023-08-141-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2023-08-131-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2023-08-121-1/+1
| | |
* | | Merge topic 'nvcc-std-flags'Brad King2023-08-112-62/+71
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 2c6fe64876 NVIDIA-CUDA: Factor out helper for NVCC C++ standard flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8705
| * | | NVIDIA-CUDA: Factor out helper for NVCC C++ standard flagsBrad King2023-08-102-62/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These standard flags will be the same for other C++-derived languages supported by nvcc. Follow the pattern from commit 25439c7d62 (Clang: Refactor CXX standard flags ..., 2020-03-16, v3.18.0-rc1~362^2~4) to factor them into a single macro so we can easily reuse them. Issue: #25143
* | | | Merge topic 'hip-compiler-id'Brad King2023-08-111-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ec1e372953 HIP: Limit compiler id candidates to those supporting HIP Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8704
| * | | | HIP: Limit compiler id candidates to those supporting HIPBrad King2023-08-101-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | Currently we only support using Clang for HIP. Issue: #25143
* | | | Merge topic 'test-ifort-windows'Brad King2023-08-111-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 70623f3bbf Tests: Fix RunCMake.BuildDepends Fortran case with Intel compiler on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8702
| * | | | Tests: Fix RunCMake.BuildDepends Fortran case with Intel compiler on WindowsBrad King2023-08-101-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | The test regularly fails updating the `vc*.pdb` compiler-generated PDB file. Add the `/Z7` flag as the compiler suggests for this.
* | | | | CMake Nightly Date StampKitware Robot2023-08-111-1/+1
| |/ / / |/| | |
* | | | Merge branch 'release-3.27'Brad King2023-08-100-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | CMake 3.27.2v3.27.2Brad King2023-08-101-1/+1
| | | |
* | | | Merge branch 'release-3.27'Brad King2023-08-100-0/+0
|\ \ \ \ | |/ / /
| * | | Merge topic 'vs-sdk-selection' into release-3.27Brad King2023-08-1018-109/+201
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 89b611ab32 VS: Select latest Windows SDK even when targeting Windows 8.1 and below ae97d82e83 VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selection 15ff89654b VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versions bba1a23da9 VS: Consolidate Windows SDK major version selection dispatch 209973e510 VS: Do not print empty Windows SDK version when none is selected ec6dd77053 Tests: Remove redundant condition in RunCMake.GeneratorPlatform test 4776a584ad Help: Add 3.27 release note on VS default SDK selection Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8697
* | \ \ \ Merge topic 'vs-sdk-selection'Brad King2023-08-1018-109/+200
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d5118ed2e5 Merge branch 'backport-vs-sdk-selection' into vs-sdk-selection 89b611ab32 VS: Select latest Windows SDK even when targeting Windows 8.1 and below ae97d82e83 VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selection 15ff89654b VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versions bba1a23da9 VS: Consolidate Windows SDK major version selection dispatch 209973e510 VS: Do not print empty Windows SDK version when none is selected ec6dd77053 Tests: Remove redundant condition in RunCMake.GeneratorPlatform test 4776a584ad Help: Add 3.27 release note on VS default SDK selection Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8697
| * | | | Merge branch 'backport-vs-sdk-selection' into vs-sdk-selectionBrad King2023-08-1018-109/+200
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | VS: Select latest Windows SDK even when targeting Windows 8.1 and belowBrad King2023-08-104-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The policy added by commit f90c8ab54e (VS: Select latest available Windows SDK version by default, 2023-04-03, v3.27.0-rc1~206^2~1) applied only when targeting Windows 10+. Apply it to older versions too. Fixes: #25170 Issue: #16202
| | * | | VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selectionBrad King2023-08-104-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Honor an explicit `version=8.1` field value regardless of the Windows target version. Issue: #25170
| | * | | VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versionsBrad King2023-08-1014-59/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Honor an explicit `version=` field selecting a Windows 10 SDK regardless of the Windows target version. Issue: #25170
| | * | | VS: Consolidate Windows SDK major version selection dispatchBrad King2023-08-104-24/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make logic choosing between Windows 10 SDKs and the Windows 8.1 SDK easier to follow by consolidating it in the VS 14 generator. The only information we need from VS 15+ generators is whether the 8.1 SDK is installed.
| | * | | VS: Do not print empty Windows SDK version when none is selectedBrad King2023-08-101-1/+2
| | | | |
| | * | | Tests: Remove redundant condition in RunCMake.GeneratorPlatform testBrad King2023-08-101-23/+21
| | | | |
| | * | | Help: Add 3.27 release note on VS default SDK selectionBrad King2023-08-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was accidentally left out of commit f90c8ab54e (VS: Select latest available Windows SDK version by default, 2023-04-03, v3.27.0-rc1~206^2~1). Issue: #16202
* | | | | Merge branch 'release-3.27'Brad King2023-08-100-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'sphinx-search-index' into release-3.27Brad King2023-08-101-0/+2
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | fbed0431c2 ci: Suppress cmake.org html documentation search results for index entries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8700
* | | | | Merge topic 'sphinx-search-index'Brad King2023-08-101-0/+2
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | fbed0431c2 ci: Suppress cmake.org html documentation search results for index entries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8700
| * | | | ci: Suppress cmake.org html documentation search results for index entriesBrad King2023-08-101-0/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Sphinx 5.2.0, the generated html search page reports all index entries that match a query term. Unfortunately even non-main entries get a high score, placing them before more important search results such as document titles and domain object names. Work around this for documentation published on `cmake.org` by removing the logic from `searchtools.js` in the generated html documentation. Issue: #25175
* | | | Merge topic 'OPTIMIZE_DEPENDENCIES-runtime-targets'Brad King2023-08-1011-3/+76
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 84eae7aeda OPTIMIZE_DEPENDENCIES: Skip order-only deps for non-linking targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8685
| * | | | OPTIMIZE_DEPENDENCIES: Skip order-only deps for non-linking targetsCraig Scott2023-08-0911-3/+76
| | | | | | | | | | | | | | | | | | | | Fixes: #21517
* | | | | Merge topic 'cmSystemTools-hash-cleanup'Brad King2023-08-1014-166/+108
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4980f47b46 cmGlobalGenerator: always support generating rule hashes b334dc84c3 cmLocalGenerator: always support shortening filenames 36bd3d82f8 cmSystemTools: move `ComputeCertificateThumbprint` to the only consumer a4e4daceaf cmSystemTools: remove `ComputeFileHash` method 0abde043d2 cmCryptoHash: prefer to cmSystemTools::ComputeFileHash 4d5198a986 cmSystemTools: remove `ComputeStringMD5` method ec5f1c489a cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5 Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8695
| * | | | | cmGlobalGenerator: always support generating rule hashesBen Boeckel2023-08-081-8/+1
| | | | | |
| * | | | | cmLocalGenerator: always support shortening filenamesBen Boeckel2023-08-082-19/+5
| | | | | |