summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ 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