- Feb 25, 2025
-
-
Daniel Pfeifer authored
-
Brad King authored
-
Brad King authored
-
b3da9c6d GenEx: Evaluate LINK_LIBRARIES target properties transitively Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10391
-
26691689 export: Allow compatible build-tree exports Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10392
-
609c9490 add_dependencies: Allow calling with no dependencies Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10372
-
08ca4fbc WINDOWS_EXPORT_ALL_SYMBOLS: Distinguish bigobj from cl -GL objects Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10382
-
0e2b8724 find_package: Fix CMAKE_FIND_PACKAGE_SORT_DIRECTION documented default Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10390
-
-
4f0fb738 libuv: Remove kvm dependency for all BSDs except NetBSD Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10385
-
4f0fb738 libuv: Remove kvm dependency for all BSDs except NetBSD Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10385
-
-
4e7b37ca instrumentation: Quote command arguments to preserve separation 99cd4d97 CTest: Fix startTime in test snippets when using instrumentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10386
-
4e7b37ca instrumentation: Quote command arguments to preserve separation 99cd4d97 CTest: Fix startTime in test snippets when using instrumentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10386
-
f9551f8b TestDriver: Fix -Wstrict-overflow for GCC 7 and earlier Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10383
-
Kitware Robot authored
-
- Feb 24, 2025
-
-
Matthew Woehlke authored
Modify how cmExportBuildFileGenerator::FindExportInfo collects target export information to properly record the export sets which export a target. (The old behavior treated every invocation as a separate set, which is reasonable for export(TARGETS) but does not allow referencing a target exported multiple times via export(EXPORT). This reflects recent changes to allow this for installed exports.)
-
The MSVC `/GL` flag generates an object of type `ANON_OBJECT_V1`. `bigobj` has version >= 2. Fixes: #25798
-
This dependency is not expressed in upstream libuv. It was added to CMake by commit 6a497bb0 (libuv: Link with kvm on FreeBSD, 2016-09-08, v3.7.0-rc1~143^2~1). It is needed only on NetBSD. Fixes: #26722
-
Martin Duffy authored
Fixes: #26713
-
Martin Duffy authored
Fixes: #26702
-
Initialize SystemStartTime for TestProcess.
-
Brad King authored
The `LINK_LIBRARIES` and `INTERFACE_LINK_LIBRARIES` target properties establish the graph of link dependencies used to propagate usage requirements transitively. Therefore the `$<TARGET_PROPERTY:...>` generator expression should evaluate them transitively as it does for other transitive properties. Add policy CMP0189 for compatibility. Fixes: #26709 Issue: #12435
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
8b5af40b GenEx: Fix evaluation of LINK_LIBRARIES as custom transitive property 161f703e GenEx: Restore evaluation context for conditional transitive properties 419c19d5 Tests: Extend CustomTransitiveProperties with custom transitive LINK_LIBRARIES ff2004d4 Tests: Extend CustomTransitiveProperties with non-transitive LINK_LIBRARIES d7f1a100 Tests: Split CustomTransitiveProperties argument checks into helper 2ccbad90 cmGeneratorExpressionDAGChecker: Construct with initializer list syntax 99fee572 cmGeneratorExpressionDAGChecker: De-duplicate constructor signature 82151ea2 cmGeneratorExpressionDAGChecker: Construct with initializer list syntax Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !10384