summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IntelLLVM: Enable Fortran module rebuild avoidance in Makefile generatorsBrad King2021-11-171-1/+1
* Merge branch 'IntelLLVM-Fortran-frontend-variant' into release-3.20Brad King2021-11-111-0/+1
|\
| * Fortran: Save frontend variant persistently for IntelLLVMWilliam R. Dieter2021-11-111-0/+1
|/
* Merge branch 'release-3.19' into release-3.20Brad King2021-10-150-0/+0
|\
| * Merge branch 'fix-ifdef-windows' into release-3.19Brad King2021-10-154-4/+4
| |\
* | \ Merge branch 'fix-ifdef-windows' into release-3.20Brad King2021-10-154-4/+4
|\ \ \ | | |/ | |/|
| * | Source: Fix typo in _WIN32 preprocessor checksBrad King2021-10-154-4/+4
| |/
* | Merge branch 'zstd-armv6' into release-3.20Brad King2021-10-142-6/+2
|\ \
| * | zstd: Backport fix for SIGBUS on armv6 from zstd 1.5.0Brad King2021-10-142-6/+2
|/ /
* | Merge branch 'msvc-c++23' into release-3.20Brad King2021-10-121-0/+1
|\ \
| * | MSVC: Tolerate cxx_std_23 feature on older compiler versionsBrad King2021-10-071-0/+1
* | | Merge branch 'release-3.19' into release-3.20Brad King2021-10-080-0/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'revert-debian-libexec' into release-3.19Brad King2021-10-082-15/+4
| |\ \
* | \ \ Merge branch 'revert-debian-libexec' into release-3.20Brad King2021-10-082-15/+4
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | GNUInstallDirs: Fix misinterpretation of Debian Policy on LIBEXECDIRTimo Röhling2021-10-072-15/+4
* | | CMake 3.20.6v3.20.6Brad King2021-09-202-3/+3
* | | Merge branch 'android-PATH' into release-3.20Brad King2021-09-161-5/+0
|\ \ \
| * | | Android: Restore searching PATH for executableshhb2021-09-161-5/+0
|/ / /
* | | Merge branch 'GNUInstallDirs-variable-named-0' into release-3.20Brad King2021-08-241-1/+1
|\ \ \
| * | | GNUInstallDirs: avoid unwanted variable dereferenceBen Boeckel2021-08-221-1/+1
* | | | Merge branch 'macos-10.4' into release-3.20Brad King2021-08-021-1/+3
|\ \ \ \
| * | | | macOS: Restore support for Mac OS X 10.4 (Tiger)Evan Miller2021-08-021-1/+3
|/ / / /
* | | | Merge branch 'backport-3.20-intel-oneapi-std-windows' into release-3.20Brad King2021-07-092-3/+15
|\ \ \ \
| * | | | Tests: Fix RunCMake.try_compile C/CXX standards with IntelLLVM MSVC modeBrad King2021-07-091-0/+13
| * | | | CMakeCCompilerId: Fix C standard detection in Clang and IntelLLVM MSVC modeRaul Tambre2021-07-091-3/+2
* | | | | Merge branch 'FindJPEG-revert-turbo' into release-3.20Brad King2021-07-091-1/+1
|\ \ \ \ \
| * | | | | FindJPEG: Revert "Search for 'turbojpeg' and 'turbojpeg-static' too"Brad King2021-07-091-1/+1
|/ / / / /
* | | | | Merge branch 'release-3.19' into release-3.20Brad King2021-07-080-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'check_cxx_compiler_flag_no_normal_variable' into release-3.19Brad King2021-07-082-1/+10
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge branch 'check_cxx_compiler_flag_no_normal_variable' into release-3.20Brad King2021-07-082-1/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Check*CompilerFlag: Do not set result as a normal variable tooRobert Maynard2021-07-082-1/+10
| |/ / /
* | | | Merge branch 'backport-3.20-intel-oneapi-std-windows' into release-3.20Brad King2021-07-072-12/+4
|\ \ \ \ | | |/ / | |/| |
| * | | IntelLLVM: Fix C/C++ standard level flags on WindowsBrad King2021-07-072-12/+4
|/ / /
* | | Merge branch 'backport-3.20-makefile-normalize-depfile' into release-3.20Brad King2021-07-023-6/+17
|\ \ \ | |_|/ |/| |
| * | Makefiles: Normalize compiler-generated depfile pathsMarc Chevrier2021-07-023-6/+17
|/ /
* | CMake 3.20.5v3.20.5Brad King2021-06-211-1/+1
* | Help: Add 3.20 release note section for 3.20.{3,4,5}Brad King2021-06-211-0/+7
* | Merge branch 'test-xcode-13' into release-3.20Brad King2021-06-212-2/+2
|\ \
| * | Tests: Fix xcode version detection for Xcode 13 on ARMBrad King2021-06-182-2/+2
* | | Merge branch 'ep-git-update-commit-ref' into release-3.20Brad King2021-06-211-1/+1
|\ \ \ | |/ / |/| |
| * | ExternalProject: Use ${ref}^0 to avoid MSYS/Cygwin shell substitutionsCraig Scott2021-06-201-1/+1
|/ /
* | Merge topic 'fix-flow-control-override' into release-3.20Brad King2021-06-176-8/+22
|\ \
| * | CMake: Allow override of unexpected non-flow-control commandsKyle Edwards2021-06-166-8/+22
* | | Merge topic 'vs-map-external-warnings' into release-3.20Brad King2021-06-174-14/+38
|\ \ \ | |/ / |/| |
| * | VS: Do not apply '/external:W*' flag table mapping on VS < 16.10Brad King2021-06-161-4/+14
| * | cmGlobalVisualStudio10Generator: Adopt GetVSInstanceVersion methodBrad King2021-06-163-7/+19
| * | cmGlobalVisualStudio10Generator: Move static functions to anonymous namespaceBrad King2021-06-161-4/+6
|/ /
* | Merge topic 'ci-xcode-12.5' into release-3.20Brad King2021-06-161-6/+6
|\ \
| * | gitlab-ci: update macOS jobs to use Xcode 12.5Brad King2021-06-151-6/+6
|/ /
* | CMake 3.20.4v3.20.4Brad King2021-06-141-1/+1