- Jun 08, 2023
-
-
f9579ffa FindCUDAToolkit: Add cupti nvperf and pcsampling targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8545
-
0e1abf7a cmcldeps: Avoid passing /nologo more than once to RC compiler f694e8d9 cmcldeps: Do not pass linker flags to cl 8600fb26 cmcldeps: Remove unused C and CXX support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8541
-
e4c53cdc BinUtils: Drop now-unnecessary cross-compiling workaround for Apple hosts 13733738 enable_language: Establish target platform identification variables earlier 1d916bf3 kFreeBSD,GNU: Provide multiarch library directory regex earlier Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8544
- Jun 07, 2023
-
-
-
Brad King authored
`rc /nologo /nologo ...` fails: fatal error RC1106: invalid option: -ologo Fixes: #24974 Inspired-by:
Benjamin Buch <benjamin.buch@technoteam.de>
-
Avoid cl `Command line warning D9035`. Fixes: #24906 Co-authored-by:
Brad King <brad.king@kitware.com>
-
We never set `CMAKE_NINJA_CMCLDEPS_{C,CXX}` anymore.
-
- Jun 06, 2023
-
-
Brad King authored
-
Brad King authored
Release versions do not have the development topic section of the CMake Release Notes index page.
-
6bc97b45 Help: Update Sphinx versionadded directives for 3.27 release 78d2c9fe Help: Organize and revise 3.27 release notes e6bcda8c Help: Consolidate 3.27 release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8539
-
Brad King authored
Run the script: Utilities/Sphinx/update_versions.py --since v3.26.0 --overwrite Manually remove directives added to new documentation of existing environment variables.
-
Brad King authored
Add section headers similar to the 3.26 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
-
36ec8963 VERIFY_INTERFACE_HEADER_SETS: Skip header files that have SKIP_LINTING Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8540
-
Kyle Edwards authored
Fixes: #24972
-
8c789bee AppleClang: Fix ASM compiler identification Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8537
-
bfa5b430 Apple text-based stubs: ensure runpath is correctly defined Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8536
-
988ac305 FindPython: update for distutils module deprecation Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8538
-
154fe00c cmUVProcessChain: Add Status::GetException() method Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8528
-
Kitware Robot authored
- Jun 05, 2023
-
-
Recent AppleClang compilers identify themselves as `Apple clang version 14.0.3 (clang-1403.0.22.14.1)`.
-
Kyle Edwards authored
-
Brad King authored
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.27.rst`.
-
99b2ccf8 cmake_file_api: New project command Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8530
-
679d201d gitlab-ci: Update HIP job to ROCm 5.5 427b0d24 ci: Update HIP image to ROCm 5.5 on Ubuntu 22.04 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8533
-
f4d28d9e HIP: Fix implicit include directory detection under /usr/include Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8534
-
3e462202 Test: Generate pseudo linters generator independent Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8532
-
5a77c2e0 FindOpenACC: Keep flags together in imported target usage requirements Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8531
-
54c5654f ctest: Optionally terminate tests with a custom signal on timeout e38c0568 CTest/cmProcess: Adopt field tracking reason for the process timeout 25c14683 cmCTestTestHandler: Remove outdated comment 41e8507a IWYU: Add mapping for bits/chrono.h to chrono Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8472
-
Projects can use the new command to request file API replies for the current run. No query files are generated, the query is tracked internally. Replies are created in the file system at generation time in the usual way. Fixes: #24951
-
Marc Chevrier authored
Fixes: #24956
-
Kitware Robot authored
-
- Jun 04, 2023
-
-
Marc Chevrier authored
This is a complement to !8204.
-
Kitware Robot authored
-
- Jun 03, 2023
-
-
Kitware Robot authored
-
- Jun 02, 2023
-
-
The `CMAKE_<LANG>_IMPLICIT_INCLUDE_DIRECTORIES` are computed using `try_compile` in `CMAKE_DETERMINE_COMPILER_ABI`, but the implicit include directories are not known during that `try_compile`. This can be a problem when the HIP runtime include path is `/usr/include`, because the runtime include path is always added to the userDirs and the compiler automatically includes standard library headers via `__clang_hip_runtime_wrapper.h`. Issue: #24562
-
Orkun Tokdemir authored
Fixes: #24968
-