Kitware Robot
b6a84d7cc1
CMake Nightly Date Stamp
2022-12-02 00:01:10 -05:00
Brad King
4f9ec5a9be
Merge topic 'cxxmodules-collation-logic-refactor'
...
f4a17b29d3 cmDyndepCollation: factor out metadata writing for dyndep
2f93a272d0 cmDyndepCollation: factor out parsing dyndep information
3fc2de5c74 cmDyndepCollation: factor out writing C++ module info from Ninja
Acked-by: Kitware Robot <kwrobot@kitware.com >
Tested-by: buildbot <buildbot@kitware.com >
Merge-request: !7971
2022-12-01 08:05:21 -05:00
Brad King
2a139018ce
Merge topic 'find_cudatoolkit_avoid_nvhpc_symlinks'
...
9d012b1f69 FindCUDAToolkit: Ensure that paths provided have no symlinks
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !7974
2022-12-01 08:02:49 -05:00
Brad King
5f7b953342
Merge topic 'watcom-win16'
...
ef9ce3aadb OpenWatcom: Add support for 16-bit Windows
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !7975
2022-12-01 08:01:49 -05:00
Brad King
c44bae98cd
Merge topic 'msys-pkgconf'
...
903ae3c71b MSYS Makefiles: Modernize search paths for common MSYS 'make' locations
2057066e05 FindMsys: Modernize search paths for common MSYS locations
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !7955
2022-12-01 08:00:24 -05:00
Brad King
907402b147
Merge topic 'cmstrcat-move-first-arg'
...
beba50bd61 cmStrCat(): optimize when first argument is an rvalue string
d6f2a7ab4b cmStringCommand: remove use of cmCatViews()
Acked-by: Kitware Robot <kwrobot@kitware.com >
Tested-by: buildbot <buildbot@kitware.com >
Merge-request: !7969
2022-12-01 07:58:05 -05:00
Brad King
5a415b492b
Merge topic 'ci-os-arch'
...
c212c7dc8b gitlab-ci: drop unnecessary linux kernel version tag
33fe37a660 gitlab-ci: replace '{macos,windows}' tags with '{macos,windows}-x86_64'
94d82d91d5 gitlab-ci: replace 'linux' tags with 'linux-x86_64'
e8c6e06815 gitlab-ci: rename tag configuration entries to start in '$os_$arch_tags'
ebbc3a8171 gitlab-ci: remove unnecessary component of configuration entry names
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !7973
2022-12-01 07:53:18 -05:00
Kitware Robot
e8faf52223
CMake Nightly Date Stamp
2022-12-01 00:01:09 -05:00
jbs
ef9ce3aadb
OpenWatcom: Add support for 16-bit Windows
...
Add support for NE Win16 binaries. We already support 16-bit DOS and OS/2.
2022-11-30 18:22:48 -05:00
Robert Maynard
9d012b1f69
FindCUDAToolkit: Ensure that paths provided have no symlinks
...
Fixes : #24188
2022-11-30 16:39:00 -05:00
Brad King
c212c7dc8b
gitlab-ci: drop unnecessary linux kernel version tag
...
All our CI hosts now have Linux kernel version 3.17 or higher,
so we no longer need a dedicated tag.
2022-11-30 13:11:11 -05:00
Brad King
33fe37a660
gitlab-ci: replace '{macos,windows}' tags with '{macos,windows}-x86_64'
...
The latter tags are now available on our CI runners to more explicitly
distinguish `{macos,windows}-x86_64` from `{macos,windows}-arm64`.
2022-11-30 11:32:31 -05:00
Brad King
94d82d91d5
gitlab-ci: replace 'linux' tags with 'linux-x86_64'
...
The latter tag is now available on our CI runners to more explicitly
distinguish `linux-x86_64` from `linux-aarch64`.
2022-11-30 11:32:10 -05:00
Brad King
e8c6e06815
gitlab-ci: rename tag configuration entries to start in '$os_$arch_tags'
...
This groups their definitions nicely, and makes their purpose more
clear from reference sites.
2022-11-30 11:27:56 -05:00
Brad King
ebbc3a8171
gitlab-ci: remove unnecessary component of configuration entry names
...
The '_builder' part of tag entry names is not useful with our current
naming conventions.
2022-11-30 11:27:35 -05:00
Ben Boeckel
f4a17b29d3
cmDyndepCollation: factor out metadata writing for dyndep
2022-11-30 10:53:45 -05:00
Ben Boeckel
2f93a272d0
cmDyndepCollation: factor out parsing dyndep information
2022-11-30 10:53:45 -05:00
Ben Boeckel
3fc2de5c74
cmDyndepCollation: factor out writing C++ module info from Ninja
...
To facilitate other generators being able to build C++20 modules, start
pulling out collator logic into a generator-agnostic location.
This commit starts by factoring out the information written to the
"target depend info" object consumed during the build to handle writing
out export and installation scripts expected during those steps.
2022-11-30 10:53:45 -05:00
Brad King
4f905d26bc
Merge branch 'release-3.25'
2022-11-30 09:59:07 -05:00
Brad King
aa6b57c262
Merge branch 'release-3.24'
2022-11-30 09:59:05 -05:00
Brad King
0b6bfb1ed8
Merge branch 'release-3.24' into release-3.25
2022-11-30 09:58:46 -05:00
Brad King
9c29d00393
Merge branch 'rel-win-sign-digest' into release-3.24
...
Merge-request: !7970
2022-11-30 09:58:26 -05:00
Brad King
25dbb1d4fc
Merge branch 'release-3.25'
2022-11-30 09:57:48 -05:00
Brad King
4d929544c7
Merge topic 'rel-win-sign-digest'
...
870f30aacc Utilities/Release: Use explicit digest for Win7-compatible signature
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !7970
2022-11-30 09:57:47 -05:00
Brad King
d9c3433a30
Merge topic 'rel-win-sign-digest' into release-3.25
...
870f30aacc Utilities/Release: Use explicit digest for Win7-compatible signature
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !7970
2022-11-30 09:57:46 -05:00
Brad King
c49cd58c39
Merge branch 'release-3.25'
2022-11-30 09:53:41 -05:00
Brad King
870f30aacc
Utilities/Release: Use explicit digest for Win7-compatible signature
...
Otherwise `signtool` warns.
2022-11-30 09:16:22 -05:00
Brad King
5676593be9
CMake 3.25.1
v3.25.1
2022-11-30 08:57:03 -05:00
Brad King
e452a62dbe
Merge branch 'release-3.25'
2022-11-30 08:55:59 -05:00
Brad King
e15d9f51db
Merge topic 'fortran-regression'
...
a67da2ef66 Tests/FortranModules: add case for modules after "end interface X"
88fb1980c3 Fortran: Restore support for parsing "end interface X"
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Merge-request: !7966
2022-11-30 08:55:59 -05:00
Brad King
39af69ac39
Merge topic 'fortran-regression' into release-3.25
...
a67da2ef66 Tests/FortranModules: add case for modules after "end interface X"
88fb1980c3 Fortran: Restore support for parsing "end interface X"
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Merge-request: !7966
2022-11-30 08:55:58 -05:00
Ziemowit Łąski
903ae3c71b
MSYS Makefiles: Modernize search paths for common MSYS 'make' locations
2022-11-30 08:48:29 -05:00
Ziemowit Łąski
2057066e05
FindMsys: Modernize search paths for common MSYS locations
2022-11-30 08:48:14 -05:00
Brad King
d340fcdbb7
Merge topic 'vs-clang-tidy-cleanup'
...
66ca5b6137 clang-tidy: fix `readability-redundant-smartptr-get` lints
32c38a269a clang-tidy: fix `modernize-make-unique` lints
4a960f7186 clang-tidy: fix `performance-for-range-copy` lints
fc9b5193e4 clang-tidy: fix `readability-redundant-string-init` lints
ccb5ecac0b clang-tidy: fix `readability-const-return-type` lints
2381634e7f clang-tidy: fix `readability-qualified-auto` lints
707172c66e clang-tidy: fix `readability-use-anyofallof` lints
501408338a clang-tidy: fix `readability-isolate-declaration` lints
...
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !7950
2022-11-30 07:29:01 -05:00
Brad King
3b19541518
Merge topic 'add-generator-target-caches'
...
f69d1872db cmGeneratorTarget: Add caches to some functions
Acked-by: Kitware Robot <kwrobot@kitware.com >
Tested-by: buildbot <buildbot@kitware.com >
Merge-request: !7952
2022-11-30 07:28:12 -05:00
Brad King
d871fad902
Merge topic 'FindPython-ABI3-support'
...
77d734aede FindPython: add support for Stable ABI
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Merge-request: !7967
2022-11-30 07:27:06 -05:00
Ben Boeckel
a67da2ef66
Tests/FortranModules: add case for modules after "end interface X"
...
When there is an `end interface X` in a file, subsequent modules should
not be considered part of interface X.
Issue: #24203
2022-11-30 06:39:48 -05:00
Brad King
88fb1980c3
Fortran: Restore support for parsing "end interface X"
...
Since commit 219a9b1e14 (Fortran: Fix suprious dependencies with
submodules, 2022-07-30, v3.25.0-rc1~327^2) we accidentally fail to
recognize `end interface X`, causing all subsequent modules to be seen
as an interface.
Fixes : #24203
2022-11-30 06:38:36 -05:00
Kyle Edwards
beba50bd61
cmStrCat(): optimize when first argument is an rvalue string
2022-11-30 00:05:09 -05:00
Kitware Robot
7fd4238149
CMake Nightly Date Stamp
2022-11-30 00:01:11 -05:00
Kyle Edwards
d6f2a7ab4b
cmStringCommand: remove use of cmCatViews()
2022-11-29 17:32:41 -05:00
Ben Boeckel
66ca5b6137
clang-tidy: fix readability-redundant-smartptr-get lints
2022-11-29 12:39:46 -05:00
Ben Boeckel
32c38a269a
clang-tidy: fix modernize-make-unique lints
2022-11-29 12:39:46 -05:00
Ben Boeckel
4a960f7186
clang-tidy: fix performance-for-range-copy lints
2022-11-29 12:39:46 -05:00
Ben Boeckel
fc9b5193e4
clang-tidy: fix readability-redundant-string-init lints
2022-11-29 12:39:46 -05:00
Ben Boeckel
ccb5ecac0b
clang-tidy: fix readability-const-return-type lints
2022-11-29 12:39:46 -05:00
Ben Boeckel
2381634e7f
clang-tidy: fix readability-qualified-auto lints
2022-11-29 12:39:45 -05:00
Ben Boeckel
707172c66e
clang-tidy: fix readability-use-anyofallof lints
2022-11-29 12:39:45 -05:00
Ben Boeckel
501408338a
clang-tidy: fix readability-isolate-declaration lints
2022-11-29 12:39:45 -05:00
Ben Boeckel
1f893e5873
clang-tidy: fix modernize-loop-convert lints
2022-11-29 12:39:45 -05:00