Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-curl' into update-curl | Brad King | 2023-08-01 | 92 | -1710/+2461 |
|\ | | | | | | | | | * upstream-curl: curl 2023-07-26 (50490c06) | ||||
| * | curl 2023-07-26 (50490c06) | Curl Upstream | 2023-08-01 | 92 | -1710/+2461 |
| | | | | | | | | | | | | | | | | Code extracted from: https://github.com/curl/curl.git at commit 50490c0679fcd0e50bb3a8fbf2d9244845652cf0 (curl-8_2_1). | ||||
* | | curl: Update script to get curl 8.2.1 | Brad King | 2023-08-01 | 1 | -1/+1 |
| | | |||||
* | | Merge topic 'xcode-embed-resources' | Brad King | 2023-08-01 | 13 | -6/+96 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | e40d2cb3af Xcode: Add embed resources support Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Acked-by: Deal <halx99@live.com> Merge-request: !8632 | ||||
| * | | Xcode: Add embed resources support | halx99 | 2023-07-31 | 13 | -6/+96 |
| | | | |||||
* | | | Merge topic 'windows-tidy-cmstrcat' | Brad King | 2023-08-01 | 42 | -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` lints | Ben Boeckel | 2023-07-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | clang-tidy: fix `readability-static-accessed-through-instance` lints | Ben Boeckel | 2023-07-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | cmWIXRichTextFormatWriter: remove identity cast | Ben Boeckel | 2023-07-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | clang-tidy: fix `modernize-use-equals-default` lints | Ben Boeckel | 2023-07-31 | 1 | -3/+1 |
| | | | | |||||
| * | | | clang-tidy: fix `readability-container-size-empty` lints | Ben Boeckel | 2023-07-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | clang-tidy: fix `modernize-raw-string-literal` lints | Ben Boeckel | 2023-07-31 | 2 | -2/+2 |
| | | | | |||||
| * | | | clang-tidy: fix `readability-else-after-return` lints | Ben Boeckel | 2023-07-28 | 2 | -9/+10 |
| | | | | |||||
| * | | | clang-tidy: fix `modernize-use-auto` lints | Ben Boeckel | 2023-07-28 | 3 | -3/+3 |
| | | | | |||||
| * | | | clang-tidy: fix `modernize-use-nullptr` lints | Ben Boeckel | 2023-07-28 | 2 | -4/+5 |
| | | | | |||||
| * | | | clang-tidy: fix `readability-braces-around-statements` lints | Ben Boeckel | 2023-07-28 | 3 | -8/+16 |
| | | | | |||||
| * | | | cmVisualStudioWCEPlatformParser: combine character pushbacks | Ben Boeckel | 2023-07-28 | 1 | -2/+1 |
| | | | | |||||
| * | | | cmVisualStudioSlnParser: simplify switch statement | Ben Boeckel | 2023-07-28 | 1 | -6/+1 |
| | | | | |||||
| * | | | cmLocalVisualStudio10Generator: remove unnecessary `.c_str()` | Ben Boeckel | 2023-07-28 | 3 | -6/+5 |
| | | | | |||||
| * | | | strings: use `emplace_back` with `cmStrCat` arguments | Ben Boeckel | 2023-07-28 | 12 | -25/+26 |
| | | | | |||||
| * | | | strings: use character literals where possible | Ben Boeckel | 2023-07-28 | 20 | -132/+133 |
| | | | | |||||
| * | | | cmStrCat: use in Windows-specific sources | Ben Boeckel | 2023-07-28 | 20 | -535/+582 |
| | | | | |||||
| * | | | strings: simplify streaming sequences | Ben Boeckel | 2023-07-27 | 3 | -13/+11 |
| | | | | |||||
| * | | | strings: combine string literals where possible | Ben Boeckel | 2023-07-27 | 7 | -20/+31 |
| | | | | |||||
| * | | | strings: compare to static `string_view` instances in Windows-only code | Ben Boeckel | 2023-07-27 | 21 | -246/+276 |
| | | | | |||||
| * | | | clang-tidy: fix `readability-container-data-pointer` lints | Ben Boeckel | 2023-07-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge topic 'clang-tidy-xcode-generator' | Brad King | 2023-08-01 | 13 | -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 possible | Ben Boeckel | 2023-07-30 | 4 | -59/+59 |
| | | | | | |||||
| * | | | | string_view: use string_view literals in comparisons | Ben Boeckel | 2023-07-30 | 6 | -77/+87 |
| | | | | | |||||
| * | | | | strings: combine string literals | Ben Boeckel | 2023-07-30 | 3 | -41/+59 |
| | | | | | |||||
| * | | | | cmCPackDragNDropGenerator: use a string instead of a stream for commands | Ben Boeckel | 2023-07-30 | 3 | -65/+70 |
| | | | | | |||||
| * | | | | cmStrCat: use where possible in Apple-specific sources | Ben Boeckel | 2023-07-30 | 5 | -73/+82 |
| | | | | | |||||
| * | | | | cmXCode21Object: simplify streaming expression | Ben Boeckel | 2023-07-30 | 1 | -3/+1 |
| | | | | | |||||
| * | | | | cmLocalXCodeGenerator: return a default string | Ben Boeckel | 2023-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Instead of using the `strlen`-based constructor. | ||||
| * | | | | cmCPackPKGGenerator: remove unnecessary `.c_str()` calls | Ben Boeckel | 2023-07-30 | 1 | -6/+5 |
| | | | | | |||||
| * | | | | cmCPackDragNDropGenerator: remove unnecessary string construction | Ben Boeckel | 2023-07-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | clang-tidy: fix `readability-braces-around-statements` lints | Ben Boeckel | 2023-07-30 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | clang-tidy: fix `modernize-use-override` lints | Ben Boeckel | 2023-07-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | clang-tidy: fix `readability-else-after-return` lints | Ben Boeckel | 2023-07-30 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | clang-tidy: fix `bugprone-branch-clone` lints | Ben Boeckel | 2023-07-30 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | clang-tidy: fix `modernize-use-default-member-init` lints | Ben Boeckel | 2023-07-30 | 1 | -4/+2 |
| | | | | | |||||
| * | | | | clang-tidy: fix `modernize-loop-convert` lints | Ben Boeckel | 2023-07-30 | 1 | -3/+5 |
| | | | | | |||||
| * | | | | clang-tidy: fix `modernize-use-auto` lints | Ben Boeckel | 2023-07-27 | 4 | -32/+32 |
| | | | | | |||||
* | | | | | Merge topic 'test_utf8_improve' | Brad King | 2023-08-01 | 1 | -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_view | Vitaly Stakhovsky | 2023-07-30 | 1 | -58/+49 |
| | | | | | | |||||
* | | | | | | Merge topic 'doc_ep' | Brad King | 2023-08-01 | 2 | -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 TOC | scivision | 2023-07-31 | 1 | -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 level | Brad King | 2023-07-31 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Merge topic 'ci-debian-legacy' | Brad King | 2023-08-01 | 8 | -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 packages | Brad King | 2023-07-31 | 3 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test Python 2 packages in Debian 10. They are not available in Debian 12. |