summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | cmSystemTools: Remove unnecessary mark-as-used casts to voidBrad King2021-12-011-2/+0
|/ /
* | Merge topic 'doc-if-basic-expressions' into release-3.22Brad King2021-12-011-4/+15
|\ \
| * | Help: Be more explicit about the behavior of if(<string>)Craig Scott2021-12-011-4/+13
| * | Help: Explicitly state that if(ENV{some_var}) is always falseCraig Scott2021-12-011-1/+3
* | | Merge topic 'GNUInstallDirs-conda-fix' into release-3.22Brad King2021-12-011-1/+3
|\ \ \
| * | | GNUInstallDirs: Prefer system lib64 over conda lib when ambiguousRobert Maynard2021-11-301-1/+3
* | | | Merge topic 'mingw-strftime-crash' into release-3.22Brad King2021-12-011-1/+1
|\ \ \ \
| * | | | mingw: fix calling convention for strftime()Christoph Reiter2021-11-301-1/+1
|/ / / /
* | | | Merge topic 'doc-CMAKE_INSTALL_MODE' into release-3.22Brad King2021-11-302-16/+111
|\ \ \ \
| * | | | Help: Clarify CMAKE_INSTALL_MODE documentationFelix Lelchuk2021-11-232-10/+86
| * | | | Help: Use definition list for allowed values of CMAKE_INSTALL_MODECraig Scott2021-11-231-8/+27
| | |/ / | |/| |
* | | | Merge topic 'compiler-id-classic-c' into release-3.22Brad King2021-11-293-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | CompilerId: Restore support for classic C by avoiding C++ style commentsBrad King2021-11-233-3/+3
* | | | Merge topic 'ci-rename-jobs' into release-3.22Brad King2021-11-234-129/+149
|\ \ \ \
| * | | | gitlab-ci: shorten job prefixesBen Boeckel2021-11-234-128/+148
| * | | | gitlab-ci: fix comment typoBen Boeckel2021-11-231-1/+1
| |/ / /
* | | | Merge branch 'release-3.21' into release-3.22Brad King2021-11-230-0/+0
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge branch 'ci-xcode-13.1' into release-3.21Brad King2021-11-231-6/+6
| |\ \
* | \ \ Merge topic 'env-init-configs' into release-3.22Brad King2021-11-235-2/+31
|\ \ \ \
| * | | | try_compile: Do not use CMAKE_BUILD_TYPE or CMAKE_CONFIGURATION_TYPES env varsBrad King2021-11-225-2/+31
* | | | | Merge topic 'doc-policy-default' into release-3.22Brad King2021-11-233-8/+20
|\ \ \ \ \
| * | | | | Help: Suggest CMAKE_POLICY_DEFAULT_CMP0126 in CMP0126 docsBrad King2021-11-221-1/+4
| * | | | | Help: Suggest CMAKE_POLICY_DEFAULT_CMP0077 in CMP0077 docsBrad King2021-11-221-1/+3
| * | | | | Help: Document more use cases for CMAKE_POLICY_DEFAULT_CMPNNNNBrad King2021-11-221-6/+13
| |/ / / /
* | | | | Merge topic 'ci-xcode-13.1' into release-3.22Brad King2021-11-231-6/+6
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | gitlab-ci: update macOS jobs to use Xcode 13.1Brad King2021-11-221-6/+6
| |/ /
* | | Merge topic 'env-mod-path-list-separator' into release-3.22Brad King2021-11-221-2/+4
|\ \ \
| * | | Help: ENVIRONMENT_MODIFICATION path_list_... separator is based on hostCraig Scott2021-11-211-2/+4
* | | | Merge branch 'release-3.21' into release-3.22Brad King2021-11-220-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'UseSWIG-create-workingdir' into release-3.21Brad King2021-11-192-1/+2
| |\ \ \
* | \ \ \ Merge branch 'UseSWIG-create-workingdir' into release-3.22Brad King2021-11-222-1/+2
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | UseSWIG: ensure directory for depfile existsMarc Chevrier2021-11-192-1/+2
| |/ /
* | | Merge topic 'ci-gmock' into release-3.22Brad King2021-11-193-2/+4
|\ \ \ | |_|/ |/| |
| * | ci: add gmock to Debian base imagesBrad King2021-11-183-2/+4
|/ /
* | CMake 3.22.0v3.22.0Brad King2021-11-181-1/+1
* | Merge topic 'fix-mingw32-gcc11-ice' into release-3.22Brad King2021-11-181-5/+11
|\ \
| * | MINGW-w64: Fix string(TIMESTAMP) build on 32bits.Antons Jeļkins2021-11-181-3/+9
| * | cmTimestamp: Declare component buffer before MinGW-specific codeAntons Jeļkins2021-11-181-2/+2
|/ /
* | Merge branch 'release-3.21' into release-3.22Brad King2021-11-180-0/+0
|\ \ | |/
| * Merge branch 'release-3.20' into release-3.21Brad King2021-11-180-0/+0
| |\
| | * Merge branch 'IntelLLVM-Fortran-copy-mod' into release-3.20Brad King2021-11-171-1/+1
| | |\
| * | \ Merge branch 'IntelLLVM-Fortran-copy-mod' into release-3.21Brad King2021-11-171-1/+1
| |\ \ \ | | | |/ | | |/|
* | | | Merge topic 'IntelLLVM-Fortran-copy-mod' into release-3.22Brad King2021-11-181-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | IntelLLVM: Enable Fortran module rebuild avoidance in Makefile generatorsBrad King2021-11-171-1/+1
| | |/ | |/|
* | | Merge topic 'backport-libuv-mingw-w64' into release-3.22Brad King2021-11-181-0/+7
|\ \ \
| * | | libuv: Backport MinGW-w64 compilation fix to CMake 3.22 branchBrad King2021-11-161-0/+7
* | | | Merge topic 'gtest_discover_tests-PRE_TEST-dep' into release-3.22Brad King2021-11-176-4/+82
|\ \ \ \ | |/ / / |/| | |
| * | | gtest_discover_tests: Re-run PRE_TEST discovery on any arg changeCraig Scott2021-11-165-1/+79
| * | | Tests: Fix and update wrongly named GoogleTest stdout fileCraig Scott2021-11-141-3/+3
* | | | Merge topic 'doc-tests-labels-dynamic' into release-3.22Brad King2021-11-153-5/+22
|\ \ \ \