summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge topic 'test_utf8_improve'Brad King2023-08-011-58/+49
|\ \
| * | testUTF8: Improve using string_viewVitaly Stakhovsky2023-07-301-58/+49
* | | Merge topic 'doc_ep'Brad King2023-08-012-862/+894
|\ \ \
| * | | ExternalProject: Add option subsection anchors for accessibility from TOCscivision2023-07-311-862/+893
| * | | 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
|\ \ \ \
| * | | | ci: Add job for Debian 10 legacy packagesBrad King2023-07-313-0/+33
| * | | | ci: Add an image for Python 2 on Debian 10Brad King2023-07-315-0/+75
* | | | | Merge topic 'ci-hip'Brad King2023-08-014-0/+29
|\ \ \ \ \
| * | | | | ci: Add HIP job based on Debian imageBrad King2023-07-314-0/+29
| |/ / / /
* | | | | 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
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'FindPython-Debian-workaround'Brad King2023-08-011-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | FindPython: Restore Python_SITE* values for versions below 3.10Marc Chevrier2023-07-311-1/+1
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2023-08-011-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'CheckLanguage-doc-cuda-host'Brad King2023-07-312-14/+40
|\ \ \ \ \
| * | | | | Help: Explicitly note that projects should not set CMAKE_CUDA_HOST_COMPILERBrad King2023-07-311-0/+7
| * | | | | CheckLanguage: Document that CMAKE_CUDA_HOST_COMPILER should not be set aloneBrad King2023-07-311-0/+8
| * | | | | CheckLanguage: Modernize documentation formattingBrad King2023-07-311-14/+25
* | | | | | Merge topic 'test-target-property-init'Brad King2023-07-3123-6/+724
|\ \ \ \ \ \
| * | | | | | Tests/RunCMake/property_init: test 'with_exports' propertiesBen Boeckel2023-07-292-0/+52
| * | | | | | Tests/RunCMake/property_init: test 'with_commands' propertiesBen Boeckel2023-07-292-0/+14
| * | | | | | Tests/RunCMake/property_init: test 'with_artifact' propertiesBen Boeckel2023-07-292-0/+20
| * | | | | | Tests/RunCMake/property_init: test 'shared_library' propertiesBen Boeckel2023-07-292-0/+13
| * | | | | | Tests/RunCMake/property_init: test 'pic_targets' propertiesBen Boeckel2023-07-292-0/+22
| * | | | | | Tests/RunCMake/property_init: test 'normal' propertiesBen Boeckel2023-07-292-0/+11
| * | | | | | Tests/RunCMake/property_init: test 'non_imported' propertiesBen Boeckel2023-07-292-0/+12
| * | | | | | Tests/RunCMake/property_init: test 'normal_non_imported' propertiesBen Boeckel2023-07-292-0/+10
| * | | | | | Tests/RunCMake/property_init: test 'linkable' propertiesBen Boeckel2023-07-292-0/+13
| * | | | | | Tests/RunCMake/property_init: test 'library_with_artifact' propertiesBen Boeckel2023-07-292-0/+11
| * | | | | | Tests/RunCMake/property_init: add `per_config` table builder helperBen Boeckel2023-07-291-0/+35
| * | | | | | Tests/RunCMake/property_init: test 'imported' propertiesBen Boeckel2023-07-292-0/+10
| * | | | | | Tests/RunCMake/property_init: test 'executable' propertiesBen Boeckel2023-07-292-0/+26