- Jan 22, 2021
-
-
The new CPack variable `CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS` can be set to a list of directories. If `CPACK_DEBIAN_PACKAGE_SHLIBDEPS` or `CPACK_DEBIAN_<component>_PACKAGE_SHLIBDEPS` are set to `ON` these directories will be searched by `dpkg-shlibdeps` in order to find private shared library dependencies of the libraries/executables that shall be packed.
-
- Jan 19, 2021
-
-
Kitware Robot authored
-
- Jan 18, 2021
-
-
c04b73f3 vim: Add missing keyword URL_MD5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5714
-
ac4a8002 ExternalProject: Don't git stash ignored files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5390
-
66b33c8c Help: Add release note for fileapi "toolchains" object Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5707
-
79d00c62 CMake GUI: Fix rendering issue 15e80728 CMake GUI: Use system icons when available 8aebd159 CMake GUI: Don't use QToolButton 0bc327a7 CMake GUI: Improve signal specification Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5706
-
8f336744 cpack(DEB): Issue warning if custom script for control file is missing Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5705
-
8b066f1a FindPostgreSQL: Add server component Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5680
-
c6845f94 Tests: Remove outdated CMakeTestMultipleConfigures test Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5704
-
-
6718caaa IRSL: Install msvcp${v}${d}_atomic_wait.dll if available with CRT Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5702
-
6718caaa IRSL: Install msvcp${v}${d}_atomic_wait.dll if available with CRT Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5702
-
c3ddb484 Help: Restructure and clarify cmake_path() docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Shannon Booth <shannon.ml.booth@gmail.com> Merge-request: !5682
-
Kitware Robot authored
-
- Jan 17, 2021
-
-
Eisuke Kawashima authored
-
Kitware Robot authored
-
- Jan 16, 2021
-
-
Craig Scott authored
Relates: #21385
-
Craig Scott authored
The change to the binary gitrepo.tgz file adds a commit which adds a .gitignore file. Fixes: #21278
-
Kitware Robot authored
-
- Jan 15, 2021
-
-
Matthew Woehlke authored
Remove style sheet from a combo box in the GUI. I have no idea why this was being set, but it causes a render glitch. Also, use a more sensible size policy on the same widget.
-
Matthew Woehlke authored
Modify GUI to use system (theme) icons when available. This may only affect builds on Linux platforms when using the system-provided Qt, but will improve visual consistency with e.g. okay/cancel buttons which are also using the system/theme icons. This also means that the GUI will look slightly more "native" on Linux.
-
Matthew Woehlke authored
Replace QToolButton instances with QPushButton. QToolButton is only meant to be used on tool bars and some other special situations. Worse, we had a mix of QToolButton and QPushButton for things that clearly should be using the same widget. This will improve visual consistency and may fix some rendering issues.
-
Matthew Woehlke authored
Don't use subclasses to connect to QAbstractButton::clicked. This is slightly dodgy, but of more immediate importance, tweaking it will allow us to change the widget type of some QToolButton instances that should be QPushButton.
-
Asit Dhal authored
Fixes: #17794
-
VS now distributes these additional runtime libraries. Install them if available. Fixes: #21675
-
3115cc38 Help: Fix layout of architecture/toolset fields in cmake-presets(7) manual 69dbaba6 Help: Add section heading for configure presets in cmake-presets(7) 501bcb63 Help: Add section heading for macro expansion in cmake-presets(7) 1c4c742f Help: Remove unnecessary indentation in cmake-presets(7) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5700
-
Require the server-specific artifacts only if the Server component is requested. Issue: #17223
-
d21ad02d FindLAPACK: Add pkgconfig support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5696
-
a5fe1712 FindHDF5: Remove unnecessary de-duplication of HDF5_LIBRARIES and friends dadb13f5 FindHDF5: Simplify preprocessor setting de-duplication Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5692
-
54866346 CTest: Save sanitizer output files after test execution Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5698
-
Brad King authored
In practice this test has not helped us find any problems AFAIK. Tests like RunCMake.BuildDepends and other RunCMake tests cover much of what this test was meant to do. Since CMakeTestMultipleConfigures takes a long time to run on some generator/platform combinations, it is not worth what it covers. Remove the test.
-
76f0bcdf cmake_path: various updates Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5695
-
Kitware Robot authored
- Jan 14, 2021
-
-
4426ddda Help: Clarify memory check sanitizer option behavior for `log_path` Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5699
-
174b1e5d Tutorial: Remove incorrect instructions from Step 5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5697
-
Brad King authored
Cross-reference it from the main `configurePresets` field. This removes an extra layer of indentation and makes the section linkable.
-
Brad King authored
Also cross-reference it from the prose.
-
Brad King authored
The entire "Format" section had an extra 2 spaces of indentation.
-