- Apr 07, 2021
-
-
4d786dfc BinUtils: Avoid clobbering a variable named without a private prefix Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5986
-
4aed96e2 Apple: Set CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG on non-macOS too Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5980
-
- Apr 06, 2021
-
-
Brad King authored
-
Brad King authored
-
c6a45968 ci: Enable jq-based tests on Linux builds 8ca8b74a ci: add jq and DevIL to Debian and Fedora base images Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5987
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
e17006c4 Utilities/Release: Add deprecation fields to File Table v1 89ab6132 Utilities/Release: Update file table for 3.20.0 c5777e54 Merge branch 'backport-3.19-rel-file-table' into rel-file-table f9f59fb0 Merge branch 'release-3.19' into backport-3.19-rel-file-table 30959aec Utilities/Release: Update file table for 3.19.3 d206c8f1 Merge tag 'v3.19.3' into backport-3.19-rel-file-table 004dbbad Utilities/Release: Update file table for 3.19.2 1e3301a2 Merge tag 'v3.19.2' into backport-3.19-rel-file-table ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Craig Scott <craig.scott@crascit.com> Merge-request: !5961
-
Brad King authored
-
Brad King authored
-
Brad King authored
Merge-request: !5961
-
764606e2 CMakeDetermineCompilerABI: Extract lib arch from implicit object file paths 5d44d73b CMakeDetermineCompilerABI: Revert "Parse library arch from versioned paths" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5984
-
c3d0b255 UseSWIG: Transform swig depfile to match Ninja generator paths 8c525d7e UseSWIG: Run using policy settings from includer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5983
-
ff84a80b FindHDF5: search for the new Fortran HL library name Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5976
-
Brad King authored
-
Brad King authored
Merge-request: !5981
-
a9fc751e libarchive: Use uint8_t instead of u_char Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5981
-
3538f1c6 Help: Add Q_NAMESPACE_EXPORT to CMAKE_AUTOMOC_MACRO_NAMES default values Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5982
-
- Apr 05, 2021
-
-
Craig Scott authored
Since CMake 3.19, we no longer support macOS SDKs older than 10.5, which corresponds to Xcode 3. Supporting older Xcode versions for device platforms is also not realistic. We therefore expect the -rpath linker option should always be supported now. When targeting iOS, tvOS or watchOS, the previous disabling of -rpath support meant that the install_name_dir of shared libraries and frameworks was unable to use @rpath. This resulted in embedding absolute paths for their install_name. When they were embedded in an app bundle, this would cause the app to fail at runtime. By enabling the -rpath linker option, the default install_name_dir is now @rpath for these platforms, which results in binaries that do work at runtime. Fixes: #20036
-
Robert Maynard authored
The NVHPC compiler does not have any implicit link directories that can be used to detect `CMAKE_LIBRARY_ARCHITECTURE`, but it does have implicit object files. Extract implicit object file paths from link lines and check them for the `CMAKE_LIBRARY_ARCHITECTURE` pattern. Issue: #22024
-
The change in commit 657fc3a9 (CMakeDetermineCompilerABI: Parse library arch from versioned paths, 2021-02-03, v3.20.0-rc1~40^2) caused `CMAKE_LIBRARY_ARCHITECTURE` to be populated on non-multiarch platforms if their compilers happen to use `$arch/$version` library directories. Revert the use of versioned library paths. Fixes: #22024
-
Brad King authored
Since commit 89b01b04 (UseSWIG: use swig tool to generate dependencies, 2021-01-12, v3.20.0-rc1~120^2) we use a tool-provided depfile to extract dependencies under the Ninja generator. Enable `CMP0116` to ensure depfile paths are translated to match what the Ninja generator writes to the build manfiest. Fixes: #22029
-
Backport commit de7f0aa6 (UseSWIG: avoid spurious policy warnings, 2021-02-11) to the 3.20 release branch. Projects need to be able to control policies. Issue: #22029
-
Brad King authored
Provide a field for clients to check now so that we can deprecate things later.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Fixes: #22002
-
Ben Boeckel authored
HDF5 1.10.6 renamed this library to match the other language binding library names. Fixes: #20205
-
4d6e8995 Help: Document in add_library how to import libraries with SONAME Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5975
-
This was accidentally left out of commit 426941c4 (Autogen: Recognize the new Q_NAMESPACE_EXPORT macro in AUTOMOC, 2020-02-26, v3.17.0-rc2~3^2).
-
Brad King authored
The latter is not a standard type. Fixes: #22013
-
- Apr 02, 2021
-
-
Brad King authored
When using `add_library` to create an `IMPORTED` library target, there are a few target properties that are essential to correctly tell CMake about the library file. We already cover `IMPORTED_LOCATION` and `IMPORTED_IMPLIB`. Add `IMPORTED_SONAME` and `IMPORTED_NO_SONAME`, which are important in certain cases. Fixes: #22016
-