Brad King
cabbb9d6a7
Merge topic 'libuv-idna'
...
890beb19e6 libuv: backport IDNA input/output hardening fixes
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Merge-request: !9658
2024-07-16 10:28:17 -04:00
Brad King
273b090877
Merge branch 'release-3.30'
2024-07-16 10:27:18 -04:00
Brad King
87eefa238f
Merge topic 'FindMatlab-no-langs'
...
70cbcb1da3 FindMatlab: Restore support for finding Matlab without any languages
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9657
2024-07-16 10:27:18 -04:00
Brad King
e69b8a4ff1
Merge topic 'FindMatlab-no-langs' into release-3.30
...
70cbcb1da3 FindMatlab: Restore support for finding Matlab without any languages
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9657
2024-07-16 10:27:16 -04:00
Kyle Edwards
4e1337be6a
Merge topic 'cuda-static-nvml'
...
b3f02006f0 FindCUDAToolkit: Add ability to find static version of nvml
Acked-by: Kitware Robot <kwrobot@kitware.com >
Tested-by: buildbot <buildbot@kitware.com >
Merge-request: !9654
2024-07-16 09:34:00 -04:00
Kitware Robot
8e5388573c
CMake Nightly Date Stamp
2024-07-16 00:01:11 -04:00
Brad King
890beb19e6
libuv: backport IDNA input/output hardening fixes
...
Backport libuv commit `0f2d7e78` (fix: always zero-terminate idna
output, 2024-01-18, `v1.48.0~4`) and libuv commit `3530bcc3` (fix:
reject zero-length idna inputs, 2024-01-18, `v1.48.0~3`).
Fixes : #26112
2024-07-15 15:55:23 -04:00
Brad King
70cbcb1da3
FindMatlab: Restore support for finding Matlab without any languages
...
Revise commit 657064b6d4 (FindMatlab: Refactor: Eliminate
_matlab_64Build, 2024-01-24, v3.30.0-rc1~594^2~5) to more faithfully
reproduce the original behavior.
Revise commit 91c672e5ae (FindMatlab: Use find_package(Threads) instead
of checking -pthread, 2024-02-02, v3.30.0-rc1~594^2~1) to restore the
old behavior of looking for threads only with C or CXX enabled.
Fixes : #26121
2024-07-15 15:01:15 -04:00
Brad King
8b90d19630
Merge topic 'windows-msvc-arm64ec-defines'
...
b2a2865205 MSVC: Remove outdated preprocessor flags for targeting ARM64EC
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9647
2024-07-15 11:45:45 -04:00
Kyle Edwards
b3f02006f0
FindCUDAToolkit: Add ability to find static version of nvml
...
Fixes : #26131
2024-07-15 10:35:36 -04:00
Kitware Robot
ac4f6d513d
CMake Nightly Date Stamp
2024-07-15 00:01:34 -04:00
Kitware Robot
0dfecc01fe
CMake Nightly Date Stamp
2024-07-14 00:01:28 -04:00
Kitware Robot
36491101f5
CMake Nightly Date Stamp
2024-07-13 00:01:42 -04:00
Kitware Robot
228fd59897
CMake Nightly Date Stamp
2024-07-12 00:01:10 -04:00
Kitware Robot
de8911120e
CMake Nightly Date Stamp
2024-07-11 00:01:22 -04:00
Kitware Robot
e9fa1a3a18
CMake Nightly Date Stamp
2024-07-10 00:01:46 -04:00
moyo1997
b2a2865205
MSVC: Remove outdated preprocessor flags for targeting ARM64EC
...
Remove `/DAMD64` and `/DARM64EC` flags added by commit 4ea3a88625 (MSVC:
Add support for targeting ARM64EC, 2020-12-30, v3.20.0-rc1~121^2) that
are not longer expected.
2024-07-09 14:21:21 -04:00
Brad King
0b5df717ba
Merge topic 'preset-comments'
...
ccd4612296 cmJSONState: Add missing member initializer
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Merge-request: !9645
2024-07-09 14:16:12 -04:00
Kitware Robot
8fe9454bcc
CMake Nightly Date Stamp
2024-07-09 00:01:58 -04:00
Brad King
ccd4612296
cmJSONState: Add missing member initializer
...
In commit 7d2cc6ece6 (presets: Allow comments in presets files,
2024-06-23) we added a member without an initializer. This causes
dynamic analysis to report use of an uninitialized value.
2024-07-08 11:42:13 -04:00
Brad King
ead3548bed
Merge topic 'xdg-config-dir'
...
5b3fbd5f64 cmSystemTools: Add CMake config directory
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Merge-request: !9615
2024-07-08 11:23:33 -04:00
Brad King
639346f319
Merge topic 'ios-mac-catalyst'
...
2785364b7b iOS: Add support for Mac Catalyst
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9595
2024-07-08 11:13:09 -04:00
Brad King
d3088a8eea
Merge topic 'vs-dotnet-sdk-custom-command'
...
c7e5ebd0a8 VS: Support add_custom_command in .Net SDK-style projects
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9616
2024-07-08 10:17:28 -04:00
Kyle Edwards
bb730f3063
Merge branch 'release-3.30'
2024-07-08 10:04:24 -04:00
Kyle Edwards
e24af20340
Merge topic 'TRANSITIVE_LINK_PROPERTIES_isnt_usage'
...
2fc9e482a9 Evaluation of TRANSITIVE_LINK_PROPERTIES isn't considered a usage
Acked-by: Kitware Robot <kwrobot@kitware.com >
Tested-by: buildbot <buildbot@kitware.com >
Merge-request: !9643
2024-07-08 10:04:24 -04:00
Kyle Edwards
b9e2f6828f
Merge topic 'TRANSITIVE_LINK_PROPERTIES_isnt_usage' into release-3.30
...
2fc9e482a9 Evaluation of TRANSITIVE_LINK_PROPERTIES isn't considered a usage
Acked-by: Kitware Robot <kwrobot@kitware.com >
Tested-by: buildbot <buildbot@kitware.com >
Merge-request: !9643
2024-07-08 10:04:22 -04:00
Kitware Robot
d308437d6d
CMake Nightly Date Stamp
2024-07-07 00:01:08 -04:00
Craig Scott
22af628c9e
Merge branch 'release-3.30'
2024-07-06 08:28:03 -04:00
Craig Scott
536d55a910
Merge topic 'fetchcontent-debug-log-level'
...
8c878b2d2e FetchContent: Fix command echo for DEBUG and TRACE log levels
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9640
2024-07-06 08:28:03 -04:00
Craig Scott
b192bf1c1c
Merge topic 'fetchcontent-debug-log-level' into release-3.30
...
8c878b2d2e FetchContent: Fix command echo for DEBUG and TRACE log levels
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9640
2024-07-06 08:28:02 -04:00
Kitware Robot
7a46ac4a3e
CMake Nightly Date Stamp
2024-07-06 00:01:33 -04:00
Robert Maynard
2fc9e482a9
Evaluation of TRANSITIVE_LINK_PROPERTIES isn't considered a usage
...
Fixes #26108
2024-07-05 13:16:47 -04:00
Kitware Robot
8e84a156fa
CMake Nightly Date Stamp
2024-07-05 00:01:16 -04:00
Brad King
9c330283d6
Merge topic 'cmArgumentParser-Derived-Classes'
...
5fc2bad167 cmArgumentParser: Support binding with derived classes
e0f9d81f09 STL: extend type_traits to deal with member pointers
Acked-by: Kitware Robot <kwrobot@kitware.com >
Tested-by: buildbot <buildbot@kitware.com >
Merge-request: !9634
2024-07-04 10:10:07 -04:00
Brad King
ddcba76547
Merge topic 'bash-completion-cmake-workflow'
...
549fb86168 bash-completion: Handle `cmake --workflow`
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9633
2024-07-04 10:08:49 -04:00
Brad King
3282ad4aee
Merge topic 'cmake-help-workflow'
...
973bb02b14 cmake: Print --workflow option in --help output
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9637
2024-07-04 10:07:34 -04:00
Brad King
339f1444e0
Merge branch 'release-3.30'
2024-07-04 10:05:28 -04:00
Brad King
0a22c97e06
Merge topic 'test-ExternalProject'
...
fe8dc3012e Tests: Fix RunCMake.ExternalProject when git is not available
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Acked-by: Christoph Grüninger <foss@grueninger.de >
Merge-request: !9639
2024-07-04 10:05:27 -04:00
Brad King
f00675071f
Merge topic 'test-ExternalProject' into release-3.30
...
fe8dc3012e Tests: Fix RunCMake.ExternalProject when git is not available
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Acked-by: Christoph Grüninger <foss@grueninger.de >
Merge-request: !9639
2024-07-04 10:05:26 -04:00
Craig Scott
8c878b2d2e
FetchContent: Fix command echo for DEBUG and TRACE log levels
...
Fixes : #26111
2024-07-04 21:10:34 +10:00
Kitware Robot
a63bee680c
CMake Nightly Date Stamp
2024-07-04 00:01:11 -04:00
Raul Metsma
2785364b7b
iOS: Add support for Mac Catalyst
...
Issue: #20132
Signed-off-by: Raul Metsma <raul@metsma.ee >
2024-07-03 11:15:45 -04:00
Brad King
fe8dc3012e
Tests: Fix RunCMake.ExternalProject when git is not available
...
Move Git-dependent test cases added by commit 2ef3bd9186
(ExternalProject: Add TLS version options for https connections,
2024-02-26, v3.30.0-rc1~471^2) into the block of cases that run only
when Git is found.
Fixes : #26104
2024-07-03 10:44:15 -04:00
Martin Duffy
5b3fbd5f64
cmSystemTools: Add CMake config directory
2024-07-03 09:34:41 -04:00
Brad King
4ecb654ec2
Merge branch 'release-3.30'
2024-07-03 08:27:42 -04:00
Brad King
9f94c55864
Merge topic 'ci-cmake-update'
...
1fe21da240 ci: Update CMake version to 3.30.0
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Merge-request: !9638
2024-07-03 08:27:42 -04:00
Brad King
c7232c3a2a
Merge topic 'ci-cmake-update' into release-3.30
...
1fe21da240 ci: Update CMake version to 3.30.0
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Merge-request: !9638
2024-07-03 08:27:41 -04:00
Kitware Robot
0b5af98032
CMake Nightly Date Stamp
2024-07-03 00:01:10 -04:00
Brad King
1fe21da240
ci: Update CMake version to 3.30.0
2024-07-02 13:01:39 -04:00
Brad King
b51fcd0c56
Merge branch 'release-3.30'
2024-07-02 11:15:06 -04:00