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.22.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.22.6
Choose a head ref
  • 11 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 10, 2022

  1. Xcode: Use ad-hoc signing during compiler id on macOS

    Xcode 14 no longer accepts an empty signing identity for macOS.
    However, Xcode in general does not accept an ad-hoc signing
    identity for iOS.  Switch based on the target platform.
    
    Fixes: #23609
    bradking committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    89e1113 View commit details
    Browse the repository at this point in the history
  2. Xcode: Suppress "Run Script" build phase warning during compiler id

        warning: Run script build phase 'Run Script' will be run during every
        build because it does not specify any outputs.
    bradking committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    ab40020 View commit details
    Browse the repository at this point in the history
  3. Tests: Teach RunCMake to ignore Xcode DVTSDK warnings

    On some Xcode versions, `xcodebuild` may warn:
    
        ... xcodebuild[...]  [MT] DVTSDK: Warning: SDK path collision for path ...
    
    Teach RunCMake to drop such incidental lines before matching against
    expected output.
    bradking committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    627c08e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Merge branch 'xcode-14' into release-3.22

    Merge-request: !7350
    bradking committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    7b43112 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. FindLAPACK: Add '-fortranlibs' flag only with NVHPC/PGI compilers

    Since commit 2c9e623 (Find{BLAS,LAPACK}: Add support for the NVHPC
    LAPACK library, 2021-05-05, v3.21.0-rc1~192^2) we try the `-fortranlibs`
    option as a dependency of the NVHPC LAPACK.  That flag is specific to
    the NVHPC/PGI compilers, so use it conditionally with them.
    
    Without this modification, CMake fails to find LAPACK if
    
    - compiler ID is GNU
    - `BLA_STATIC` is `ON`
    - `BLA_VENDOR` is not defined or set to `All`
    
    Fixes: #23705, #22878
    Eisuke Kawashima authored and bradking committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    28d52a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Merge branch 'FindLAPACK-nvhpc' into release-3.22

    Merge-request: !7452
    bradking committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    7cc61ff View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Utilities/Release: Update macOS notarization script to use notarytool

    `xcnotary` is no longer needed since `altool` has been deprecated in
    favor of `notarytool`, which has builtin support for waiting.
    bradking committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    432ae51 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'rel-macos-sign-notarize' into release-3.22

    Merge-request: !7463
    bradking committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    d4762d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    eddf057 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ci-xcode-13.4' into release-3.22

    Merge-request: !7520
    bradking committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    faa4aed View commit details
    Browse the repository at this point in the history
  3. CMake 3.22.6

    bradking committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    0bfd4f1 View commit details
    Browse the repository at this point in the history
Loading