- Sep 09, 2023
-
-
Kitware Robot authored
-
- Sep 08, 2023
-
-
7def566e Utilities/Release: Update to Qt 5.15.10 on windows-{x86_64,i386} builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8774
-
a94a4c12 Tutorial: Fix-up typos and inconsistencies Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8779
-
d83d9250 FindFreetype: use `freetype-config.cmake` if available Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !8775
-
be657bf1 Tests: Migrate CTestTest{NoBuild,NoExe} to RunCMake.ctest_{build,test} Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8780
-
-
26ce8dc2 ctest: Restore support for http redirects during Submit step Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8782
-
26ce8dc2 ctest: Restore support for http redirects during Submit step Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8782
-
e30f0f89 IntelLLVM: Suppress -Rdebug-disables-optimization on debug builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
LecrisUT <github@lecris.me> Merge-request: !8764
-
Kitware Robot authored
-
- Sep 07, 2023
-
-
After CDash PR 1519 introduced HTTP status codes greater than 200 for various error cases, CMake commit b7c871f7 (ctest: Update ctest_submit for CDash behavior change, 2023-07-24, v3.27.1~3^2) modified CTest's submit handler to check the status returned by CDash and throw an error when this status is not equal to 200. That change had the unintended side effect of causing CTest submissions to fail when uploading results to a URL that returns a redirect status code (3xx). Fix this by configuring cURL to follow the redirect. The status cURL reports to CTest is now 200 instead of 3xx when CDash is located behind a redirect. Fixes: #25159
-
IntelLLVM 2023.0.0 and above emit this remark if `-g` is used without any `-O<level>` flag, which is our default behavior. Add another flag to suppress the remark.
-
Brad King authored
Avoid duplicating infrastructure provided by the latter.
-
Betsy McPhail authored
* Fix typo in Step 2 * Fix incorrect code referenced in Step 3, TODO 7. Update comments in MathFunctions/CMakeLists.txt to unique strings. * Resolve inconsistencies between steps in MathFunctions/CMakeLists.txt
-
Fixes: #25187 Co-authored-by:
Brad King <brad.king@kitware.com>
-
252c66c6 FindPkgConfig: Tolerate PKG_CONFIG_SYSTEM_INCLUDE_PATH in environment 45078831 Tests: Rename RunCMake.FindPkgConfig LIBRARY_PATH case to SYSTEM_PATH Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8768
-
Kitware Robot authored
-
- Sep 06, 2023
-
-
Ben Boeckel authored
The official `freetype-config.cmake` provides `Freetype::Freetype` as an `INTERFACE` library to its exported `freetype` target. This ends up causing issues if CMake's Find module is used to define `Freetype::Freetype` before using `freetype-config` because some, but not all, of its defined targets are already available triggering the generated code that detects such situations. Instead, try to use `freetype-config` where possible and provide bridge logic for this module's variable guarantees.
-
Tell `pkg-config --cflags` not to filter out `-I` flags for entries of `PKG_CONFIG_SYSTEM_INCLUDE_PATH` (and `CPATH` for `pkgconf`). Fixes: #25228
-
Prepare to cover CFLAGS too.
-
a5f98df7 Source: Fix mysterious new IWYU warnings 0712e3cf cmCTestCoverageHandler: Replace cmsysProcess with cmUVProcessChain 96b3dd32 cmCTestLaunchReporter: Replace cmsysProcess with cmUVProcessChain b15ad7eb cmCTest: Replace cmsysProcess with cmUVProcessChain 50a6e78a cmSystemTools::RunSingleCommand(): Replace cmsysProcess with cmUVProcessChain 49a37d5a cmCTestScriptHandler: Replace cmsysProcess with cmUVProcessChain bc702aa9 cmcmd: Replace cmsysProcess with cmUVProcessChain ec124582 cmProcessTools::RunProcess(): Replace cmsysProcess with cmUVProcessChain ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8665
-
d3bfe0ea CPack/NSIS: Fix incorrect jump for standard user Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8767
-
b78a14e2 Xcode: reject legacy buildsystem for Xcode 14 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8762
-
7b346432 Reduce sign conversion warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8769
-
7d7fe998 FindMatlab: use if(IS_DIRECTORY) for directories instead of EXISTS cf554750 FindMatlab: no if(NOT EXIST) guard needed for file(MAKE_DIRECTORY) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8759
-
a37a04b5 FindGLEW: Use correct library suffixes on MinGW Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8766
-
fc419624 ci: Enable Qt tests in nightly VS IDE job 67abc25e ci: Factor out location of cmake in Qt download script Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8771
-
-
045d8eca Merge branch 'fortran-object-libraries-release' into fortran-object-libraries 74b1d6ca cmComputeLinkInformation: compute link info for module-using targets 6251edae cmGeneratorTarget: support config-independent Fortran source queries Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8772
-
74b1d6ca cmComputeLinkInformation: compute link info for module-using targets 6251edae cmGeneratorTarget: support config-independent Fortran source queries Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8772
-
-
91dc94c4 Help: MSVC_DEBUG_INFORMATION_FORMAT is initialized from associated variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8770
-
91dc94c4 Help: MSVC_DEBUG_INFORMATION_FORMAT is initialized from associated variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8770
-
Kitware Robot authored
-
- Sep 05, 2023
-
-
Ben Boeckel authored
* fortran-object-libraries-release: cmComputeLinkInformation: compute link info for module-using targets cmGeneratorTarget: support config-independent Fortran source queries
-
Ben Boeckel authored
Targets which contain C++ module or Fortran sources need to participate in link information unconditionally regardless of whether they actually have link artifacts or not. Fixes: #25223
-
Ben Boeckel authored
Some locations care about "any config with Fortran", so make a query for such (they may not know any configuration names themselves).
-
Brad King authored
-
Brad King authored
-
Brad King authored
The `CMAKE_MSVC_DEBUG_INFORMATION_FORMAT` variable docs mention that it initializes the `MSVC_DEBUG_INFORMATION_FORMAT` target property, but the property's docs was missing any mention of the variable. Follow the pattern from commit c1b07ca9 (Help: MSVC_RUNTIME_LIBRARY is initialized from associated variable, 2022-08-13, v3.25.0-rc1~317^2). Fixes: #25216
-