summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'FindThreads-lib-flag'Brad King2019-12-051-4/+4
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | FindThreads: Restore hard-coded '-l' flag on library nameBrad King2019-12-041-4/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'release-3.16'Brad King2019-12-050-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'pch-xcode-no-warning' into release-3.16Brad King2019-12-052-2/+6
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'pch-xcode-no-warning'Brad King2019-12-052-2/+6
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | PCH: Do not add #pragma system_header for Xcode generatorCristian Adam2019-12-042-2/+6
| | |/ / / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-12-051-1/+1
* | | | | | | Merge topic 'delay-custom-command-creation'Brad King2019-12-0425-430/+794
|\ \ \ \ \ \ \
| * | | | | | | cmMakefile: Delay custom command creationDaniel Eiband2019-11-2413-326/+667
| * | | | | | | cmLocalGenerator: Refactor to use cmMakeSingleCommandLineDaniel Eiband2019-11-242-7/+4
| * | | | | | | cmCustomCommand: Explicitly pass backtrace on constructionDaniel Eiband2019-11-248-29/+25
| * | | | | | | cmMakefile: Explicitly pass backtrace to GetCustomCommandTargetDaniel Eiband2019-11-242-21/+22
| * | | | | | | cmPluginAPI: Correct typo in documentation of FinalPassDaniel Eiband2019-11-241-2/+2
| * | | | | | | cmMakefile: Delay CheckTargetProperties and FinalPass to generate timeDaniel Eiband2019-11-249-54/+83
* | | | | | | | Merge topic 'cmext-memory'Brad King2019-12-049-3/+158
|\ \ \ \ \ \ \ \
| * | | | | | | | Memory management: cast functions for managed pointersMarc Chevrier2019-11-279-3/+158
* | | | | | | | | Merge topic 'feature-test-fix'Brad King2019-12-041-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | C++ feature checks: Ignore linker warningsMarcus Calhoun-Lopez2019-11-251-0/+2
* | | | | | | | | | Merge topic 'ninja-tool'Brad King2019-12-042-0/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Ninja: Prefer first ninja tool available in PATHBrad King2019-11-262-0/+8
* | | | | | | | | | | Merge topic 'cuda_lang_specifies_cmake_library_arch'Brad King2019-12-041-0/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CUDA: persist CMAKE_LIBRARY_ARCHITECTURE and CUDA versionRobert Maynard2019-11-261-0/+5