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.7
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.8
Choose a head ref
  • 9 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    13fb20f View commit details
    Browse the repository at this point in the history
  2. Merge topic 'backport-test-curl-output' into release-3.28

    13fb20f Tests/RunCMake/file-DOWNLOAD: Update bad host name message for curl 8.9
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !9690
    bradking committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5b435c3 View commit details
    Browse the repository at this point in the history
  3. Merge topic 'backport-test-curl-output' into release-3.29

    13fb20f Tests/RunCMake/file-DOWNLOAD: Update bad host name message for curl 8.9
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !9690
    bradking committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5f38057 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    651fa9e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Swift: Fix INSTALL_NAME_DIR under CMP0157 NEW behavior

    Setting `CMAKE_INSTALL_NAME_DIR` or the `INSTALL_NAME_DIR` on Swift
    targets had no effect when CMP0157 was set to `NEW`.  This was a result
    of missing the `<TARGET_INSTALLNAME_DIR>` before the `<TARGET_SONAME>`.
    Fix that and add a test to verify that the install name directory is
    included in the install name.
    
    Fixes: #26175
    etcwilde authored and bradking committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8669176 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge topic 'swift-install-names' into release-3.29

    8669176 Swift: Fix INSTALL_NAME_DIR under CMP0157 NEW behavior
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !9692
    bradking committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    931dd7d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. cppdap: include/dap/network.h: add <stdint.h> include for GCC 15

    GCC 15 requires the include for the declaration of `uint32_t`.
    Backport [cppdap PR 133](google/cppdap#133).
    gruenich authored and bradking committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f742c29 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge topic 'cppdap-gcc-15' into release-3.29

    f742c29 cppdap: include/dap/network.h: add <stdint.h> include for GCC 15
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !9713
    bradking committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    464719b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. CMake 3.29.8

    bradking committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    16fbb8c View commit details
    Browse the repository at this point in the history
Loading