summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2020-09-061-1/+1
* CMake Nightly Date StampKitware Robot2020-09-051-1/+1
* Merge topic 'use-tocstr'Kyle Edwards2020-09-0411-35/+23
|\
| * Refactor: Use cmToCStr()Vitaly Stakhovsky2020-09-0311-35/+23
* | Merge topic 'pragma-once'Brad King2020-09-04510-2014/+512
|\ \
| * | Help: Add note about #pragma onceKyle Edwards2020-09-031-0/+3
| * | Bootstrap: Use #pragma once in cmThirdParty.hKyle Edwards2020-09-031-3/+1
| * | Utilities/Scripts: Remove temporary #pragma once conversion scriptKyle Edwards2020-09-032-94/+0
| * | Modernize: Use #pragma once in all header filesKitware Robot2020-09-03508-2011/+508
| * | Utilities/Scripts: Add temporary #pragma once conversion scriptKyle Edwards2020-09-032-0/+94
| |/
* | 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
|\ \ \ \ \