summaryrefslogtreecommitdiffstats
path: root/.gitlab
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | ci: build clang-tidy plugin in pre-build stepKyle Edwards2022-12-051-1/+3
| | | | | | | | | | | | | | | | And use sccache and Ninja.
| * | | ci: add pre-build and post-build steps to LinuxKyle Edwards2022-12-053-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pre-build step will allow actions to be executed before the CMake build but after Ninja and sccache have been downloaded, so they can be used in the pre-build step. The env step is meant for setting up environment variables anyway, rather than performing actions. The post-build step will allow extra artifacts to be computed after the build is complete.
* | | | Merge topic 'ci-nvhpc'Brad King2022-12-061-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7d2979d6eb gitlab-ci: Select CUDA version explicitly in NVHPC job Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7987
| * | | | gitlab-ci: Select CUDA version explicitly in NVHPC jobBrad King2022-12-051-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The job added by commit 16a5c36795 (gitlab-ci: add nightly job testing NVHPC with Ninja on Linux, 2022-11-21) started failing after CI hosts were updated from NVIDIA driver version 520 to version 525. Somehow this causes the NVHPC multi-cuda `nvcc` wrapper to select CUDA 10.2 instead of 11.7 as with older driver versions. As a workaround, add the preferred version of `nvcc` to the PATH. Issue: #24225
* | | | Merge topic 'cxx-module-map-clang'Brad King2022-12-068-0/+112
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2c558cfd1b gitlab-ci: add CI jobs for Clang with C++20 modules abd42e9cfc ci: add a Docker container for clang support of C++20 modules 51093f3002 Clang-FindBinUtils: also find `clang-scan-deps` 0b333de923 ci: add C++ module rules file for Clang 21b9fb1e8c cmCxxModuleMapper: support the `clang` module map format 9c66224668 cmNinjaTargetGenerator: skip setting `depfile` for `none` scantypes 9123a0991f cmNinjaTargetGenerator: use `.clear()` to empty out some strings Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cristian Adam <cristian.adam@gmail.com> Merge-request: !7978
| * | | gitlab-ci: add CI jobs for Clang with C++20 modulesBen Boeckel2022-12-023-0/+30
| | | |
| * | | ci: add a Docker container for clang support of C++20 modulesBen Boeckel2022-12-024-0/+66
| | | |
| * | | ci: add C++ module rules file for ClangBen Boeckel2022-12-021-0/+16
| |/ /
* | | Merge topic 'cxxmodules-vs'Brad King2022-12-024-3/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 52c21cbbda ci: enable C++20 module testing with the VS 2022 generator 2991e92ea7 cmExperimental: recycle C++20 module support UUID 82833fb3c0 Help/dev/experimental: document C++20 module limitations 388acfd46d Tests/RunCMake/CXXModules: add support for Visual Studio 069a32b03c Tests/RunCMake/CXXModules: split out collation-requiring tests ef03a3a2f5 Tests/RunCMake/CXXModules: factor out generator support detection 736123464f Tests/RunCMake/CXXModules: update `NoDyndepSupport` for VS2019 and older 4a4ce031cd Tests/RunCMake/CXXModules: catch VS circular error message ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7972
| * | | ci: enable C++20 module testing with the VS 2022 generatorBen Boeckel2022-12-011-0/+3
| | | |
| * | | Tests/RunCMake/CXXModules: split out collation-requiring testsBen Boeckel2022-12-013-3/+3
| |/ / | | | | | | | | | | | | Visual Studio does not currently have a place to insert the logic required to implement this test, so skip it if possible.
* | | Merge topic 'ci-os-arch'Brad King2022-12-021-2/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 6a38c5dccb gitlab-ci: replace 'linux' tags with 'linux-x86_64' in upload jobs Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !7976
| * | gitlab-ci: replace 'linux' tags with 'linux-x86_64' in upload jobsBrad King2022-12-011-2/+2
| | | | | | | | | | | | | | | These were missed by commit 94d82d91d5 (gitlab-ci: replace 'linux' tags with 'linux-x86_64', 2022-11-30).
* | | Merge topic 'find_cudatoolkit_avoid_nvhpc_symlinks'Brad King2022-12-011-3/+0
|\ \ \ | |/ / |/| | | | | | | | | | | | | | 9d012b1f69 FindCUDAToolkit: Ensure that paths provided have no symlinks Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7974
| * | FindCUDAToolkit: Ensure that paths provided have no symlinksRobert Maynard2022-11-301-3/+0
| | | | | | | | | | | | Fixes: #24188
* | | gitlab-ci: drop unnecessary linux kernel version tagBrad King2022-11-301-19/+2
| | | | | | | | | | | | | | | All our CI hosts now have Linux kernel version 3.17 or higher, so we no longer need a dedicated tag.
* | | gitlab-ci: replace '{macos,windows}' tags with '{macos,windows}-x86_64'Brad King2022-11-302-8/+8
| | | | | | | | | | | | | | | The latter tags are now available on our CI runners to more explicitly distinguish `{macos,windows}-x86_64` from `{macos,windows}-arm64`.
* | | gitlab-ci: replace 'linux' tags with 'linux-x86_64'Brad King2022-11-301-5/+5
| | | | | | | | | | | | | | | The latter tag is now available on our CI runners to more explicitly distinguish `linux-x86_64` from `linux-aarch64`.
* | | gitlab-ci: rename tag configuration entries to start in '$os_$arch_tags'Brad King2022-11-303-17/+17
| | | | | | | | | | | | | | | This groups their definitions nicely, and makes their purpose more clear from reference sites.
* | | gitlab-ci: remove unnecessary component of configuration entry namesBrad King2022-11-302-16/+16
|/ / | | | | | | | | The '_builder' part of tag entry names is not useful with our current naming conventions.
* | Merge topic 'ci-nvhpc'Brad King2022-11-296-0/+56
|\ \ | | | | | | | | | | | | | | | | | | | | | 16a5c36795 gitlab-ci: add nightly job testing NVHPC with Ninja on Linux 9474d02386 Tests: Clarify CudaOnly.SeparateCompilationPTX output Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7946
| * | gitlab-ci: add nightly job testing NVHPC with Ninja on LinuxBrad King2022-11-286-0/+56
| | |
* | | Merge topic 'msvc-cxx-no-optin-experimental-flag'Brad King2022-11-291-0/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 12e4bc73cb MSVC: don't opt into dyndep support Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7965
| * | MSVC: don't opt into dyndep supportBen Boeckel2022-11-281-0/+2
| | | | | | | | | | | | | | | | | | | | | Instead, just set the variables for how scanning works since that is part of the compiler mechanisms. Fixes: #24198
* | | gitlab-ci: add jobs to test with Clang and LLVMFlang on FedoraBrad King2022-11-187-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We already have `t:debian10-{makefiles,ninja}-clang` jobs covering old versions of Clang with Makefile and Ninja generators. Complement them with new `t:fedora37-{makefiles,ninja}-clang` jobs covering recent versions of Clang. Fedora 37 now packages LLVMFlang, so enable Fortran tests with that compiler too. Issue: #22387
* | | gitlab-ci: use Fedora 37 images and environmentsBrad King2022-11-1722-38/+38
| | |
* | | ci: add LLVMFlang compiler to Fedora base imageBrad King2022-11-171-0/+3
| | | | | | | | | | | | | | | | | | Also explicitly install `clang`. Issue: #22387
* | | ci: update Linux image to Fedora 37Brad King2022-11-175-4/+4
| | |
* | | ci: Enable FindOpenMP tests on macOS Ninja and Makefiles jobsBrad King2022-11-1410-1/+49
| | | | | | | | | | | | | | | Since Apple does not distribute the OpenMP header and library with its AppleClang compiler, download them as part of the jobs.
* | | Merge topic 'ci-windows-arm64'Brad King2022-11-146-7/+78
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 09c1b1db07 gitlab-ci: Add windows-arm64 native jobs for Ninja and VS 61ebd7d083 ci: Download cmake on windows-arm64 93a5d89b42 ci: Teach cmake download script on Windows to branch on host architecture 1ccffcf0ea ci: Factor out helper to load python into environment on Windows 781303c0e2 ci: Factor out helper to load qt into environment on Windows b0d16c7f74 Tests: Fix CTest.UpdateGIT under repo-local defaultBranch config Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !7905
| * | | gitlab-ci: Add windows-arm64 native jobs for Ninja and VSBrad King2022-11-114-4/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Windows ARM64 native CI jobs to build and test with Ninja, and to test with VS. Issue: #23624
| * | | ci: Download cmake on windows-arm64Brad King2022-11-111-0/+3
| | | |
| * | | ci: Teach cmake download script on Windows to branch on host architectureBrad King2022-11-111-2/+9
| | | |
| * | | ci: Factor out helper to load python into environment on WindowsBrad King2022-11-112-3/+5
| | | |
| * | | ci: Factor out helper to load qt into environment on WindowsBrad King2022-11-112-2/+5
| | | |
* | | | Merge topic 'msvc-19.34-cpp-modules'Brad King2022-11-141-10/+0
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | | | 0e9782b336 msvc: bless MSVC 19.34 support for C++ modules as experimental Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7745
| * | msvc: bless MSVC 19.34 support for C++ modules as experimentalBen Boeckel2022-11-111-10/+0
| | | | | | | | | | | | Visual Studio 17.4 now contains official support for what CMake needs.
* | | Merge topic 'ci-msvc-14.34'Brad King2022-11-111-40/+19
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | bd5176abac gitlab-ci: Update Windows packaging builds to MSVC 14.34 toolset ccdff280f4 gitlab-ci: Update Windows non-packaging builds to MSVC 14.34 toolset Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7891
| * | gitlab-ci: Update Windows packaging builds to MSVC 14.34 toolsetBrad King2022-11-101-35/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problems with `cmake-gui` when compiled with the MSVC 14.33 toolset, that did not occur with the MSVC 14.32 toolset, no longer occur with the MSVC 14.34 toolset. Revert commit cb8b27a901 (gitlab-ci: Use separate MSVC toolset specification for packaging jobs, 2022-08-18, v3.24.2~24^2~1) and update the remaining toolset version references. Fixes: #23859
| * | gitlab-ci: Update Windows non-packaging builds to MSVC 14.34 toolsetBrad King2022-11-101-5/+5
| | |
* | | Merge topic 'ci-clang15-windows'Brad King2022-11-1110-36/+33
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | 46b2849550 ci: Update LLVM/Clang to 15.0 in nightly CI jobs on Windows 3eb94e4d51 ci: Simplify LLVM/Clang CI job specs on Windows 8ba5835c8d ci: Factor out helper to load clang into environment on Windows bf2e4a2e85 ci: Factor out helper to load ninja into environment on Windows 93ff726114 Tests: Fix TryCompile bad source case for clang-cl 15 on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7897
| * | ci: Update LLVM/Clang to 15.0 in nightly CI jobs on WindowsBrad King2022-11-101-5/+9
| | |
| * | ci: Simplify LLVM/Clang CI job specs on WindowsBrad King2022-11-103-11/+3
| | | | | | | | | | | | | | | Move environment setup to job-specific scripts so we can reuse the common `.cmake_test_windows_external` code path.
| * | ci: Factor out helper to load clang into environment on WindowsBrad King2022-11-105-13/+16
| | |
| * | ci: Factor out helper to load ninja into environment on WindowsBrad King2022-11-103-10/+8
| | |
| * | Merge topic 'ci-xcode-14.1' into release-3.25Brad King2022-11-041-6/+6
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | 0d3d687067 gitlab-ci: update macOS jobs to use Xcode 14.1 9684a589ca Source: Replace uses of sprintf with safer snprintf in CMake 3.24 branch eea23d21a3 Source: Tell Git not to check whitespace in third-party curses form code Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7863
* | | Merge topic 'ci-xcode-14.1'Brad King2022-11-041-6/+6
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | 0d3d687067 gitlab-ci: update macOS jobs to use Xcode 14.1 9684a589ca Source: Replace uses of sprintf with safer snprintf in CMake 3.24 branch eea23d21a3 Source: Tell Git not to check whitespace in third-party curses form code Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7863
| * | gitlab-ci: update macOS jobs to use Xcode 14.1Brad King2022-11-031-6/+6
| | |
* | | Merge topic 'ci-swift-5.7'Brad King2022-11-031-4/+4
|\ \ \ | | |/ | |/| | | | | | | | | | | | | 48ea2ce504 ci: Update debian10-ninja job to use Swift 5.7.1 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7860
| * | ci: Update debian10-ninja job to use Swift 5.7.1Brad King2022-11-021-4/+4
| | |