summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CTest: Restore running dashboard client Test step with modified filesBrad King2021-02-091-1/+1
* Merge topic 'FindXCTest-bundle-inject' into release-3.19Brad King2021-02-091-2/+9
|\
| * FindXCTest: Fix output directory for test bundle with new build systemYauheni Khnykin2021-02-081-2/+9
* | Merge topic 'xcode12-ios_install_combined' into release-3.19Brad King2021-02-098-21/+109
|\ \ | |/ |/|
| * IOS_INSTALL_COMBINED: Support Xcode 12 (command line only)Craig Scott2021-02-088-21/+109
* | Merge topic 'lexer-posix-source' into release-3.19Brad King2021-02-081-1/+1
|\ \ | |/ |/|
| * LexerParser: Do not override existing _POSIX_C_SOURCE definitionBrad King2021-02-051-1/+1
| * Merge branch 'backport-3.18-ci-wix-download' into release-3.18Brad King2021-01-214-0/+23
| |\
* | \ Merge topic 'doc-find-env-vars' into release-3.19Brad King2021-02-053-3/+6
|\ \ \
| * | | Help: Restore docs that find_library considers LIB, not INCLUDEBrad King2021-02-043-3/+6
* | | | Merge topic 'FindBoost-1.75' into release-3.19Brad King2021-02-041-2/+17
|\ \ \ \
| * | | | FindBoost: Add support for Boost 1.75Brad King2021-02-031-2/+17
| |/ / /
* | | | Merge topic 'xcode-framework-path' into release-3.19Brad King2021-02-047-18/+62
|\ \ \ \ | |/ / / |/| | |
| * | | Xcode: Don't hard-code SDK-provided implicit framework search pathsCraig Scott2021-02-033-1/+21
| * | | cmComputeLinkInformation: Fix misspelt private variable nameCraig Scott2021-02-032-4/+4
| * | | Apple: Fix linking to frameworks that do not exist until build timeBrad King2021-02-026-13/+37
* | | | Merge topic 'findcudatoolkit_env_path' into release-3.19Brad King2021-02-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | FindCUDAToolkit: Restore use of CUDA_PATH environment variableRobert Maynard2021-02-031-1/+1
|/ / /
* | | CMake 3.19.4v3.19.4Brad King2021-01-281-1/+1
* | | Merge topic 'doc-multi-config-prop' into release-3.19Brad King2021-01-251-2/+6
|\ \ \
| * | | Help: Add Ninja Multi-Config to list in GENERATOR_IS_MULTI_CONFIGBrad King2021-01-251-2/+6
* | | | Merge topic 'intel-fortran-nofor-main' into release-3.19Brad King2021-01-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Intel: Replace deprecated Fortran flag -nofor_main with -nofor-mainBrad King2021-01-221-1/+1
|/ / /
* | | Merge topic 'ci-wix-download' into release-3.19Brad King2021-01-214-0/+23
|\ \ \
| * \ \ Merge branch 'backport-3.18-ci-wix-download' into ci-wix-downloadBrad King2021-01-214-0/+23
| |\ \ \ |/ / / / | | | _
| * | ci: download WiX on WindowsBrad King2021-01-212-0/+21
| * | ci: speed up cmake and ninja downloads on WindowsBrad King2021-01-212-0/+2
| |/
| * Merge branch 'backport-ninja-no-cleandead' into release-3.18Brad King2020-12-142-15/+1
| |\
| * \ Merge branch 'FindPython-python2-soabi-suffix-fix' into release-3.18Brad King2020-12-071-2/+10
| |\ \
| * \ \ Merge branch 'cuda_detect_vs_codegen' into release-3.18Brad King2020-11-251-4/+8
| |\ \ \
* | \ \ \ Merge topic 'vs-sdk-selection' into release-3.19Brad King2021-01-216-4/+23
|\ \ \ \ \
| * | | | | VS: Generalize Win10 max SDK version to all VS generatorsjonathan molinatto2021-01-206-4/+23
* | | | | | Merge topic 'FindHDF5-silence-output' into release-3.19Brad King2021-01-211-3/+5
|\ \ \ \ \ \
| * | | | | | FindHDF5: silence STATUS messages when found with QUIETBen Boeckel2021-01-201-3/+3
| * | | | | | FindHDF5: avoid writing to the output when testing h5ccBen Boeckel2021-01-201-0/+2
| |/ / / / /
* | | | | | Merge topic 'macos-include-weak-dependencies' into release-3.19Brad King2021-01-214-4/+37
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | file(GET_RUNTIME_DEPENDENCIES): Fix weak macOS libraries not detectedBianca van Schaik2021-01-203-3/+36
| * | | | | GetPrerequisites: Include weak macOS dependenciesBianca van Schaik2021-01-201-1/+1
|/ / / / /
* | | | | Merge topic 'CMake-cross-compiling' into release-3.19Brad King2021-01-191-1/+7
|\ \ \ \ \
| * | | | | Restore support for cross-compiling CMake itselfMarc Chevrier2021-01-181-1/+7
* | | | | | Merge topic 'irsl-msvcp_atomic_wait_dll' into release-3.19Brad King2021-01-181-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | IRSL: Install msvcp${v}${d}_atomic_wait.dll if available with CRTKelly Walker2021-01-151-0/+2
|/ / / / /
* | | | | CMake 3.19.3v3.19.3Brad King2021-01-131-1/+1
* | | | | Merge topic 'trace_expand_bracket' into release-3.19Brad King2021-01-122-1/+2
|\ \ \ \ \
| * | | | | cmMakefile: Don't expand bracket arguments in --trace-expandRaul Tambre2021-01-112-1/+2
* | | | | | Merge topic 'cmake-gui-qrc-fix' into release-3.19Brad King2021-01-121-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | cmake-gui: Restore linking of Qt resourcesKyle Edwards2021-01-111-2/+3
|/ / / / /
* | | | | Merge topic 'rel-macos-modern' into release-3.19Brad King2021-01-0813-29/+200
|\ \ \ \ \
| * | | | | ci: build separate macOS packages for macOS 10.13+ and macOS 10.10+Brad King2021-01-079-28/+69
| * | | | | Utilities/Release: Add script to build Qt 5.15.2 macOS universal binariesBrad King2021-01-071-0/+125