- Nov 12, 2024
-
-
The `magick-baseconfig.h` header has been moved to a different subdirectory. See https://bugs.debian.org/1087233 for the original bug report in Debian.
-
2d228201 Help: Guard calls to pkg_check_modules in cmake-developer(7) example 674a9878 FindSQLite3: Guard calls to pkg_check_modules Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9983
-
Brad King authored
-
f941fb6c FindBoost: Add support for Boost 1.86 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9988
-
fff8e3f6 ci: Rebuild Fedora 41 image with updates Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9989
-
Brad King authored
f941fb6c FindBoost: Add support for Boost 1.86 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9988
-
- Nov 11, 2024
-
-
Brad King authored
In particular, get: * flang-19.1.0-2.fc41 to restore OpenMP support * IWYU 0.23 for LLVM/Clang 19 support
-
aae8d604 Help: Add missing one-line summary to policy CMP0132 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9986
-
Brad King authored
Update the list of known versions. Run the command cmake -DBOOST_DIR=/path/to/boost_1_86_0 \ -P Utilities/Scripts/BoostScanDeps.cmake to extract dependencies from the 1.86.0 source tree. They are the same as 1.85's dependencies, so just update the version check for warning about newer versions. Fixes: #26433
-
This was missed in commit 25b94758 (Modules: Guard calls to pkg_check_modules, 2024-08-07, v3.31.0-rc1~236^2).
-
This was missed in commit 25b94758 (Modules: Guard calls to pkg_check_modules, 2024-08-07, v3.31.0-rc1~236^2).
-
- Nov 06, 2024
-
-
Brad King authored
-
- Nov 01, 2024
-
-
Brad King authored
-
c1ddff67 ci: use JSON to transfer environment variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9963
-
Brad King authored
c1ddff67 ci: use JSON to transfer environment variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9963
-
Brad King authored
-
70fd49f0 Merge branch 'ci-use-only-needs-3.30' into ci-use-only-needs ea31d090 gitlab-ci: remove `dependencies` from jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9964
-
Brad King authored
ea31d090 gitlab-ci: remove `dependencies` from jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9964
-
- Oct 31, 2024
-
-
Ben Boeckel authored
* ci-use-only-needs-3.30: gitlab-ci: remove `dependencies` from jobs
-
Ben Boeckel authored
Historically, `needs` specifies the jobs which need to complete successfully and `dependencies` specifies the jobs which provide artifacts which should be used. Modern GitLab discourages using both as `needs` now supports an `artifacts` key to say "depend on but do not use artifacts", so remove `dependencies` and use `needs:artifacts` where necessary. See: https://docs.gitlab.com/ee/ci/yaml/#needsartifacts
-
Ben Boeckel authored
The `set` command in `cmd` has terrible properties in that there's no real structure to it. Sensitive sequences in values or variable names that are escaping sequences can be interpreted at the wrong time or things like newlines in values are not escaped at all and cause ambiguities in parsing. Avoid all of that and use PowerShell to use JSON as a communication mechanism.
-
- Oct 29, 2024
-
-
Brad King authored
-
4207687a Help: Update AIX_SHARED_LIBRARY_ARCHIVE for versioned shared objects Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9954
-
This was missed in commit dc8e4f8f (AIX: Enable versioned shared objects with CMAKE_AIX_SHARED_LIBRARY_ARCHIVE, 2024-10-10, v3.31.0-rc2~8^2).
-
3ae03199 bash-completion: Complete a workflow name after the --workflow option Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9943
-
6aa2e223 Help: Add 3.31 release note for cmake_parse_arguments CMP0174 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9955
-
c8567acc cmake_parse_arguments: Restore capture of value after repeated keyword Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9953
-
- Oct 28, 2024
-
-
This was left out by commit ceeea4e5 (cmake_parse_arguments: Set variable if empty string given after keyword, 2024-08-18, v3.31.0-rc1~175^2).
-
When a single-value keyword is repeated, and the first instance is missing a value, it prevents the value from the second instance from being stored in a variable. This was a regression introduced by commit ceeea4e5 (cmake_parse_arguments: Set variable if empty string given after keyword, 2024-08-18). That change also didn't create a variable if the keyword was given but without a value. The purpose of the change was to always define a variable if a keyword was given. Lastly, that change didn't protect the CMP0174 logic to make it only apply to the PARSE_ARGV form. The first two of the above problems are fixed here by tracking the keywords given instead of checking which keywords were missing values. The third problem is also fixed here, being tightly coupled to the same logic as the first two problems. Fixes: #26397
-
fb0b3d15 FindCUDAToolkit: Remove debug message Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robertjmaynard@gmail.com> Merge-request: !9946
-
39fd3964 LINK_LIBRARIES_STRATEGY: Rename strategies to clarify expectations Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Craig Scott <craig.scott@crascit.com> Merge-request: !9949
-
566b07bb ci: Restore cmake.org html documentation search results for index entries c8591c61 ci: use Fedora 41 images and environments 46d89b85 ci: update Linux image to Fedora 41 e6da61fc ci: Run Fedora + Makefiles job on x86_64-v3 hosts for mpich+libfabric 92d5c48b CTestCustom: Suppress clang-analyzer warning in libuv 5c7a55ed cmStringAlgorithms: Fix core.NonNullParamChecker diagnostic in cmAlphaNum 51ed0eba KWSys: SystemInformation: Add missing EOF check when reading /proc/cpuinfo f60b4c55 Utilities/Sphinx: Tell linkcheck to not treat timeouts as broken ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9947
-
- Oct 27, 2024
-
-
Alex Turbov authored
Update bash completion for commit b80aa1d3 (preset: Easier command line interface for Workflow Presets, 2024-09-30, v3.31.0-rc1~17^2). Issue: #26270
-
- Oct 26, 2024