summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* compile_features: Ignore features that map to languages that aren't enabledRobert Maynard2021-06-258-60/+11
* Merge topic 'cmsystemtools-multiple-formats'Brad King2021-06-221-76/+139
|\
| * cmSystemTools: Support multiple binary formatsAlex Richardson2021-06-211-76/+139
* | CMake Nightly Date StampKitware Robot2021-06-221-1/+1
* | Merge branch 'release-3.21'Brad King2021-06-210-0/+0
|\ \
| * \ Merge branch 'release-3.20' into release-3.21Brad King2021-06-211-0/+7
| |\ \
* | \ \ Merge branch 'release-3.20'Brad King2021-06-211-0/+7
|\ \ \ \ | | |/ / | |/| |
| * | | 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 'release-3.21'Brad King2021-06-210-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'release-3.20' into release-3.21Brad King2021-06-210-0/+0
| |\ \ \ | | |/ /
* | | | Merge branch 'release-3.20'Brad King2021-06-210-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'test-xcode-13' into release-3.20Brad King2021-06-212-2/+2
| |\ \ \
| * \ \ \ Merge branch 'ep-git-update-commit-ref' into release-3.20Brad King2021-06-211-1/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'release-3.21'Brad King2021-06-210-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge topic 'ep-git-update-commit-ref' into release-3.21Brad King2021-06-211-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
* | | | | | Merge topic 'ep-git-update-commit-ref'Brad King2021-06-211-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | ExternalProject: Use ${ref}^0 to avoid MSYS/Cygwin shell substitutionsCraig Scott2021-06-201-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.21'Brad King2021-06-210-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'test-xcode-13' into release-3.21Brad King2021-06-212-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge topic 'test-xcode-13'Brad King2021-06-212-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Tests: Fix xcode version detection for Xcode 13 on ARMBrad King2021-06-182-2/+2
| | |/ / | |/| |
* | | | Merge branch 'release-3.21'Brad King2021-06-210-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge topic 'tutorial-sphinx-targets' into release-3.21Brad King2021-06-2112-0/+52
| |\ \ \
* | \ \ \ Merge topic 'tutorial-sphinx-targets'Brad King2021-06-2112-0/+52
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Tutorial: Make code snippets linkableBrad King2021-06-1812-0/+52
* | | | | Merge branch 'release-3.21'Brad King2021-06-210-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'doc-source_group-scope' into release-3.21Brad King2021-06-211-0/+3
| |\ \ \ \
* | \ \ \ \ Merge topic 'doc-source_group-scope'Brad King2021-06-211-0/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help: Clarify the usage scope of source_groupHeiko Thiel2021-06-181-0/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.21'Brad King2021-06-210-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'GNUInstallDirs-alpine' into release-3.21Brad King2021-06-211-0/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'GNUInstallDirs-alpine'Brad King2021-06-211-0/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | GNUInstallDirs: don't use lib64 on Alpine LinuxNatanael Copa2021-06-181-0/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'FindPkgConfig-PKG_CONFIG-args'Brad King2021-06-216-5/+93
|\ \ \ \ \
| * | | | | FindPkgConfig: split args if loaded from environmentChristopher Degawa2021-06-186-5/+93
* | | | | | Merge topic 'ctest_runtime_labels'Brad King2021-06-217-0/+83
|\ \ \ \ \ \
| * | | | | | ctest: allow test output to add labelsZack Galbreath2021-06-177-0/+83
| |/ / / / /
* | | | | | Merge topic 'msvc-isystem'Brad King2021-06-2111-22/+68
|\ \ \ \ \ \
| * | | | | | Compiler/MSVC: use the `-external:I` flag for system includesBen Boeckel2021-06-184-0/+27
| * | | | | | Tests/IncludeDirectories: support MSVC in system include testsBen Boeckel2021-06-173-12/+27
| * | | | | | Tests/IncludeDirectories: align sibling predicatesBen Boeckel2021-06-171-1/+2
| * | | | | | Tests/IncludeDirectories: factor out applying flags to targetsBen Boeckel2021-06-171-6/+10
| * | | | | | Tests/IncludeDirectories: fix copy pasta for otherlibBen Boeckel2021-06-171-1/+1
| * | | | | | Tests/IncludeDirectories: Include system headers via angle bracketsBrad King2021-06-173-3/+4
| * | | | | | cmVisualStudio10TargetGenerator: remove unused variableBen Boeckel2021-06-171-2/+0
| |/ / / / /
* | | | | | Merge branch 'release-3.21'Brad King2021-06-210-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge topic 'compiler-id-lang-vars' into release-3.21Brad King2021-06-211-6/+6
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge topic 'compiler-id-lang-vars'Brad King2021-06-211-6/+6
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | CompilerId: Tolerate variables named for languagesPhilippe Canal2021-06-181-6/+6
| |/ / / /