- Oct 13, 2020
-
-
f7ae4f57 cmake-gui: Restore application icon on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5362
-
efe48189 cmake-gui: Restore application icon on macOS Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !5361
-
8e4aa63c Android: show supported API level in error message Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5358
-
-
5c2f9e3e Android: Fatal if ABI is not supported by NDK Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5351
-
0a9af799 export: Remove leftover inaccurate code comment Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5359
-
5772ca0a FindPython: Ensure Apple Xcode python 3 is usable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5356
-
Craig Scott authored
No functional changes. Relates: !5352
- Oct 12, 2020
-
-
64690f6d export: Do not fail generation for namelink-only case Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5352
-
94c955e5 Tests: Test the CMakePresets.json example in the documentation d6af1e83 Help: Fix documentation of CMakePresets.json's cacheVariables Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5353
-
f4215ee5 Ninja Multi-Config: Fix segfault when installing an export 18372afc Help: Fix documentation for Ninja Multi-Config's build.ninja Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5355
-
Marc Chevrier authored
The python 3 distributed as part of Xcode requires the specification of a 'rpath' pointing at frameowrks root for a correct execution. Fixes: #21293
-
- Oct 09, 2020
-
-
Deniz Bahadir authored
-
Kyle Edwards authored
-
Kyle Edwards authored
Fixes: #21290
-
Kyle Edwards authored
-
Kyle Edwards authored
cacheVariables is a map with variable names as the keys, but the example in the documentation was not updated to reflect this. Fix the example.
-
-
06c0d59c IWYU: Map <*> headers to <cm/*> headers Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5327
-
798c1c31 GNUInstallDirs: Comply with Debian Policy on LIBEXECDIR 75bcd3cf Tests: Add RunCMake.GNUInstallDirs expected output specific to Debian Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5349
-
- Oct 08, 2020
-
-
Kyle Edwards authored
For headers which exclusively contain things that were not present in C++11.
-
ac765f5e FetchContent: Remove unnecessary policy CMP0114 setting 62e73a7d Tests: Fix policy version in RunCMake.ExternalProject test Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5350
-
Brad King authored
Now that `CMAKE_VERSION` is at least 3.19, the policy will be set to NEW implicitly by the version.
-
Brad King authored
Now that we have policies that need to be tested, this test cannot just use CMAKE_VERSION for the policy level.
-
Brad King authored
-
Brad King authored
The package pipeline for release versions should not upload packages automatically to our archive of nightly development versions.
-
Brad King authored
Release versions do not have the development topic section of the CMake Release Notes index page.
-
e1ab55b4 Help: Update Sphinx versionadded directives for 3.19 release 1b6c0b37 Help: Organize and revise 3.19 release notes b81cb27f Help: Consolidate 3.19 release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5345
-
If CMAKE_INSTALL_PREFIX is /usr, CMAKE_INSTALL_LIBEXECDIR shall return the same value as CMAKE_INSTALL_LIBDIR on Debian. While the FHS allows /usr/libexec for internal binaries (https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrlibexec) the Debian Policy Manual states an exception here (section 9.1.1 bullet point 4): https://www.debian.org/doc/debian-policy/ch-opersys#file-system-structure. Fixes: #21287
-
Brad King authored
-
Brad King authored
Run the script: Utilities/Sphinx/update_versions.py --since v3.18.0 --overwrite
-
Brad King authored
Add section headers similar to the 3.18 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
-
Brad King authored
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.19.rst`.
-
b756ec8a cm_cxx_features: Filter out MSBXXXX warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5348
-
When building CMake in `%TMP%` on Windows, MSBuild issues warnings. Filter those out to avoid breaking C++ feature checks. Fixes: #21270
-
1ab574a0 Android: Add support for NDK r22 91a362d2 Android: Drop redundant setting of CMP0057 in Android-Determine 0b082c52 Android: Select Android API after ABI is determined Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5332
-
5c66ac31 CUDA: CheckLinkerFlag now supports CUDA da2622ff CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlags Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5338
-