summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | clang-tidy: suppress new `readability-identifier-length` lintBen Boeckel2022-05-241-0/+1
| * | | | | | | | | cmFileCommand: remove an unnecessary castBen Boeckel2022-05-241-1/+1
| * | | | | | | | | clang-tidy: fix `readability-static-definition-in-anonymous-namespace` lintsBen Boeckel2022-05-241-2/+2
| * | | | | | | | | clang-tidy: fix `bugprone-exception-escape` lintsBen Boeckel2022-05-241-3/+9
| * | | | | | | | | clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-05-2410-20/+20
| * | | | | | | | | clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-2430-73/+95
| * | | | | | | | | clang-tidy: address `readability-container-data-pointer` lintsBen Boeckel2022-05-2412-50/+50
| * | | | | | | | | clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-2454-212/+109
| * | | | | | | | | zstd: suppress an analyzer lintBen Boeckel2022-05-241-0/+1
| * | | | | | | | | cmGlobalGenerator: check for `nullptr` in `GetLanguageFromExtension`Ben Boeckel2022-05-211-1/+4
| * | | | | | | | | cmCTestSubmitHandler: avoid double fetching envvarsBen Boeckel2022-05-211-4/+4
| * | | | | | | | | cmMakefileLibraryTargetGenerator: improve output buildingBen Boeckel2022-05-191-1/+3
| * | | | | | | | | style: use `cmStrCat` in some more locationsBen Boeckel2022-05-193-4/+3
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2022-05-241-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge topic 'externalproject-cleanup'Brad King2022-05-231-344/+793
|\ \ \ \ \ \ \ \
| * | | | | | | | ExternalProject: Reformatting onlyCraig Scott2022-05-221-291/+769
| * | | | | | | | ExternalProject: Minor cleanup to use more convenient commandsCraig Scott2022-05-221-12/+14
| * | | | | | | | ExternalProject: Remove unused property docsCraig Scott2022-05-221-38/+5
| * | | | | | | | ExternalProject: Replace SEND_ERROR with FATAL_ERRORCraig Scott2022-05-221-3/+5
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'pkgconfig-static-libs'Brad King2022-05-239-136/+332
|\ \ \ \ \ \ \ \
| * | | | | | | | FindPkgConfig: Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET.Alex Birch2022-05-209-116/+302
| * | | | | | | | Tests: De-duplicate some code in RunCMake.FindPkgConfigAlex Birch2022-05-201-8/+14
| * | | | | | | | FindPkgConfig: Fix parsing of backslash-escaped spaces in pkg-config outputAlex Birch2022-05-124-14/+18
* | | | | | | | | CMake Nightly Date StampKitware Robot2022-05-231-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2022-05-221-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2022-05-211-1/+1
* | | | | | | Merge topic 'vs-system-include'Brad King2022-05-204-10/+46
|\ \ \ \ \ \ \
| * | | | | | | VS: Add support for SYSTEM include directoriesJosiah Bills2022-05-184-10/+46
* | | | | | | | Merge topic 'win_arm64_native_toolchain'Brad King2022-05-204-11/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | VS: ARM64 as default toolset architecture for ARM64 hostNiyas Sait2022-05-194-11/+22
* | | | | | | | | Merge topic 'findvulkan-improvements'Brad King2022-05-205-52/+608
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindVulkan: remove noop on CMAKE_MODULE_PATH in testsMACHIZAUD Andréa2022-05-181-1/+0
| * | | | | | | | | FindVulkan: Add component for `glslc` and `glslangValidator`MACHIZAUD Andréa2022-05-181-17/+48
| * | | | | | | | | FindVulkan: ensure policy CMP0057 is NEW to use `IN_LIST` with `if()`MACHIZAUD Andréa2022-05-181-0/+5
| * | | | | | | | | FindVulkan: Add component for `glslang`MACHIZAUD Andréa2022-05-183-3/+315
| * | | | | | | | | FindVulkan: Add component for `SPIRV-Tools`MACHIZAUD Andréa2022-05-183-5/+81
| * | | | | | | | | FindVulkan: Add component for `shaderc_combined`MACHIZAUD Andréa2022-05-183-2/+127
| * | | | | | | | | FindVulkan: Move `mark_as_advanced` right after `find_*` calls.MACHIZAUD Andréa2022-05-131-3/+6
| * | | | | | | | | FindVulkan: Factorize code for library/executable searchMACHIZAUD Andréa2022-05-131-51/+56
* | | | | | | | | | Merge topic 'ci-win-package'Brad King2022-05-2014-9/+398
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gitlab-ci: Add jobs to make Windows x86_64 and i386 packagesBrad King2022-05-1910-2/+217
| * | | | | | | | | | gitlab-ci: Simplify collection of CTestTestfile artifactsBrad King2022-05-191-7/+2
| * | | | | | | | | | Utilities/Release: Add script to sign and package Windows binariesBrad King2022-05-191-0/+29
| * | | | | | | | | | Utilities/Release: Add script to build Qt 5.12.1 Windows binariesBrad King2022-05-193-0/+150
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'release-3.23'Brad King2022-05-200-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'release-3.22' into release-3.23Brad King2022-05-200-0/+0
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'release-3.22'Brad King2022-05-200-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'release-3.21' into release-3.22Brad King2022-05-190-0/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'vs2022-only' into release-3.22Brad King2022-05-191-0/+1
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'release-3.21'Brad King2022-05-200-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |