summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | 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
* | | | | | CMake Nightly Date StampKitware Robot2023-08-011-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'test-target-property-init'Brad King2023-07-311-2/+3
|\ \ \ \ \
| * | | | | cmTarget: handle `HIP_STANDARD` like other language standardsBen Boeckel2023-07-291-2/+3
* | | | | | Merge topic 'ci-debian-12'Brad King2023-07-31127-950/+937
|\ \ \ \ \ \
| * | | | | | IWYU: Update for Debian 12 CI jobBrad King2023-07-28127-950/+937
* | | | | | | CMake Nightly Date StampKitware Robot2023-07-311-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2023-07-301-1/+1
| |/ / / / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2023-07-291-1/+1
* | | | | | Merge topic 'xcframework-find-library'Kyle Edwards2023-07-281-0/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | find_library(): Add support for .xcframeworkKyle Edwards2023-07-281-0/+16
| |/ / / /
* | | | | Merge topic 'ExportTestLabelToJUnit'Brad King2023-07-281-0/+15
|\ \ \ \ \
| * | | | | ctest: export test labels to junit xmlAlex Neundorf2023-07-261-0/+15
* | | | | | Merge topic 'cxx-atomic'Brad King2023-07-285-7/+22
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Source: Link libatomic when needed on Linux 32-bit ARMBrad King2023-07-275-7/+22
| * | | | | CMake 3.27.1v3.27.1Brad King2023-07-251-1/+1
| * | | | | Merge topic 'property-typo-fix' into release-3.27Brad King2023-07-251-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'cdash_checksum_400' into release-3.27Brad King2023-07-251-9/+12
| |\ \ \ \ \ \
* | | | | | | | CMake Nightly Date StampKitware Robot2023-07-281-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge topic 'xcframework-target-link-libraries'Kyle Edwards2023-07-2716-10/+532
|\ \ \ \ \ \ \
| * | | | | | | macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-2615-6/+532
| * | | | | | | bootstrap: Unconditionally build libjsoncppKyle Edwards2023-07-261-4/+0
* | | | | | | | Merge topic 'cmuvprocesschain-wait-0'Brad King2023-07-272-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | cmUVProcessChain::Wait(): Treat timeout of 0 as no timeoutKyle Edwards2023-07-262-3/+3
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2023-07-271-1/+1
* | | | | | | Merge topic 'jobserver-fix'Brad King2023-07-265-23/+32
|\ \ \ \ \ \ \
| * | | | | | | add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORYChris Mahoney2023-07-255-23/+32
* | | | | | | | Merge topic 'cmPolicies-cmStrCat'Brad King2023-07-261-85/+75
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | cmPolicies: use `cmStrCat` for error message buildingBen Boeckel2023-07-241-84/+68
| * | | | | | | cmPolicies: use `cmStrCat` for string additionsBen Boeckel2023-07-241-1/+1