- Apr 16, 2021
-
-
d67cc488 Xcode: Add support of DEPFILE for add_custom_command Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6006
-
c2d2772f try_compile: Improve error message when a file cannot be removed 79a2f1e2 cmcmd: Improve error message from cmake_symlink_{library,executable} 7f890539 cmSystemTools: Return KWSys Status from CreateLink and CreateSymlink Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6007
-
d5c3e4ac cmake: add support for --toolchain command argument 13838bbb CMAKE_TOOLCHAIN_FILE: Document relative path behavior Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5991
-
cc0d2004 Fujitsu: Fix C90 standard flags ec78e86c FujitsuClang: Use GNU-like command-line Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5997
-
-
53d523f2 autogen: fix race in depfile parsing Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6008
-
53d523f2 autogen: fix race in depfile parsing Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6008
-
Kitware Robot authored
-
- Apr 15, 2021
-
-
Kyle Edwards authored
cmReadGccDepfile() calls cmSystemTools::CollapseFullPath(), which is not thread safe due to internal caching. Serialize calls to cmReadGccDepfile() in autogen to avoid thread safety issues. Fixes: #22014
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Issue: #20286
-
3ef5dab0 cmSystemTools: Simplify using KWSys Status ec1b6157 Update CMake code using KWSys to account for Status return values eef585ef Merge branch 'upstream-KWSys' into update-kwsys a7901671 KWSys 2021-04-14 (7ab1c601) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6004
-
dcd604ee Find{BLAS,LAPACK}: Make library variable names more robust 98ef6632 Find{BLAS,LAPACK}: Generalize recognition of dependencies as link flags a57c4eef Find{BLAS,LAPACK}: Convert internal CHECK_*_LIBRARIES to functions a5a6ac70 Find{BLAS,LAPACK}: Clarify name of internal argument for dependencies d248401d Find{BLAS,LAPACK}: Simplify appending to list of libraries e4649d1d Find{BLAS,LAPACK}: Add test case covering Intel MKL 116edb5c Find{BLAS,LAPACK}: Revert bad refactoring of internal CHECK_*_LIBRARIES 44bcec24 ci: factor out Intel Compiler common configure script Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6005
-
06d26c7b Help: Add 3.20 release note for error on unknown arguments Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6003
-
-
06d26c7b Help: Add 3.20 release note for error on unknown arguments Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6003
-
Robert Maynard authored
-
Robert Maynard authored
-
Kitware Robot authored
-
- Apr 14, 2021
-
-
Fix typos from commit 3c867cff (Fujitsu: Add support for the Fujitsu compiler in Trad mode, 2020-12-22).
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Refactoring in commit 4c74c86f (FindBLAS/LAPACK: Add support for the Fujitsu SSL2 library, 2021-01-27) was done in order to support calling `find_library` on the dependencies as well as the candidate libraries. However, it broke a few things: * Intel MKL's BLAS/LAPACK are no longer found. We specify their dependencies using `-l...` flags, so we should not try to use `find_library` for them. * The dependencies are repeated because we accumulate them in the `find_library` search loop and then append them at the end too. Revert the incorrect part of the refactoring. Retain the flags part needed for the Fujitsu vendor. Fixes: #22056
-
Brad King authored
Share common content between the intelclassic and inteloneapi variants.
-
Brad King authored
-
Brad King authored
KWSys as of 2021-04-14 changed the return type of `SystemTools` operations from `bool` to `Status`. Update our call sites. This may improve error reporting accuracy in a few places.
-
Brad King authored
# By KWSys Upstream * upstream-KWSys: KWSys 2021-04-14 (7ab1c601)
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 7ab1c60177e76707fbdd462fdbf7304ad2532edc (master). Upstream Shortlog ----------------- Brad King (11): 85e76a10 Status: Add class to hold an OS-specific status of a system operation eec0add2 Directory: Return Status from Load 955e7c1e SystemTools: Return Status from RemoveFile and RemoveADirectory c5a99e59 SystemTools: Return Status from GetPermissions and SetPermissions fadfd7a0 SystemTools: Return Status from Touch 06216f0b SystemTools: Return Status from FileTimeCompare ab198a22 SystemTools: Return Status from GetShortPath 2446b205 SystemTools: Return Status from MakeDirectory 6aec6af9 SystemTools: Return Status from ChangeDirectory 0664553b SystemTools: Return Status from copy operations a95f61cf SystemTools: Return Status from symlink operations
-
-
317a4772 OpenBSD: Fix system feature definitions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6000
-
317a4772 OpenBSD: Fix system feature definitions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6000
-
Since commit f034b0f6 (CMake compilation: do not use compiler extensions, 2020-03-14, v3.18.0-rc1~494^2), some sources explicitly enable needed system APIs on some platforms using definitions like `_POSIX_C_SOURCE` and `_XOPEN_SOURCE`. Drop the definitions for OpenBSD, which provides the POSIX APIs by default.
-