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.28.2
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.28.3
Choose a head ref
  • 10 commits
  • 10 files changed
  • 3 contributors

Commits on Jan 30, 2024

  1. zlib: Fix 1.2.13 version and date notice

    Issue: #25576
    bradking committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e868b19 View commit details
    Browse the repository at this point in the history
  2. zlib 2022-10-12 (04f42cec)

    Code extracted from:
    
        https://github.com/madler/zlib.git
    
    at commit 04f42ceca40f73e2978b50e93806c2a18c1281fc (v1.2.13).
    kwrobot authored and bradking committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6c2bed5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upstream-zlib' into update-zlib

    # By zlib upstream
    * upstream-zlib:
      zlib 2022-10-12 (04f42cec)
    bradking committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    22a5252 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Merge topic 'update-zlib' into release-3.28

    22a5252 Merge branch 'upstream-zlib' into update-zlib
    6c2bed5 zlib 2022-10-12 (04f42cec)
    e868b19 zlib: Fix 1.2.13 version and date notice
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !9204
    bradking authored and kwrobot committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    817e309 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Tests: Add case covering PCH in a unity build

    Issue: #25650
    bradking committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    004c3c3 View commit details
    Browse the repository at this point in the history
  2. cmGlobalGenerator: Add unity/pch sources after computing compile feat…

    …ures
    
    Sources that will be scanned for C++ module dependencies need to be
    excluded from unity builds.  We need to compute compile features in
    order to know which sources will be scanned.  Unity build and PCH
    sources can be added afterward without changing the compile features.
    
    This re-implements commit 76b5383 (cmGlobalGenerator: add unity
    sources after computing target compile features, 2024-01-01,
    v3.28.2~17^2~1) using a simpler approach that also preserves support for
    PCH with Unity builds.
    
    Issue: #25650
    Co-authored-by: Ben Boeckel <ben.boeckel@kitware.com>
    bradking and mathstuf committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    df08c37 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'unity-after-compile-features' into restore-pch-with-unity

    Replace commit 76b5383 (cmGlobalGenerator: add unity sources after
    computing target compile features, 2024-01-01, v3.28.2~17^2~1) with an
    alternative change.  This merge commit resolves conflicts such that
    future `git blame` calls will follow the second parent for the relevant
    lines and pretend the replaced commit never existed.
    
    Fixes: #25650
    bradking committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    87bf1c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30829da View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Merge topic 'restore-pch-with-unity' into release-3.28

    30829da Unity: Clarify source comments on unity build transformation
    87bf1c6 Merge branch 'unity-after-compile-features' into restore-pch-with-unity
    df08c37 cmGlobalGenerator: Add unity/pch sources after computing compile features
    004c3c3 Tests: Add case covering PCH in a unity build
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Tested-by: buildbot <buildbot@kitware.com>
    Acked-by: Ben Boeckel <ben.boeckel@kitware.com>
    Merge-request: !9215
    bradking authored and kwrobot committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    292d808 View commit details
    Browse the repository at this point in the history
  2. CMake 3.28.3

    bradking committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5e984bb View commit details
    Browse the repository at this point in the history
Loading