| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
9433755e5d FindBacktrace: Add imported library
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9406
|
| |
| |
| |
| |
| |
| |
| | |
This is to avoid (a future version of) Qt from having to wrap
FindBacktrace like [1].
[1] https://code.qt.io/cgit/qt/qtbase.git/tree/cmake/FindWrapBacktrace.cmake
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
In commit f808d8afb9 (CMake: Support upcoming C++26 language level,
2022-08-19, v3.25.0-rc1~218^2) we forgot some necessary scaffolding.
Fixes: #25819
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
31acc90abe ci: Record expected C and CXX language standard support
c37e279014 Tests/CompileFeatures: Cover c_std_## and cxx_std_## meta-features
58cd9ee03c Tests/CompileFeatures: Factor out headers to compute C and C++ standard levels
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9401
|
| |/
| |
| |
| |
| |
| | |
Explicitly enable standard levels in the `CompileFeatures` test that are
expected to work in each job regardless of whether compiler inspection
detects support.
|
| | |
|
|/ |
|
|
|
|
|
|
|
| |
Add a `CPACK_WIX_VERSION` option to specify version WiX for
which the project is configured.
Fixes: #23910
|
|
|
|
|
| |
Run `.gitlab/ci/repackage/wix.ps1` with `-version 4.0.4`
and host the package file ourselves.
|
|
|
|
|
| |
WiX Toolset 4+ is provided only via nuget packages. Add a script to
repackage the parts we need for CMake's own testing and packaging.
|
|\
| |
| |
| |
| |
| |
| | |
615a1c6691 cmELF: Get correct section count for large ELF binaries
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9310
|
| |
| |
| |
| | |
Fixes: #24877
|
| |
| |
| |
| | |
Avoid requiring its location to be in the PATH environment variable.
|
| |
| |
| |
| | |
Drop the `WIX` environment variable.
|
| |
| |
| |
| | |
Prepare to provide multiple WiX major versions for testing.
|
| |
| |
| |
| | |
Drop the environment-based heuristic.
|
| |
| |
| |
| | |
Drop the environment-based heuristic.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add tests for standalone NASM usage
* Change generic ASM_NASM executable linker to <CMAKE_LINKER>
* Use CMAKE_SYSTEM_PROCESSOR to determine output format when used
without a C/CXX compiler
|
|/ |
|
|
|
|
|
|
| |
Extend the change from commit 840fa28d3d (ci: Explicitly disable Java
tests on Windows, 2021-12-16, v3.22.2~17^2) to cover NMake, JOM, and
Ninja Multi-Config jobs.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Add an option to specify the minimum allowed TLS version for https
connections.
Issue: #25701
|
|\
| |
| |
| |
| |
| |
| |
| | |
6c09451ed3 ci: Enable FindOpenMP tests in Intel nightly CI jobs on Windows
d427bfae61 FindOpenMP: Restore support for Intel compilers on Windows
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9284
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
adb6af6959 ci: host WiX 3.14.0.8606 binaries ourselves
4c32b3690d ci: update to WiX 3.14.0.8606 release
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9264
|
| |
| |
| |
| |
| |
| |
| | |
Follow the approach from commit 9ff7fffbf4 (ci: host WiX 3.14.0.6526
binaries ourselves, 2022-08-02, v3.24.0~6^2) for the updated version.
Since we use WiX to package our official release binaries, avoid relying
on an externally-hosted package by hosting it at `cmake.org`.
|
| |
| |
| |
| |
| | |
This official 3.14 release supports the `arm64` architecture.
Previously we used a development version for that.
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
0909fb9d48 ci: Enable Swift tests on Windows
a4e5715959 Tests/SwiftOnly: Bump minimum required CMake to 3.5
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Evan Wilde <etceterawilde@gmail.com>
Merge-request: !9231
|
| |
| |
| |
| | |
Issue: #25573
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
04959e0285 Tests: Verify CUDA::cupti existence on a subset of machines
09a3c8b46b CUDAToolkit: Correctly search all include paths from compiler
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9072
|
| |
| |
| |
| | |
When we know that the cupti library exists explicitly request the CUDA Toolkit test to verify the existence
|
|/ |
|
| |
|
|
|
|
| |
Issue: #25421
|
|
|
|
| |
An explicit `FI_PROVIDER=tcp` seems to be needed to pass the test.
|
|
|
|
|
| |
Starting with LLVM/Clang 17 we can use C++ modules with compiler
extensions enabled.
|
| |
|