- Jun 18, 2020
-
-
Brad King authored
Issue a deprecation warning on calls to `cmake_minimum_required` or `cmake_policy` that set policies based on versions older than 2.8.12. Note that the effective policy version includes `...<max>` treatment. This is important in combination with commit ca24b70d (Export: Specify a policy range in exported files, 2020-05-16, v3.18.0-rc1~133^2).
-
Brad King authored
Use 3.3 or 2.8.12 where possible.
-
Brad King authored
Use 3.3 or 2.8.12 where possible.
-
Brad King authored
-
58c05e1c Xcode: Use "Link Binary With Libraries" build phase when possible 927373b6 Xcode: Refactor generator variable names and types Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4882
-
742ff97f Refactor language standard computation 0892c798 cmMakefile: Change CompileFeatureKnown to take target name instead of target Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4803
-
032506ac cmake: implement error handling in configure_file Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4889
-
8d5a07ce FindLAPACK: Extend search directories for MKL d880d280 FindBLAS: Extend search directories for MKL Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4905
-
0fdfd6bf Tutorial: Install correctly when built statically Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4906
-
7c3204fc Tutorial: Correct Step9 wording Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4907
-
574f71ef try_compile: Refactor language standard level parsing Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4900
-
-
2ff68c00 ARMClang: Fix typo in -Xlinker flag Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4916
-
2ff68c00 ARMClang: Fix typo in -Xlinker flag Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4916
-
-
5f97e449 Tests: Shorten case names in RunCMake.target_link_libraries-* tests 0951b1fe Tests: Split RunCMake.target_link_libraries test Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4908
-
5f97e449 Tests: Shorten case names in RunCMake.target_link_libraries-* tests 0951b1fe Tests: Split RunCMake.target_link_libraries test Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4908
-
Fix a typo from commit ef816610 (ARMClang: allow fallback to -march and correct setting of --cpu flags, 2020-06-03, v3.18.0-rc1~18^2).
-
Kitware Robot authored
-
- Jun 17, 2020
-
-
4f6ce414 Help: Fix order of FindCUDAToolkit entry in 3.18 release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4910
-
-
4f6ce414 Help: Fix order of FindCUDAToolkit entry in 3.18 release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4910
-
Brad King authored
-
Brad King authored
-
Brad King authored
Drop the portion of the case names that repeats the name of the containing test.
-
Fixes: #20836
-
-
bdb105ee Help: Mention CUDA Clang limitations in 3.18 release notes fec7dd33 CUDA: Add issue number to Clang separable compilation error 14163d7d CUDA: Throw error for Clang on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4903
-
bdb105ee Help: Mention CUDA Clang limitations in 3.18 release notes fec7dd33 CUDA: Add issue number to Clang separable compilation error 14163d7d CUDA: Throw error for Clang on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4903
-
9ae33828 Tests: Shorten case names in RunCMake.file-GET_RUNTIME_DEPENDENCIES test 248d0570 Tests: Factor out RunCMake.file-GET_RUNTIME_DEPENDENCIES test Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4904
-
-
9ae33828 Tests: Shorten case names in RunCMake.file-GET_RUNTIME_DEPENDENCIES test 248d0570 Tests: Factor out RunCMake.file-GET_RUNTIME_DEPENDENCIES test Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4904
-
cb9fab49 Tests: Fix CudaOnly.StaticRuntimePlusToolkit build rpath Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4901
-
-
cb9fab49 Tests: Fix CudaOnly.StaticRuntimePlusToolkit build rpath Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4901
-
Try linking all target linked libraries through frameworks build phase instead of linker flags, thus letting Xcode manage build product paths correctly. Prevent adding duplicate entries to "Link Binary With Libraries" build phase. Add check for configuration-dependent linking - in case the library is not present in all configurations revert back to linker flags which are per-configuration. This does change the order of libraries linked, but that does not seem to matter for Apple linkers invoked by Xcode, even for static libraries. The linker will go back and re-consider a static library from earlier on the link line when more symbols from its objects are needed. Fixes: #14185
-
cmCoreTryCompile had significant code duplication around handling languages that offer standard levels. This refactoring reduces the complexity and makes it easier to add new languages in the future.
-
Kitware Robot authored
-
- Jun 16, 2020
-
-
Asit Dhal authored
Implement error handling in case it fails Fixes: #20696
-