- Dec 18, 2023
-
- Dec 17, 2023
-
-
Kitware Robot authored
-
- Dec 16, 2023
-
-
9bed4f4d Swift/Ninja: Split compilation model 64b33678 cmGlobalGenerator: Allow passing language to GetLangaugeOutputExtension Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8907
-
Kitware Robot authored
-
- Dec 15, 2023
-
-
88863d83 fileapi: Add test launcher to codemodel-v2 1ec0372e add_test: Optionally use a launcher for tests running in-project targets 478a5f4e fileapi: Make launcher attribute 'arguments' optional b44e38a3 cmFileAPICodemodel: Add missing std::move() Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8963
-
fe2fe52c curl: Set build options the way we need for CMake 548f0cfd Merge branch 'upstream-curl' into update-curl fe5ffe06 curl 2023-12-06 (7161cb17) 38f85b83 curl: Update script to get curl 8.5.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9069
-
-
04959e02 Tests: Verify CUDA::cupti existence on a subset of machines 09a3c8b4 CUDAToolkit: Correctly search all include paths from compiler Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9072
-
04959e02 Tests: Verify CUDA::cupti existence on a subset of machines 09a3c8b4 CUDAToolkit: Correctly search all include paths from compiler Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9072
-
-
9dc0392d FindBoost: Add support for Boost 1.84 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9075
-
9dc0392d FindBoost: Add support for Boost 1.84 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9075
-
Evan Wilde authored
Splitting the Swift build into an object build and a separate link step, instead of building and linking in one step. The immediate benefit is LSP support because we are able to emit compile-commands for Swift files now. Additionally, it is possible to specify flags to the compile step, enabling folks to emit C and C++ headers from their Swift builds for C/C++ interop, without needing custom commands. Eventually, this gives us a path toward working object libraries. Object Libraries: - Object libraries don't work today because CMake doesn't emit targets for object libraries into the Ninja build file. - tl;dr: Object libraries work if they aren't WMO. Still need work to make WMO'd object libraries work. Object libraries still don't completely work with this patch because, while we emit the targets, the `TARGET_OBJECTS` generator expression expansion has a separate mechanism for determining what the names of the objects are based on the input source files, so targets that depend on an object library built with a whole-module optimization will depend on objects based on the name of the source file instead of the actual emitted object file. These features require being able to accurately model wholemodule builds though, because we actually need to track object files and WMO affects what objects are emitted. For that, we require CMP0157 use the NEW policy. When it's OLD, we have to fall back on the old behavior and cannot provide object libraries or the compile-commands for LSP. Issue: #25308
-
Kitware Robot authored
-
- Dec 14, 2023
-
-
Robert Maynard authored
When we know that the cupti library exists explicitly request the CUDA Toolkit test to verify the existence
-
Robert Maynard authored
The CUDAToolkit usage of `find_path( PATHS )` was incorrectly quoting a list of paths causing none of them to be used.
-
Brad King authored
Update the list of known versions. Run the command cmake -DBOOST_DIR=/path/to/boost_1_84_0 \ -P Utilities/Scripts/BoostScanDeps.cmake to extract dependencies from the 1.84.0 source tree. They are the same as 1.83's dependencies, so just update the version check for warning about newer versions. Fixes: #25499
-
Brad King authored
-
Brad King authored
-
-
0f6e9d06 FindMatlab: Fix processing of multiple versions from Windows Registry Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9074
-
0f6e9d06 FindMatlab: Fix processing of multiple versions from Windows Registry Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9074
-
-
84930e9a FindTIFF: Restore support for projects that do not enable CMP0057 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9073
-
84930e9a FindTIFF: Restore support for projects that do not enable CMP0057 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9073
-
-
828df1d9 FindFreetype: Fix success message when config module is found Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9071
-
828df1d9 FindFreetype: Fix success message when config module is found Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9071
-
-
ef64c118 FindMatlab: Fix regression on Windows Registry lookup failure Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9070
-
ef64c118 FindMatlab: Fix regression on Windows Registry lookup failure Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9070
-
-
581acbce FindTIFF: consider `IMPLIB`-using platforms e8e7d9f7 FindTIFF: always find the config module quietly a575bebf FindFreetype: also consider RelWithDebInfo-built libraries d892dedf FindFreetype: always find the config module quietly Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9068
-
581acbce FindTIFF: consider `IMPLIB`-using platforms e8e7d9f7 FindTIFF: always find the config module quietly a575bebf FindFreetype: also consider RelWithDebInfo-built libraries d892dedf FindFreetype: always find the config module quietly Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9068
-
Kitware Robot authored
-
- Dec 13, 2023
-
-
Ben Boeckel authored
Support multi-config-providing and `IMPLIB`-using deployments with the `tiff-config` trampoline code. Follow the pattern used in `FindFreetype` by commit ae9890cd (FindFreeType: consider `IMPLIB`-using platforms, 2023-10-26, v3.28.0-rc4~10^2~3). See: #25485
-