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.1
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.2
Choose a head ref
  • 13 commits
  • 22 files changed
  • 4 contributors

Commits on Apr 3, 2024

  1. FindOpenSSL: Update layout for Shining Light Productions 32-bit package

    Issue: #25856
    Matthias Isele authored and bradking committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    aa86f48 View commit details
    Browse the repository at this point in the history
  2. FindOpenSSL: Update layout for Shining Light Productions debug libraries

    The installer no longer names debug libraries with a `d` suffix.  They
    are distinguished by the per-runtime-library directory containing them.
    
    Fixes: #25856
    Matthias Isele authored and bradking committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9ff5dae View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge topic 'FindOpenSSL-SLP-layout' into release-3.29

    9ff5dae FindOpenSSL: Update layout for Shining Light Productions debug libraries
    aa86f48 FindOpenSSL: Update layout for Shining Light Productions 32-bit package
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !9402
    bradking authored and kwrobot committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5fc6d61 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Swift: Ninja: Remove module dependency for executables

    We shouldn't include the swiftmodule in the ninja dependency graph
    unless that target emits a swiftmodule.
    
    Fixes: #25869
    etcwilde committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    579472d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge topic 'swift-fix-submodule-dependencies' into release-3.29

    579472d Swift: Ninja: Remove module dependency for executables
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !9411
    bradking authored and kwrobot committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    614ebb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d485a8 View commit details
    Browse the repository at this point in the history
  3. Fix regression on reconfigure with unnormalized -DCMAKE_<LANG>_COMPILER=

    Since commit 3f2a597 (Modules: CMAKE_*_COMPILER convert path to cmake
    path, 2023-12-02, v3.29.0-rc1~292^2) we normalize the path to the
    compiler.  Update our logic that checks whether the compiler has changed
    to account for path normalization.
    
    Fixes: #25883
    Issue: #25456
    bradking committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    26e79ed View commit details
    Browse the repository at this point in the history
  4. FindJasper: Fix Jasper::Jasper IMPORTED_CONFIGURATIONS

    In commit 6e8754c (FindJasper: Add IMPORTED target, 2021-10-06,
    v3.22.0-rc1~20^2) this property was not set correctly.  This was
    detected by `CMP0160` because the `IMPORTED` property is read-only.
    dg0yt authored and bradking committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4ab860c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge topic 'FindJasper-imported-target' into release-3.29

    4ab860c FindJasper: Fix Jasper::Jasper IMPORTED_CONFIGURATIONS
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !9415
    bradking authored and kwrobot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    17b3051 View commit details
    Browse the repository at this point in the history
  2. Merge topic 'compiler-path-normalization' into release-3.29

    26e79ed Fix regression on reconfigure with unnormalized -DCMAKE_<LANG>_COMPILER=
    1d485a8 Tests/RunCMake/CompilerChange: Simplify test cases
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Acked-by: buildbot <buildbot@kitware.com>
    Acked-by: Ashay Rane <ashay.r@gmail.com>
    Merge-request: !9416
    bradking authored and kwrobot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    85f501e View commit details
    Browse the repository at this point in the history
  3. CMakePackageConfigHelpers: Restore undocumented PACKAGE_PREFIX_DIR va…

    …riable
    
    Revert commit 6ddf871 (CMakePackageConfigHelpers: Use unique variable
    name for pkg prefix, 2024-03-30, v3.29.1~8^2).  It regressed existing
    projects that rely on the undocumented `PACKAGE_PREFIX_DIR` variable in
    package configuration files generated by `CMakePackageConfigHelpers`.
    
    Fixes: #25873
    Fixes: #25885
    Issue: #25827
    bradking committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0e4db17 View commit details
    Browse the repository at this point in the history
  4. Merge topic 'restore-pkg-prefix-var' into release-3.29

    0e4db17 CMakePackageConfigHelpers: Restore undocumented PACKAGE_PREFIX_DIR variable
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !9420
    bradking authored and kwrobot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    df6b2a3 View commit details
    Browse the repository at this point in the history
  5. CMake 3.29.2

    bradking committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d3190d6 View commit details
    Browse the repository at this point in the history
Loading