-
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.4
head repository: Kitware/CMake
compare: v3.26.5
- 13 commits
- 9 files changed
- 5 contributors
Commits on May 30, 2023
-
Sphinx: Specify encoding when opening files for title extraction
When the encoding is not specified, open() may choose an encoding based on the locale in use. That encoding may have no relationship to the encoding of the file being opened. Use the locale from the document settings instead, which should better match the file's encoding. Fixes: #24679
Configuration menu - View commit details
-
Copy full SHA for 853f069 - Browse repository at this point
Copy the full SHA 853f069View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc2b60c - Browse repository at this point
Copy the full SHA fc2b60cView commit details -
Tests: Always load presets schema as UTF-8
We know the encoding of the schema file, so we should specify it when we open it for reading. Previously, by not specifying it, the test was open to using an encoding based on the active locale when running the test. We may have been enforcing a "C" locale at a higher level, but we don't need to rely on that here, we can force correct behavior without that assumption. Issue: #24679
Configuration menu - View commit details
-
Copy full SHA for e4f26ed - Browse repository at this point
Copy the full SHA e4f26edView commit details -
Merge topic 'backport-sphinx-file-encoding' into release-3.26
Configuration menu - View commit details
-
Copy full SHA for b50caaf - Browse repository at this point
Copy the full SHA b50caafView commit details -
CMakeDetermineCompilerABI: Avoid removing the flag after -Werror
The matching became too eager after commit 079ea66 (CMakeDetermineCompilerABI: Handle NVCC-style -Werror flags, 2020-10-04, v3.19.0-rc1~45^2). When -Werror was specified without a value we would eat the following flag. Prevent this by disallowing "-" as the first character of the flag's value. Fixes: 079ea66 See-also: https://discourse.cmake.org/t/8230
Configuration menu - View commit details
-
Copy full SHA for cec6f98 - Browse repository at this point
Copy the full SHA cec6f98View commit details
Commits on May 31, 2023
-
Merge topic 'werror_space_fix' into release-3.26
cec6f98 CMakeDetermineCompilerABI: Avoid removing the flag after -Werror Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Robert Maynard <robertjmaynard@gmail.com> Merge-request: !8518
Configuration menu - View commit details
-
Copy full SHA for 492bf5e - Browse repository at this point
Copy the full SHA 492bf5eView commit details
Commits on Jun 21, 2023
-
Utilities/Sphinx: Fix parallel documentation builds for 3.26
In commit d78bfa1 (Utilities/Sphinx: support cmakedomain running in parallel, 2022-10-24, v3.26.0-rc1~495^2) we declared the domain as parallel-safe without actually implementing the required `merge_domaindata` method. Issue: #24076
Configuration menu - View commit details
-
Copy full SHA for 4e11859 - Browse repository at this point
Copy the full SHA 4e11859View commit details
Commits on Jun 22, 2023
-
Help: Restore project command docs for default languages and NONE
In commit b787be2 (Help: Update supported languages in project and enable_language, 2023-01-20, v3.26.0-rc1~53^2) the relevant paragraph was accidentally moved to the `enable_language` command documentation. Fixes: #25016
Configuration menu - View commit details
-
Copy full SHA for 9dd2dd5 - Browse repository at this point
Copy the full SHA 9dd2dd5View commit details
Commits on Jun 23, 2023
-
Merge branch 'backport-3.26-sphinx-domain-parallel' into release-3.26
Merge-request: !8575
Configuration menu - View commit details
-
Copy full SHA for 4902fe0 - Browse repository at this point
Copy the full SHA 4902fe0View commit details -
Merge branch 'doc-project-none' into release-3.26
Merge-request: !8585
Configuration menu - View commit details
-
Copy full SHA for 8c5905c - Browse repository at this point
Copy the full SHA 8c5905cView commit details
Commits on Jul 18, 2023
-
ARMClang: Fix computation of compiler semantic version patch level
According to ARMClang documentation 6.20, the patch version number should not include the last two digits of `__ARMCOMPILER_VERSION`, which are reserved for internal use by ARM.
Configuration menu - View commit details
-
Copy full SHA for 65fac2f - Browse repository at this point
Copy the full SHA 65fac2fView commit details -
Merge branch 'armclang-update-version-computation' into release-3.26
Merge-request: !8636
Configuration menu - View commit details
-
Copy full SHA for 0ef3b9f - Browse repository at this point
Copy the full SHA 0ef3b9fView commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 01c62f4 - Browse repository at this point
Copy the full SHA 01c62f4View 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.4...v3.26.5