- Jul 27, 2022
-
-
e1d49847 Tests: Add RunCMake.try_compile case covering empty value arguments 6a858138 Tests: Add RunCMake.try_compile case covering list arguments with no values 7a5b1b60 cmCoreTryCompile: Select source-file signature project/target names earlier 8b0ee799 cmCoreTryCompile: Compute src-file signature build directory earlier e73c8eaf cmTry{Compile,Run}Command: Port away from legacy cmCommand 7ba3a329 try_compile: Refactor positional arg parsing 31ee3cd4 try_compile: Fail earlier when bindir is not an absolute path Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7513
-
feeb9ae4 VS: Add support for (lib)fuzzer /fsanitize=fuzzer flag Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7471
-
Kitware Robot authored
-
- Jul 26, 2022
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Convert the command entry points to free functions.
-
Brad King authored
-
Brad King authored
If the bindir is not an absolute path, other errors occur later. Fail early with a clear error in this case.
-
2eba10c5 cmArgumentParser: Drop unused parsedKeywords argument to Parse() 98cf6238 cmCTestHandlerCommand: Capture list of parsed keywords via binding 6ecd741b cmFileCommand: Capture list of parsed keywords via binding f7e81802 cmArgumentParser: Offer binding for list of parsed keywords f95a5832 cmArgumentParser: Drop unused keywordsMissingValue argument to Parse() 9a7efb68 cmArgumentParser: Offer private binding to cmParseArgumentsCommand Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7508
-
-
ee047a68 cmSystemTools: Factor out method to get Windows OS version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7509
-
ee047a68 cmSystemTools: Factor out method to get Windows OS version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7509
-
-
37e01773 Help: Clarify behavior of path-based equality conditions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7503
-
37e01773 Help: Clarify behavior of path-based equality conditions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7503
-
-
f5dd1817 Help: Clarify that VERIFY_INTERFACE_HEADER_SETS supports interface libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7507
-
f5dd1817 Help: Clarify that VERIFY_INTERFACE_HEADER_SETS supports interface libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7507
-
-
b141445f FindVulkan: Move dxc component docs into definition list 96573aec Merge branch 'backport-3.24-FindVulkan-relnotes' 0b538e40 FindVulkan: Add missing 3.24 release notes db66c384 FindVulkan: Format component documentation as definition list Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7502
-
0b538e40 FindVulkan: Add missing 3.24 release notes db66c384 FindVulkan: Format component documentation as definition list Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7502
-
Kitware Robot authored
-
- Jul 25, 2022
-
-
Brad King authored
Factor the implementation out of `cmGlobalGenerator`.
-
Brad King authored
-
Brad King authored
-
-
Brad King authored
-
Brad King authored
All clients have been ported to use a binding instead.
-
Brad King authored
-
Brad King authored
-
Brad King authored
Some clients ask for this list in their `Parse()` call. Offer them a way to express this request as a binding.
-
Brad King authored
All clients have been converted to encoding this requirement in their bindings.
-
Brad King authored
The `keywordsMissingValue` argument to `Parse()` is now needed only for the `cmake_parse_arguments` result `_KEYWORDS_MISSING_VALUES`. Offer its implementation a private binding for this. Our internal clients can use `ArgumentParser::NonEmpty<>` and friends to enforce the presence of values.
-
Kyle Edwards authored
-
-
4f7a0c25 Help: Document BYPASS_PROVIDER keyword for find_package() 76370e06 Help: Minor grammar fix for the Using Dependencies manual Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7501
-
4f7a0c25 Help: Document BYPASS_PROVIDER keyword for find_package() 76370e06 Help: Minor grammar fix for the Using Dependencies manual Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7501
-
-