https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
c4f7eb3 CMake 3.27.9 28 November 2023, 14:52:37 UTC
a4cfa9f Merge branch 'release-3.26' into release-3.27 27 November 2023, 19:30:37 UTC
ceb742a CMake 3.26.6 27 November 2023, 18:48:12 UTC
e332f7f Merge branch 'revert-exact-collation-depends-3.27' into release-3.27 Merge-request: !8996 27 November 2023, 13:38:19 UTC
34afeb6 Merge branch 'release-3.26' into release-3.27 22 November 2023, 12:22:11 UTC
5c5830b Merge branch 'doc-ctest-link-cdash' into release-3.27 Merge-request: !8998 21 November 2023, 23:53:15 UTC
569c1d1 Merge branch 'doc-ctest-link-cdash' into release-3.26 Merge-request: !8998 21 November 2023, 23:52:31 UTC
486c89d Help: Fix ctest(1) manual links to www.cdash.org When the link was updated to `https` by commit 52eac4573d (Help: Fix link to cdash.org from CTest manual, 2021-04-21, v3.21.0-rc1~262^2~2) the markup was incorrectly adjusted to show the link as part of the "See Also" section. It is meant to be the link destination for links in prose elsewhere in the manual. Fix the markup and move it to a clearer location. Also update the link to resolve a redirect. 21 November 2023, 23:46:41 UTC
ec1e589 Ninja: Revert exact collation dependencies for 3.27 Revert commit b6a5382217 (Ninja: depend on language module information files directly, 2023-02-10, v3.27.0-rc1~502^2) from !8197. This reverts the "exact dependencies" for collation inputs and returns to "get all targets" and target-ordering. Use of exact dependencies caused a parade of use cases that had not been tested previously to be found and need fixing over the 3.27 release series. To stop the flow on 3.27, revert to the 3.26 strategy. We will continue in 3.28. Note that this is a restoration of 3.26 semantics where incremental rebuilds may be subtly incorrect in the presence of stale `<LANG>Modules.json` files. However, since C++ support is experimental and Fortran has always had this problem as of 3.27, it is not considered a regression. See: #25112 See: #25123 See: #25252 See: #25365 See: #25417 See: #25425 21 November 2023, 16:09:38 UTC
9d2769e Tests/FortranModules: add test for TARGET_OBJECTS-as-linked-items module usage Test module usage across a `$<TARGET_OBJECTS>`-as-linked-items use case. See: #25425 21 November 2023, 14:17:43 UTC
7c1e52b Tests/FortranModules: add test for TARGET_OBJECTS-as-sources module usage Test module usage across a `$<TARGET_OBJECTS>`-as-sources use case. See: #25425 21 November 2023, 14:17:36 UTC
87dab04 Merge branch 'release-3.26' into release-3.27 20 November 2023, 14:13:24 UTC
3c1176b Merge branch 'fileapi-file-sets-base-dirs-relative' into release-3.27 Merge-request: !8977 20 November 2023, 14:12:11 UTC
fa272fa Merge branch 'fileapi-file-sets-base-dirs-relative' into release-3.26 Merge-request: !8977 20 November 2023, 14:11:37 UTC
13874b2 Merge branch 'doc-CMP0149' into release-3.27 Merge-request: !8990 20 November 2023, 14:04:04 UTC
fe0d03b Help: Document that CMP0149 should be set before project() Issue: #25413 20 November 2023, 13:51:46 UTC
8b5bac2 Merge branch 'custom-command-ninja-deps' into release-3.27 Merge-request: !8984 20 November 2023, 13:28:07 UTC
3c8d1ee Ninja: depfile: keep rules without dependencies To avoid repeated executions of custom command actions, depfile file with rules without dependencies must be preserved. Fixes: #25428 20 November 2023, 13:17:48 UTC
a3a8552 fileapi: Fix file sets' base directories relative to top source This field was added by commit b3e9fb67bb (file-api: support exporting file set information, 2022-11-03, v3.26.0-rc1~389^2) but the relative path convention used elsewhere was accidentally left out. Fixes: #25422 17 November 2023, 12:59:05 UTC
9cfff76 CMake 3.27.8 15 November 2023, 13:55:18 UTC
bc9ca03 Merge branch 'backport-target-objects' into release-3.27 Merge-request: !8974 15 November 2023, 13:45:45 UTC
50fdaf8 cmComputeLinkInformation: Track targets named by TARGET_OBJECTS sources Since commit b6a5382217 (Ninja: depend on language module information files directly, 2023-02-10, v3.27.0-rc1~502^2), the return value of `cmCommonTargetGenerator::GetLinkedTargetDirectories` must account for linked object libraries because they may provide modules (#25112). These were added by commit b665966933 (cmComputeLinkInformation: track OBJECT library dependencies, 2023-07-22, v3.27.1~5^2). However, targets named by `$<TARGET_OBJECTS:...>` sources are also needed (#25365). The latter were added by commit 22da18b995 (Fortran: Restore support for TARGET_OBJECTS providing modules, 2023-10-27, v3.28.0-rc4~9^2) and commit 035302b7e3 (cmComputeLinkDepends: also copy the target from object link items, 2023-10-27, v3.28.0-rc4~9^2~2). However, their approach added link entries not actually specified by projects. It also incorrectly re-used `cmComputeLinkDepends::AddLinkObject` for object library targets when it is meant for their individual object files. These problems caused additional regressions (#25417). Revert the implementation parts of those commits and leave behind an assertion and comment to help avoid the mistake in the future. Instead, track targets named by `$<TARGET_OBJECTS:...>` sources with a dedicated member. Issue: #25112 Issue: #25365 Fixes: #25417 Co-authored-by: Ben Boeckel <ben.boeckel@kitware.com> 14 November 2023, 19:50:08 UTC
0e26bd3 cmCommonTargetGenerator: Factor out GetLinkedTargetDirectories loop body Re-use the body in multiple loops instead of allocating to combine them. 14 November 2023, 18:50:13 UTC
8e90b95 Merge branch 'FindOpenMP-5.1-and-5.2' into release-3.27 Merge-request: !8965 13 November 2023, 16:17:25 UTC
2859be7 FindOpenMP: Add support for openmp 5.1 (llvm 17) and 5.2 llvm 17 now defaults to openmp 5.1; see LLVM commit `0c6f2f629cc0`. It makes FindOpenMP set OPENMP_FOUND and OpenMP_C_SPEC_DATE, but not OpenMP_C_VERSION, because it doesn't know the version mapping. Add the spec date to the version mapping for 5.1 and 5.2 to make things work again. 13 November 2023, 15:51:40 UTC
257d676 Merge branch 'revert-GetPrerequisites-linux-x86' into release-3.27 Merge-request: !8933 01 November 2023, 13:39:44 UTC
139df0b GetPrerequisites: Revert "Ignore relative paths printed by ldd" Revert commit cf2ad9995a (GetPrerequisites: Ignore relative paths printed by ldd, 2023-02-20, v3.27.0-rc1~459^2) because it regressed existing use cases. We will need to find another solution to the use case motivating the change. Fixes: #25372 31 October 2023, 18:15:29 UTC
aa7f141 Merge branch 'modules-depends-via-target-objects' into release-3.27 Merge-request: !8923 31 October 2023, 13:13:25 UTC
22da18b Fortran: Restore support for TARGET_OBJECTS providing modules Continue b665966933 (cmComputeLinkInformation: track OBJECT library dependencies, 2023-07-22) which added explicitly listed `OBJECT` libraries to the list of targets which the collator needs to consider. Now also consider targets which provide objects directly to the target via a `$<TARGET_OBJECT>` source lists. Also add tests which use target objects directly and through an `INTERFACE` library with target objects in its own sources. Fixes: #25365 30 October 2023, 14:06:12 UTC
64d9240 cmComputeLinkInformation: skip over linking to items for object purposes If a name is only found because it is a link entry of kind `Object`, do not add anything to the link line. 27 October 2023, 19:52:01 UTC
035302b cmComputeLinkDepends: also copy the target from object link items 27 October 2023, 17:25:33 UTC
861876b Tests/ObjectLibrary: fix comment 27 October 2023, 17:25:33 UTC
e298ffb Merge branch 'release-3.26' into release-3.27 12 October 2023, 23:06:27 UTC
f2d8c36 Merge branch 'backport-curl-socks5-fix' into release-3.27 Merge-request: !8872 12 October 2023, 23:06:14 UTC
d6c8146 Merge branch 'backport-curl-socks5-fix' into release-3.26 Merge-request: !8872 12 October 2023, 23:05:59 UTC
1d6fab5 Merge branch 'release-3.26' into release-3.27 12 October 2023, 23:03:42 UTC
244bb7b Merge branch 'backport-ctest_submit-follow-redirects' into release-3.26 Merge-request: !8873 12 October 2023, 23:01:53 UTC
701f526 curl: Backport SOCKS5 heap buffer overflow fix from curl 8.4.0 Backport upstream curl commit `fb4415d8ae` (socks: return error if hostname too long for remote resolve, 2023-10-11, curl-8_4_0~2) to address CVE-2023-38545. Issue: #25329 12 October 2023, 19:54:53 UTC
ce661c4 ctest: Restore support for http redirects during Submit step After CDash PR 1519 introduced HTTP status codes greater than 200 for various error cases, CMake commit b7c871f745 (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 12 October 2023, 19:53:10 UTC
9532e1c CMake 3.27.7 06 October 2023, 13:08:35 UTC
f692788 Merge topic 'FindPostgreSQL-16' into release-3.27 25644a78de FindPostgreSQL: Add support for version 16 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8854 03 October 2023, 13:27:27 UTC
25644a7 FindPostgreSQL: Add support for version 16 Fixes: #25292 02 October 2023, 18:44:04 UTC
1969600 Merge topic 'doc-CMP0124' into release-3.27 55bf2a3494 Help: Document CMP0124 behavior on already-set variables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8850 02 October 2023, 13:00:01 UTC
832e88b Merge topic 'ctest-timeout-flag' into release-3.27 d267c128a2 ctest: Restore support for --timeout values higher than default test timeout dd779a4bc2 Tests: Clarify RunCMake.CTestTimeout case name Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8851 02 October 2023, 12:57:35 UTC
55bf2a3 Help: Document CMP0124 behavior on already-set variables Improve the documentation from commit 46896d98bb (foreach(): loop variables are only available in the loop scope, 2021-04-25, v3.21.0-rc1~245^2) to follow policy documentation convention. Fixes: #25224 Inspired-by: Marius Messerschmidt <marius.messerschmidt@googlemail.com> 29 September 2023, 14:14:20 UTC
d267c12 ctest: Restore support for --timeout values higher than default test timeout Since refactoring in commit 0a5aeaf302 (cmCTestRunTest: Consolidate test timeout selection logic, 2023-05-04, v3.27.0-rc1~120^2) we accidentally truncate `--timeout` values to ctest's default `TimeOut`. Fix the logic to prefer the flag whenever the `TIMEOUT` property is not set. In combination with the prior refactoring, this also fixes a bug that caused `--timeout` values of 10000000 seconds or more to be ignored. Fixes: #23979 29 September 2023, 13:25:01 UTC
dd779a4 Tests: Clarify RunCMake.CTestTimeout case name 29 September 2023, 12:58:15 UTC
dd949c7 Merge topic 'android-clang-c++23' into release-3.27 75e9918a66 Android: Require Clang 18 for -std=c++23 Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Raul Tambre <raul@tambre.ee> Merge-request: !8847 28 September 2023, 13:50:35 UTC
75e9918 Android: Require Clang 18 for -std=c++23 Update the Clang version checks added by * commit eacacc70fc (Clang: use -std=c++23 for Clang 17.0+, 2023-05-08, v3.27.0-rc1~115^2) * commit 0183956d30 (Clang: C++26 support, 2023-05-16, v3.27.0-rc1~85^2) to account for Android NDK r26's distribution of a Clang based on a development version of LLVM/Clang 17.0 that pre-dated addition of these flags. Follow the pattern from commit 12e6796b62 (Android: Do not pass non-existent Clang -std flags, 2018-04-02, v3.12.0-rc1~284^2), which fixed the same problem for `-std=c++17`. Fixes: #25281 27 September 2023, 16:56:49 UTC
d5d7fa4 Merge topic 'lint-genex-empty' into release-3.27 80df7b1745 Linting: Fix empty evaluated genex Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8833 26 September 2023, 13:30:09 UTC
80df7b1 Linting: Fix empty evaluated genex Update logic added by commit 099934e313 (Add generator expression support to static code analysis hooks, 2023-03-24, v3.27.0-rc1~261^2), and preserved by commit 993dde925f (TargetGenerator: Factor out generation of code check rules, 2023-05-12, v3.27.0-rc1~84^2~2), to handle a generator expression that evaluates to the empty string. If `<LANG>_CPPCHECK`, `<LANG>_CPPLINT`, `<LANG>_CLANG_TIDY`, or `<LANG>_INCLUDE_WHAT_YOU_USE` are empty after evaluating generator expressions, do not run their lints. Fixes: #25265 25 September 2023, 13:16:33 UTC
51b34a5 CMake 3.27.6 20 September 2023, 14:33:04 UTC
ea3e9ba Merge topic 'fortran-in-custom-targets' into release-3.27 d870a47e23 Tests/FortranModules: add a test for iface Fortran sources e3d511fb9c Tests/FortranModules: also test INTERFACE targets with Fortran sources 978b68d3bb add_custom_target: Fix regression with Fortran sources 619aca80ae Tests/FortranModules: add a test case for #25223 45513c1a69 Tests/FortranModules: move issue 25112 fix from FortranOnly Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8814 20 September 2023, 14:16:17 UTC
d870a47 Tests/FortranModules: add a test for iface Fortran sources This tests that a library that doesn't compile Fortran sources but provides one via `INTERFACE` sources works as intended. 20 September 2023, 13:18:01 UTC
e3d511f Tests/FortranModules: also test INTERFACE targets with Fortran sources 20 September 2023, 13:16:59 UTC
978b68d add_custom_target: Fix regression with Fortran sources Since commit 74b1d6caf3 (cmComputeLinkInformation: compute link info for module-using targets, 2023-09-05, v3.27.5~7^2) we accidentally try to compute link information for custom targets if they have Fortran sources. For module dependencies, we only need to consider target types that can compile. Fixes: #25252 20 September 2023, 13:14:58 UTC
619aca8 Tests/FortranModules: add a test case for #25223 18 September 2023, 23:58:49 UTC
45513c1 Tests/FortranModules: move issue 25112 fix from FortranOnly It involves modules, so it belongs in the `FortranModules` test set. 18 September 2023, 23:41:47 UTC
7d3b486 CMake 3.27.5 14 September 2023, 17:13:14 UTC
01f97f9 Merge topic 'cxxmodules-non-compiled-source' into release-3.27 458e3974a8 cxxmodules: detect and message about non-compiled sources Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8773 14 September 2023, 17:01:20 UTC
1608b0b Merge topic 'automoc-macro-names' into release-3.27 42adf3cba8 Autogen: Evaluate INTERFACE_AUTOMOC_MACRO_NAMES efficiently Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8799 13 September 2023, 12:41:10 UTC
458e397 cxxmodules: detect and message about non-compiled sources Previously an internal error was raised which ended up causing an internal exception to be thrown. This is a typo situation that should fall into an explicit error. Fixes: #25207 12 September 2023, 18:46:36 UTC
42adf3c Autogen: Evaluate INTERFACE_AUTOMOC_MACRO_NAMES efficiently In commit c5c3aff1f5 (Autogen: Add INTERFACE_AUTOMOC_MACRO_NAMES target property, 2023-04-03, v3.27.0-rc1~197^2) we forgot to mark the property as a usage requirement. This is needed for efficient evaluation over the target dependency closure. Fixes: #25238 12 September 2023, 18:02:23 UTC
6f8746e Merge topic 'vs-cuda-object-libs' into release-3.27 6ebff6ebf8 VS: Avoid unnecessary CUDA device linking for OBJECT libraries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8794 12 September 2023, 13:06:14 UTC
a159c2d Merge topic 'FindBoost-1.83' into release-3.27 897a149067 FindBoost: Add support for Boost 1.83 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8793 12 September 2023, 11:54:59 UTC
d2062ec Merge topic 'FortranCInterface-macos-deployment-target' into release-3.27 84a097f038 FortranCInterface: forward `CMAKE_OSX_DEPLOYMENT_TARGET` Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8790 12 September 2023, 11:53:43 UTC
6ebff6e VS: Avoid unnecessary CUDA device linking for OBJECT libraries Without `CudaLink` fields, MSBuild tries to perform a device link step for object libraries with CUDA_SEPARABLE_COMPILATION on them even when not needed. This commonly was encountered when generating PTX or OPTIX-IR output. 11 September 2023, 20:49:35 UTC
897a149 FindBoost: Add support for Boost 1.83 Update the list of known versions. Run the command cmake -DBOOST_DIR=/path/to/boost_1_83_0 \ -P Utilities/Scripts/BoostScanDeps.cmake to extract dependencies from the 1.83.0 source tree. Dependencies differ from 1.82, as mentioned in the 1.83 release notes: * Boost.Timer no longer depends on Boost.Chrono Fixes: #25243 11 September 2023, 13:54:49 UTC
84a097f FortranCInterface: forward `CMAKE_OSX_DEPLOYMENT_TARGET` GCC needs to be taught about every macOS release it seems, so older builds may not support usage on newer releases by default. 11 September 2023, 01:11:34 UTC
9aa25ed Merge topic 'ctest_submit_follow_redirects' into release-3.27 26ce8dc290 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 08 September 2023, 12:58:55 UTC
26ce8dc ctest: Restore support for http redirects during Submit step After CDash PR 1519 introduced HTTP status codes greater than 200 for various error cases, CMake commit b7c871f745 (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 07 September 2023, 19:37:27 UTC
d63f0be Merge topic 'fortran-object-libraries' into release-3.27 74b1d6caf3 cmComputeLinkInformation: compute link info for module-using targets 6251edaed1 cmGeneratorTarget: support config-independent Fortran source queries Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8772 06 September 2023, 14:55:43 UTC
275656d Merge topic 'doc-msvc-debug-format' into release-3.27 91dc94c4ac Help: MSVC_DEBUG_INFORMATION_FORMAT is initialized from associated variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8770 06 September 2023, 14:51:39 UTC
74b1d6c cmComputeLinkInformation: compute link info for module-using targets 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 05 September 2023, 22:12:25 UTC
6251eda cmGeneratorTarget: support config-independent Fortran source queries Some locations care about "any config with Fortran", so make a query for such (they may not know any configuration names themselves). 05 September 2023, 22:12:25 UTC
91dc94c Help: MSVC_DEBUG_INFORMATION_FORMAT is initialized from associated variable 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 c1b07ca9da (Help: MSVC_RUNTIME_LIBRARY is initialized from associated variable, 2022-08-13, v3.25.0-rc1~317^2). Fixes: #25216 05 September 2023, 19:01:04 UTC
8708b41 Merge topic 'cxx-atomic' into release-3.27 fa3c4b6dbf Source: Link libatomic when needed on any Linux architecture Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8756 25 August 2023, 13:41:26 UTC
fa3c4b6 Source: Link libatomic when needed on any Linux architecture Extend commit 78bbd58545 (Source: Link libatomic when needed on Linux 32-bit ARM, 2023-07-27, v3.27.2~10^2) to check for libatomic on more architectures. Fixes: #25204 24 August 2023, 17:05:45 UTC
c397758 CMake 3.27.4 23 August 2023, 13:25:28 UTC
e076d9a Merge topic 'FindZLIB-1.3' into release-3.27 9034394950 FindZLIB: Fix extraction of two-component version number 1.3 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8753 23 August 2023, 12:53:55 UTC
9034394 FindZLIB: Fix extraction of two-component version number 1.3 Fixes: #25200 22 August 2023, 19:08:35 UTC
1d1d905 Merge topic 'doc-cmake_minimum_required-deprecation' into release-3.27 741755f637 Help: Document cmake_minimum_required deprecation of old versions Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: scivision <michael@scivision.dev> Merge-request: !8742 21 August 2023, 13:30:21 UTC
741755f Help: Document cmake_minimum_required deprecation of old versions Document the deprecation warnings added by commit 5845c218d7 (Deprecate compatibility with CMake versions older than 2.8.12, 2020-06-12, v3.19.0-rc1~629^2) and commit 3a4791548d (Deprecate compatibility with CMake versions older than 3.5, 2023-02-09, v3.27.0-rc1~508^2). Fixes: #25196 19 August 2023, 13:03:53 UTC
eab1f33 Merge topic 'LLVMFlang-Fortran-flags' into release-3.27 1140087ade LLVMFlang-Fortran: Add flags for build types Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8741 19 August 2023, 12:53:31 UTC
1140087 LLVMFlang-Fortran: Add flags for build types Fixes: #25193 19 August 2023, 12:47:44 UTC
26dfdd7 Merge topic 'vs-props-order' into release-3.27 e4fe26201f VS: Remove duplicate import in compiler id vcxproj Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8740 19 August 2023, 12:40:11 UTC
882b8c1 Merge topic 'update-cppdap' into release-3.27 90df1e5da4 Merge branch 'upstream-cppdap' into update-cppdap 5d568df6b1 cppdap 2023-08-17 (cc2f2058) 01d2e5ed3a cppdap: Update script to get version as of 2023-08-17 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8739 19 August 2023, 12:38:38 UTC
32226fa Merge topic 'cmList-INSERT-regression' into release-3.27 45ed175f08 list(INSERT): restore old behavior Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8732 19 August 2023, 12:37:08 UTC
e4fe262 VS: Remove duplicate import in compiler id vcxproj Since commit d3c4c6d630 (VS: Import default C++ props file before toolset-specific props file, 2023-03-01, v3.27.0-rc1~361^2) we import `Microsoft.Cpp.Default.props` twice. Remove the extra import line, and re-order imports as intended by the original change. 18 August 2023, 13:49:25 UTC
90df1e5 Merge branch 'upstream-cppdap' into update-cppdap # By cppdap Upstream * upstream-cppdap: cppdap 2023-08-17 (cc2f2058) 18 August 2023, 13:00:14 UTC
5d568df cppdap 2023-08-17 (cc2f2058) Code extracted from: https://github.com/google/cppdap.git at commit cc2f2058846bb29e18fdadf455d5f5af71b2554f (cc2f2058846bb29e18fdadf455d5f5af71b2554f). 18 August 2023, 13:00:14 UTC
01d2e5e cppdap: Update script to get version as of 2023-08-17 18 August 2023, 12:59:58 UTC
45ed175 list(INSERT): restore old behavior Fixes: #25191 17 August 2023, 10:07:41 UTC
a69c783 CMake 3.27.3 16 August 2023, 17:46:35 UTC
e429986 Merge topic 'rel-no-doc' into release-3.27 30b1080c69 Utilities/Release: Remove unused documentation build settings Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8730 16 August 2023, 17:33:52 UTC
589ef0d Merge topic 'test-debugger-named-pipe-fix' into release-3.27 1a5cb0c1c1 testDebuggerNamedPipe: fix for cppdap with nlohmann_json Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8725 16 August 2023, 17:31:56 UTC
30b1080 Utilities/Release: Remove unused documentation build settings Since commit 37e015d4a6 (Utilities/Sphinx: Refactor Sphinx reference recording, 2023-03-08, v3.27.0-rc1~342^2~1) our documentation requires Python 3.7 or higher. This is not available in the base images we use to build Linux release binaries. These days our release packaging CI pipeline builds the documentation in a separate job anyway. 16 August 2023, 16:25:22 UTC
1a5cb0c testDebuggerNamedPipe: fix for cppdap with nlohmann_json Fixes: #25190 Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com> 16 August 2023, 14:24:08 UTC
71324ce Merge topic 'unity_c_no_extensions' into release-3.27 7f7c443667 Unity: use C-style comments to work both with C and C++ Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8718 16 August 2023, 13:48:01 UTC
9cde869 Merge topic 'ghs-escape-custom-command-comments' into release-3.27 5a41d926dd GHS: Escape custom command comments Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8714 16 August 2023, 13:46:35 UTC
back to top