- Oct 14, 2021
-
-
ddced0c6 zstd: Fix trace compilation on AIX ee98d937 zstd: Fix ZSTD_VecMask_next compilation of software ctz implementation eb8db995 Merge branch 'upstream-zstd' into update-zstd da1e841c zstd 2021-05-14 (a488ba11) 8c65ea47 zstd: Update script to get zstd 1.5.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6622
-
67f8d20a Help: clarify list(POP_* <in_out> <in_out>) behavior Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6620
-
f2262fab Help: Add documentation for CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT ffb54e23 Help: Add more documentation for CMAKE_<LANG>_SIMULATE_ID Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6621
-
Brad King authored
Since zstd commit `6cee3c2c` ([trace] Remove default definitions of weak symbols, 2021-04-26, v1.5.0^2~53^2), the weak symbol trace implementation does not compile on AIX. Disable it.
-
Brad King authored
- Oct 13, 2021
-
-
-
Signed-off-by:
Deniz Bahadir <deniz@code.bahadir.email>
-
Signed-off-by:
Deniz Bahadir <deniz@code.bahadir.email>
-
Brad King authored
# By zstd upstream * upstream-zstd: zstd 2021-05-14 (a488ba11)
-
Code extracted from: https://github.com/facebook/zstd.git at commit a488ba114ec17ea1054b9057c26a046fc122b3b6 (v1.5.0).
-
Brad King authored
-
93c5864a cmBinUtilsMacOSMachOLinker: improve performance by memoizing otool calls fc92d664 cmFileCommand: improve error message Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6616
-
- Oct 12, 2021
-
-
Libraries with many repeated transitive dependencies (e.g. Trilinos) can result in very long runtime dependency call times, especially if system calls are made more expensive by antivirus software. This change caches the results of the calls to otool for efficiency.
-
Print full list of unresolved dependencies and a phrase that indicates what about the file is unresolved.
-
Brad King authored
-
Brad King authored
-
Brad King authored
Merge-request: !6614
-
Brad King authored
Merge-request: !6614
-
ef47e18a MSVC: Tolerate cxx_std_23 feature on older compiler versions Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Raul Tambre <raul@tambre.ee> Merge-request: !6614
-
- Oct 08, 2021
-
-
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.
-
9f0b52b8 Help: Update Sphinx versionadded directives for 3.22 release c632a710 Help: Organize and revise 3.22 release notes 48e503ec Help: Consolidate 3.22 release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6606
-
5a86ce54 Tutorial: Step 4 improvements Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6564
-
635f2c87 FindBLAS: Fix EML and ArmPL indentations 816dc1cb FindBLAS: Replace set(A val) with string(APPEND) a7843faa FindLAPACK: Replace set(A val) with string(APPEND) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6605
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Merge-request: !6607
-
Brad King authored
Merge-request: !6607
-
-
6658e260 GNUInstallDirs: Fix misinterpretation of Debian Policy on LIBEXECDIR Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6607
-
6658e260 GNUInstallDirs: Fix misinterpretation of Debian Policy on LIBEXECDIR Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6607
-
Kitware Robot authored
-
- Oct 07, 2021
-
-
Revert commit 798c1c31 (GNUInstallDirs: Comply with Debian Policy on LIBEXECDIR, 2020-10-08, v3.19.0-rc1~11^2). The Debian Policy builds upon FHS 3.0 and permits installing to `/usr/libexec`. While Policy does grant an additional exception for applications to use a single subdirectory of `/usr/lib/<triplet>`, this is not meant to replace `/usr/libexec` as valid target. Fixes: #22731
-
Small changes to the text and CMake code for the fourth step of the tutorial: * Remove parameter from endfunction call * Standardize on "binary directory" for test location * Add additional information about a Release build. Issue: #22663
-
Brad King authored
In commit 3aaf1d91 (MSVC: C++20 final flag, C++23 support, 2021-05-29, v3.20.4~7^2~1) we forgot to add `cxx_std_23` to the fallback table for MSVC versions from VS 2010 through VS 2015. This allows project to at least attempt compilation with these compilers since they do not have any modes. Issue: #22729
-