- Nov 18, 2020
-
-
Youmu authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
f3eed2c4 cmGlobalNinjaGenerator: use P1689 dependency file format for Fortran a02c4cca cmScanDepFormat: add reader and writer for the format from P1689R2 fa18069e Ninja: Exclude unused dyndep features during CMake bootstrap Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Hirsch, Ph.D. <michael@scivision.dev> Merge-request: !5485
-
fea49b2d CTest: Rename CudaMemcheck to CudaSanitizer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5514
-
-
fea49b2d CTest: Rename CudaMemcheck to CudaSanitizer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5514
-
Brad King authored
-
Kitware Robot authored
-
- Nov 17, 2020
-
-
a282714b gitlab-ci: Update Windows builds to MSVC 19.28 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5513
-
-
a282714b gitlab-ci: Update Windows builds to MSVC 19.28 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5513
-
Tobias Ribizel authored
-
Brad King authored
-
The module dependency specification format described in the C++ JTC1/SC22/WG21 paper [1] is also suitable for use by Fortran. [1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1689r2.html
-
This format is currently subject to change, but is not too far from the end goal. Some bits are currently unimplemented (see TODO comments).
-
cfce067b Tests: Add RunCMake.Make case for conflicting Makefile names 378c047a Makefiles: Explicitly tell 'make' tool what Makefile name to use Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5509
-
c826745f CPack/DEB: Do not crash when asked for debug symbols when there are none Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5443
-
7524501d PCH: Do not mark PCH-header as generated Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5510
-
c862e154 Suppress MSVC 14.28 C5105 warning triggered by Windows SDK Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5512
-
-
c862e154 Suppress MSVC 14.28 C5105 warning triggered by Windows SDK Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5512
-
Brad King authored
Issue: #21446
-
Kitware Robot authored
-
- Nov 16, 2020
-
-
b1ef2fff Xcode: Clean library paths to avoid linker duplicate symbol definitions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5511
-
-
b1ef2fff Xcode: Clean library paths to avoid linker duplicate symbol definitions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5511
-
Fixes: #21356
-
The PCH header file itself is written by CMake and is not generated by part of the buildsystem. Therefore the `GENERATED` property is not appropriate to set because the file is always present before the build starts. We already do not mark the PCH source file as `GENERATED` either. This is a preparation for solving #18399, which will no longer allow to unset the `GENERATED` property from a source-file once it was set. Fixes: #21437 Signed-off-by:
Deniz Bahadir <dbahadir@benocs.com>
-
Brad King authored
-
Brad King authored
Issue: #21418
-
CMake did not specify the filename of the Makefile generated by it. Due to GNU make precedence rules this means that the presence of a GNUmakefile or makefile would take precedence over the generated Makefile. This is only relevant for in-source builds and only whenever an alternative makefile by the above mentioned names exists. This patch adds the (seemingly universal) `-f` switch and the (hardcoded) filename (it is now hardcoded separately in these two files): - cmLocalUnixMakefileGenerator3.cxx - cmGlobalUnixMakefileGenerator3.cxx Fixes: #21418
-
c00a6d39 MSVC: Do not add /GR to CMAKE_CXX_FLAGS by default 6114c8e9 MSVC: Factor out initialization of /GR flag Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5508
-
6e35919e gitlab-ci: use Fedora 33 to build sources 061f7d5c gitlab-ci: update Linux CI to use Fedora 33 bd62d2ec ci: update to Fedora 33 for Linux builds ada31706 ci: install gmock in the Fedora 31 image 86f196f6 Tests/FindBoost/TestPython: support finding 3.8 and 3.9 6a834179 clang-tidy: ignore new warnings from newer versions d2b648ec clang-tidy: ignore `misc-no-recursion` Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5504
-
-
3d1183c4 Merge branch 'ci-fedora33-release' into ci-fedora33 6e35919e gitlab-ci: use Fedora 33 to build sources 061f7d5c gitlab-ci: update Linux CI to use Fedora 33 bd62d2ec ci: update to Fedora 33 for Linux builds ada31706 ci: install gmock in the Fedora 31 image 86f196f6 Tests/FindBoost/TestPython: support finding 3.8 and 3.9 6a834179 clang-tidy: ignore new warnings from newer versions d2b648ec clang-tidy: ignore `misc-no-recursion` Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5504
-
Kitware Robot authored
-
- Nov 15, 2020
-
-