Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge topic 'clang_windows_thinlto' | Brad King | 2021-11-16 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Clang/Windows: Use ThinLTO if possible to match other platforms | Raul Tambre | 2021-11-14 | 1 | -1/+6 | |
* | | | | | | | | | Merge topic 'ci-windows' | Brad King | 2021-11-16 | 5 | -5/+22 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | gitlab-ci: Try upstream ninja development branch in a Windows nightly job | Brad King | 2021-11-15 | 3 | -0/+16 | |
| * | | | | | | | | | gitlab-ci: Add wix, cmake, and ninja to PATH incrementally on Windows | Brad King | 2021-11-15 | 1 | -4/+5 | |
| * | | | | | | | | | ci: Fix vcvarsall.ps1 environment variable lookup | Brad King | 2021-11-15 | 1 | -1/+1 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-16 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'release-3.22' | Brad King | 2021-11-15 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'doc-tests-labels-dynamic' into release-3.22 | Brad King | 2021-11-15 | 3 | -5/+22 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge topic 'doc-tests-labels-dynamic' | Brad King | 2021-11-15 | 3 | -5/+22 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Help: Improve cross-referencing of test LABELS and related features | Craig Scott | 2021-11-13 | 3 | -2/+12 | |
| * | | | | | | | | Help: Add missing version details for Additional Test Measurements | Craig Scott | 2021-11-13 | 1 | -3/+10 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'release-3.22' | Brad King | 2021-11-15 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'doc-gtest_discover_tests-filter' into release-3.22 | Brad King | 2021-11-15 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'doc-gtest_discover_tests-filter' | Brad King | 2021-11-15 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Help: Clarify meaning of filter expression in gtest_discover_tests() | Craig Scott | 2021-11-14 | 1 | -2/+5 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'ci-windows' | Brad King | 2021-11-15 | 8 | -10/+57 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | ci: Enable FindODBC and FindOpenMP tests on Windows VS builds | Brad King | 2021-11-12 | 2 | -0/+10 | |
| * | | | | | | ci: Add VS 2019 nightly CI jobs | Brad King | 2021-11-12 | 8 | -10/+47 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-15 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-14 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-13 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'release-3.22' | Brad King | 2021-11-12 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | CMake 3.22.0-rc3v3.22.0-rc3 | Brad King | 2021-11-12 | 1 | -1/+1 | |
* | | | | | Merge topic 'xcode-generation-enablegpuframecapturemode' | Brad King | 2021-11-12 | 11 | -7/+71 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tests: Xcode scheme ENABLE_GPU_FRAME_CAPTURE_MODE | Jake Turner | 2021-11-09 | 2 | -7/+19 | |
| * | | | | | Xcode: Support "GPU Frame Capture" scheme property | Jake Turner | 2021-10-19 | 9 | -0/+52 | |
* | | | | | | Merge topic 'unity-build-per-config' | Brad King | 2021-11-12 | 8 | -90/+222 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Unity Build: Fix per-config sources in multi-config generators | Brad King | 2021-11-11 | 7 | -31/+130 | |
| * | | | | | | VS: Fix pre-VS15.8 unity build exclusion of per-config sources | Brad King | 2021-11-11 | 1 | -1/+1 | |
| * | | | | | | cmLocalGenerator: Add dedicated types to hold unity source info | Brad King | 2021-11-11 | 2 | -44/+81 | |
| * | | | | | | cmLocalGenerator: Clarify name of method to write unity source include lines | Brad King | 2021-11-10 | 2 | -10/+11 | |
| * | | | | | | cmLocalGenerator: Simplify unity source copy-if-different logic | Brad King | 2021-11-10 | 1 | -13/+8 | |
| * | | | | | | cmLocalGenerator: De-duplicate unity source file generation | Brad King | 2021-11-10 | 2 | -40/+40 | |
* | | | | | | | Merge branch 'release-3.22' | Brad King | 2021-11-12 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Merge topic 'cmp0128-fixup' into release-3.22 | Brad King | 2021-11-12 | 7 | -28/+47 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge topic 'cmp0128-fixup' | Brad King | 2021-11-12 | 7 | -28/+47 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | CMP0128: Enable/disable extensions if standard same as default | Raul Tambre | 2021-11-11 | 7 | -28/+47 | |
* | | | | | | | | Merge branch 'release-3.22' | Brad King | 2021-11-12 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'release-3.21' into release-3.22 | Brad King | 2021-11-12 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
* | | | | | | | | Merge branch 'release-3.21' | Brad King | 2021-11-12 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'release-3.20' into release-3.21 | Brad King | 2021-11-12 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'IntelLLVM-Fortran-frontend-variant' into release-3.21 | Brad King | 2021-11-11 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge branch 'release-3.20' | Brad King | 2021-11-12 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch 'IntelLLVM-Fortran-frontend-variant' into release-3.20 | Brad King | 2021-11-11 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
* | | | | | | | | | Merge branch 'release-3.22' | Brad King | 2021-11-12 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge topic 'IntelLLVM-Fortran-frontend-variant' into release-3.22 | Brad King | 2021-11-12 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
* | | | | | | | | | Merge topic 'IntelLLVM-Fortran-frontend-variant' | Brad King | 2021-11-12 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Fortran: Save frontend variant persistently for IntelLLVM | William R. Dieter | 2021-11-11 | 1 | -0/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'release-3.22' | Brad King | 2021-11-12 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | |