Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kitware/CMake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.29.5
Choose a base ref
...
head repository: Kitware/CMake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.29.6
Choose a head ref
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 10, 2024

  1. Clang: Drop non-existent -fno-ansi-escape-codes flag

    In commit 74b5fae (Clang: Use -fno-ansi-escape-codes for color
    diagnostics on Windows, 2023-10-19, v3.28.0-rc3~3^2) we added the
    positive option `-fansi-escape-codes` and the negative form of
    the option, `-fno-ansi-escape-codes`.  According to the LLVM/Clang
    documentation:
    
    * https://releases.llvm.org/18.1.4/tools/clang/docs/UsersManual.html#cmdoption-fansi-escape-codes
    
    only the positive form of the option exists.
    
    Fixes: #26036
    bradking committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1004cc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge topic 'clang-ansi-color' into release-3.28

    1004cc2 Clang: Drop non-existent -fno-ansi-escape-codes flag
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !9592
    bradking committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    63b12b7 View commit details
    Browse the repository at this point in the history
  2. Merge topic 'clang-ansi-color' into release-3.29

    1004cc2 Clang: Drop non-existent -fno-ansi-escape-codes flag
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !9592
    bradking committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    578ba81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c6dcba View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. VS: Quote custom command arguments containing semicolons

    The `GoogleTest` module needs this to pass the `TEST_EXECUTOR`
    definition to its `GoogleTestAddTests.cmake` helper script in
    the `POST_BUILD` command since commit f875c47 (GoogleTest: Honor
    TEST_LAUNCHER in gtest_discover_tests, 2024-01-17, v3.29.0-rc1~34^2).
    Previously it worked only if other characters, such as spaces,
    caused the argument to be quoted.  This was exposed by running the
    `RunCMake.GoogleTest` test in a path without spaces.
    
    Reported-by: Garrett Campbell <gcampbell@microsoft.com>
    bradking committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9b672e8 View commit details
    Browse the repository at this point in the history
  2. Merge topic 'vs-quote-semicolons' into release-3.29

    9b672e8 VS: Quote custom command arguments containing semicolons
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !9597
    bradking committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    296fdc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. CMake 3.29.6

    bradking committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cdc9017 View commit details
    Browse the repository at this point in the history
Loading