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.26.0-rc2
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.26.0-rc3
Choose a head ref
  • 10 commits
  • 20 files changed
  • 3 contributors

Commits on Feb 9, 2023

  1. curl: Backport upstream fix for SecureTransport on macOS

    Backport upstream curl commit `16bb32e104d` (sectransp: fix for
    incomplete read/writes, 2023-01-05) to fix TLS support on macOS.
    
    Fixes: #24398
    bradking committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0d31272 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Merge topic 'curl-macos-tls' into release-3.26

    0d31272 curl: Backport upstream fix for SecureTransport on macOS
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !8193
    bradking authored and kwrobot committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9b7d086 View commit details
    Browse the repository at this point in the history
  2. Tests: Add test for file(DOWNLOAD) with TLS_VERIFY

    Occasionally curl updates introduce errors in https verification.
    Add an explicit test for this capability, activated by an undocumented
    option that we can use in CI to specify a URL to test.
    
    Co-authored-by: Brad King <brad.king@kitware.com>
    Fixes: #24405
    Issue: #24147
    Issue: #24398
    scivision and bradking committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    17b47da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3350c17 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Merge topic 'test-https-connections' into release-3.26

    3350c17 ci: Enable file(DOWNLOAD) TLS_VERIFY test case in CI jobs
    17b47da Tests: Add test for file(DOWNLOAD) with TLS_VERIFY
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Acked-by: buildbot <buildbot@kitware.com>
    Merge-request: !8194
    bradking authored and kwrobot committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    e66bd7f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. LCC: Fix extraction of __LCC__ version components

    Previously the logic only worked for major versions of the form `1.xx`.
    Fix it to work with versions `2.xx` and above.
    bradking committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    2a75edb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Merge topic 'lcc-major-version' into release-3.26

    2a75edb LCC: Fix extraction of __LCC__ version components
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Merge-request: !8199
    bradking authored and kwrobot committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d18dd36 View commit details
    Browse the repository at this point in the history
  2. LLVMFlang: Fix post-preprocess compile for fixed-form Fortran

    LLVM Flang's preprocessor output is always valid fixed form Fortran with
    a fixed line length of 72. If an application tries to use fixed form
    with a different line length, this will fail in the
    post-preprocessing compilation step as they will pass a flag asking for
    a different fixed line length.
    
    To fix this we can pass -ffixed-line-length-72 to the post-preprocess
    compilation stage. This will be ignored when the input is free form
    Fortran, and force to a 72 line length when the input is fixed.
    David Truby authored and bradking committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3f1e58c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Merge topic 'LLVMFlang-post-preprocessed' into release-3.26

    3f1e58c LLVMFlang: Fix post-preprocess compile for fixed-form Fortran
    
    Acked-by: Kitware Robot <kwrobot@kitware.com>
    Acked-by: Andrzej Warzyński <andrzej.warzynski@gmail.com>
    Merge-request: !8205
    bradking committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    bcf60b6 View commit details
    Browse the repository at this point in the history
  2. CMake 3.26.0-rc3

    bradking committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    037975e View commit details
    Browse the repository at this point in the history
Loading