summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LLVMFlang: Add support for LLVM FlangTin Huynh2022-05-245-1/+29
* Merge topic 'findvulkan-moltenvk'Brad King2022-05-243-4/+122
|\
| * FindVulkan: Add component for `MoltenVK`MACHIZAUD Andréa2022-05-223-4/+118
| * FindVulkan: Mark test target with `cxx_std_11` to avoid AppleClang warningsMACHIZAUD Andréa2022-05-221-0/+4
* | Merge topic 'gitignore-build'Brad King2022-05-241-0/+3
|\ \
| * | gitignore: Tell Git to ignore build*/ directoriesShao-Ce SUN2022-05-231-0/+3
* | | Merge topic 'curl-debug-callback'Brad King2022-05-241-2/+2
|\ \ \
| * | | cmFileCommand: Fix signature of CURLOPT_DEBUGFUNCTION callbackBrad King2022-05-231-2/+2
* | | | Merge topic 'reduce-policy-eval-scope'Brad King2022-05-241-4/+2
|\ \ \ \
| * | | | cmConditionEvaluator: Reduce the scope of the CMP0064 evaluationAlex Turbov2022-05-231-4/+2
* | | | | Merge topic 'ci-fedora-36'Brad King2022-05-24121-445/+374
|\ \ \ \ \
| * | | | | gitlab-ci: use Fedora 36 images and environmentsBen Boeckel2022-05-2419-67/+67
| * | | | | ci: update Linux image to Fedora 36Ben Boeckel2022-05-244-3/+3
| * | | | | ci: make rvm version comments consistentBrad King2022-05-242-3/+2
| * | | | | clang-tidy: suppress `google-readability-casting` lintBen Boeckel2022-05-241-1/+0
| * | | | | 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