summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge topic 'linux-release-builders'Brad King2020-06-034-8/+62
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 922cd3affe ci: fix the project detection for CDash submissions c5b072800d gitlab-ci: add jobs for reproducing the release binaries 45f2786ff7 Release/linux: remove explicit LANG setting c540fcaa6b Sphinx/create_identifiers: handle qhp contents as utf-8 e237fc65b7 Sphinx/create_identifiers: use `not in` not `not _ in` 0aa061f6f8 Sphinx/create_identifiers: remove unused import Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4852
| * | | | | ci: fix the project detection for CDash submissionsBen Boeckel2020-06-031-1/+1
| | | | | |
| * | | | | gitlab-ci: add jobs for reproducing the release binariesBen Boeckel2020-06-032-0/+55
| | | | | |
| * | | | | Release/linux: remove explicit LANG settingBen Boeckel2020-06-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It shouldn't be needed anymore now that the Sphinx scripts are reading UTF-8 content explicitly.
| * | | | | Sphinx/create_identifiers: handle qhp contents as utf-8Ben Boeckel2020-06-031-4/+4
| | | | | |
| * | | | | Sphinx/create_identifiers: use `not in` not `not _ in`Ben Boeckel2020-06-031-1/+1
| | | | | |
| * | | | | Sphinx/create_identifiers: remove unused importBen Boeckel2020-06-031-1/+1
| | |_|/ / | |/| | |
* | | | | Merge topic 'gitlab-ci-msvc-14.26'Brad King2020-06-031-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f65ba96043 gitlab-ci: Update Windows builds to MSVC 19.26 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4851
| * | | | | gitlab-ci: Update Windows builds to MSVC 19.26Brad King2020-06-031-2/+2
|/ / / / /
* | | | | Merge topic 'gitlab-ci-concurrent-jobs'Brad King2020-06-031-11/+38
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | cbe80818e2 gitlab-ci: support Windows jobs which support concurrent builds d3e02f1a48 gitlab-ci: support macOS jobs which support concurrent builds Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4849
| * | | | gitlab-ci: support Windows jobs which support concurrent buildsBen Boeckel2020-06-031-4/+18
| | | | |
| * | | | gitlab-ci: support macOS jobs which support concurrent buildsBen Boeckel2020-06-031-7/+20
|/ / / /
* | | | Merge topic 'doc-EXCLUDE_FROM_ALL'Brad King2020-06-032-7/+7
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | e262123fee Help: Clarify the effect of EXCLUDE_FROM_ALL on target installation a09195e7bf Help: Rename 'artefact' to 'artifact' in target_precompile_headers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4840
| * | | Help: Clarify the effect of EXCLUDE_FROM_ALL on target installationArcturus2020-06-021-6/+6
| | | |
| * | | Help: Rename 'artefact' to 'artifact' in target_precompile_headersArcturus2020-06-021-1/+1
| | | |
* | | | Merge topic 'imported-local-target-alias'Brad King2020-06-0327-67/+321
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 056489d567 add_library/add_executable: allow local alias to imported targets 254f2b9058 Help: add_executable: Add TOC Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4837
| * | | | add_library/add_executable: allow local alias to imported targetsMarc Chevrier2020-06-0227-65/+310
| | | | | | | | | | | | | | | | | | | | Fixes: #20641
| * | | | Help: add_executable: Add TOCMarc Chevrier2020-06-021-2/+11
| | |/ / | |/| |
* | | | Merge topic 'armclang-armlink'Brad King2020-06-031-2/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 73fb6ac82b ARMClang: Add support for armlink Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4811
| * | | | ARMClang: Add support for armlinkOsama Moharam2020-06-021-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sets CMAKE_LIBRARY_PATH_FLAG to '--userlibpath=' when using armlink. Fixes: #20761
* | | | | Merge topic 'cpack-archive-zip-timestamps'Brad King2020-06-031-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c339e5380f CPack: Use SOURCE_DATE_EPOCH for all timestamps in archives Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4842
| * | | | | CPack: Use SOURCE_DATE_EPOCH for all timestamps in archivesBen Stone2020-06-021-0/+5
| | | | | |
* | | | | | Merge branch 'release-3.17'Brad King2020-06-030-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge topic 'pch-no-Fortran' into release-3.17Brad King2020-06-032-11/+15
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10c88c4337 PCH: Do not enable GNU or Intel PCH settings for Fortran Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4843
* | \ \ \ \ \ \ Merge topic 'pch-no-Fortran'Brad King2020-06-032-13/+17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e76c11aa7c Merge branch 'backport-3.17-pch-no-Fortran' into pch-no-Fortran 10c88c4337 PCH: Do not enable GNU or Intel PCH settings for Fortran Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4843
| * \ \ \ \ \ \ \ Merge branch 'backport-3.17-pch-no-Fortran' into pch-no-FortranBrad King2020-06-022-13/+17
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | / / / / | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | PCH: Do not enable GNU or Intel PCH settings for FortranBrad King2020-06-022-11/+15
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PCH settings are shared by C and CXX languages but do not make sense for Fortran. In particular, `CMAKE_PCH_EXTENSION` should not be set because it can overwrite the value set for C/C++ languages, which may have a different compiler vendor than the Fortran compiler. Fixes: #20752
* | | | | | | Merge branch 'release-3.17'Brad King2020-06-030-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge topic 'vs-sln-version-16' into release-3.17Brad King2020-06-031-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b69010b719 VS: Fix .sln support for VS Version Selector with VS 2019 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4844
* | \ \ \ \ \ \ Merge topic 'vs-sln-version-16'Brad King2020-06-031-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b69010b719 VS: Fix .sln support for VS Version Selector with VS 2019 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4844
| * | | | | | | VS: Fix .sln support for VS Version Selector with VS 2019Brad King2020-06-021-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VS 2019 changed the naming pattern used by 2015 and 2017. Fixes: #20783
* | | | | | | Merge topic 'libarchive-reduce-checks'Brad King2020-06-034-330/+56
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ade3b16e63 libarchive: Use KWIML to get fixed-size integer types 22c5b0c244 libarchive: Avoid configure-time checks for integer range constants a7e66cac16 libarchive: Drop unused code providing uintmax_t and intmax_t Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4839
| * | | | | | | libarchive: Use KWIML to get fixed-size integer typesBrad King2020-06-022-216/+41
| | | | | | | |
| * | | | | | | libarchive: Avoid configure-time checks for integer range constantsBrad King2020-06-014-101/+15
| | | | | | | |
| * | | | | | | libarchive: Drop unused code providing uintmax_t and intmax_tBrad King2020-06-012-13/+0
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | The libarchive library code we use within CMake does not need these.
* | | | | | | Merge topic 'curl-reduce-checks'Brad King2020-06-032-19/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1dd785b02c curl: Use KWIML to get integer type sizes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4841
| * | | | | | | curl: Use KWIML to get integer type sizesBrad King2020-06-022-19/+12
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2020-06-031-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'gitlab-ci-ninja-multi'Brad King2020-06-0212-31/+103
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e1b2c0108f gitlab-ci: add a Ninja Multi-Config test job 1e8ecfccdd gitlab-ci: also build ncurses and Qt code on Linux 95721f0a82 ci: install ncurses and Qt development into the Fedora 31 image ed2fe558b0 CursesDialog: resolve clang-tidy warnings 44f1744bed QtDialog: avoid using deprecated APIs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4832
| * | | | | gitlab-ci: add a Ninja Multi-Config test jobBen Boeckel2020-06-022-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | This reuses the Ninja generator's tested build.
| * | | | | gitlab-ci: also build ncurses and Qt code on LinuxBen Boeckel2020-06-025-7/+11
| | | | | |
| * | | | | ci: install ncurses and Qt development into the Fedora 31 imageBen Boeckel2020-06-021-2/+4
| | | | | |
| * | | | | CursesDialog: resolve clang-tidy warningsBen Boeckel2020-06-024-22/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: - unnecessary bool expression (cmCursesMainForm) - removes a duplicate if/else branch (RegexExplorer) - collapses redundant if/else branch logic (CMakeSetupDialog and cmCursesStringWidget)
| * | | | | QtDialog: avoid using deprecated APIsBen Boeckel2020-06-022-0/+47
| | | | | |
* | | | | | Merge topic 'getdef-expand'Brad King2020-06-0216-137/+70
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ed8c9ebe3 cmMakefile: add GetDefExpandList() that splits value into std::vector Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4819
| * | | | | | cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-3016-137/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Combines cmMakefile:GetDefinition() and cmExpandList()
* | | | | | | Merge topic 'doc-c-standard'Brad King2020-06-021-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e8958d4742 Help: Clarify that no version of MSVC today support C standard levels Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4830
| * | | | | | | Help: Clarify that no version of MSVC today support C standard levelsHong Xu2020-06-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current description sounds as if MSVC later than 2015 update 3 support C standard level, which is not true. This patch clarifies MSVC support.
* | | | | | | | Merge topic 'cmprop'Brad King2020-06-0261-28/+62
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b36d1bdd9d Single location for cmProp typedef Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4829
| * | | | | | | | Single location for cmProp typedefVitaly Stakhovsky2020-06-0161-28/+62
| |/ / / / / / /