https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
1ad4501 CMake 3.20.2 29 April 2021, 13:53:54 UTC
402df64 Merge topic 'intel-2021' into release-3.20 9c479c7c40 IntelLLVM: Add special case for ifx 2021.1 version extraction b7193ab18f Intel: Update Classic compiler version detection for 2021 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6052 29 April 2021, 13:15:32 UTC
9c479c7 IntelLLVM: Add special case for ifx 2021.1 version extraction The ifx beta versions forgot to define `__INTEL_LLVM_COMPILER`, and instead define `__INTEL_COMPILER == 201900`. Add a special case. Issue: #22120 28 April 2021, 14:21:27 UTC
b7193ab Intel: Update Classic compiler version detection for 2021 The value of the `__INTEL_COMPILER` macro changed convention starting in version 2021. Fixes: #22120 28 April 2021, 14:20:59 UTC
21c4008 Merge topic 'doc-compile-features-wcdh' into release-3.20 1f4ec3f4a7 Help: Do not recommend WCDH in cmake-compile-features(7) 1cc63f2cd5 Help: Fix typos in cmake-compile-features(7) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6037 26 April 2021, 15:27:17 UTC
7108712 Merge topic 'ninja-multi-custom-target-post-build' into release-3.20 f8e2a74712 Ninja Multi-Config: Correctly generate POST_BUILD custom targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6040 26 April 2021, 15:25:46 UTC
1f4ec3f Help: Do not recommend WCDH in cmake-compile-features(7) Since commit da7ad7997e (WriteCompilerDetectionHeader: Add policy to remove module, 2020-12-04, v3.20.0-rc1~350^2), the WCDH module is deprecated. Update the `cmake-compile-features(7)` manual section that previously recommended WCDH to make such detection the project's responsibility instead. Move the old content of the section over to the WCDH module to preserve it. 23 April 2021, 14:44:53 UTC
1cc63f2 Help: Fix typos in cmake-compile-features(7) 23 April 2021, 14:44:01 UTC
f8e2a74 Ninja Multi-Config: Correctly generate POST_BUILD custom targets Fixes: #22096 22 April 2021, 19:51:53 UTC
dd44a98 Merge topic 'update-kwiml' into release-3.20 bd8cc6d603 Merge branch 'upstream-KWIML' into update-kwiml 873dbc52e9 KWIML 2021-04-21 (49d91529) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6032 22 April 2021, 14:22:26 UTC
bd8cc6d Merge branch 'upstream-KWIML' into update-kwiml # By KWIML Upstream * upstream-KWIML: KWIML 2021-04-21 (49d91529) 21 April 2021, 14:55:02 UTC
873dbc5 KWIML 2021-04-21 (49d91529) Code extracted from: https://gitlab.kitware.com/utils/kwiml.git at commit 49d9152941311c05d281b1f927368b1efbb33a01 (master). Upstream Shortlog ----------------- Xiaotian Wu (1): 49d91529 abi.h: Add LoongArch64 support 21 April 2021, 14:55:02 UTC
b0f203f Merge topic 'autogen-clear-early-source-cache' into release-3.20 b84f1e6159 Autogen: Restore mocs_compilation in OBJECT libraries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6024 21 April 2021, 14:42:16 UTC
b84f1e6 Autogen: Restore mocs_compilation in OBJECT libraries Since commit f65f20938c (Autogen: Avoid processing CSharp targets, 2020-11-12, v3.20.0-rc1~301^2) we collect all sources for a target earlier than previously. Clear the sources cache so that it will be re-computed later after AUTOGEN processing. Fixes: #22085 20 April 2021, 20:04:08 UTC
b0be93c Merge topic 'doc-if-IS_ABSOLUTE' into release-3.20 6234afdff4 Help: Document special cases for if(IS_ABSOLUTE) 789307b02f Help: Behavior of file(TO_NATIVE_PATH) depends on the host platform Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6016 20 April 2021, 13:58:51 UTC
dc78717 Merge topic 'cxxprefix' into release-3.20 4c741d945a BinUtils: Restore toolchain prefix detection from compiler name 'c++' Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Thomas Bernard <thomas@famillebernardgouriou.fr> Merge-request: !6011 19 April 2021, 13:44:50 UTC
a2372f6 Merge topic 'mrjoel/add-missing-not' into release-3.20 370bebd921 Add missing 'not' in error messages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6012 19 April 2021, 13:44:02 UTC
6234afd Help: Document special cases for if(IS_ABSOLUTE) The meaning of "absolute path" was previously assumed knowledge, but a number of special cases were left unspecified. The way some of these are handled differs to the way that cmake_path(IS_ABSOLUTE) works, so document those special cases so that the differing behavior between these two commands is clearly defined. 17 April 2021, 09:41:53 UTC
789307b Help: Behavior of file(TO_NATIVE_PATH) depends on the host platform 17 April 2021, 09:41:53 UTC
afba270 Merge topic 'ci-lint-delay' into release-3.20 661ff7f2d8 gitlab-ci: equally delay all jobs on integration branches Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6013 16 April 2021, 17:24:04 UTC
661ff7f gitlab-ci: equally delay all jobs on integration branches When running a pipeline on an integration branch in `cmake/cmake`, delay the lint jobs just as much as all the others. This avoids starting them unnecessarily during a sequence of merges over a short time range. 16 April 2021, 16:15:15 UTC
e9da93e Merge topic 'depfile-reader-thread-safety' into release-3.20 53d523f2e1 autogen: fix race in depfile parsing Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6008 16 April 2021, 15:35:47 UTC
370bebd Add missing 'not' in error messages 16 April 2021, 13:47:59 UTC
4c741d9 BinUtils: Restore toolchain prefix detection from compiler name 'c++' Since commit b12aec6c8d (BinUtils: prefer bin utils matching the compiler version extension, 2020-12-11, v3.20.0-rc1~171^2) we recognize `clangg++` and `g++` but not `c++`. Restore `[gc]` in place of `g` in the regex, as we had before that change. Fixes: #22069 16 April 2021, 13:20:16 UTC
53d523f autogen: fix race in depfile parsing cmReadGccDepfile() calls cmSystemTools::CollapseFullPath(), which is not thread safe due to internal caching. Serialize calls to cmReadGccDepfile() in autogen to avoid thread safety issues. Fixes: #22014 15 April 2021, 19:25:38 UTC
81d796e Merge topic 'doc-error-unknown-arg' into release-3.20 06d26c7baf Help: Add 3.20 release note for error on unknown arguments Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6003 15 April 2021, 15:07:33 UTC
06d26c7 Help: Add 3.20 release note for error on unknown arguments This was left out of commit 1b6c5333a0 (cmake: Error out on unknown arguments starting with `-`., 2020-11-30, v3.20.0-rc1~370^2). Fixes: #22060 14 April 2021, 15:46:05 UTC
b4a29a8 Merge topic 'openbsd-defines' into release-3.20 317a477283 OpenBSD: Fix system feature definitions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6000 14 April 2021, 15:04:29 UTC
317a477 OpenBSD: Fix system feature definitions Since commit f034b0f663 (CMake compilation: do not use compiler extensions, 2020-03-14, v3.18.0-rc1~494^2), some sources explicitly enable needed system APIs on some platforms using definitions like `_POSIX_C_SOURCE` and `_XOPEN_SOURCE`. Drop the definitions for OpenBSD, which provides the POSIX APIs by default. 14 April 2021, 15:02:29 UTC
d96ae57 Merge topic 'ci-parallelism-limits' into release-3.20 3fd2cffb4d ci: limit builds by machine load 6317f92120 ci: pay attention to the machine load when running tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5989 14 April 2021, 14:55:17 UTC
9765ccf CMake 3.20.1 08 April 2021, 12:00:50 UTC
9be8441 Merge topic 'flags-with-backslash' into release-3.20 3953dfcb31 Restore support for backslashes in initial language-wide flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5995 08 April 2021, 11:47:08 UTC
6d27dd3 Merge topic 'cuda-depfile-ccbin' into release-3.20 8e38985db7 Makefiles: Fix dependency extraction with CUDA < 10.2 and host compiler Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Raul Tambre <raul@tambre.ee> Acked-by: Robert Maynard <robertjmaynard@gmail.com> Merge-request: !5992 08 April 2021, 11:46:14 UTC
d6a0b24 Merge topic 'FindBLAS-default-OpenMP' into release-3.20 9ef82d95d8 FindBLAS: Fix detection of OpenMP as dependency of BLA_STATIC Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5993 08 April 2021, 11:45:13 UTC
3953dfc Restore support for backslashes in initial language-wide flags Refactoring in commit bdc40742bd (CMakeDetermineCompilerId: Test without COMPILER_ID_FLAGS if REQUIRE_SUCCESS, 2021-02-27, v3.20.0-rc3~6^2) added an extra macro layer through which flag strings are passed. That caused an extra level of argument re-parsing, and broke flags with backslashes. Pass flags to the helper macro through variable names instead. Fixes: #22041 07 April 2021, 17:53:22 UTC
9ef82d9 FindBLAS: Fix detection of OpenMP as dependency of BLA_STATIC Update the change from commit f7f3d8987a (FindBLAS: Add dependency of OpenBLAS on OpenMP for BLA_STATIC, 2020-11-10, v3.20.0-rc1~492^2): * If C is not enabled, find CXX OpenMP libraries instead. * Do not use BLA_STATIC's custom CMAKE_FIND_LIBRARY_SUFFIXES for OpenMP. It can break projects that already call `find_package(OpenMP)` and expect a shared library. Whether OpenMP is static is orthogonal to whether BLAS is static. Fixes: #22039 Issue: #16221 07 April 2021, 15:26:07 UTC
8e38985 Makefiles: Fix dependency extraction with CUDA < 10.2 and host compiler Since commit 2c71d051fa (Makefiles Generators: use compiler for dependencies generation, 2020-10-18, v3.20.0-rc1~392^2) we invoke `nvcc` for CUDA < 10.2 a second time in order to generate a depfile. When `CMAKE_CUDA_HOST_COMPILER` is set, the second invocation is missing its `-ccbin=` option, even after refactoring in commit 8981e3e7cc (NVIDIA-CUDA: rely on new capabilities for deps generation, 2020-12-02, v3.20.0-rc1~362^2). Ideally we should move the `-ccbin=` flag into `Compiler/NVIDIA-CUDA`, but that will add `CMAKE_CUDA_HOST_COMPILER` support on Windows in command-line generators but not the Visual Studio generators. For now, add the flag to the depfile command specifically. Fixes: #22037 07 April 2021, 14:54:27 UTC
f8af94a Merge topic 'binutils-var-private' into release-3.20 4d786dfcfa BinUtils: Avoid clobbering a variable named without a private prefix Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5986 07 April 2021, 14:08:08 UTC
196376a Merge topic 'ios-rpath-linker-flag' into release-3.20 4aed96e230 Apple: Set CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG on non-macOS too Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5980 07 April 2021, 14:06:55 UTC
4d786df BinUtils: Avoid clobbering a variable named without a private prefix Refactoring in commit b12aec6c8d (BinUtils: prefer bin utils matching the compiler version extension, 2020-12-11, v3.20.0-rc1~171^2) accidentally leaked a `TOOL` variable. Name temporary variables with a private prefix. Fixes: #22035 07 April 2021, 12:43:45 UTC
9780079 Merge branch 'release-3.19' into release-3.20 06 April 2021, 18:07:31 UTC
c9b27da CMake 3.19.8 06 April 2021, 17:21:53 UTC
3fd2cff ci: limit builds by machine load To avoid starving test jobs, the build jobs should also back off if there is a lot of machine load. 06 April 2021, 15:16:09 UTC
6317f92 ci: pay attention to the machine load when running tests CMake's test suite is sensitive to machine load and can cause spurious timeouts. To acknowledge this, prevent CTest from spawning tests into a busy machine. 06 April 2021, 15:16:09 UTC
b4c3e8e Merge topic 'ci-linux-updates' into release-3.20 c6a45968d6 ci: Enable jq-based tests on Linux builds 8ca8b74a96 ci: add jq and DevIL to Debian and Fedora base images Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5987 06 April 2021, 15:10:46 UTC
c6a4596 ci: Enable jq-based tests on Linux builds 06 April 2021, 14:49:17 UTC
8ca8b74 ci: add jq and DevIL to Debian and Fedora base images 06 April 2021, 14:49:16 UTC
c80583d Merge branch 'release-3.19' into release-3.20 06 April 2021, 12:46:21 UTC
2e029ec Merge topic 'rel-file-table' into release-3.20 e17006c497 Utilities/Release: Add deprecation fields to File Table v1 89ab613248 Utilities/Release: Update file table for 3.20.0 c5777e5421 Merge branch 'backport-3.19-rel-file-table' into rel-file-table f9f59fb0b2 Merge branch 'release-3.19' into backport-3.19-rel-file-table 30959aec8f Utilities/Release: Update file table for 3.19.3 d206c8f1ec Merge tag 'v3.19.3' into backport-3.19-rel-file-table 004dbbaddd Utilities/Release: Update file table for 3.19.2 1e3301a28c Merge tag 'v3.19.2' into backport-3.19-rel-file-table ... Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by: Craig Scott <craig.scott@crascit.com> Merge-request: !5961 06 April 2021, 12:44:53 UTC
48f9a15 Merge branch 'backport-3.19-rel-file-table' into release-3.19 06 April 2021, 12:43:24 UTC
ea7290a Merge branch 'release-3.18' into release-3.19 06 April 2021, 12:42:54 UTC
d0568ed Merge branch 'backport-3.18-rel-file-table' into release-3.18 Merge-request: !5961 06 April 2021, 12:42:23 UTC
e061a20 Merge topic 'nvhpc-lib-arch' into release-3.20 764606e256 CMakeDetermineCompilerABI: Extract lib arch from implicit object file paths 5d44d73bbe CMakeDetermineCompilerABI: Revert "Parse library arch from versioned paths" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5984 06 April 2021, 12:32:34 UTC
2d6a3fd Merge topic 'UseSWIG-policies' into release-3.20 c3d0b25514 UseSWIG: Transform swig depfile to match Ninja generator paths 8c525d7e16 UseSWIG: Run using policy settings from includer Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5983 06 April 2021, 12:31:40 UTC
c755fd1 Merge topic 'FindHDF5-new-fortran-library-name' into release-3.20 ff84a80b46 FindHDF5: search for the new Fortran HL library name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5976 06 April 2021, 12:30:36 UTC
5c2406b Merge branch 'release-3.19' into release-3.20 06 April 2021, 12:29:30 UTC
80abb2f Merge branch 'libarchive-u_char' into release-3.19 Merge-request: !5981 06 April 2021, 12:28:38 UTC
a4ee2b6 Merge topic 'libarchive-u_char' into release-3.20 a9fc751e65 libarchive: Use uint8_t instead of u_char Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5981 06 April 2021, 12:28:22 UTC
345ede9 Merge topic 'add_q_namespace_export_docs' into release-3.20 3538f1c69b Help: Add Q_NAMESPACE_EXPORT to CMAKE_AUTOMOC_MACRO_NAMES default values Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5982 06 April 2021, 12:27:15 UTC
4aed96e Apple: Set CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG on non-macOS too Since CMake 3.19, we no longer support macOS SDKs older than 10.5, which corresponds to Xcode 3. Supporting older Xcode versions for device platforms is also not realistic. We therefore expect the -rpath linker option should always be supported now. When targeting iOS, tvOS or watchOS, the previous disabling of -rpath support meant that the install_name_dir of shared libraries and frameworks was unable to use @rpath. This resulted in embedding absolute paths for their install_name. When they were embedded in an app bundle, this would cause the app to fail at runtime. By enabling the -rpath linker option, the default install_name_dir is now @rpath for these platforms, which results in binaries that do work at runtime. Fixes: #20036 06 April 2021, 01:46:56 UTC
764606e CMakeDetermineCompilerABI: Extract lib arch from implicit object file paths The NVHPC compiler does not have any implicit link directories that can be used to detect `CMAKE_LIBRARY_ARCHITECTURE`, but it does have implicit object files. Extract implicit object file paths from link lines and check them for the `CMAKE_LIBRARY_ARCHITECTURE` pattern. Issue: #22024 05 April 2021, 21:41:10 UTC
5d44d73 CMakeDetermineCompilerABI: Revert "Parse library arch from versioned paths" The change in commit 657fc3a9a7 (CMakeDetermineCompilerABI: Parse library arch from versioned paths, 2021-02-03, v3.20.0-rc1~40^2) caused `CMAKE_LIBRARY_ARCHITECTURE` to be populated on non-multiarch platforms if their compilers happen to use `$arch/$version` library directories. Revert the use of versioned library paths. Fixes: #22024 05 April 2021, 20:40:43 UTC
c3d0b25 UseSWIG: Transform swig depfile to match Ninja generator paths Since commit 89b01b04fa (UseSWIG: use swig tool to generate dependencies, 2021-01-12, v3.20.0-rc1~120^2) we use a tool-provided depfile to extract dependencies under the Ninja generator. Enable `CMP0116` to ensure depfile paths are translated to match what the Ninja generator writes to the build manfiest. Fixes: #22029 05 April 2021, 18:36:34 UTC
8c525d7 UseSWIG: Run using policy settings from includer Backport commit de7f0aa6c0 (UseSWIG: avoid spurious policy warnings, 2021-02-11) to the 3.20 release branch. Projects need to be able to control policies. Issue: #22029 05 April 2021, 18:00:03 UTC
e17006c Utilities/Release: Add deprecation fields to File Table v1 Provide a field for clients to check now so that we can deprecate things later. 05 April 2021, 17:47:20 UTC
89ab613 Utilities/Release: Update file table for 3.20.0 05 April 2021, 17:47:02 UTC
c5777e5 Merge branch 'backport-3.19-rel-file-table' into rel-file-table 05 April 2021, 17:46:35 UTC
f9f59fb Merge branch 'release-3.19' into backport-3.19-rel-file-table 05 April 2021, 17:45:08 UTC
30959ae Utilities/Release: Update file table for 3.19.3 05 April 2021, 17:45:00 UTC
d206c8f Merge tag 'v3.19.3' into backport-3.19-rel-file-table 05 April 2021, 17:44:49 UTC
004dbba Utilities/Release: Update file table for 3.19.2 05 April 2021, 17:44:42 UTC
1e3301a Merge tag 'v3.19.2' into backport-3.19-rel-file-table 05 April 2021, 17:44:36 UTC
383bfbe Merge branch 'backport-3.18-rel-file-table' into backport-3.19-rel-file-table 05 April 2021, 17:44:27 UTC
0237eba Utilities/Release: Add script to generate a table of files Fixes: #22002 05 April 2021, 17:43:51 UTC
ff84a80 FindHDF5: search for the new Fortran HL library name HDF5 1.10.6 renamed this library to match the other language binding library names. Fixes: #20205 05 April 2021, 15:56:50 UTC
26af590 Merge topic 'doc-imported-soname' into release-3.20 4d6e899578 Help: Document in add_library how to import libraries with SONAME Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5975 05 April 2021, 15:34:24 UTC
3538f1c Help: Add Q_NAMESPACE_EXPORT to CMAKE_AUTOMOC_MACRO_NAMES default values This was accidentally left out of commit 426941c433 (Autogen: Recognize the new Q_NAMESPACE_EXPORT macro in AUTOMOC, 2020-02-26, v3.17.0-rc2~3^2). 05 April 2021, 15:25:19 UTC
a9fc751 libarchive: Use uint8_t instead of u_char The latter is not a standard type. Fixes: #22013 05 April 2021, 14:07:46 UTC
4d6e899 Help: Document in add_library how to import libraries with SONAME When using `add_library` to create an `IMPORTED` library target, there are a few target properties that are essential to correctly tell CMake about the library file. We already cover `IMPORTED_LOCATION` and `IMPORTED_IMPLIB`. Add `IMPORTED_SONAME` and `IMPORTED_NO_SONAME`, which are important in certain cases. Fixes: #22016 02 April 2021, 16:12:28 UTC
31a31ed Merge branch 'release-3.19' into release-3.20 02 April 2021, 14:25:20 UTC
63996cc Merge branch 'ci-test-ext-done' into release-3.19 Merge-request: !5971 02 April 2021, 14:24:25 UTC
20182f6 Merge topic 'ci-test-ext-done' into release-3.20 7829136a6f gitlab-ci: Tell CDash when a test-ext job is done Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5971 02 April 2021, 14:23:58 UTC
0ed8a3c Merge topic 'doc-IMPORTED_LOCATION' into release-3.20 08a25e4902 Help: Clarify IMPORTED_LOCATION documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5968 02 April 2021, 11:54:36 UTC
daba4a0 Merge topic 'FindMPI-host_link' into release-3.20 666f689e48 FindMPI: avoid host link options to be propagated to device link step Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Robert Maynard <robertjmaynard@gmail.com> Acked-by: Alex <leha-bot@yandex.ru> Merge-request: !5966 02 April 2021, 11:53:41 UTC
7829136 gitlab-ci: Tell CDash when a test-ext job is done These jobs are self-contained and so can be re-run on their own to produce a whole new submission to CDash. Tell CDash when each submission is done so re-running a job replaces results rather than accumulating them. 02 April 2021, 10:57:21 UTC
08a25e4 Help: Clarify IMPORTED_LOCATION documentation Prefer the macOS term "application bundle" over just "bundle". Put both macOS cases together. 01 April 2021, 17:40:44 UTC
8fb7a12 Merge branch 'release-3.19' into release-3.20 01 April 2021, 14:24:15 UTC
78ff963 Merge topic 'doc-CMAKE_APPLE_SILICON_PROCESSOR' into release-3.20 3f04f69733 Help: CMAKE_APPLE_SILICON_PROCESSOR cannot be set in a toolchain file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5965 01 April 2021, 14:23:13 UTC
666f689 FindMPI: avoid host link options to be propagated to device link step Fixes: #21887 01 April 2021, 14:23:08 UTC
049757b Merge topic 'genex-HOST_LINK-in-try_compile' into release-3.20 6cf81efe7d Genex: $<HOST_LINK:> and $<DEVICE_LINK:> must be usable in try_compile Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5964 01 April 2021, 14:22:15 UTC
fca5aa8 Merge topic 'CUDA-device-link' into release-3.20 bb96984ec9 CUDA Device link: Ensure all link options are correctly formatted Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5962 01 April 2021, 14:21:11 UTC
369d5c2 Merge topic 'make-fix-deps-paths' into release-3.20 1b346350af Makefiles dependencies: normalize windows paths Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5955 01 April 2021, 14:19:58 UTC
1806d95 Merge branch 'doc-CMAKE_APPLE_SILICON_PROCESSOR' into release-3.19 Merge-request: !5965 01 April 2021, 14:05:40 UTC
3f04f69 Help: CMAKE_APPLE_SILICON_PROCESSOR cannot be set in a toolchain file `CMakeDetermineSystem` determines the host system information before loading the toolchain file. Issue: #22012 01 April 2021, 14:04:05 UTC
6cf81ef Genex: $<HOST_LINK:> and $<DEVICE_LINK:> must be usable in try_compile Fixes: #22007 31 March 2021, 17:03:35 UTC
fc9c1d8 Tests: Add RunCMake helper to run a plain script Many tests covering CMake scripting commands can work without initializing a full generator. 31 March 2021, 16:00:09 UTC
36f1f7c Merge topic 'cray-version-patch' into release-3.20 258faaeef6 Cray: Detect Fortran compiler version patch level if available Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5957 31 March 2021, 13:32:57 UTC
258faae Cray: Detect Fortran compiler version patch level if available Fixes: #21969 31 March 2021, 13:30:48 UTC
375e14a Merge topic 'android-binutils' into release-3.20 61e6fc26bc Android: Fix search for binutils Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5958 31 March 2021, 13:26:35 UTC
bb96984 CUDA Device link: Ensure all link options are correctly formatted Fixes: #21994 31 March 2021, 10:05:23 UTC
back to top