https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
f1c3444 CTest: Improve error reporting with bad working directory for tests 24 February 2020, 20:44:01 UTC
1dec359 Refactor: Require detail when calling cmCTestRunTest::StartFailure() 24 February 2020, 20:44:01 UTC
ede4497 Merge branch 'FindPkgConfig-scope' into release-3.16 Merge-request: !4388 24 February 2020, 19:45:34 UTC
b9d6744 FindCUDA: Only depend on Threads::Threads on platforms that need it In commit 46371132b3 (FindCUDA: CUDA_LIBRARIES doesn't contain raw `-pthread`, 2019-11-11, v3.17.0-rc1~455^2) we introduced use of the `Threads::Threads` target, but we do not `find_package(Threads)` on all platforms. Use the target only if it exists. 24 February 2020, 19:14:38 UTC
0aa91f9 Merge branch 'backport-cuda-non-device-link' into release-3.16 Merge-request: !4376 24 February 2020, 18:36:24 UTC
7da2c8c Merge branch 'backport-cuda-non-device-link' 24 February 2020, 18:34:13 UTC
738f3f2 Ninja: Do not use nvcc response files with non-nvcc tools Since commit d91b5a72cd (Ninja: Add support for CUDA nvcc response files, 2019-05-30, v3.15.0-rc1~8^2) we use NVCC's `--options-file` option to avoid long link command lines via a response file. However, for non-device linking the host tools are used and the option does not make sense. Update the logic to use `--options-file` only for device linking. Linking with the host tools already has its own logic for response files. Fixes: #19954 24 February 2020, 18:31:33 UTC
8d6ea44 Merge topic 'pch-create-via-include' into release-3.17 5c6d6ec27c PCH: Clang: Update PCH usage flags to include original header Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4360 24 February 2020, 18:12:08 UTC
5c6d6ec PCH: Clang: Update PCH usage flags to include original header Add an additional include flag to PCH usage command line to fix programs that rely on `compile_commands.json` file. Pass it to the preprocessor directly to avoid compiler driver to change it to '-include-pch'. When preprocessor is requested to preprocess a file, it tries to get the original filename from '.pch' and uses that file for preprocessing. CMake generates a '.pch' file from the '.hxx' file by passing an empty '.cxx' source file to the compiler as a compilation unit and the header file with the '-include' flag. After that, compiler puts compilation unit filename in the '.pch' as the original filename. However, CMake build system uses empty file as the source file and passes the header file using '-include-pch' flag. As a result, Clang uses the wrong file for preprocessing and produces the corrupted preprocessed file. Fixes: #20355 Signed-off-by: Sergey Larin <cerg2010cerg2010@mail.ru> 24 February 2020, 15:53:39 UTC
c3e0d1f FindPkgConfig: set policies CMP0054 and CMP0057 to new One may encounter warnings if FindPkgConfig is used in any project, even indirectly, that has set any of these policies to old explicitely or requires an older version. 24 February 2020, 15:42:34 UTC
fe564f3 Merge topic 'update-kwsys' into release-3.17 ce59cabc70 KWSys: SystemTools: CopyFileIfDifferent: Fix endless recursion Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4361 18 February 2020, 16:49:00 UTC
ce59cab KWSys: SystemTools: CopyFileIfDifferent: Fix endless recursion Backport KWSys commit `ea77593a1` (SystemTools: CopyFileIfDifferent: Fix endless recursion, 2020-02-13) for the CMake 3.17 branch. Fixes: #20347 18 February 2020, 16:41:36 UTC
77b537c Merge topic 'swift-exe-rpath' into release-3.17 321df5783d Swift: support `-rpath` for executables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4365 18 February 2020, 16:21:46 UTC
2dad438 Merge topic 'ninja-multi-framework-dependency-autogen-fix' into release-3.17 7abc3d61ac Ninja Multi-Config: Fix issue with framework dependencies and Autogen Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4363 18 February 2020, 16:20:56 UTC
321df57 Swift: support `-rpath` for executables This adjusts the flags to enable setting the RPATH for executables. 17 February 2020, 16:07:40 UTC
bf718cc Merge topic 'git-config-with-spaces' into release-3.17 ef3194a6f8 ExternalProject: Quote each git --config option to handle spaces 40d1d29cfa Tests: Add missing ExternalProject smoke tests afc8956765 Tests: Fix test_clean target missing some test directories Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4364 17 February 2020, 15:39:46 UTC
7abc3d6 Ninja Multi-Config: Fix issue with framework dependencies and Autogen Fixes: #20345 17 February 2020, 13:24:57 UTC
ef3194a ExternalProject: Quote each git --config option to handle spaces Fixes: #20354 15 February 2020, 02:23:56 UTC
40d1d29 Tests: Add missing ExternalProject smoke tests 15 February 2020, 02:23:46 UTC
afc8956 Tests: Fix test_clean target missing some test directories 15 February 2020, 02:23:37 UTC
b88a671 Merge topic 'doc-ascii' into release-3.17 c5d7c29137 Help: Replace UTF-8 apostrophe with ascii apostrophe Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !4358 12 February 2020, 20:04:41 UTC
c5d7c29 Help: Replace UTF-8 apostrophe with ascii apostrophe Also replace UTF-8 graphical characters with simple dashes. Fixes: #20349 12 February 2020, 19:37:41 UTC
125f045 CMake 3.17.0-rc1 12 February 2020, 15:32:47 UTC
6f2464b Merge topic 'doc-cpack' into release-3.17 3af0b33ec6 Help: module CPack: Make internal hyperlink target more unique Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4353 12 February 2020, 15:32:05 UTC
3af0b33 Help: module CPack: Make internal hyperlink target more unique We already have a `.. _targets:` in `Help/command/install.rst`. 12 February 2020, 15:28:10 UTC
9c9ed28 Merge topic 'doc-cpack' into release-3.17 59e9f33d78 Help: module CPack: New section on targets. f33708eed9 Help: module CPack: add cross-reference to cpack-generators(7). 4949e1261a Help: module CPack. Explain usage of the build targets. 72eaeb41f5 Help: module CPack: correction: 2 config files are generated, not just 1 c35a9ff9c3 Help: CPack module: Correct the summary (configure, not build) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4352 12 February 2020, 15:01:40 UTC
59e9f33 Help: module CPack: New section on targets. To explain in full detail to what extent the targets package and package_source are supported by different generators. 12 February 2020, 14:49:26 UTC
42f77c7 Merge topic 'PrintSystemInformation' into release-3.17 1e9328a00d Help: CMakePrintSystemInformation.cmake: Minor corrections. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4351 12 February 2020, 14:36:12 UTC
9fc86ef Merge topic 'cpack-ifw-qt-links' into release-3.17 e240371ab1 Help: CPackIFWGenerator: explain relation to CPackIWF 78779c6111 Help: Show external link only once per page; explain abbreviation QtIFW. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4348 12 February 2020, 14:35:22 UTC
645474d Merge topic 'ninja-multi-default-configs-fix' into release-3.17 46c836644d Ninja Multi-Config: Fix issue with "all" in CMAKE_NMC_DEFAULT_CONFIGS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4349 12 February 2020, 14:15:54 UTC
10b834a Merge topic 'file-CONFIGURE_DEPENDS-verify-CMP0009' into release-3.17 818ec34bdd file: GLOB_RECURSE VerifyGlobs.cmake should have CMP0009 set to new b620dc566d file: Fix GLOB_RECURSE LIST_DIRECTORIES documentation regarding CMP0009 715f90bdd9 Tests: Perform minor cleanups in RunCMake.file test Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !4342 12 February 2020, 14:15:07 UTC
96ee8b7 Merge topic 'install-default-fix' into release-3.17 9442ae5083 install: Fix regression when using default destinations Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4340 12 February 2020, 14:05:31 UTC
0f0d8f5 Merge branch 'backport-3.16-install-default-fix' into release-3.16 12 February 2020, 14:01:23 UTC
f33708e Help: module CPack: add cross-reference to cpack-generators(7). 12 February 2020, 12:37:15 UTC
4949e12 Help: module CPack. Explain usage of the build targets. Explain the usage of the two new build targets, package and package_source. 12 February 2020, 12:23:08 UTC
72eaeb4 Help: module CPack: correction: 2 config files are generated, not just 1 Besides CPackConfig.cmake, the module also generates CPackSourceConfig.cmake. 12 February 2020, 12:22:51 UTC
c35a9ff Help: CPack module: Correct the summary (configure, not build) Including CPack does not "build" installers. It just *configures* them. 12 February 2020, 11:37:48 UTC
1e9328a Help: CMakePrintSystemInformation.cmake: Minor corrections. Punctuation. "file" -> "module" 12 February 2020, 11:34:08 UTC
44a698c Merge branch 'release-3.15' into release-3.16 11 February 2020, 19:53:47 UTC
46c8366 Ninja Multi-Config: Fix issue with "all" in CMAKE_NMC_DEFAULT_CONFIGS Prior to this fix, CMAKE_NMC_DEFAULT_CONFIGS would inherit "all" from the union of CMAKE_NMC_DEFAULT_BUILD_FILE_CONFIG and CMAKE_NMC_CROSS_CONFIGS. This is inconsistent with the behavior of the "all" target signifying CMAKE_NMC_CROSS_CONFIGS. Update "all" in CMAKE_NMC_DEFAULT_CONFIGS to inherit only from CMAKE_NMC_CROSS_CONFIGS. 11 February 2020, 15:49:54 UTC
e240371 Help: CPackIFWGenerator: explain relation to CPackIWF * Make overview more focussed * Explain the relation to CPackIFW 11 February 2020, 15:47:26 UTC
78779c6 Help: Show external link only once per page; explain abbreviation QtIFW. 11 February 2020, 15:47:26 UTC
0db0b72 Merge topic 'link-line-backtrace' into release-3.17 8752c1bd64 Merge branch 'backport-3.16-link-line-backtrace' e756328434 Propagate backtraces from LINK_LIBRARIES through to link line items Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: Dennis Klein <d.klein@gsi.de> Merge-request: !4344 11 February 2020, 14:08:38 UTC
818ec34 file: GLOB_RECURSE VerifyGlobs.cmake should have CMP0009 set to new In certain cases, rebuilds with CMake using the CONFIGURE_DEPENDS flag with GLOB_RECURSE could result in a reconfigure loop due to CMP0009 not being propogated to the generated VerifyGlobs.cmake script. During the inital configuration phase, RecurseThroughSymlinksOn() is called for recursive glob operations either by having the CMP0009 status not set to NEW or by explicitly providing the FOLLOW_SYMLINKS flag. At the end when the VerifyGlobs script is created, the FOLLOW_SYMLINKS flag is written according to the final resolved form through a call to GetRecurseThroughSymlinks(). Thus, setting CMP0009 to NEW in the generated file is safe and allows correct behavior whether or not the end user sets the policy status to NEW or OLD. 11 February 2020, 13:45:35 UTC
b620dc5 file: Fix GLOB_RECURSE LIST_DIRECTORIES documentation regarding CMP0009 11 February 2020, 13:45:35 UTC
715f90b Tests: Perform minor cleanups in RunCMake.file test 11 February 2020, 13:45:35 UTC
9442ae5 install: Fix regression when using default destinations In commit 9fc20a4f3e (install: Add sane set of defaults for DESTINATION and file type parameters, 2018-11-02, v3.14.0-rc1~410^2~1), a regression was introduced, in which an `install(TARGETS)` with a RUNTIME/LIBRARY/ARCHIVE DESTINATION but no PUBLIC_HEADER/PRIVATE_HEADER DESTINATION would then install the headers. The old behavior did not do this. Restore the old behavior. Fixes: #20326 11 February 2020, 13:34:16 UTC
a55d0c1 Merge topic 'ExternalProject-submodules-recurse' into release-3.17 0ba8010255 ExternalProject: Fix git submodule recursion on update Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4346 11 February 2020, 13:26:35 UTC
00cd726 Merge topic 'FindOpenMP-clang-windows' into release-3.17 ceb5ee4a7b FindOpenMP: Add support for Clang on Windows 2dbff623f9 FindOpenMP: Save flags/libs in cache entries each time they are detected Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4327 11 February 2020, 13:22:49 UTC
bdd4fb3 Merge topic 'FindPython-reduce-resources-comsumption' into release-3.17 3dab4682f6 FindPython: reduces consumption of resources Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4338 11 February 2020, 13:21:06 UTC
8e39e0c Merge topic 'swift-no-sdk-include' into release-3.17 5c2a92f44f Swift: Exclude SDK include paths Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4315 11 February 2020, 13:20:03 UTC
783f472 Merge topic 'FindMPI-fix-rerun' into release-3.17 b4d5ea8233 FindMPI: Preserve order of include directories on re-runs of CMake 8261ee3a9c FindMPI: Restore re-construction of include directories Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4341 11 February 2020, 13:17:45 UTC
0ba8010 ExternalProject: Fix git submodule recursion on update In commit 5bc6230741 (ExternalProject: Option to turn off recursive update of git submodules, 2019-10-16) we implemented the feature in the clone script written by `_ep_write_gitclone_script` but not in the update script written by `_ep_write_gitupdate_script`. Implement the latter by factoring out a common helper to use in both places. Fixes: #20335 10 February 2020, 23:14:42 UTC
ceb5ee4 FindOpenMP: Add support for Clang on Windows Fixes: #19404 10 February 2020, 22:20:19 UTC
2dbff62 FindOpenMP: Save flags/libs in cache entries each time they are detected 10 February 2020, 22:20:19 UTC
37fa692 Merge branch 'backport-3.16-link-line-backtrace' into release-3.16 Merge-request: !4344 10 February 2020, 21:18:22 UTC
8752c1b Merge branch 'backport-3.16-link-line-backtrace' 10 February 2020, 21:17:03 UTC
e756328 Propagate backtraces from LINK_LIBRARIES through to link line items Since commit d4d0dd0f6a (cmLinkLineComputer: Add ComputeLinkLibs overload with backtraces, 2019-09-13, v3.16.0-rc1~87^2~4), backtraces have been collected by `ComputeLinkLibs` by looking back through the link implementation libraries for one matching the text of the link line item. This is slow in projects with long link lines. Instead, teach `cmComputeLinkDepends` and `cmComputeLinkInformation` to carry backtrace information explicitly along with the text of each item. Fixes: #20322 10 February 2020, 21:11:38 UTC
b4d5ea8 FindMPI: Preserve order of include directories on re-runs of CMake The fix in commit 5861c6d450 (FindMPI: Preserve include order when extracting component directories, 2019-12-19) only works on the first run of CMake in which we find MPI. Extend the fix to save the compiler wrapper's entire include path in our cache without splitting anything out. That way we can preserve the order when CMake re-runs. Fixes: #20338 10 February 2020, 16:14:42 UTC
8261ee3 FindMPI: Restore re-construction of include directories The fix in commit 5861c6d450 (FindMPI: Preserve include order when extracting component directories, 2019-12-19) only works on the first run of CMake in which we find MPI. It preserves the include directories on the first run but still splits them up and saves the pieces in the cache. On future runs the pieces are not re-assembled, and we do not know the order anyway. Restore the re-assembly step so that at least all the include dirs are available. Leave preservation of the original order to later work. Issue: #20338 10 February 2020, 16:10:29 UTC
35e9fbe Merge topic 'ninja-multi-depfile' into release-3.17 67102d3252 Ninja Multi-Config: Add support for DEPFILE option in add_custom_command() Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4334 10 February 2020, 15:39:48 UTC
5c2a92f Swift: Exclude SDK include paths Populate `CMAKE_Swift_IMPLICIT_INCLUDE_DIRECTORIES` with the macOS SDK's include directory so that we filter such implicit directories out of Swift targets. Fixes: #19845 10 February 2020, 15:32:37 UTC
3dab468 FindPython: reduces consumption of resources Stores more information in the cache to reduce the number of sub-processes required on subsequent find_package calls. Fixes: #20337 10 February 2020, 11:41:04 UTC
67102d3 Ninja Multi-Config: Add support for DEPFILE option in add_custom_command() And give other generators a path forward to add support in the future. 07 February 2020, 19:18:54 UTC
ad17c37 Merge topic 'libarchive-win-codepage' into release-3.17 16e31523ba libarchive: Add support for UTF-8 locale on Windows f7c54d2049 libarchive: Fix WideCharToMultiByte output buffer size Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4332 07 February 2020, 15:23:44 UTC
135378f Merge topic 'ninja-multi-default-config-fix' into release-3.17 1844be451e Ninja Multi-Config: Fix issue with CMAKE_NMC_DEFAULT_BUILD_FILE_CONFIG Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4331 07 February 2020, 14:26:36 UTC
92faf1a Merge topic 'ninja-multi-no-minsizerel' into release-3.17 9e219de4fb Ninja Multi-Config: Don't include MinSizeRel by default Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !4326 07 February 2020, 14:17:26 UTC
6d7d0d2 Merge topic 'cuda_toolkit_add_cupti' into release-3.17 27b0d908d4 CUDAToolkit: Add support for cupti library c3d7f2e43b CUDAToolkit: Correct location of OpenCL doc link Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4329 07 February 2020, 14:15:45 UTC
3eae0aa Merge branch 'libarchive-win-codepage' into release-3.16 Merge-request: !4332 06 February 2020, 20:06:12 UTC
16e3152 libarchive: Add support for UTF-8 locale on Windows Backport libarchive upstream commit `c46e7993` (windows: Support UTF-8 locale, 2018-07-23, v3.4.0~105^2). Fixes: #20320 06 February 2020, 20:04:47 UTC
f7c54d2 libarchive: Fix WideCharToMultiByte output buffer size Fix `archive_string_append_from_wcs_in_codepage` to account for the already-used portion of the buffer when computing the size of the remaining buffer for ``WideCharToMultiByte` output. 06 February 2020, 20:04:47 UTC
1844be4 Ninja Multi-Config: Fix issue with CMAKE_NMC_DEFAULT_BUILD_FILE_CONFIG Fix an issue where CMAKE_NMC_DEFAULT_BUILD_FILE_CONFIG is specified and CMAKE_NMC_CROSS_CONFIGS is not, which results in a false error with CMAKE_NMC_DEFAULT_CONFIGS. 06 February 2020, 19:31:13 UTC
9e219de Ninja Multi-Config: Don't include MinSizeRel by default 06 February 2020, 16:07:38 UTC
27b0d90 CUDAToolkit: Add support for cupti library Fixes: #20318 06 February 2020, 14:41:24 UTC
c3d7f2e CUDAToolkit: Correct location of OpenCL doc link 06 February 2020, 14:40:30 UTC
13ef328 Begin 3.17 release versioning 05 February 2020, 16:37:19 UTC
8aa0a3d Help: Drop development topic notes to prepare release Release versions do not have the development topic section of the CMake Release Notes index page. 05 February 2020, 16:36:17 UTC
155540d Merge topic 'doc-3.17-relnotes' 730a53ef1d Help: Organize and revise 3.17 release notes ad33da76b1 Help: Consolidate 3.17 release notes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4322 05 February 2020, 16:34:21 UTC
730a53e Help: Organize and revise 3.17 release notes Add section headers similar to the 3.16 release notes and move each individual bullet into an appropriate section. Revise a few bullets. 05 February 2020, 15:36:11 UTC
ad33da7 Help: Consolidate 3.17 release notes Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.17.rst`. 05 February 2020, 15:36:11 UTC
2911e63 Merge branch 'release-3.16' 05 February 2020, 15:31:42 UTC
44b8937 CMake 3.16.4 05 February 2020, 14:19:24 UTC
56ddef6 Merge topic 'ninja-multi-cmake-build-no-config' bd4ae2af0f Help: Make note of ninja -f argument in Ninja Multi-Config docs 79e5b3c46a Help: Explain new behavior of cmake --build in Ninja Multi-Config 16a4ba5b31 Ninja Multi-Config: Use build.ninja if cmake --build has no --config 2ac835b9f9 Refactor: Allow generators to decide default configuration for build Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4323 05 February 2020, 14:11:10 UTC
94be195 Merge topic 'llvm-rc-preprocess' 1c2d031cbd Add -E cmake_llvm_rc to preprocess files for llvm-rc Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4219 05 February 2020, 14:10:16 UTC
12a72ba Merge topic 'typo' 878a096914 Help: Fix typo in Help/prop_tgt/OSX_COMPATIBILITY_VERSION.rst Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4325 05 February 2020, 14:09:02 UTC
b270042 Merge topic 'sdcc-no-default-target' 18d2e6fc8f SDCC: Remove default flags for a specific target Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4321 05 February 2020, 14:08:13 UTC
8504242 Merge branch 'release-3.16' 05 February 2020, 13:33:51 UTC
4b062c7 Merge topic 'vs-version-for-unity' 9135954e2f VS: Do not use native unity builds on VS 2017 versions less than 15.8 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4324 05 February 2020, 13:33:50 UTC
4b1a6a4 Merge topic 'vs-version-for-unity' into release-3.16 9135954e2f VS: Do not use native unity builds on VS 2017 versions less than 15.8 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4324 05 February 2020, 13:33:50 UTC
9a5fe4e CMake Nightly Date Stamp 05 February 2020, 05:01:11 UTC
bd4ae2a Help: Make note of ninja -f argument in Ninja Multi-Config docs 04 February 2020, 19:22:49 UTC
79e5b3c Help: Explain new behavior of cmake --build in Ninja Multi-Config 04 February 2020, 19:22:49 UTC
16a4ba5 Ninja Multi-Config: Use build.ninja if cmake --build has no --config If cmake --build is called with no --config argument, and a build.ninja file is available, use that instead of defaulting to the Debug config. 04 February 2020, 19:13:07 UTC
2ac835b Refactor: Allow generators to decide default configuration for build And allow them to read any cache values they need. 04 February 2020, 19:13:07 UTC
878a096 Help: Fix typo in Help/prop_tgt/OSX_COMPATIBILITY_VERSION.rst 04 February 2020, 18:42:22 UTC
9135954 VS: Do not use native unity builds on VS 2017 versions less than 15.8 VS 2017 version 15.8 introduced support for unity builds implemented in part by the `$(VCTargetsPath)/Microsoft.Cpp.Unity.targets` file. Do not enable unity builds on VS 15 versions that do not have that file. Fixes: #20284 04 February 2020, 16:46:18 UTC
304703f Merge branch 'release-3.15' 04 February 2020, 15:29:19 UTC
ebea30a CMake 3.15.7 04 February 2020, 14:02:13 UTC
28013c9 Merge topic 'cuda_remove_toolkit_dirs_from_implicit_includes' 87df637078 CUDA: Do not treat CUDA toolkit include directories as implicit Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4317 04 February 2020, 13:30:12 UTC
37af0fa Merge topic 'compiler-abi-no-Werror' d5895f50c3 CMakeDetermineCompilerABI: Avoid failing on warnings with -Werror Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4316 04 February 2020, 13:29:30 UTC
back to top