summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'external_project_download_stability'Brad King2020-09-041-1/+5
|\
| * Improve the stability of the ExternalProject download testsThomas Bernard2020-09-021-1/+5
* | CMake Nightly Date StampKitware Robot2020-09-041-1/+1
* | Merge topic 'getdef'Brad King2020-09-0383-702/+745
|\ \
| * | cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-0283-702/+745
* | | Merge topic 'Fortran-visibility-var'Brad King2020-09-031-0/+1
|\ \ \
| * | | Fortran: Initialize Fortran_VISIBILITY_PRESET property from variableThomas G2020-09-021-0/+1
| | |/ | |/|
* | | Merge branch 'release-3.18'Brad King2020-09-030-0/+0
|\ \ \
| * \ \ Merge topic 'ninja-multi-automoc-regression' into release-3.18Brad King2020-09-039-5/+39
| |\ \ \
* | \ \ \ Merge topic 'ninja-multi-automoc-regression'Brad King2020-09-039-5/+39
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into ninja-multi-automoc-regressionKyle Edwards2020-09-021883-5500/+19803
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| * | | | Ninja Multi-Config: Fix dependencies of utility targetsKyle Edwards2020-09-026-2/+32
| * | | | Ninja Multi-Config: Fix cleaning of utility targets with commandsKyle Edwards2020-09-021-0/+2
| * | | | Ninja Multi-Config: Fix clean:all targetKyle Edwards2020-09-021-0/+1
| * | | | Tests: Pass additional Qt information to Ninja and NMC testsKyle Edwards2020-09-013-3/+4
* | | | | Merge branch 'release-3.18'Brad King2020-09-030-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'FindPython-include-dir-ABI-checks' into release-3.18Brad King2020-09-031-8/+18
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge topic 'FindPython-include-dir-ABI-checks'Brad King2020-09-031-8/+18
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | FindPython: enhance ABI checks against include directoryMarc Chevrier2020-09-021-8/+18
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2020-09-031-1/+1
| |/ / |/| |
* | | Merge topic 'xcode-custom-commands'Brad King2020-09-022-7/+37
|\ \ \
| * | | Xcode: Avoid unnecessary duplication of custom commands across targetsBrad King2020-09-012-1/+26
| * | | Xcode: Refactor custom command dependency expansionBrad King2020-09-011-6/+11
* | | | Merge topic 'xcode-tests-prep'Brad King2020-09-029-14/+44
|\ \ \ \
| * | | | Tests: Tell Xcode to disallow signing altogether in relevant casesBrad King2020-09-016-0/+12
| * | | | Tests: Update RunCMake.CommandLine to avoid duplicate custom commandsBrad King2020-09-012-10/+32
| * | | | Tests: Remove workaround from RunCMake.ExternalProject MultiCommand caseBrad King2020-09-011-4/+0
| |/ / /
* | | | Merge topic 'armclang-asm-defines'Brad King2020-09-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARMClang: Pass defines to assemblerHugues Kamba2020-09-011-1/+1
| |/ /
* | | CMake Nightly Date StampKitware Robot2020-09-021-1/+1
|/ /
* | Merge topic 'target_genex_dependency'Brad King2020-09-0115-15/+223
|\ \
| * | GenEx: Remove unneeded dependencies from target info queriesRobert Maynard2020-09-0115-15/+223
* | | Merge topic 'xcode-link-phase-all'Craig Scott2020-09-0122-114/+582
|\ \ \
| * | | Xcode: Use "Link Binary With Libraries" build phase in some casesGusts Kaksis2020-08-3119-68/+508
| * | | Xcode: Add special case for file type extension map for .xcassetsGusts Kaksis2020-08-281-0/+3
| * | | Xcode: Refactor build setting append code and attribute getter namingGusts Kaksis2020-08-284-51/+76
* | | | Merge topic 'cuda_host_compiler_fail'Brad King2020-09-013-21/+35
|\ \ \ \
| * | | | CUDA: Fail fast if CMAKE_CUDA_ARCHITECTURES doesn't work during detectionRaul Tambre2020-08-292-19/+21
| * | | | CUDA: Fail if compiler detection using the host compiler failsRaul Tambre2020-08-293-3/+15
* | | | | Merge topic 'file_chmod'Brad King2020-09-0126-0/+312
|\ \ \ \ \
| * | | | | file: Add CHMOD and CHMOD_RECURSE subcommandsSibi Siddharthan2020-08-2626-0/+312
* | | | | | Merge topic 'file-RENAME-windows'Brad King2020-09-012-37/+188
|\ \ \ \ \ \
| * | | | | | cmSystemTools: Teach RenameFile to disable Windows Search IndexingRon W Moore2020-08-311-0/+59
| * | | | | | cmSystemTools: Teach RenameFile to try for longer on directoriesRon W Moore2020-08-311-1/+12
| * | | | | | cmSystemTools: Add more error handling to RenameFile on WindowsRon W Moore2020-08-311-4/+28
| * | | | | | cmSystemTools: Improve RenameFile on Windows with MOVEFILE_WRITE_THROUGHRon W Moore2020-08-311-1/+3
| * | | | | | cmSystemTools: Factor out RenameFile wstring conversion on WindowsRon W Moore2020-08-311-8/+9
| * | | | | | cmSystemTools: Factor out MoveFileExW call in RenameFileBrad King2020-08-311-5/+13
| * | | | | | cmSystemTools: Define directory-specific Windows filesystem retry settingsBrad King2020-08-272-22/+68
* | | | | | | Merge topic 'ispc_lang_support'Brad King2020-09-0167-40/+1042
|\ \ \ \ \ \ \