- Nov 14, 2024
-
-
ff9bc729 cmPolicies: Remove now-unused GetRequiredPolicyError method 659d8bd4 cmPolicies: Remove now-unused REQUIRED_IF_USED and REQUIRED_ALWAYS states 58a90857 cmPolicies: Simplify representation of removed policies dade8219 cmPolicies: Reduce boilerplate in policy table entries 453916df cmPolicies: Add missing license notice 9a28b065 cmGeneratorExpressionNode: Clarify constant in unreachable code path Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Craig Scott <craig.scott@crascit.com> Merge-request: !9993
-
9c23f8ed cmCTestUpdateCommand: Remove handler usage 255b1af5 cmCTestUpdateHandler: Move class into cmCTestUpdateCommand.cxx Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9980
-
Kitware Robot authored
-
- Nov 13, 2024
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
A policy that can be set defaults to `WARN` internally. A policy that has been removed always uses `NEW`. The `REQUIRED_IF_USED` and `REQUIRED_ALWAYS` states are not needed.
-
Brad King authored
Remove unnecessary `cmPolicies::` prefix from table entries. It can be written where the entries are expanded. This also prevents IWYU from complaining that the table is written before `cmPolicies::PolicyStatus` is declared.
-
Brad King authored
-
Brad King authored
-
7907c831 Link step: Add LINK_WARNING_AS_ERROR target property 656267c8 COMPILE_WARNING_AS_ERROR: rename methods to prepare link similar functionality Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !9984
-
-
d8559ec9 Linux: Recognize multiarch directories for musl-linux-any Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9991
-
d8559ec9 Linux: Recognize multiarch directories for musl-linux-any Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9991
-
-
f6c6032e FindImageMagick: Fix ARCH_INCLUDE_DIR detection for version 7 and newer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9990
-
f6c6032e FindImageMagick: Fix ARCH_INCLUDE_DIR detection for version 7 and newer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9990
-
-
d2997ab6 Linker configuration: Add missing platforms Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9992
-
d2997ab6 Linker configuration: Add missing platforms Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9992
-
-
007d7ea6 GoogleTest: Avoid extra call to set DISABLED test property in discovery 9a24c1e8 GoogleTest: Clear script content buffer on flush and flush less often Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !9982
-
007d7ea6 GoogleTest: Avoid extra call to set DISABLED test property in discovery 9a24c1e8 GoogleTest: Clear script content buffer on flush and flush less often Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !9982
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
Place declaration and definitions into places where following refactoring will cause minimal deltas.
-
Kitware Robot authored
-
- Nov 12, 2024
-
-
When bootstrapping Debian for musl-linux-any, the multiarch directories are not found due to an overly-specific regular expression. See https://bugs.debian.org/1085507 for the original bug report.
-
Marc Chevrier authored
The following platforms were missing: * Android * WindowsCE, WindowsPhone, WindowsStore and WindowsKernelModeDriver And enhance various Apple platforms support (iOS, tvOS, etc...) Fixes: #26439
-
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.
-
For very long test names, this can noticeably reduce the size of the generated file contents when tests are disabled. This change reduces how far beyond the flush threshold the content can grow before being flushed. Issue: #26431
-
There's no need to check if flushing is needed after every command is added to the variable holding the script content. It is enough to only check once per test name. This simplifies the flushing logic, removing the need for a separate flush_script() command. Previously, we were not clearing the flushed script contents in all cases, but this is now rigorously enforced at the one location where flushing is performed. Also simplify the flushing of the list of test names, since that too doesn't need a separate command. It is simpler and safer to handle that directly inline where the one call to flush_tests_buffer() was previously being made. Fixes: #26431
-
0994bc79 cmake: Preserve symlinks in references to itself when possible 0925abb0 cmSystemTools: Invert condition to make non-bootstrap logic easier to follow 46ac3082 cmSystemTools: Factor out helpers from FindCMakeResources b91ec8c4 cmSystemTools: Clarify decision to look for resources from the build tree cbee4eed cmSystemTools: Re-order resource and tool finding logic f6acf1f7 cmSystemTools: Reduce rightward drift in success path on UNIX 962e4479 cmSystemTools: Clarify app bundle layout on macOS 56632dda cmSystemTools: Remove redundant filesystem access on Windows ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Carlo Cabrera <carlo.antonio.cabrera@gmail.com> Merge-request: !9987
-
-
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
-
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
-
Brad King authored
-
Brad King authored
-
-
f941fb6c FindBoost: Add support for Boost 1.86 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9988
-
f941fb6c FindBoost: Add support for Boost 1.86 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9988
-