summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | CMake Nightly Date StampKitware Robot2023-08-051-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2023-08-041-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'doc-install'Brad King2023-08-032-801/+814
|\ \ \ \ \ \
| * | | | | | Help: Cross-reference install command signatures as commandsBrad King2023-08-022-34/+19
| * | | | | | Help: Use signature directive for 'install' commandBrad King2023-08-021-792/+820
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2023-08-031-1/+1
|/ / / / /
* | | | | Merge topic 'update-curl'Brad King2023-08-0293-1711/+2466
|\ \ \ \ \
| * | | | | curl: Remove curlu library not needed for building within CMakeBrad King2023-08-011-0/+4
| * | | | | Merge branch 'upstream-curl' into update-curlBrad King2023-08-0192-1710/+2461
| |\ \ \ \ \
| | * | | | | curl 2023-07-26 (50490c06)Curl Upstream2023-08-0192-1710/+2461
| * | | | | | curl: Update script to get curl 8.2.1Brad King2023-08-011-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'object-library-link-entries'Brad King2023-08-0210-27/+18
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | cmComputeLinkInformation: add `OBJECT` libraries as link itemsBen Boeckel2023-08-013-22/+2
| * | | | | cmComputeLinkInformation: prepare Item consumers for `OBJECT` librariesBen Boeckel2023-08-017-5/+16
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2023-08-021-1/+1
|/ / / /
* | | | Merge topic 'xcode-embed-resources'Brad King2023-08-0113-6/+96
|\ \ \ \
| * | | | Xcode: Add embed resources supporthalx992023-07-3113-6/+96
* | | | | Merge topic 'windows-tidy-cmstrcat'Brad King2023-08-0142-929/+1018
|\ \ \ \ \
| * | | | | 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
|\ \ \ \ \ \
| * | | | | | 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
| * | | | | | 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