Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MSVC: Default to -ZI instead of /Zi for x86 and x64 | Glen Chung | 2022-05-26 | 14 | -3/+115 |
* | Merge branch 'release-3.23' | Brad King | 2022-05-24 | 0 | -0/+0 |
|\ | |||||
| * | Merge topic 'doc-hip-genex-versionadded' into release-3.23 | Brad King | 2022-05-24 | 1 | -0/+8 |
| |\ | |||||
* | \ | Merge topic 'doc-hip-genex-versionadded' | Brad King | 2022-05-24 | 1 | -0/+8 |
|\ \ \ | | |/ | |/| | |||||
| * | | Help: Document when HIP_COMPILER generator expressions were added | Eisuke Kawashima | 2022-05-24 | 1 | -0/+8 |
* | | | Merge branch 'release-3.23' | Brad King | 2022-05-24 | 0 | -0/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'release-3.22' into release-3.23 | Brad King | 2022-05-24 | 0 | -0/+0 |
| |\ \ | |||||
| * \ \ | Merge topic 'backport-update-libarchive' into release-3.23 | Brad King | 2022-05-24 | 44 | -827/+1807 |
| |\ \ \ | | |_|/ | |/| | | |||||
* | | | | Merge branch 'release-3.22' | Brad King | 2022-05-24 | 0 | -0/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge topic 'backport-update-libarchive' into release-3.22 | Brad King | 2022-05-24 | 44 | -827/+1807 |
| |\ \ \ | | | |/ | | |/| | |||||
* | | | | Merge topic 'update-libarchive' | Brad King | 2022-05-24 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'backport-update-libarchive' into update-libarchive | Brad King | 2022-05-24 | 0 | -0/+0 |
| |\ \ \ \ |/ / / / / | | | _ / | | | / | |||||
| * | | | libarchive: Update build within CMake after changes in 3.5.3 | Brad King | 2022-05-24 | 1 | -0/+2 |
| * | | | libarchive: include archive_platform.h first in blake2s sources | Brad King | 2022-05-24 | 2 | -0/+4 |
| * | | | Merge branch 'upstream-LibArchive' into update-libarchive | Brad King | 2022-05-24 | 40 | -826/+1800 |
| |\ \ \ | |||||
| | * | | | LibArchive 2022-02-08 (673c1eae) | LibArchive Upstream | 2022-05-24 | 41 | -830/+1804 |
| * | | | | libarchive: Update script to get 3.5.3 | Brad King | 2022-05-24 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'findvulkan-moltenvk' | Brad King | 2022-05-24 | 3 | -4/+122 |
|\ \ \ \ | |||||
| * | | | | FindVulkan: Add component for `MoltenVK` | MACHIZAUD Andréa | 2022-05-22 | 3 | -4/+118 |
| * | | | | FindVulkan: Mark test target with `cxx_std_11` to avoid AppleClang warnings | MACHIZAUD Andréa | 2022-05-22 | 1 | -0/+4 |
* | | | | | Merge topic 'gitignore-build' | Brad King | 2022-05-24 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | gitignore: Tell Git to ignore build*/ directories | Shao-Ce SUN | 2022-05-23 | 1 | -0/+3 |
* | | | | | | Merge topic 'curl-debug-callback' | Brad King | 2022-05-24 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmFileCommand: Fix signature of CURLOPT_DEBUGFUNCTION callback | Brad King | 2022-05-23 | 1 | -2/+2 |
* | | | | | | | Merge topic 'reduce-policy-eval-scope' | Brad King | 2022-05-24 | 1 | -4/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmConditionEvaluator: Reduce the scope of the CMP0064 evaluation | Alex Turbov | 2022-05-23 | 1 | -4/+2 |
* | | | | | | | | Merge topic 'ci-fedora-36' | Brad King | 2022-05-24 | 121 | -445/+374 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | gitlab-ci: use Fedora 36 images and environments | Ben Boeckel | 2022-05-24 | 19 | -67/+67 |
| * | | | | | | | | ci: update Linux image to Fedora 36 | Ben Boeckel | 2022-05-24 | 4 | -3/+3 |
| * | | | | | | | | ci: make rvm version comments consistent | Brad King | 2022-05-24 | 2 | -3/+2 |
| * | | | | | | | | clang-tidy: suppress `google-readability-casting` lint | Ben Boeckel | 2022-05-24 | 1 | -1/+0 |
| * | | | | | | | | 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 |
| | |/ / / / / | |/| | | | | |