- May 28, 2020
-
-
61d746e5 FindOpenSSL: Detect OpenSSL 3.0.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4805
-
6ba84216 CPack-deb: don't add a line with a dot to pkg desc Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4806
-
- May 27, 2020
-
-
Jonathan Verner authored
Currently, if the package description ends with a newline (typically if it is read from a file) cpack -deb adds a single line with a dot at the end which leads to a violation of the `extended-description-contains-empty-paragraph` debian policy. This commit fixes the above behaviour. Fixes: #20763
-
The OpenSSL versioning is changing with the upcoming 3.0.0 release. https://www.openssl.org/blog/blog/2018/11/28/version/ Since 3.0.0, the patch letters are being dropped. The new format is: MAJOR.MINOR.PATCH The OPENSSL_VERSION variable can now be directly derived from the new OPENSSL_VERSION_STR macro. https://www.openssl.org/docs/manmaster/man3/OPENSSL_VERSION_NUMBER.html
-
bbb62dcc CTest: Make sure NOT_RUN tests show up in the failed test log c5032519 Tests: Add coverage of ctest_test RETURN_VALUE and REPEAT Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4801
-
Brad King authored
-
Issue: #20543
-
-
- May 25, 2020
-
-
b3e4fb51 Help: clarify add_definitions() and add_compile_definitions() behavior Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4786
-
dddb4f02 Ninja Multi-Config: Make "install" targets depend on default configs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4778
-
- May 24, 2020
-
-
Marc Chevrier authored
Fixes: #20736
-
- May 22, 2020
-
-
Kyle Edwards authored
And add an "install:all" target. Fixes: #20713
-
e55b21e2 CUDA: Compute CMAKE_CUDA_RUNTIME_LIBRARY default from toolchain 1086e930 CUDA: Propagate CMAKE_CUDA_RUNTIME_LIBRARY state to try_compile a4ea2931 Help: Correct CMAKE_CUDA_RUNTIME_LIBRARY applicability Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4762
-
- May 21, 2020
-
-
71e6854b FindPython: use CMAKE specific variables to look-up debug library Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4764
-
Since commit 0d014513 (CUDA: Add abstraction for cuda runtime selection, 2019-11-29, v3.17.0-rc1~83^2) we add CUDA runtime library selection flags by default. To maintain backwards compatibility the default CUDA runtime library needs to be computed based on what libraries are found on the initial compiler invocation. For example a toolchain could establish initial flags that have all CUDA compilations using the runtime version, and if we don't detect this we will try to link to both the static and shared runtime. Co-Author: Brad King <brad.king@kitware.com> Fixes: #20708
-
- May 20, 2020
-
-
-
-
88ad02f1 VS: Restore .sln support for VS Version Selector Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4765
-
- May 19, 2020
-
-
Brad King authored
Merge-request: !4765
-
- May 18, 2020
-
-
a9f4f58f cmGeneratorTarget: Clear AllConfigSources in ClearSourcesCache Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4751
-
Marc Chevrier authored
Fixes: #20714
-
- May 15, 2020
-
-
3719ddd3 Help: Add 3.16.7 release note for FindPkgConfig '-isystem' fix Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4752
-
Brad King authored
Merge-request: !4751
-
Brad King authored
Merge-request: !4752
-
Brad King authored
-
13ea1907 Help: Add 3.17.3 release note for Objective C/C++ compiler selection 16bf978e Merge branch 'backport-3.16-objc-env-vars' into objc-env-vars 67b9f55d Objective C/C++: Honor CC and CXX env vars to select compiler ab9be666 Help: Document OBJC and OBJCXX env vars for Objective C/C++ compilers Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4746
-
Brad King authored
In commit 40aa6c05 (cmGeneratorTarget: Add method to collect all sources for all configs, 2017-04-10, v3.9.0-rc1~268^2~5) we forgot to update `ClearSourcesCache` to also clear `AllConfigSources`. This leads to subtle cases where code paths like PCH handling that add sources during generation break depending on ordering. Suggested-by: Christian Fersch Fixes: #20712, #20702
-
- May 14, 2020
- May 13, 2020
-
-
0199dd9f ExternalProject: expose _ep_cache_args_script to the caller Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4710
-
- May 12, 2020
-
-
Ben Boeckel authored
This is needed so that the caller can add a dependency on the cache file. Fixes: #20668
-
6b2fb4ff VS: Fix using PCH from source with COMPILE_OPTIONS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4734
-
6c2514da MSVC: Use 'pragma system_header' in PCH only on cl 19.13 and above Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4736
-
f7a94cf2 XL: Install our Fortran 'cpp' helper script with execute permission Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4735
-