- Aug 21, 2023
-
-
741755f6 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
-
- Aug 19, 2023
-
-
1140087a LLVMFlang-Fortran: Add flags for build types Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8741
-
Fixes: #25193
-
e4fe2620 VS: Remove duplicate import in compiler id vcxproj Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8740
-
90df1e5d Merge branch 'upstream-cppdap' into update-cppdap 5d568df6 cppdap 2023-08-17 (cc2f2058) 01d2e5ed 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
-
45ed175f list(INSERT): restore old behavior Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8732
- Aug 18, 2023
-
-
Brad King authored
# By cppdap Upstream * upstream-cppdap: cppdap 2023-08-17 (cc2f2058)
-
Code extracted from: https://github.com/google/cppdap.git at commit cc2f2058846bb29e18fdadf455d5f5af71b2554f (cc2f2058846bb29e18fdadf455d5f5af71b2554f).
-
Brad King authored
- Aug 17, 2023
-
-
Marc Chevrier authored
Fixes: #25191
-
- Aug 16, 2023
-
-
Brad King authored
-
30b1080c Utilities/Release: Remove unused documentation build settings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8730
-
1a5cb0c1 testDebuggerNamedPipe: fix for cppdap with nlohmann_json Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8725
-
Brad King authored
Since commit 37e015d4 (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.
-
Fixes: #25190 Signed-off-by:
Đoàn Trần Công Danh <congdanhqx@gmail.com>
-
7f7c4436 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
-
5a41d926 GHS: Escape custom command comments Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8714
-
65288eb9 Clang: use -std=c23 for Clang 18+ Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
scivision <michael@scivision.dev> Merge-request: !8716
-
dfab044c FindPython: add support for Python 3.13 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8712
-
- Aug 15, 2023
-
-
Fixes: #25171
-
Canonical flag changed in LLVM commit 13629b140801870feff855ca168edf6b34dbef8d.
-
Python 3.13.0a0 can be built from main branch of python/cpython though there were no official releases yet.
-
8b0f0dc2 Apple Text Stubs (.tbd): various fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8708
-
597139b8 FindJNI: Restore support for macOS without Xcode Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8707
- Aug 11, 2023
-
-
Marc Chevrier authored
* ensure tapi lookup is applied only for concerned toolchains * fix typos in tests Fixes: #25182
-
- Aug 10, 2023
-
-
Brad King authored
-
89b611ab VS: Select latest Windows SDK even when targeting Windows 8.1 and below ae97d82e VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selection 15ff8965 VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versions bba1a23d VS: Consolidate Windows SDK major version selection dispatch 209973e5 VS: Do not print empty Windows SDK version when none is selected ec6dd770 Tests: Remove redundant condition in RunCMake.GeneratorPlatform test 4776a584 Help: Add 3.27 release note on VS default SDK selection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8697
-
Brad King authored
Honor an explicit `version=8.1` field value regardless of the Windows target version. Issue: #25170
-
Brad King authored
Make logic choosing between Windows 10 SDKs and the Windows 8.1 SDK easier to follow by consolidating it in the VS 14 generator. The only information we need from VS 15+ generators is whether the 8.1 SDK is installed.
-
Brad King authored
-
Brad King authored
-
fbed0431 ci: Suppress cmake.org html documentation search results for index entries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8700
-
- Aug 09, 2023
-
-
Brad King authored
Since Sphinx 5.2.0, the generated html search page reports all index entries that match a query term. Unfortunately even non-main entries get a high score, placing them before more important search results such as document titles and domain object names. Work around this for documentation published on `cmake.org` by removing the logic from `searchtools.js` in the generated html documentation. Issue: #25175
-
- Aug 08, 2023
-