- Jul 26, 2021
-
-
-
ba6d1947 Help: Add cross-references between test output size ctest variables cdde9e5a Help: Improve wording and cross-referencing for ctest JUnit output Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6389
-
ba6d1947 Help: Add cross-references between test output size ctest variables cdde9e5a Help: Improve wording and cross-referencing for ctest JUnit output Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6389
-
Craig Scott authored
-
Kitware Robot authored
-
- Jul 25, 2021
-
-
Craig Scott authored
-
Kitware Robot authored
-
- Jul 24, 2021
-
-
Kitware Robot authored
-
- Jul 23, 2021
-
-
39a18aad FindPatch: Fix typo in find_program call Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6373
-
d61bc424 GNU: Correct C23 flags Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6376
-
-
d61bc424 GNU: Correct C23 flags Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6376
-
-
cb777dd8 Ninja Multi-Config: Restore TARGET_OBJECTS support in cross-configs 83c82722 cmGeneratorExpressionNode: Factor out local variable for global generator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6371
-
cb777dd8 Ninja Multi-Config: Restore TARGET_OBJECTS support in cross-configs 83c82722 cmGeneratorExpressionNode: Factor out local variable for global generator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6371
-
-
078ba4b2 Swift: Update test case to try CMP0126 NEW behavior Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6375
-
078ba4b2 Swift: Update test case to try CMP0126 NEW behavior Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6375
-
-
5b9bfe73 IAR: Moved search logic to BinUtils. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6372
-
5b9bfe73 IAR: Moved search logic to BinUtils. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6372
-
Jean-Marc Hengen authored
The search logic for the IAR linker, librarian and related tools is moved from `Modules/Compiler/IAR-FindBinUtils.cmake` to `Modules/CMakeFindBinUtils.cmake` by introducing an new elseif block for the IAR toolchain. The search logic was refactored to omit repeating itself. Fixes: #22425
-
Kitware Robot authored
-
- Jul 22, 2021
-
-
Kitware Robot authored
-
- Jul 21, 2021
-
-
Raul Tambre authored
Non-final forms aren't supported yet, unlike C++23. Seems I might've gotten confused due to that when I added these. Fixes #22453.
-
Brad King authored
Since commit 2ae72ef7 (Xcode: Enable multi-arch TARGET_OBJECTS genex in [INTERFACE_]LINK_LIBRARIES, 2021-05-26, v3.21.0-rc1~126^2) the TARGET_OBJECTS genex, when referenced for linking, is now evaluated with EvaluateForBuildsystem enabled. This causes the object file paths to be computed with a buildsystem-specific placeholder for the configuration. This is normally fine because the placeholder will be evaluated by the native buildsystem tool using the proper configuration. However, the Ninja Multi-Config generator's `${CONFIGURATION}` placeholder may not have the correct value for cross-config object files. Switch back to using the per-config location of each object file for this generator. Fixes: #22436
-
-
c7a8c9c8 cmMessenger: Revert to non-color messages on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6369
-
c7a8c9c8 cmMessenger: Revert to non-color messages on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6369
-
-
d777ca12 CMakeDependentOption: Revert "Allow parentheses in the depends string" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6368
-
d777ca12 CMakeDependentOption: Revert "Allow parentheses in the depends string" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6368
-
144be54d try_compile: Propagate CMP0126 to the generated test project Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6366
-
-
144be54d try_compile: Propagate CMP0126 to the generated test project Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6366
-
There is no `NAME` option. It should be `NAMES`. The call worked with `NAME` only due to old `find_program` signature compatibility. After this, the `find_program` call works even with PATHS removed (on non-Windows systems where this PATHS is not needed).
-
Kitware Robot authored
-
- Jul 20, 2021
-
-
Brad King authored
-
Brad King authored
Since commit 0a0a0f8a (cmMessenger: Color messages to terminal by type, 2021-05-18, v3.21.0-rc1~146^2) the message output no longer goes through our custom streambuf on Windows that converts output encoding. This can cause messages to be printed with the wrong encoding in a Windows Console. It also causes messages to have a mix of LF and CRLF newlines because `stderr` converts LF to CRLF but our custom streambuf does not. Revert to using just `cerr` for messages on Windows. Another approach will be needed to achieve color output on Windows later. Fixes: #22444
-