Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | clang-tidy: suppress new `readability-identifier-length` lint | Ben Boeckel | 2022-05-24 | 1 | -0/+1 | |
| * | | | | | | | | | cmFileCommand: remove an unnecessary cast | Ben Boeckel | 2022-05-24 | 1 | -1/+1 | |
| * | | | | | | | | | clang-tidy: fix `readability-static-definition-in-anonymous-namespace` lints | Ben Boeckel | 2022-05-24 | 1 | -2/+2 | |
| * | | | | | | | | | clang-tidy: fix `bugprone-exception-escape` lints | Ben Boeckel | 2022-05-24 | 1 | -3/+9 | |
| * | | | | | | | | | clang-tidy: fix `performance-unnecessary-copy-initialization` lints | Ben Boeckel | 2022-05-24 | 10 | -20/+20 | |
| * | | | | | | | | | clang-tidy: address `google-readability-casting` lints | Ben Boeckel | 2022-05-24 | 30 | -73/+95 | |
| * | | | | | | | | | clang-tidy: address `readability-container-data-pointer` lints | Ben Boeckel | 2022-05-24 | 12 | -50/+50 | |
| * | | | | | | | | | clang-tidy: address `modernize-use-default-member-init` lints | Ben Boeckel | 2022-05-24 | 54 | -212/+109 | |
| * | | | | | | | | | zstd: suppress an analyzer lint | Ben Boeckel | 2022-05-24 | 1 | -0/+1 | |
| * | | | | | | | | | cmGlobalGenerator: check for `nullptr` in `GetLanguageFromExtension` | Ben Boeckel | 2022-05-21 | 1 | -1/+4 | |
| * | | | | | | | | | cmCTestSubmitHandler: avoid double fetching envvars | Ben Boeckel | 2022-05-21 | 1 | -4/+4 | |
| * | | | | | | | | | cmMakefileLibraryTargetGenerator: improve output building | Ben Boeckel | 2022-05-19 | 1 | -1/+3 | |
| * | | | | | | | | | style: use `cmStrCat` in some more locations | Ben Boeckel | 2022-05-19 | 3 | -4/+3 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-24 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge topic 'externalproject-cleanup' | Brad King | 2022-05-23 | 1 | -344/+793 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ExternalProject: Reformatting only | Craig Scott | 2022-05-22 | 1 | -291/+769 | |
| * | | | | | | | | ExternalProject: Minor cleanup to use more convenient commands | Craig Scott | 2022-05-22 | 1 | -12/+14 | |
| * | | | | | | | | ExternalProject: Remove unused property docs | Craig Scott | 2022-05-22 | 1 | -38/+5 | |
| * | | | | | | | | ExternalProject: Replace SEND_ERROR with FATAL_ERROR | Craig Scott | 2022-05-22 | 1 | -3/+5 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'pkgconfig-static-libs' | Brad King | 2022-05-23 | 9 | -136/+332 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | FindPkgConfig: Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET. | Alex Birch | 2022-05-20 | 9 | -116/+302 | |
| * | | | | | | | | Tests: De-duplicate some code in RunCMake.FindPkgConfig | Alex Birch | 2022-05-20 | 1 | -8/+14 | |
| * | | | | | | | | FindPkgConfig: Fix parsing of backslash-escaped spaces in pkg-config output | Alex Birch | 2022-05-12 | 4 | -14/+18 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-23 | 1 | -1/+1 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-22 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-21 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'vs-system-include' | Brad King | 2022-05-20 | 4 | -10/+46 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | VS: Add support for SYSTEM include directories | Josiah Bills | 2022-05-18 | 4 | -10/+46 | |
* | | | | | | | | Merge topic 'win_arm64_native_toolchain' | Brad King | 2022-05-20 | 4 | -11/+22 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | VS: ARM64 as default toolset architecture for ARM64 host | Niyas Sait | 2022-05-19 | 4 | -11/+22 | |
* | | | | | | | | | Merge topic 'findvulkan-improvements' | Brad King | 2022-05-20 | 5 | -52/+608 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | FindVulkan: remove noop on CMAKE_MODULE_PATH in tests | MACHIZAUD Andréa | 2022-05-18 | 1 | -1/+0 | |
| * | | | | | | | | | FindVulkan: Add component for `glslc` and `glslangValidator` | MACHIZAUD Andréa | 2022-05-18 | 1 | -17/+48 | |
| * | | | | | | | | | FindVulkan: ensure policy CMP0057 is NEW to use `IN_LIST` with `if()` | MACHIZAUD Andréa | 2022-05-18 | 1 | -0/+5 | |
| * | | | | | | | | | FindVulkan: Add component for `glslang` | MACHIZAUD Andréa | 2022-05-18 | 3 | -3/+315 | |
| * | | | | | | | | | FindVulkan: Add component for `SPIRV-Tools` | MACHIZAUD Andréa | 2022-05-18 | 3 | -5/+81 | |
| * | | | | | | | | | FindVulkan: Add component for `shaderc_combined` | MACHIZAUD Andréa | 2022-05-18 | 3 | -2/+127 | |
| * | | | | | | | | | FindVulkan: Move `mark_as_advanced` right after `find_*` calls. | MACHIZAUD Andréa | 2022-05-13 | 1 | -3/+6 | |
| * | | | | | | | | | FindVulkan: Factorize code for library/executable search | MACHIZAUD Andréa | 2022-05-13 | 1 | -51/+56 | |
* | | | | | | | | | | Merge topic 'ci-win-package' | Brad King | 2022-05-20 | 14 | -9/+398 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | gitlab-ci: Add jobs to make Windows x86_64 and i386 packages | Brad King | 2022-05-19 | 10 | -2/+217 | |
| * | | | | | | | | | | gitlab-ci: Simplify collection of CTestTestfile artifacts | Brad King | 2022-05-19 | 1 | -7/+2 | |
| * | | | | | | | | | | Utilities/Release: Add script to sign and package Windows binaries | Brad King | 2022-05-19 | 1 | -0/+29 | |
| * | | | | | | | | | | Utilities/Release: Add script to build Qt 5.12.1 Windows binaries | Brad King | 2022-05-19 | 3 | -0/+150 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'release-3.23' | Brad King | 2022-05-20 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'release-3.22' into release-3.23 | Brad King | 2022-05-20 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'release-3.22' | Brad King | 2022-05-20 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'release-3.21' into release-3.22 | Brad King | 2022-05-19 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'vs2022-only' into release-3.22 | Brad King | 2022-05-19 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'release-3.21' | Brad King | 2022-05-20 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | |