https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
12a139f CMake 3.20.0-rc3 03 March 2021, 16:43:22 UTC
ef3d1eb Merge topic 'android-r22' into release-3.20 005e2cdfb0 Android: Do not use gold for ndk >= r22 ed7a87f270 Tests: Update RunCMake.Android for NDK r22 4950d35733 Help: Document CMAKE_ANDROID_NDK_VERSION variable 746906242d Android: Detect NDK version number Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5862 03 March 2021, 16:11:58 UTC
005e2cd Android: Do not use gold for ndk >= r22 Fixes: #21772 03 March 2021, 15:28:56 UTC
ed7a87f Tests: Update RunCMake.Android for NDK r22 Use `CMAKE_ANDROID_NDK_VERSION` to check for files expected based on the version of the NDK. 03 March 2021, 15:27:50 UTC
4950d35 Help: Document CMAKE_ANDROID_NDK_VERSION variable 03 March 2021, 15:27:50 UTC
7469062 Android: Detect NDK version number Report it in `CMAKE_ANDROID_NDK_VERSION`. 03 March 2021, 15:26:36 UTC
97944e0 Merge topic 'ci-nightly-ide-jobs' into release-3.20 e5698605d7 gitlab-ci: ignore failing tests for external IDE testing beb130c65d gitlab-ci: allow some jobs to ignore failing tests on nightly runs 18d6737e96 gitlab-ci: always upload test and release artifacts Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5871 03 March 2021, 14:04:31 UTC
d6670c5 Merge topic 'compilerid_require_success' into release-3.20 1bd8f19453 CMakeDetermineCompilerId: Fix REQUIRE_SUCCESS with multiple user flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5874 03 March 2021, 14:03:34 UTC
1bd8f19 CMakeDetermineCompilerId: Fix REQUIRE_SUCCESS with multiple user flags Need to quote the list expansion otherwise we'll try each argument separately. 02 March 2021, 14:20:45 UTC
b212fba Merge topic 'FindOpenGL-GLX-no-GLVND' into release-3.20 fb4b2ed0d3 FindOpenGL: handle GLX without GLVND Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5861 02 March 2021, 13:45:59 UTC
f957966 Merge topic 'more-import-export-guide-updates' into release-3.20 74c2ade187 Help/guide: fix the remaining CMake install destinations Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5870 02 March 2021, 13:45:14 UTC
e569860 gitlab-ci: ignore failing tests for external IDE testing 01 March 2021, 21:06:22 UTC
beb130c gitlab-ci: allow some jobs to ignore failing tests on nightly runs 01 March 2021, 20:51:27 UTC
18d6737 gitlab-ci: always upload test and release artifacts 01 March 2021, 20:51:07 UTC
c829b61 Merge topic 'compilerid_require_success' into release-3.20 bdc40742bd CMakeDetermineCompilerId: Test without COMPILER_ID_FLAGS if REQUIRE_SUCCESS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5863 01 March 2021, 19:56:30 UTC
74c2ade Help/guide: fix the remaining CMake install destinations Followup from !5674. 01 March 2021, 16:05:14 UTC
bdc4074 CMakeDetermineCompilerId: Test without COMPILER_ID_FLAGS if REQUIRE_SUCCESS If we REQUIRE_SUCCESS, i.e. TEST_FLAGS_FIRST must work, we need to also try without user flags. Fixes #21869. 27 February 2021, 12:25:26 UTC
fb4b2ed FindOpenGL: handle GLX without GLVND On Ubuntu, installing `libgl-dev` provides `libGL` and `libGLX`, but no `libOpenGL`. Avoid defining GLVND targets without the `OpenGL::OpenGL` target. 26 February 2021, 20:36:55 UTC
e53a73c Merge topic 'ci-xcode-12.4' into release-3.20 85ef0a84a0 gitlab-ci: update macOS jobs to use Xcode 12.4 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5858 25 February 2021, 15:52:35 UTC
85ef0a8 gitlab-ci: update macOS jobs to use Xcode 12.4 25 February 2021, 14:09:12 UTC
60280f0 Merge topic 'nvhpc-minor-fixes' into release-3.20 72efd95add PGI: Explicitly specify CMAKE_CXX98_STANDARD_COMPILE_OPTION 6bfb2c6175 HELP: Update compile-features documentation with missing compilers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5857 25 February 2021, 14:02:02 UTC
72efd95 PGI: Explicitly specify CMAKE_CXX98_STANDARD_COMPILE_OPTION The PGI ( and NVIDIA HPC ) compilers default C++ standard level are based on the GCC system headers it is compiling against. Therefore on newer platforms the default C++ level will be >= 11 and requesting C++98 compilation mode will fail as no explicit flag will be set. 24 February 2021, 18:47:03 UTC
6bfb2c6 HELP: Update compile-features documentation with missing compilers 24 February 2021, 18:09:59 UTC
498b7da CMake 3.20.0-rc2 24 February 2021, 16:21:15 UTC
ee17a15 Merge branch 'release-3.19' into release-3.20 24 February 2021, 15:58:14 UTC
0ecd9de CMake 3.19.6 24 February 2021, 15:08:43 UTC
a70f877 Merge topic 'better_cuda_compiler_detection_error_messages' into release-3.20 a0fc64ac24 CUDA: Improve error messages when CUDA compiler detection fails Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Raul Tambre <raul@tambre.ee> Merge-request: !5844 24 February 2021, 14:47:39 UTC
e95f7aa Merge topic 'preset-flag-consistency' into release-3.20 6fa3647023 ctest: Add support for '--prefix=<prefix>' form of the argument 3357d37761 cmake: Add support for '--build --prefix=<prefix>' form of the argument 2f13fdef0a cmake: Document '--preset <preset>' form of the argument Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5849 24 February 2021, 14:46:52 UTC
14c6a88 Merge topic 'LINK_LANGUAGE-genex-respects-LINKER_LANGUAGE-property' into release-3.20 b722eea925 Genex: LINK_LANGUAGE respects LINKER_LANGUAGE property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5841 24 February 2021, 14:45:50 UTC
261ba00 Merge topic 'autogen-cmp0116-fix' into release-3.20 339dbc901f Help: Note that CMP0116 is recorded at the time of CC creation e3740e020e Tests: Test Qt autogen target with CMP0116 set to WARN cf34011ce7 Tests: Test per-CC behavior of CMP0116 3a95503512 Ninja: Use CMP0116 status recorded at time of custom command's creation f01f10e8fb cmCustomCommand: Record value of CMP0116 at time of creation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5848 24 February 2021, 14:44:59 UTC
9569b3f Merge branch 'release-3.19' into release-3.20 24 February 2021, 14:42:39 UTC
75d7329 Merge topic 'preset-no-comments' into release-3.20 06e16ea008 Merge branch 'backport-3.19-preset-no-comments' into preset-no-comments afaa69f5b3 Tests: Remove comments from CMakePresetsTest/Good.json.in 4a92277f45 Revert "Help: Document JSON comment support in cmake-presets(7)" 431dd59b5e CMakePresets.json: Remove undocumented support for comments Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5853 24 February 2021, 14:42:00 UTC
cf21ea2 Merge topic 'ninja-status-stderr' into release-3.20 d33c2c93d8 Tests: Update for upstream ninja change to write status on stderr Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5850 24 February 2021, 14:41:03 UTC
fcf0c66 Merge branch 'backport-3.19-preset-no-comments' into release-3.19 Merge-request: !5853 24 February 2021, 14:39:20 UTC
06e16ea Merge branch 'backport-3.19-preset-no-comments' into preset-no-comments 24 February 2021, 14:33:59 UTC
afaa69f Tests: Remove comments from CMakePresetsTest/Good.json.in 24 February 2021, 14:33:50 UTC
4a92277 Revert "Help: Document JSON comment support in cmake-presets(7)" Revert commit 8f1e607ed9 (Help: Document JSON comment support in cmake-presets(7), 2021-02-18). The support for comments was a mistake when the feature was implemented in 3.19, and is being removed. 24 February 2021, 14:33:50 UTC
431dd59 CMakePresets.json: Remove undocumented support for comments Fixes: #21858 24 February 2021, 14:28:36 UTC
6714074 Merge topic 'ci-macos-arm64' into release-3.20 397ced99d7 gitlab-ci: Add macos-arm64 jobs for Ninja and Xcode 0755c2ffbb gitlab-ci: rename macos build and test jobs to macos-x86_64 73150a3798 ci: add sccache 0.2.15 custom build for aarch64-apple-darwin cab41b96ac ci: update to sccache 0.2.15 on linux builds 8dcbe5688a ci: Use Qt macOS 10.13+ package for macOS build and test jobs Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5851 23 February 2021, 18:00:45 UTC
397ced9 gitlab-ci: Add macos-arm64 jobs for Ninja and Xcode For now, leave these jobs out during merge requests. 23 February 2021, 16:21:59 UTC
0755c2f gitlab-ci: rename macos build and test jobs to macos-x86_64 This makes room for future equivalents for other architectures. The packaging jobs produce universal binaries, so leave them as-is. 23 February 2021, 16:21:59 UTC
73150a3 ci: add sccache 0.2.15 custom build for aarch64-apple-darwin Our custom build includes a patch to avoid server startup timeouts. 23 February 2021, 16:21:11 UTC
289ab61 Merge branch 'ninja-status-stderr' into release-3.19 Merge-request: !5850 23 February 2021, 16:01:14 UTC
d33c2c9 Tests: Update for upstream ninja change to write status on stderr Upstream ninja commit `ad3d29fb53` (Put builder output through status interface) from ninja PR 1899 changed the status output from stdout to stderr. In particular, `ninja: no work to do` is now printed on stderr. Update our RunCMake tests to accept this difference. A few RunCMake test cases check for `ninja: no work to do`. For those, move the message to stdout using `RunCMake_TEST_OUTPUT_MERGE`. The rest of the test cases do not care about the message, so remove it from the actual stderr content before comparing against that expected. 23 February 2021, 15:55:12 UTC
cab41b9 ci: update to sccache 0.2.15 on linux builds The upstream release includes binaries for the architectures we need. However, the binaries do not have execute permission in their tarballs, so add it explicitly. 23 February 2021, 14:33:28 UTC
8dcbe56 ci: Use Qt macOS 10.13+ package for macOS build and test jobs It is a universal binary for both `x86_64` and `arm64` architectures. 23 February 2021, 14:33:28 UTC
6fa3647 ctest: Add support for '--prefix=<prefix>' form of the argument The main `cmake --preset` argument for configure presets supports both forms, so support it for `ctest --preset` too. Fixes: #21855 23 February 2021, 14:22:00 UTC
a0fc64a CUDA: Improve error messages when CUDA compiler detection fails 23 February 2021, 14:21:42 UTC
339dbc9 Help: Note that CMP0116 is recorded at the time of CC creation 23 February 2021, 14:17:12 UTC
e3740e0 Tests: Test Qt autogen target with CMP0116 set to WARN 23 February 2021, 14:17:12 UTC
cf34011 Tests: Test per-CC behavior of CMP0116 23 February 2021, 14:17:12 UTC
3a95503 Ninja: Use CMP0116 status recorded at time of custom command's creation 23 February 2021, 14:14:31 UTC
f01f10e cmCustomCommand: Record value of CMP0116 at time of creation 23 February 2021, 14:14:31 UTC
3357d37 cmake: Add support for '--build --prefix=<prefix>' form of the argument The main `cmake --preset` argument for configure presets supports both forms, so support it for `cmake --build --preset` too. Issue: #21855 23 February 2021, 14:11:44 UTC
2f13fde cmake: Document '--preset <preset>' form of the argument This form already works. Document it and add tests. Issue: #21855 23 February 2021, 14:11:32 UTC
b722eea Genex: LINK_LANGUAGE respects LINKER_LANGUAGE property If target property LINKER_LANGUAGE is set, LINK_LANGUAGE generator expression evaluation must be always successful. This fix can be helpful to elaborate a solution for issue #21818. 23 February 2021, 13:14:14 UTC
c2c31ae Merge topic 'test-ExternalProject-CONFIGURE_HANDLED_BY_BUILD' into release-3.20 74fe16a292 Tests: Fix ExternalProject CONFIGURE_HANDLED_BY_BUILD on 1s filesystems Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5838 23 February 2021, 13:09:59 UTC
65b7040 Merge topic 'test-macos-arm64' into release-3.20 1c15eb39d2 Tests: Suppress failures on macOS arm64 due to separate Xcode signing phase 92418ac0ef Tests: Fix CTestTestCrash expected output on macOS arm64 8b22d9b3c3 Tests: Remove explicit no-signing marks from BundleTest 483db3de56 Tests: Clarify internal project name in RunCMake.GoogleTest cases Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5846 23 February 2021, 13:09:10 UTC
8362915 Merge topic 'cmake-gui-restore-search' into release-3.20 134d69121e cmake-gui: Restore search bar for cache view and environment dialog Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5845 23 February 2021, 13:07:31 UTC
e1ea0c9 Merge topic 'nag-fortran-include-moddir' into release-3.20 ec030877a2 NAG: Fix using Fortran modules from their output directory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5842 23 February 2021, 13:06:30 UTC
049c257 Merge topic 'per-config-autogen-info-file' into release-3.20 a3df25c694 Autogen: Don't change the order of HEADERS array in AutogenInfo.json Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5840 23 February 2021, 13:00:12 UTC
1c15eb3 Tests: Suppress failures on macOS arm64 due to separate Xcode signing phase Some tests fail because Xcode runs `POST_BUILD` commands before signing the binaries they run. Tell the linker to perform ad-hoc codesign even though Xcode normally tells it not to. Other tests fail because `install_name_tool` does not revise ad-hoc signatures without the codesign `linker-signed` flag. Add that flag ourselves where needed by our tests. For now these changes help our test suite pass so we can use it to cover everything else. Both of these cases may need further investigation to update CMake to help projects in general. Issue: #21845, #21854 22 February 2021, 23:47:13 UTC
134d691 cmake-gui: Restore search bar for cache view and environment dialog This was broken by commit f1de6f6682 (cmake-gui: Support building against Qt6, 2020-12-17, v3.20.0-rc1~205^2~7). Fixes: #21850 22 February 2021, 22:56:59 UTC
92418ac Tests: Fix CTestTestCrash expected output on macOS arm64 22 February 2021, 22:24:14 UTC
8b22d9b Tests: Remove explicit no-signing marks from BundleTest These were added by commit e29a92f525 (Xcode: Make BundleTests compatible with Xcode 11, 2019-09-01, v3.16.0-rc1~158^2). The real problem is that the `.app` is constructed with text files under the `.app/Contents/MacOS/` folder. Move those, and drop the special no-signing configuration. 22 February 2021, 18:58:24 UTC
483db3d Tests: Clarify internal project name in RunCMake.GoogleTest cases 22 February 2021, 18:30:19 UTC
74fe16a Tests: Fix ExternalProject CONFIGURE_HANDLED_BY_BUILD on 1s filesystems Following commit 7155e358c9 (ExternalProject: Add CONFIGURE_HANDLED_BY_BUILD option, 2020-12-16, v3.20.0-rc1~168^2), modify the CONFIGURE_HANDLED_BY_BUILD test to sleep 1.125 seconds to make sure the file timestamp is always updated regardless of the resolution of the underlying filesystem. Fixes: #21830 22 February 2021, 16:17:20 UTC
e9efa04 Merge topic 'fix-IS_NEWER_THAN-usage' into release-3.20 b0da671243 FetchContent: Don't update timestamps if files don't change 404cddb7bb ExternalProject: Fix misuse of IS_NEWER_THAN in timestamp checks Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5825 22 February 2021, 16:05:45 UTC
b0da671 FetchContent: Don't update timestamps if files don't change The refactoring in 17e5516e60 (FetchContent: Invoke steps directly and avoid a separate sub-build, 2021-01-29) uses a different way of writing out the step scripts and updating time stamps when steps are executed. That inadvertently always wrote out the scripts for custom commands, even when the contents didn't change. This caused their timestamp to always be updated, resulting in those steps always being seen as out-of-date and needing to be re-executed. The way timestamps were checked to determine whether to re-execute a step also did not adequately account for file systems which only have second-resolution timestamps. The IS_NEWER_THAN if condition also returns true when timestamps are the same, so one needs to use the negative form to get a true "is newer than" test. ExternalProject is not susceptible to this problem because it uses file(GENERATE) to write out the script files and that only updates the file's timestamp if the contents change. It also mostly leaves timestamp checking to the build tool. 22 February 2021, 16:02:20 UTC
404cddb ExternalProject: Fix misuse of IS_NEWER_THAN in timestamp checks When using a file system which only has second resolution timestamps, there is a reasonably high likelihood of timestamps being the same. The IS_NEWER_THAN test returns true when timestamps are the same, so don't redo downloads when they match exactly. 22 February 2021, 16:02:20 UTC
33d9308 Merge topic 'vs-pch-one-lang' into release-3.20 9945b3b565 VS: Restore support for PCH in CXX but not C within once target d9fd32b3b3 cmVisualStudio10TargetGenerator: Refactor per-source PCH logic Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5836 22 February 2021, 15:40:28 UTC
4879709 Merge topic 'cpackifw-scanbuild-fix' into release-3.20 90c2f138ee CPackIFWInstaller: Avoid potential null pointer dereference Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5832 22 February 2021, 15:39:30 UTC
b2b73ff Merge topic 'doc-cpack-dpkg-shlibdeps-l' into release-3.20 cf9a71870b Help: Fix CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5835 22 February 2021, 15:38:00 UTC
ec03087 NAG: Fix using Fortran modules from their output directory The NAG Fortran compiler's `-mdir` flag sets the module output directory but does not add the directory to the search path for using modules. This is inconsistent with other compilers like the GNU Fortran compiler's `-J` flag that does both. In order to make these consistent, add the module output directory with a `-I` flag on the NAG Fortran compiler so that it will be searched when using modules too. We already do this for the XL Fortran compiler since commit 210b0b99a9 (XL: Fix using Fortran modules from their output directory, 2020-02-28, v3.18.0-rc1~640^2~1). 22 February 2021, 14:38:12 UTC
a3df25c Autogen: Don't change the order of HEADERS array in AutogenInfo.json Qt6 reads our internal AutogenInfo.json file. In 92d7b456e5 (Autogen: Add support for per-config sources, 2020-10-20), the ordering of the HEADERS array elements was changed and this broke their cmake_automoc_parser. We don't need to change the order of the array elements, we can append to the existing ones instead. Do this to allow their cmake_automoc_parser to continue to work. Fixes: #21823 22 February 2021, 05:11:26 UTC
9945b3b VS: Restore support for PCH in CXX but not C within once target Fix logic from commit 9df1f33c9a (VisualStudio: move PCH rules to projects when possible., 2020-10-15, v3.20.0-rc1~638^2) to explicitly disable PCH on sources that should not use the target-wide PCH rules. Fixes: #21827 19 February 2021, 16:25:29 UTC
d9fd32b cmVisualStudio10TargetGenerator: Refactor per-source PCH logic De-duplicate the link language lookup. 19 February 2021, 16:25:03 UTC
4841061 Merge branch 'release-3.19' into release-3.20 19 February 2021, 14:42:14 UTC
020d8c8 Merge topic 'intel-fortran-preprocess' into release-3.20 c9244f369a IntelLLVM: Make explicit Fortran preprocessing under Ninja more robust 056d4bf528 Merge branch 'backport-intel-fortran-preprocess' af074c266e Intel: Make explicit Fortran preprocessing under Ninja more robust Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5826 19 February 2021, 14:35:18 UTC
c8ff06a Merge topic 'docpreset' into release-3.20 87b170d9f9 Help: Add build and test preset to examples in cmake-presets(7) 3f8cf006cb Help: Clarify preset name conflict rules in cmake-presets(7) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5823 19 February 2021, 14:34:35 UTC
5f32d8a Merge topic 'llvm-nm-cleanup' into release-3.20 06e5077688 bindexplib: remove stray debugging output when using llvm-nm Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5828 19 February 2021, 14:33:32 UTC
cf9a718 Help: Fix CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS documentation The docs added by commit d586a4ad60 (CPackDeb: dpkg-shlibdeps now supports searching for private shared libs, 2021-01-19, v3.20.0-rc1~115^2) specify the `-d` option, but the implementation actually uses the `-l` option. Issue: #21838 19 February 2021, 14:14:14 UTC
90c2f13 CPackIFWInstaller: Avoid potential null pointer dereference In d16830324f (CPackIFW: Improve warning and docs for show page list option, 2021-02-14), code was added to report the current QtIFW version. That code didn't check that there was a Generator object before using it, resulting in a scanbuild warning about a potential null pointer dereference. Add a check and output a more general warning message if we don't have the current QtIFW version available to report. 19 February 2021, 06:11:53 UTC
0ee997b Merge topic 'doc-if-links' into release-3.20 22140f7af3 Help: Add internal links to if() docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5824 18 February 2021, 20:12:30 UTC
87b170d Help: Add build and test preset to examples in cmake-presets(7) Co-Author: Brad King <brad.king@kitware.com> 18 February 2021, 19:53:28 UTC
3f8cf00 Help: Clarify preset name conflict rules in cmake-presets(7) 18 February 2021, 19:53:28 UTC
98ae005 Merge topic 'preset-json-comments' into release-3.20 8f1e607ed9 Help: Document JSON comment support in cmake-presets(7) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5830 18 February 2021, 19:52:26 UTC
af91c60 Merge topic 'doc-presets' into release-3.20 47ab2d4d2e Help: Clarify role of binaryDir inheritance in cmake-presets(7) 0e3c361f77 Help: Link to tool-specific preset arguments from cmake-presets(7) dd6165fbd4 Help: Mention version 2 in cmake-presets(7) cdbd1ae64b Utilities/Sphinx: Avoid converting -- to an en-dash Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5829 18 February 2021, 19:35:36 UTC
8f1e607 Help: Document JSON comment support in cmake-presets(7) 18 February 2021, 16:47:40 UTC
47ab2d4 Help: Clarify role of binaryDir inheritance in cmake-presets(7) Suggested-by: Michael Hirsch 18 February 2021, 16:01:29 UTC
0e3c361 Help: Link to tool-specific preset arguments from cmake-presets(7) Fixes: #21835 18 February 2021, 15:55:10 UTC
dd6165f Help: Mention version 2 in cmake-presets(7) Version 2 is required for build and test presets. Fixes: #21829 18 February 2021, 15:55:10 UTC
cdbd1ae Utilities/Sphinx: Avoid converting -- to an en-dash 18 February 2021, 15:55:09 UTC
22140f7 Help: Add internal links to if() docs 18 February 2021, 15:20:34 UTC
06e5077 bindexplib: remove stray debugging output when using llvm-nm Remove a debugging message left by commit c856d4556b (bindexplib: supporting llvm bitcode formats using llvm-nm, 2019-08-13, v3.16.0-rc1~161^2~1). 18 February 2021, 14:37:21 UTC
94408da Merge topic 'fix-intel-compiler-check' into release-3.20 dc7b6c2c06 DetermineCompiler: Fix copy-paste error in Intel Compiler detection Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5818 18 February 2021, 13:19:45 UTC
7599234 Merge branch 'backport-intel-fortran-preprocess' into release-3.19 Merge-request: !5826 18 February 2021, 13:13:49 UTC
eefcf2e Merge topic 'fetchcontent-patch-step-typo' into release-3.20 bd876f3849 FetchContent: Restore patch command support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5822 18 February 2021, 12:39:23 UTC
c9244f3 IntelLLVM: Make explicit Fortran preprocessing under Ninja more robust Tell the Fortran compiler to write preprocessor output directly to a file, as we do for the GNU compiler. The previous "redirect stdout" approach could break during ABI detection with some `mpif90` wrappers that add version information to stdout when called with `-v`. Issue: #21828 18 February 2021, 12:36:32 UTC
056d4bf Merge branch 'backport-intel-fortran-preprocess' 18 February 2021, 12:35:35 UTC
back to top