summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'doc-policy-default'Brad 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 branch 'release-3.22'Brad King2021-11-230-0/+0
|\ \
| * \ Merge topic 'ci-xcode-13.1' into release-3.22Brad King2021-11-231-6/+6
| |\ \ | | |/ | |/|
* | | Merge topic 'ci-xcode-13.1'Brad King2021-11-231-6/+6
|\ \ \ | | |/ | |/|
| * | gitlab-ci: update macOS jobs to use Xcode 13.1Brad King2021-11-221-6/+6
* | | Merge topic 'ci-rename-jobs'Brad King2021-11-233-147/+167
|\ \ \
| * | | gitlab-ci: shorten job prefixesBen Boeckel2021-11-223-146/+166
| * | | gitlab-ci: fix comment typoBen Boeckel2021-11-221-1/+1
* | | | CMake Nightly Date StampKitware Robot2021-11-231-1/+1
|/ / /
* | | Merge topic 'FindGTest-target-for-gmock'Brad King2021-11-223-1/+63
|\ \ \
| * | | FindGTest: Add target for gmock libraryEero Aaltonen2021-11-223-1/+63
* | | | Merge topic 'cpack-productbuild-identifier'Brad King2021-11-224-5/+34
|\ \ \ \
| * | | | CPack/productbuild: Add option to customize product identifierGreg Fiumara2021-11-184-5/+34
* | | | | Merge topic 'GNUInstallDirs-multiarch-prefixes'Brad King2021-11-223-7/+11
|\ \ \ \ \
| * | | | | GNUInstallDirs: Apply Debian multiarch LIBDIR to more prefixesMathieu Malaterre2021-11-193-7/+11
* | | | | | Merge branch 'release-3.22'Brad King2021-11-220-0/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge topic 'env-mod-path-list-separator' into release-3.22Brad King2021-11-221-2/+4
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'env-mod-path-list-separator'Brad King2021-11-221-2/+4
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: ENVIRONMENT_MODIFICATION path_list_... separator is based on hostCraig Scott2021-11-211-2/+4
* | | | | | | Merge topic 'automoc-cross-windows'Brad King2021-11-221-3/+3
|\ \ \ \ \ \ \
| * | | | | | | AutoMoc: Only add the WIN32 define if the target system is WindowsJoerg Bornemann2021-11-191-3/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'cudatoolkit_update_cusparse_deps'Brad King2021-11-221-0/+17
|\ \ \ \ \ \ \
| * | | | | | | FindCUDAToolkit: Correct cusparse dependencies for 10.1, 11.2.2Robert Maynard2021-11-191-0/+17
* | | | | | | | Merge branch 'release-3.22'Brad King2021-11-220-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch 'release-3.21' into release-3.22Brad King2021-11-220-0/+0
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'UseSWIG-create-workingdir' into release-3.22Brad King2021-11-222-1/+2
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'release-3.21'Brad King2021-11-220-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'UseSWIG-create-workingdir' into release-3.21Brad King2021-11-192-1/+2
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge topic 'UseSWIG-create-workingdir'Brad King2021-11-222-1/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | UseSWIG: ensure directory for depfile existsMarc Chevrier2021-11-192-1/+2
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2021-11-221-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2021-11-211-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2021-11-201-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'release-3.22'Brad King2021-11-190-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'ci-gmock' into release-3.22Brad King2021-11-193-2/+4
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'ci-gmock'Brad King2021-11-193-2/+4
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ci: add gmock to Debian base imagesBrad King2021-11-183-2/+4
| |/ / / / /
* | | | | | Merge topic 'custom-command-unique_ptr'Brad King2021-11-1920-572/+500
|\ \ \ \ \ \
| * | | | | | cmMakefile: Simplify Add*Command and adopt to cmAddCustom*CommandNAKAMURA Takumi2021-11-188-174/+133
| * | | | | | cmLocalGenerator: Simplify Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-188-232/+154
| * | | | | | cmGlobalVisualStudio8Generator: Fix the misaligned argument, stdPipesUTF8NAKAMURA Takumi2021-11-181-5/+11
| * | | | | | cmMakefile: Simplify detail:::Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-184-188/+183
| * | | | | | cmMakefile: Introduce GeneratorAction as the class.NAKAMURA Takumi2021-11-182-5/+32
| * | | | | | cmCustomCommand: Move constructor arguments to individual settersNAKAMURA Takumi2021-11-188-59/+95
| * | | | | | cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-188-75/+58
* | | | | | | Merge topic 'ghs_initial_setup'Brad King2021-11-199-201/+276
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | GHS: Allow setting GHS variables from toolchain fileFred Baksik2021-11-152-51/+69