- 18 Dec, 2021 1 commit
-
-
Kitware Robot authored
-
- 17 Dec, 2021 13 commits
-
-
aca153b1 VS: Add custom VCEnd labels only in C# projects Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6808
-
d7b18895 cmake: Add filtered debug-find options Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Alex <leha-bot@yandex.ru> Merge-request: !6778
-
Add a `--debug-find-pkg=` option to debug find calls for specific packages. Add a `--debug-find-var=` option to debug find calls for specific return variables. Fixes: #21880
-
-
d4bb6c0c FindBoost: Add support for Python 3.10 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6809
-
d4bb6c0c FindBoost: Add support for Python 3.10 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6809
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
-
612c0d49 VS: Fix detecting icx.exe with Intel Compiler toolsets newer than 2021 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6806
-
612c0d49 VS: Fix detecting icx.exe with Intel Compiler toolsets newer than 2021 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6806
-
Kitware Robot authored
-
- 16 Dec, 2021 14 commits
-
-
In commit dff98aa9 (VS: add missing label in C# project-build events, 2021-12-15) the condition for adding our own `VCEnd` label was based on the project being managed or not. Since we support managed C++ projects, switch the condition to be based on whether the project is C#. Issue: #21440
-
Regexps in FindBoost assumed that python's minor version had only one digit. That became not true for 3.10. Fixes: #23025
-
-
840fa28d ci: Explicitly disable Java tests on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6807
-
840fa28d ci: Explicitly disable Java tests on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6807
-
Brad King authored
Avoid searching for a Java installation on Windows hosts. This will allow some CI hosts to have Java for other projects. We already do this on macOS. While at it, clarify the macOS setting.
-
ed9ac756 FetchContent: Fix typo in documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6803
-
1d709ea2 cmGeneratorTarget: Propagate backtraces from INTERFACE_LINK_LIBRARIES a84a62e0 cmTarget: Record backtraces for INTERFACE_LINK_LIBRARIES Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !6805
-
dff98aa9 VS: add missing label in C# project-build events Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6801
-
574b492b CUDA: Visual Studio Generator propagates definitions for PTX files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6802
-
-
d176ff71 FindBoost: Add support for Boost 1.78 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6804
-
d176ff71 FindBoost: Add support for Boost 1.78 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6804
-
Kitware Robot authored
-
- 15 Dec, 2021 9 commits
-
-
Brad King authored
Merge-request: !6806
-
The logic added by commit 7808cbd6 (CMakeDetermineCompilerId: support Intel DPC++ compiler toolset for VS gen, 2020-12-06, v3.20.0-rc1~330^2) matches a specific toolset known to be the `icx.exe` compiler, and assumes all other Intel C++ compilers (that are not DPC++) must be `icl.exe`. Since `icx.exe` is officially replacing `icl.exe`, use a regex that matches the now-fixed set of toolsets known to use `icl.exe`. Any other Intel C++ compiler will be assumed to be `icx.exe`. Signed-off-by:
William R. Dieter <william.r.dieter@intel.com>
-
Steven Boswell authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Update the list of known versions. Run the command cmake -DBOOST_DIR=/path/to/boost_1_78_0 \ -P Utilities/Scripts/BoostScanDeps.cmake to extract dependencies from the 1.78.0 source tree. The dependencies differ from those of 1.77: * The `log` component no longer depends on `date_time`. Fixes: #23016
-
Jukka Aho authored
-
780341f3 cmCustomCommand: Track main dependency explicitly Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6800
-
Kitware Robot authored
-
- 14 Dec, 2021 3 commits
-
-
From CUDA 9.0 to CUDA 11.4 the CUDA Visual Studio integration defines omitted user defines from PTX generation. With CUDA 11.5 this has been resolved, so we backport the fix to allow for consistent behavior when using CMake
-
Store the main dependency as the first entry in the dependency list plus a boolean member indicating its existence. Note that this slightly changes existing behavior: the main dependency was previously the last entry of the dependency list.
-
-