summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'windows-tidy-cmstrcat'Brad King2023-08-0142-929/+1018
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d58253d155 clang-tidy: fix `performance-faster-string-find` lints a19ec77200 clang-tidy: fix `readability-static-accessed-through-instance` lints 3d03629f20 cmWIXRichTextFormatWriter: remove identity cast 1df29567ac clang-tidy: fix `modernize-use-equals-default` lints 32fe862b8c clang-tidy: fix `readability-container-size-empty` lints 7eaab9a957 clang-tidy: fix `modernize-raw-string-literal` lints ffa49c23aa clang-tidy: fix `readability-else-after-return` lints 4489e9a85c clang-tidy: fix `modernize-use-auto` lints ... Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8668
| * clang-tidy: fix `performance-faster-string-find` lintsBen Boeckel2023-07-311-1/+1
| |
| * clang-tidy: fix `readability-static-accessed-through-instance` lintsBen Boeckel2023-07-311-1/+1
| |
| * cmWIXRichTextFormatWriter: remove identity castBen Boeckel2023-07-311-1/+1
| |
| * clang-tidy: fix `modernize-use-equals-default` lintsBen Boeckel2023-07-311-3/+1
| |
| * clang-tidy: fix `readability-container-size-empty` lintsBen Boeckel2023-07-311-1/+1
| |
| * clang-tidy: fix `modernize-raw-string-literal` lintsBen Boeckel2023-07-312-2/+2
| |
| * clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2023-07-282-9/+10
| |
| * clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2023-07-283-3/+3
| |
| * clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2023-07-282-4/+5
| |
| * clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2023-07-283-8/+16
| |
| * cmVisualStudioWCEPlatformParser: combine character pushbacksBen Boeckel2023-07-281-2/+1
| |
| * cmVisualStudioSlnParser: simplify switch statementBen Boeckel2023-07-281-6/+1
| |
| * cmLocalVisualStudio10Generator: remove unnecessary `.c_str()`Ben Boeckel2023-07-283-6/+5
| |
| * strings: use `emplace_back` with `cmStrCat` argumentsBen Boeckel2023-07-2812-25/+26
| |
| * strings: use character literals where possibleBen Boeckel2023-07-2820-132/+133
| |
| * cmStrCat: use in Windows-specific sourcesBen Boeckel2023-07-2820-535/+582
| |
| * strings: simplify streaming sequencesBen Boeckel2023-07-273-13/+11
| |
| * strings: combine string literals where possibleBen Boeckel2023-07-277-20/+31
| |
| * strings: compare to static `string_view` instances in Windows-only codeBen Boeckel2023-07-2721-246/+276
| |
| * clang-tidy: fix `readability-container-data-pointer` lintsBen Boeckel2023-07-271-1/+1
| |
* | Merge topic 'clang-tidy-xcode-generator'Brad King2023-08-0113-351/+393
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 09b7ac7f67 strings: use single characters where possible 6aa9023700 string_view: use string_view literals in comparisons 1b60137b98 strings: combine string literals e1b70d7286 cmCPackDragNDropGenerator: use a string instead of a stream for commands f5d04b5bf0 cmStrCat: use where possible in Apple-specific sources 3af822cd8f cmXCode21Object: simplify streaming expression c4f751604b cmLocalXCodeGenerator: return a default string ce549909fb cmCPackPKGGenerator: remove unnecessary `.c_str()` calls ... Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8660
| * | strings: use single characters where possibleBen Boeckel2023-07-304-59/+59
| | |
| * | string_view: use string_view literals in comparisonsBen Boeckel2023-07-306-77/+87
| | |
| * | strings: combine string literalsBen Boeckel2023-07-303-41/+59
| | |
| * | cmCPackDragNDropGenerator: use a string instead of a stream for commandsBen Boeckel2023-07-303-65/+70
| | |
| * | cmStrCat: use where possible in Apple-specific sourcesBen Boeckel2023-07-305-73/+82
| | |
| * | cmXCode21Object: simplify streaming expressionBen Boeckel2023-07-301-3/+1
| | |
| * | cmLocalXCodeGenerator: return a default stringBen Boeckel2023-07-301-1/+1
| | | | | | | | | | | | Instead of using the `strlen`-based constructor.
| * | cmCPackPKGGenerator: remove unnecessary `.c_str()` callsBen Boeckel2023-07-301-6/+5
| | |
| * | cmCPackDragNDropGenerator: remove unnecessary string constructionBen Boeckel2023-07-301-1/+1
| | |
| * | clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2023-07-301-1/+2
| | |
| * | clang-tidy: fix `modernize-use-override` lintsBen Boeckel2023-07-301-1/+1
| | |
| * | clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2023-07-301-3/+3
| | |
| * | clang-tidy: fix `bugprone-branch-clone` lintsBen Boeckel2023-07-301-0/+2
| | |
| * | clang-tidy: fix `modernize-use-default-member-init` lintsBen Boeckel2023-07-301-4/+2
| | |
| * | clang-tidy: fix `modernize-loop-convert` lintsBen Boeckel2023-07-301-3/+5
| | |
| * | clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2023-07-274-32/+32
| | |
* | | Merge topic 'test_utf8_improve'Brad King2023-08-011-58/+49
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3ce4e9523c testUTF8: Improve using string_view Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8673
| * | | testUTF8: Improve using string_viewVitaly Stakhovsky2023-07-301-58/+49
| | | |
* | | | Merge topic 'doc_ep'Brad King2023-08-012-862/+894
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c949a8742e ExternalProject: Add option subsection anchors for accessibility from TOC 6828b9df5a Help/dev: Extend documentation guide with another section nesting level Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8657
| * | | | ExternalProject: Add option subsection anchors for accessibility from TOCscivision2023-07-311-862/+893
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use RST subsections for each major step of `ExternalProject_Add()`. This makes finding options easier with less scrolling. For example, finding important Download vs. Test options etc. Fixes: #25129
| * | | | Help/dev: Extend documentation guide with another section nesting levelBrad King2023-07-311-0/+1
| | | | |
* | | | | Merge topic 'ci-debian-legacy'Brad King2023-08-018-0/+108
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9d64df3e1c ci: Add job for Debian 10 legacy packages 07f42b3690 ci: Add an image for Python 2 on Debian 10 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8676
| * | | | | ci: Add job for Debian 10 legacy packagesBrad King2023-07-313-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | Test Python 2 packages in Debian 10. They are not available in Debian 12.
| * | | | | ci: Add an image for Python 2 on Debian 10Brad King2023-07-315-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Debian 12 no longer packages Python 2, so we test Python 2 find modules on an older version.
* | | | | | Merge topic 'ci-hip'Brad King2023-08-014-0/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1177d5c127 ci: Add HIP job based on Debian image Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8675
| * | | | | | ci: Add HIP job based on Debian imageBrad King2023-07-314-0/+29
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Debian package for `hipcc` organizes the `hip-lang` cmake package differently from the official ROCm base images. Cover it separately. Issue: #24562
* | | | | | Merge branch 'release-3.27'Brad King2023-08-010-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge topic 'FindPython-Debian-workaround' into release-3.27Brad King2023-08-011-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b02f3872d0 FindPython: Restore Python_SITE* values for versions below 3.10 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8672