summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | CMakePresets.json: Add the ability to conditionally disable presetsKyle Edwards2021-03-2244-19/+1410
| | | | |
| * | | | Refactor: Move some common code into separate fileKyle Edwards2021-03-193-17/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code is going to be needed by both cmCMakePresetsFile and cmCMakePresetsFileReadJSON when the upcoming condition types are created. Move it into a header file.
| * | | | Refactor: Move cmCMakePresetsFile::ReadJSON into a separate fileKyle Edwards2021-03-193-787/+804
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some compilers complain about translation units that are too large. In order to prepare for upcoming additions to cmCMakePresetsFile, split ReadJSON into a separate file.
* | | | | Merge topic 'cxx-module-extensions'Brad King2021-03-235-6/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7c4c4f1406 Treat '.ixx' and '.cppm' files as C++ sources Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5926
| * | | | | Treat '.ixx' and '.cppm' files as C++ sourcesAndrew Gilewsky2021-03-225-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These extensions are used by convention for C++ modules and interface units with MSVC.
* | | | | | Merge topic 'better-exporting-examples'Brad King2021-03-236-26/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e2aa44ba04 Tests: set CMAKE_PREFIX_PATH to the installation prefix 26cf661b64 Help/guide: use GNUInstallDirs in importing-exporting example Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5923
| * | | | | | Tests: set CMAKE_PREFIX_PATH to the installation prefixBen Boeckel2021-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As it is documented to be.
| * | | | | | Help/guide: use GNUInstallDirs in importing-exporting exampleBen Boeckel2021-03-195-25/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the example to also show how to work on systems with different libdir settings (e.g., Debian multiarch or Red Hat multilib) rather than a regular `lib` directory.
* | | | | | | CMake Nightly Date StampKitware Robot2021-03-231-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2021-03-221-1/+1
| |/ / / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2021-03-211-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2021-03-201-1/+1
|/ / / /
* | | | Merge topic 'update_cuda_custom_toolkit_location_folder_structure'Brad King2021-03-1910-20/+81
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c73b847b03 VS: switch to new folder structure while keeping the old one working Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Raul Tambre <raul@tambre.ee> Merge-request: !5911
| * | | | VS: switch to new folder structure while keeping the old one workingMarcel Ritzschke2021-03-1810-20/+81
| | | | | | | | | | | | | | | | | | | | Fixes: #21170
* | | | | Merge topic 'FindDevIL-targets'Brad King2021-03-197-18/+144
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 73b27f6ae8 FindDevIL: add imported targets and tests 52d3d1bdc5 FindDevIL: Format documentation of provided variables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5891
| * | | | | FindDevIL: add imported targets and testsAlex2021-03-187-0/+119
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: #21900
| * | | | | FindDevIL: Format documentation of provided variablesBrad King2021-03-181-18/+25
| |/ / / /
* | | | | Merge branch 'release-3.20'Brad King2021-03-190-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'schema-typo' into release-3.20Brad King2021-03-191-15/+15
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bda6446e6f Help: Fix typos in presets schema field descriptions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5922
* | \ \ \ \ Merge topic 'schema-typo'Brad King2021-03-191-16/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fae7910268 Help: Fix typos in presets schema field descriptions fa1b729b9d Merge branch 'backport-preset-schema-typos' into preset-schema-typos bda6446e6f Help: Fix typos in presets schema field descriptions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5922
| * | | | | | Help: Fix typos in presets schema field descriptionsAdriaan de Groot2021-03-181-1/+1
| | | | | | |
| * | | | | | Merge branch 'backport-preset-schema-typos' into preset-schema-typosBrad King2021-03-181-15/+15
| |\ \ \ \ \ \ | | | |/ / / / | | |/| / / / | | |_|/ / / | |/| | | |
| | * | | | Help: Fix typos in presets schema field descriptionsAdriaan de Groot2021-03-181-15/+15
| | | | | |
* | | | | | Merge branch 'release-3.20'Brad King2021-03-190-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge topic 'fix-CMP0118-NEW' into release-3.20Brad King2021-03-1923-102/+66
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 17eb610a31 Help: Document CMP0118 requirement for boolean values 06feb845aa CMP0118: Fix NEW behavior when looking up target sources Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5921
* | | | | | Merge topic 'fix-CMP0118-NEW'Brad King2021-03-1923-102/+66
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | 17eb610a31 Help: Document CMP0118 requirement for boolean values 06feb845aa CMP0118: Fix NEW behavior when looking up target sources Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5921
| * | | | Help: Document CMP0118 requirement for boolean valuesBrad King2021-03-181-2/+8
| | | | |
| * | | | CMP0118: Fix NEW behavior when looking up target sourcesBrad King2021-03-1822-100/+58
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Under the CMP0118 NEW behavior, sources generated in one directory should be visible when added to targets in other directories. This was accidentally left out of commit 6624b65b3f (GENERATED prop: Add implementation for policy CMP0118 being set to NEW, 2020-11-09, v3.20.0-rc1~393^2~1). Fixes: #18399
* | | | CMake Nightly Date StampKitware Robot2021-03-191-1/+1
| |/ / |/| |
* | | Merge topic 'lang_win32_console'Brad King2021-03-1812-24/+34
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 56c759b000 Per-language Win32/Console flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5906
| * | | Per-language Win32/Console flagsRaul Tambre2021-03-1712-24/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows using different compilers with different flags for different languages. For example Clang with GNU-like commandline for CXX and MSVC as host compiler for CUDA. Should help with #21914.
* | | | Merge topic 'fileapi-codemodel-directory'Brad King2021-03-1826-143/+1647
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 049bf98f63 fileapi: Add installers to codemodel-v2 "directory" object eae2256a52 fileapi: Add backtraceGraph to codemodel-v2 "directory" object a12d7f70b1 fileapi: Add a "directory" object to codemodel-v2 fd30bd93e6 fileapi: Re-organize backtrace infrastructure 415ead8153 cmFileAPICodemodel: Build map from each target to its index f73b6879e9 cmInstallTargetGenerator: Report namelink mode with list of files ea430582f9 cmInstallTargetGenerator: Drop unused GetNamelinkMode method Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5917
| * | | | fileapi: Add installers to codemodel-v2 "directory" objectBrad King2021-03-1614-14/+1148
| | | | | | | | | | | | | | | | | | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com>
| * | | | fileapi: Add backtraceGraph to codemodel-v2 "directory" objectBrad King2021-03-163-5/+24
| | | | | | | | | | | | | | | | | | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com>
| * | | | fileapi: Add a "directory" object to codemodel-v2Brad King2021-03-1615-15/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This object will contain more detailed directory-level information. Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com>
| * | | | fileapi: Re-organize backtrace infrastructureBrad King2021-03-163-121/+128
| | | | | | | | | | | | | | | | | | | | Make it available to more parts of the codemodel object.
| * | | | cmFileAPICodemodel: Build map from each target to its indexBrad King2021-03-161-0/+7
| | | | |
| * | | | cmInstallTargetGenerator: Report namelink mode with list of filesBrad King2021-03-162-0/+2
| | | | |
| * | | | cmInstallTargetGenerator: Drop unused GetNamelinkMode methodBrad King2021-03-161-1/+0
| | | | |
* | | | | Merge topic 'ci-intel-compilers'Brad King2021-03-1812-17/+315
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1610c0f034 gitlab-ci: add jobs testing Intel oneAPI compilers on Linux c076833310 gitlab-ci: add jobs testing Intel Classic compilers on Linux 5ea928d9d2 gitlab-ci: factor out job dependencies on release-style binaries 402518904f gitlab-ci: add rules to enable jobs only in a nightly pipeline schedule 747940157f gitlab-ci: init environment with per-CMAKE_CONFIGURATION shell scripts 256c320fb6 gitlab-ci: add variable for job to control its ctest build name Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5920
| * | | | | gitlab-ci: add jobs testing Intel oneAPI compilers on LinuxBrad King2021-03-175-0/+39
| | | | | |
| * | | | | gitlab-ci: add jobs testing Intel Classic compilers on LinuxBrad King2021-03-176-0/+233
| | | | | |
| * | | | | gitlab-ci: factor out job dependencies on release-style binariesBrad King2021-03-172-16/+16
| | | | | |
| * | | | | gitlab-ci: add rules to enable jobs only in a nightly pipeline scheduleBrad King2021-03-171-0/+6
| | | | | |
| * | | | | gitlab-ci: init environment with per-CMAKE_CONFIGURATION shell scriptsBrad King2021-03-172-0/+16
| | | | | |
| * | | | | gitlab-ci: add variable for job to control its ctest build nameBrad King2021-03-171-1/+5
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2021-03-181-1/+1
|/ / / / /
* | | | | Merge branch 'release-3.20'Brad King2021-03-170-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | CMake 3.20.0-rc5v3.20.0-rc5Brad King2021-03-171-1/+1
| | | | |
* | | | | Merge branch 'release-3.20'Brad King2021-03-170-0/+0
|\ \ \ \ \ | |/ / / /