- Oct 18, 2017
-
-
- Oct 09, 2017
-
-
Kitware Robot authored
-
- Oct 08, 2017
-
-
Kitware Robot authored
-
- Oct 07, 2017
-
-
Kitware Robot authored
-
- Oct 06, 2017
-
-
Brad King authored
-
Brad King authored
Merge-request: !1348
-
Brad King authored
Merge-request: !1349
-
b32b717b cmInstallCommandArguments: do not access static members through `this` 7eaa964e cmProcessTools: fix minor issue introduced by 595feb32 85a7eaba cmGeneratorTarget: remove dead code 3345e2a2 cmcmd: let operator<< for NumberFormatter reset the stream's format flags Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1349
-
e25d88ec FindOpenMP: Fix link flags being used for compile Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1348
-
Kitware Robot authored
-
- Oct 05, 2017
-
-
Christian Pfeiffer authored
Fixes: #17307
-
Brad King authored
-
4f2a983c CPack: Fix PackageMaker .dmg HFS+ creation on macOS APFS hosts Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1354
-
Brad King authored
Merge-request: !1354
-
Brad King authored
When running `hdiutil create`, specify the HFS+ filesystem explicitly. Otherwise `hdiutil` may choose a filesystem based on the host. We do not want to create APFS images for `.dmg` packages because they may not mount on macOS versions prior to 10.12. This was missed in commit 39b50975 (CPack: Fix .dmg HFS+ creation on macOS APFS hosts, 2017-10-02). Reported-by: Alan Garny
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Release versions do not have the development topic section of the CMake Release Notes index page.
-
0565192a Help: Organize and revise 3.10 release notes dd5835c0 Help: Consolidate 3.10 release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1353
-
d210b281 Xcode: Adjust tests to drop of 32bit iOS architectures Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1347
-
Brad King authored
Add section headers similar to the 3.9 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
-
Matthias Männich authored
-
Matthias Männich authored
-
Matthias Männich authored
explicitLibraries can never be nullptr at this point
-
Matthias Männich authored
-
Gregor Jasny authored
-
Brad King authored
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.10.rst`.
-
7914fb82 CUDA: Fix default selection of host compiler used to drive linking Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1341
-
8b09c20c FindCUDA: Fix CMP0007 warning in run_nvcc.cmake Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1340
-
e55d69cf Tests: Remove ancient workaround in LoadCommand tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1342
-
f156b2fb FindMatlab: Add support for MATLAB 2017b Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Raffi Enficiaud <raffi.enficiaud@free.fr> Merge-request: !1343
-
31206157 FindOpenMP: Fix version if OpenMP doesn't work Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1344
-
Kitware Robot authored
-
- Oct 04, 2017
-
-
Christian Pfeiffer authored
-
Brad King authored
When no explicit `CMAKE_CUDA_HOST_COMPILER` is specified by the user then we do not pass `-ccbin` to `nvcc`. In this case, nvcc's link line we extract during the compiler identification step may not have the absolute path to the host compiler it uses to drive linking. If it is not absolute, use the `PATH=` from nvcc's output to search for it since that is the one `nvcc` would use. This fixes our internal `CMAKE_CUDA_HOST_LINK_LAUNCHER` value used to construct link lines when using `CUDA` as the linker language. It needs to match the host compiler `nvcc` uses internally during compilation. Fixes: #17323
-
Jamie Snape authored
-
574d6943 clang-format.bash: minor fixes to support MacOS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1339
-