summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-1050-71/+652
* Merge topic 'foreach-ZIP_LISTS'Brad King2019-12-0932-32/+492
|\
| * foreach: Allow multiple iteration variables for `ZIP_LIST` modeAlex Turbov2019-12-0717-31/+194
| * foreach: Introduce `IN ZIP_LISTS` modeAlex Turbov2019-12-0118-27/+324
* | Merge topic 'cross-compile-windows-export-all'Brad King2019-12-094-33/+42
|\ \
| * | Add support for WINDOWS_EXPORT_ALL_SYMBOLS when cross-compiling to WindowsIsuru Fernando2019-12-064-33/+42
* | | Merge topic 'cuda_updates_for_10.2'Brad King2019-12-093-30/+38
|\ \ \
| * | | CUDA: get header deps from compiler invocation when possibleRobert Maynard2019-11-292-2/+9
| * | | CUDA: forward unknown flags to host compiler when possible.Robert Maynard2019-11-293-28/+29
* | | | Merge topic 'CPackNuGet-version-spec'Brad King2019-12-091-9/+2
|\ \ \ \
| * | | | CPackNuGet: Fix handling of version specs with '['Yacoub Hossain2019-12-061-9/+2
* | | | | Merge topic 'compiler-launcher-env'Brad King2019-12-0933-12/+88
|\ \ \ \ \
| * | | | | launcher: support setting a compiler launcher through the environmentBen Boeckel2019-12-0533-12/+88
* | | | | | Merge topic 'modernize-memory-management'Brad King2019-12-097-64/+67
|\ \ \ \ \ \
| * | | | | | cmGeneratorExpressionEvaluator: Modernize memory managementMarc Chevrier2019-12-057-64/+67
* | | | | | | Merge branch 'release-3.16'Brad King2019-12-090-0/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'unity-object-libraries' into release-3.16Brad King2019-12-096-8/+36
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'unity-object-libraries'Brad King2019-12-096-8/+36
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'backport-unity-object-libraries' into unity-object-librariesBrad King2019-12-086-8/+36
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Unity: Proper handling of object librariesCristian Adam2019-12-075-0/+31
| | * | | | | | | | Unity: Generic source file handling for all generatorsCristian Adam2019-12-072-7/+2
| | * | | | | | | | Unity/PCH: Skip more target types when adding automatic sourcesCristian Adam2019-12-071-1/+3
* | | | | | | | | | Merge branch 'release-3.16'Brad King2019-12-090-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge topic 'pch-reuse-importlib' into release-3.16Brad King2019-12-094-1/+49
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'pch-reuse-importlib'Brad King2019-12-094-1/+49
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | PCH: Use the target's PREFIX for building the pdb file nameCristian Adam2019-12-084-1/+49
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'libarchive-target'Kyle Edwards2019-12-096-0/+52
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindLibArchive: create a targetT.J. Corona2019-12-056-0/+52
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-12-091-1/+1
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-12-081-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-12-071-1/+1
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'release-3.16'Brad King2019-12-060-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'clang-analyzer-ignore-strcpy' into release-3.16Brad King2019-12-061-1/+1
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'clang-analyzer-ignore-strcpy'Brad King2019-12-061-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | TestDriver: ignore strcpy callBen Boeckel2019-12-051-1/+1
* | | | | | | | | | Merge topic 'doc-rpath'Brad King2019-12-062-9/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Help: Clarify INSTALL_RPATH_USE_LINK_PATH documentationHong Xu2019-12-052-9/+17
* | | | | | | | | | | Merge topic 'vs-clangcl-toolset'Brad King2019-12-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | VS: Support Visual Studio Clang Toolkit identificationJustin Goshi2019-12-051-1/+1
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-12-061-1/+1
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge topic 'host-system-processor'Brad King2019-12-051-3/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Help: Fix CMAKE_HOST_SYSTEM_PROCESSOR use of unameHong Xu2019-12-041-3/+10
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'FindPkgConfig-cross-compile'Brad King2019-12-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | FindPkgConfig: Fix path manipulations when cross compilingHugo Beauzée-Luyssen2019-12-021-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'FindBLAS-atlas-static'Brad King2019-12-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | FindBLAS: Search for libblas from ATLAS vendorEisuke Kawashima2019-12-041-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'FindPNG-static-dep-m'Brad King2019-12-051-0/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | FindPNG: add 'm' dependencies to static lib on LinuxDavid Callu2019-11-281-0/+10
* | | | | | | | | | | | Merge branch 'release-3.16'Brad King2019-12-050-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge topic 'FindThreads-lib-flag' into release-3.16Brad King2019-12-051-4/+4
| |\ \ \ \ \ \ \ \ \ \ \