-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Comparing changes
Open a pull request
base repository: Kitware/CMake
base: v3.26.0-rc2
head repository: Kitware/CMake
compare: v3.26.0-rc3
- 10 commits
- 20 files changed
- 3 contributors
Commits on Feb 9, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 0d31272 - Browse repository at this point
Copy the full SHA 0d31272View commit details
Commits on Feb 10, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 9b7d086 - Browse repository at this point
Copy the full SHA 9b7d086View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 17b47da - Browse repository at this point
Copy the full SHA 17b47daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3350c17 - Browse repository at this point
Copy the full SHA 3350c17View commit details
Commits on Feb 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e66bd7f - Browse repository at this point
Copy the full SHA e66bd7fView commit details
Commits on Feb 13, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2a75edb - Browse repository at this point
Copy the full SHA 2a75edbView commit details
Commits on Feb 14, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for d18dd36 - Browse repository at this point
Copy the full SHA d18dd36View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3f1e58c - Browse repository at this point
Copy the full SHA 3f1e58cView commit details
Commits on Feb 15, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for bcf60b6 - Browse repository at this point
Copy the full SHA bcf60b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 037975e - Browse repository at this point
Copy the full SHA 037975eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.26.0-rc2...v3.26.0-rc3