summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2021-04-041-1/+1
|
* CMake Nightly Date StampKitware Robot2021-04-031-1/+1
|
* Merge branch 'release-3.20'Brad King2021-04-020-0/+0
|\
| * Merge branch 'release-3.19' into release-3.20Brad King2021-04-020-0/+0
| |\
* | \ Merge branch 'release-3.19'Brad King2021-04-020-0/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'ci-test-ext-done' into release-3.19Brad King2021-04-021-0/+6
| |\ \ | | | | | | | | | | | | Merge-request: !5971
* | \ \ Merge branch 'release-3.20'Brad King2021-04-020-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge topic 'ci-test-ext-done' into release-3.20Brad King2021-04-021-0/+6
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | 7829136a6f gitlab-ci: Tell CDash when a test-ext job is done Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5971
* | | | Merge topic 'ci-test-ext-done'Brad King2021-04-021-0/+6
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | 7829136a6f gitlab-ci: Tell CDash when a test-ext job is done Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5971
| * | | gitlab-ci: Tell CDash when a test-ext job is doneBrad King2021-04-021-0/+6
| | |/ | |/| | | | | | | | | | | | | | | | These jobs are self-contained and so can be re-run on their own to produce a whole new submission to CDash. Tell CDash when each submission is done so re-running a job replaces results rather than accumulating them.
* | | Merge branch 'release-3.20'Brad King2021-04-020-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'doc-IMPORTED_LOCATION' into release-3.20Brad King2021-04-021-4/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 08a25e4902 Help: Clarify IMPORTED_LOCATION documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5968
* | \ \ Merge topic 'doc-IMPORTED_LOCATION'Brad King2021-04-021-4/+4
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | 08a25e4902 Help: Clarify IMPORTED_LOCATION documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5968
| * | | Help: Clarify IMPORTED_LOCATION documentationmcc2021-04-011-4/+4
| | | | | | | | | | | | | | | | | | | | Prefer the macOS term "application bundle" over just "bundle". Put both macOS cases together.
* | | | Merge branch 'release-3.20'Brad King2021-04-020-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge topic 'FindMPI-host_link' into release-3.20Brad King2021-04-021-3/+4
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 666f689e48 FindMPI: avoid host link options to be propagated to device link step Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Robert Maynard <robertjmaynard@gmail.com> Acked-by: Alex <leha-bot@yandex.ru> Merge-request: !5966
* | | | Merge topic 'FindMPI-host_link'Brad King2021-04-021-3/+4
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 666f689e48 FindMPI: avoid host link options to be propagated to device link step Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Robert Maynard <robertjmaynard@gmail.com> Acked-by: Alex <leha-bot@yandex.ru> Merge-request: !5966
| * | | FindMPI: avoid host link options to be propagated to device link stepMarc Chevrier2021-04-011-3/+4
| | | | | | | | | | | | | | | | Fixes: #21887
* | | | CMake Nightly Date StampKitware Robot2021-04-021-1/+1
| | | |
* | | | Merge topic 'fujitsu-compiler-4.0-support'Brad King2021-04-0134-61/+408
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8ef55dec29 Help: Add release notes for Fujitsu compiler support 4c74c86f40 FindBLAS/LAPACK: Add support for the Fujitsu SSL2 library 376c300b25 FindOpenMP: Add support for Fujitsu compilers 9e0a1cf03e FindMPI: Add support for the Fujitsu compiler wrappers a237450948 Tests: Update for the FujitsuClang compiler 27579e9cf1 FujitsuClang: Add support for the Fujitsu compiler in Clang mode a55feff69c Tests: Update for the Fujitsu compiler 3c867cff4a Fujitsu: Add support for the Fujitsu compiler in Trad mode Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Axel Huebl <axel.huebl@plasma.ninja> Acked-by: Gilles Gouaillardet <gilles@rist.or.jp> Merge-request: !5954
| * | | | Help: Add release notes for Fujitsu compiler supportChuck Atkins2021-03-311-0/+11
| | | | |
| * | | | FindBLAS/LAPACK: Add support for the Fujitsu SSL2 libraryChuck Atkins2021-03-312-36/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also does some additional work to fix issues with libraries provided only via compiler options and no explicit library names. Co-Author: Yuichiro Utsumi <utsumi.yuichiro@jp.fujitsu.com>
| * | | | FindOpenMP: Add support for Fujitsu compilersChuck Atkins2021-03-311-0/+2
| | | | | | | | | | | | | | | | | | | | Co-Author: Yuichiro Utsumi <utsumi.yuichiro@jp.fujitsu.com>
| * | | | FindMPI: Add support for the Fujitsu compiler wrappersChuck Atkins2021-03-311-1/+6
| | | | | | | | | | | | | | | | | | | | Co-Author: Yuichiro Utsumi <utsumi.yuichiro@jp.fujitsu.com>
| * | | | Tests: Update for the FujitsuClang compilerYuichiro Utsumi2021-03-313-5/+5
| | | | |
| * | | | FujitsuClang: Add support for the Fujitsu compiler in Clang modeChuck Atkins2021-03-3110-9/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be front end compatible with vanilla clang but giving it a unique identifier allows a project to pass additional options unique to Fujitsu and outside the scope of a CMake builtin.
| * | | | Tests: Update for the Fujitsu compilerChuck Atkins2021-03-319-19/+25
| | | | |
| * | | | Fujitsu: Add support for the Fujitsu compiler in Trad modeChuck Atkins2021-03-3014-5/+212
| | | | | | | | | | | | | | | | | | | | Co-Author: Yuichiro Utsumi <utsumi.yuichiro@jp.fujitsu.com>
* | | | | Merge topic 'cmake-presets-condition-regex'Brad King2021-04-0111-0/+194
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5ac8b923f5 CMakePresets.json: Add matches condition Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5963
| * | | | | CMakePresets.json: Add matches conditionKyle Edwards2021-03-3111-0/+194
| | | | | |
* | | | | | Merge topic 'cpackrpm-debuginfo-single-package-install-erase-scripts'Brad King2021-04-017-2/+51
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 31c184ad69 CPackRPM: handle scripts in debuginfo single package mode Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5953
| * | | | | | CPackRPM: handle scripts in debuginfo single package modeDomen Vrankar2021-03-307-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabling CPACK_RPM_DEBUGINFO_SINGLE_PACKAGE while using rpm install or erase scripts resulted in resulted missing scripts for non default components. Fixes: #21974
* | | | | | | Merge branch 'release-3.20'Brad King2021-04-010-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'release-3.19' into release-3.20Brad King2021-04-010-0/+0
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'release-3.19'Brad King2021-04-010-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'doc-CMAKE_APPLE_SILICON_PROCESSOR' into release-3.19Brad King2021-04-011-3/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: !5965
* | \ \ \ \ \ \ Merge branch 'release-3.20'Brad King2021-04-010-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge topic 'doc-CMAKE_APPLE_SILICON_PROCESSOR' into release-3.20Brad King2021-04-011-3/+2
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | 3f04f69733 Help: CMAKE_APPLE_SILICON_PROCESSOR cannot be set in a toolchain file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5965
* | | | | | | Merge topic 'doc-CMAKE_APPLE_SILICON_PROCESSOR'Brad King2021-04-011-3/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3f04f69733 Help: CMAKE_APPLE_SILICON_PROCESSOR cannot be set in a toolchain file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5965
| * | | | | | Help: CMAKE_APPLE_SILICON_PROCESSOR cannot be set in a toolchain fileBrad King2021-04-011-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `CMakeDetermineSystem` determines the host system information before loading the toolchain file. Issue: #22012
* | | | | | | Merge branch 'release-3.20'Brad King2021-04-010-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'genex-HOST_LINK-in-try_compile' into release-3.20Brad King2021-04-015-2/+31
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6cf81efe7d Genex: $<HOST_LINK:> and $<DEVICE_LINK:> must be usable in try_compile Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5964
* | \ \ \ \ \ \ Merge topic 'genex-HOST_LINK-in-try_compile'Brad King2021-04-015-2/+31
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6cf81efe7d Genex: $<HOST_LINK:> and $<DEVICE_LINK:> must be usable in try_compile Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5964
| * | | | | | | Genex: $<HOST_LINK:> and $<DEVICE_LINK:> must be usable in try_compileMarc Chevrier2021-03-315-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #22007
* | | | | | | | Merge branch 'release-3.20'Brad King2021-04-010-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge topic 'CUDA-device-link' into release-3.20Brad King2021-04-015-8/+72
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bb96984ec9 CUDA Device link: Ensure all link options are correctly formatted Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5962
* | \ \ \ \ \ \ \ Merge topic 'CUDA-device-link'Brad King2021-04-015-8/+72
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bb96984ec9 CUDA Device link: Ensure all link options are correctly formatted Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5962
| * | | | | | | | CUDA Device link: Ensure all link options are correctly formattedMarc Chevrier2021-03-315-8/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #21994
* | | | | | | | | Merge branch 'release-3.20'Brad King2021-04-010-0/+0
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'make-fix-deps-paths' into release-3.20Brad King2021-04-011-1/+13
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1b346350af Makefiles dependencies: normalize windows paths Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5955