| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Merge-request: !7520
|
|/ |
|
|\
| |
| |
| | |
Merge-request: !7463
|
|/
|
|
|
| |
`xcnotary` is no longer needed since `altool` has been deprecated in
favor of `notarytool`, which has builtin support for waiting.
|
|\
| |
| |
| | |
Merge-request: !7452
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since commit 2c9e623e31 (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
|
|\
| |
| |
| | |
Merge-request: !7350
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| | |
warning: Run script build phase 'Run Script' will be run during every
build because it does not specify any outputs.
|
|/
|
|
|
|
|
|
| |
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
|
| |
|
|\ |
|
| | |
|
|\ \
| |/ |
|
| |\ |
|
| | |\
| | | |
| | | |
| | | | |
Merge-request: !7303
|
| |\ \ \
| | | |/
| | |/|
| | | | |
Merge-request: !7303
|
|\ \ \ \
| | |/ /
| |/| |
| | | | |
Merge-request: !7303
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Restore the logic removed by commit 035078d847 (cmake-gui: Remove
explicit locale setup, 2020-12-17, v3.20.0-rc1~205^2~6), but only with
Qt5 on Windows. Leave a FIXME comment to support Qt6 later.
Fixes: #23562
Issue: #23565
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
e2fe1d17e6 libarchive: Update build within CMake after changes in 3.5.3
ac5e524763 libarchive: include archive_platform.h first in blake2s sources
b93d8b1714 Merge branch 'upstream-LibArchive' into update-libarchive
9fd16c5b5b LibArchive 2022-02-08 (673c1eae)
de38c89252 libarchive: Update script to get 3.5.3
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7294
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is the libarchive convention in all other `.c` sources. It ensures
that the configured `_WIN32_WINNT` value is defined before including any
system headers.
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* upstream-LibArchive:
LibArchive 2022-02-08 (673c1eae)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Code extracted from:
https://github.com/libarchive/libarchive.git
at commit 673c1eae896c837081a627807b9d5e990684dbf7 (v3.5.3).
|
|/ / / / |
|
|\ \ \ \
| | |_|/
| |/| | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Merge-request: !7282
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | | |
Merge-request: !7282
|
| |/ / /
| | | |
| | | |
| | | | |
Find MSVC tools in VS 2022 installation.
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Merge-request: !7266
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The C flags added by commit 6a0ce19ce1 (FortranCInterface: Fix
compatibility with GCC gfortran 12 LTO, 2022-01-19, v3.22.2~5^2)
should only be added for the GNU C compiler.
Fixes: #23500
Issue: #23123
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Merge-request: !7258
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix the ENV save/restore added by commit 36979f5b43 (FindPkgConfig:
Tolerate PKG_CONFIG_SYSTEM_LIBRARY_PATH in environment, 2021-07-13,
v3.22.0-rc1~407^2) to unset the variable if it was originally not set.
While at it, clarify the value to which we temporarily set it. The
`pkg-config` and `pkgconf` tools only check that the variable is set,
and do not care about the value. Set it to a more true-looking value.
Issue: #22148
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Merge-request: !7204
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | | |
Merge-request: !7204
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Xcode on Apple Silicon warns not only about AMSupportURL classes
but also many more.
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On some Xcode versions, `xcodebuild` may warn:
... xcodebuild[...] Requested but did not find extension point with
identifier ...
Teach RunCMake to drop such incidental lines before matching against
expected output.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Merge-request: !7166
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix a regression caused by commit bbcdac4e5d (PCH: Fix all-language
precompile header support in Xcode, 2021-08-07, v3.22.0-rc1~140^2).
Fixes: #23138
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Xcode on Apple Silicon warns not only about AMSupportURL classes
but also many more.
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Merge-request: !7150
|
| | | | |
| | | | |
| | | | |
| | | | | |
`qcollectiongenerator` is deprecated in favor of `qhelpgenerator`.
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
This was accidentally left out in commit 1461eff899 (Help: Add missing
3.22.1 section to the release notes, 2022-01-24, v3.22.2~1^2).
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Merge-request: !7146
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Previously the qthelp-format release documentation on `cmake.org` was
built manually.
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | | |
Merge-request: !7144
|