- May 11, 2023
-
-
Kitware Robot authored
-
- May 10, 2023
-
-
03af1c52 gitlab-ci: Move some macOS merge request jobs to arm64 hosts Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8465
-
7eeca582 gitlab-ci: Move macOS packaging jobs to arm64 hosts Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8464
-
44d13f50 ci: Update to ISPC 1.20.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8466
-
6a82852d Allow toolchain suffix without leading dash Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8462
-
1f1894af Ninja: Fix Fortran INCLUDE directive dependencies when not preprocessing 9075ebda Ninja: Rename internal Fortran scanner flag from --pp= to --src= 266634bc Fortran: Teach lexer to recognize LLVMFlang preprocessor dependencies efadf839 Tests: Teach RunCMake to ignore LLVMFlang -flang-experimental-exec warning c78be340 Tests: Teach RunCMake to ignore Intel Fortran remark 10440 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8461
-
Kitware Robot authored
-
- May 09, 2023
-
-
Brad King authored
Over time we are adding `arm64` hosts and removing `x86_64` hosts. Switch to using `arm64` for some of the more common jobs.
-
Brad King authored
Over time we are adding `arm64` hosts and removing `x86_64` hosts.
-
Brad King authored
-
db9af7e0 bootstrap: Add support for CXX containing flags 2ead798f bootstrap: Add support for CC containing flags 9a72fed7 bootstrap: Do not over-quote compiler variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8407
-
eacacc70 Clang: use -std=c++23 for Clang 17.0+ Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8460
-
Brad King authored
The value represents the source file to be scanned. It is not always preprocessor output.
-
Brad King authored
The line directives have the form `#line <path> <number>`, and do not have the line number before the path as other compilers do.
-
Brad King authored
This flag is needed for now to tell `flang-new` to support creating executables. In our CI job we always pass this flag, but it is not always used. The compiler may warn: flang-new: warning: argument unused during compilation: '-flang-experimental-exec' Teach RunCMake to drop such incidental lines before matching against expected output.
-
Brad King authored
The Intel Fortran compiler may remark: ifx: remark #10440: Note that use of a debug option without any optimization-level option will turnoff most compiler optimizations similar to use of '-O0' Teach RunCMake to drop such incidental lines before matching against expected output. This extends commit b2d030e8 (Tests: Teach RunCMake to ignore Intel -Rdebug-disables-optimization remarks, 2022-06-14, v3.26.0-rc1~395^2) to cover the `ifx` Fortran compiler too.
-
Kitware Robot authored
-
- May 08, 2023
-
-
dankm authored
FreeBSD installs both LLVM and gcc with tools named after the major version, in the form "clang<major>", such as "clang16". Detect compilers named this way, and find the related toolchain tools.
-
Rather than treating the user-provided CXX as a space-separated series of compilers, treat it as a single command-line fragment which possibly contains flags.
-
Rather than treating the user-provided CC as a space-separated series of compilers, treat it as a single command-line fragment which possibly contains flags.
-
They may contain flags.
-
Raul Tambre authored
Canonical flag changed in LLVM commit ba15d186e5cef2620d562c6c9d9a6d570382cd0a.
-
Kitware Robot authored
-
- May 07, 2023
-
-
Kitware Robot authored
-
- May 06, 2023
-
-
Kitware Robot authored
-
- May 05, 2023
-
-
0a5aeaf3 cmCTestRunTest: Consolidate test timeout selection logic 426e38cc cmCTestRunTest: Adopt decision for starting cmProcess timer 59336b29 cmCTestRunTest: Remove unnecessary arguments to ForkProcess 07b5087b Help: Document meaning of TIMEOUT test property with value 0 3edf7fbb ctest: Fix TIMEOUT test property with value 0 with --timeout flag 39a20a56 Tests: Move `CTestTestZeroTimeout` into `RunCMake.CTestTimeout` cd4038fe cmCTestTestHandler: Use in-class initialization of properties and results Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8455
-
c42630ee cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex 0fb923c4 cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8411
-
72faa9a0 CreateRulePlaceholderExpander(): enhance memory management Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8456
-
-
587c0443 FindCUDAToolkit: Support CUDA version extraction from version.json Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8451
-
587c0443 FindCUDAToolkit: Support CUDA version extraction from version.json Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8451
-
Kitware Robot authored
-
- May 04, 2023
-
-
Brad King authored
Test timeout selection was previously spread out over several locations. Consolidate it in a single place to make it easier to follow.
-
Brad King authored
-
Brad King authored
-
Brad King authored
An explicit zero TIMEOUT test property value should not be overridden by the `--timeout` flag.
-
Brad King authored
-
Marc Chevrier authored
This method returns now a std::unique_ptr instance rather than a raw pointer.
-