- Jan 17, 2023
-
-
Brad King authored
-
93696d0f Help: Restore cmake-buildsystem(7) header-only library example Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8071
- Jan 16, 2023
-
-
Robert Maynard authored
Fixes #24275
-
- Jan 13, 2023
-
-
Brad King authored
Since commit 43919131 (Add INTERFACE libraries to generated buildsystem if they have SOURCES, 2020-07-20, v3.19.0-rc1~346^2~1) the "Eigen" example in the `cmake-buildsystem(7)` manual is supposed to show a header-only library in which the headers are attached as sources to be edited in IDEs. This was accidentally broken by commit 4b25a0d5 (Help/manual: Update header-only library example, 2022-04-22, v3.24.0-rc1~220^2) when updating the example to use a `FILE_SET`. Fixes: #24319
-
2f85ec0a try_run: Avoid crash in keyword-dispatched signature when cross-compiling Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8066
-
607bccb4 Restore implicit include directory extraction for adaptive relative paths Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8067
-
88f9fdcb IntelLLVM: Avoid unnecessary -Qstd=c++11 flag on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8069
-
Brad King authored
-
870d8962 Help: Clarify compiler id distinction between Intel Classic and IntelLLVM ea4cfb3b Merge branch 'backport-IntelLLVM-no-icpx-on-Windows' 8834e4d6 IntelLLVM: Avoid finding not-yet-supported icpx on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8041
- Jan 12, 2023
-
-
Brad King authored
The IntelLLVM compiler, for compatibility with MSVC on Windows, always runs with support for at least C++14. The `-Qstd=c++11` flag just causes a warning that it is unused. Fixes: #24316
-
Brad King authored
Update the logic added by commit ef41d498 (Fix implicit include directory extraction for adaptive relative paths, 2019-04-08, v3.14.2~5^2) to account for the new `try_compile` work directory used for the ABI check since commit 2edf0fc6 (Modules: Use new keyword-dispatched try_compile signature, 2022-09-13, v3.25.0-rc1~144^2). Paths relative to the work directory will now have one more `../` in them, so update the test data to match. Fixes: #24279
-
Brad King authored
-
Brad King authored
Merge-request: !8041
-
-
Brad King authored
-
Intel oneAPI 2023.0 added the `icpx` compiler front-end on Windows. It uses a GNU-like command-line, and is not yet supported by CMake. Avoid finding `icpx` as the CXX compiler on Windows until support is added. Fixes: #24266 Issue: #24314
-
a97032c4 FindBoost: Add Boost 1.81 support Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Christoph Grüninger <foss@grueninger.de> Merge-request: !8056
-
Brad King authored
-
7d92e363 zlib: Fix typo in mangling the crc32() function Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8049
-
- Jan 11, 2023
-
-
Update the list of known versions. There is a new header-only library, Boost.URL. It has no dependencies and has a core header `<boost/url.hpp>`. Run the command cmake -DBOOST_DIR=/path/to/boost_1_81_0 \ -P Utilities/Scripts/BoostScanDeps.cmake to extract dependencies from the 1.81.0 source tree. They are the same as 1.80's dependencies, so just update the version check for warning about newer versions.
-
Brad King authored
-
Brad King authored
The default branch detection added by commit 26ec2e2b (Tests: Update CTest.UpdateGIT test for custom defaultBranch, 2020-12-02, v3.20.0-rc1~355^2) fails if the test is run inside a Git work tree whose `.git` directory configures a `defaultBranch` that is different from the global or system-wide value. Fix the detection to ignore the locally configured value so that we match the `git init` decision.
-
- Dec 19, 2022
-
-
dfab2638 Help: Clarify and update SYSTEM-related docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8027
-
a8179484 Code comments: Fix trivial typos Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8030
-
- Dec 18, 2022
-
-
22d36aa0 Help: string(JSON): avoid duplicate labels Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8028
-
- Dec 17, 2022
-
-
Craig Scott authored
-
Marc Chevrier authored
-
Craig Scott authored
-
2ee845c0 Help: Add version information for SYSTEM option of add_subdirectory Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8025
-
- Dec 16, 2022
-
-
a9bd1e34 VS: Do not enable ASM_MASM debug information unless requested 98ba122a ASM_MASM: Populate MSVC debug information format abstraction table Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8022
-
Brad King authored
-
85d2ce0b gitlab-ci: update macOS jobs to use Xcode 14.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8023
-