summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ExternalProject-optimize-git'Brad King2019-03-181-38/+28
|\
| * ExternalProject: Extend documentation about GIT_TAG usageBartosz Kosiorek2019-03-151-0/+3
| * ExternalProject: Drop unnecessary 'git submodule init'Bartosz Kosiorek2019-03-141-9/+0
| * ExternalProject: Simplify generated 'git clone' scriptsBartosz Kosiorek2019-03-141-28/+24
| * ExternalProject: Re-run 'git clone' when GIT_REMOTE_NAME changesBartosz Kosiorek2019-03-141-1/+1
* | Merge topic 'FindGLEW-updates'Brad King2019-03-186-33/+314
|\ \
| * | FindGLEW: Add testClaudio Fantacci2019-03-154-0/+40
| * | FindGLEW: Update implementationClaudio Fantacci2019-03-152-33/+274
* | | Merge topic 'release_note_for_cuda_compiler_generator_expressions'Brad King2019-03-181-0/+5
|\ \ \
| * | | Add a release note for the cuda compiler generator expressionsRobert Maynard2019-03-151-0/+5
* | | | Merge topic 'import-zstd'Brad King2019-03-181-0/+3
|\ \ \ \
| * | | | zstd: Disable BMI2 instructions for build within CMakeBrad King2019-03-151-0/+3
* | | | | CMake Nightly Date StampKitware Robot2019-03-181-1/+1
* | | | | CMake Nightly Date StampKitware Robot2019-03-171-1/+1
* | | | | Merge topic 'pkg-config-linker-flags'Marc Chevrier2019-03-163-1/+31
|\ \ \ \ \
| * | | | | FindPkgConfig: Set linker flags on imported targetsRadek Nadstawny2019-03-133-1/+31
* | | | | | CMake Nightly Date StampKitware Robot2019-03-161-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'export-package-default-off'Brad King2019-03-1511-14/+117
|\ \ \ \ \
| * | | | | export: Disable PACKAGE mode user package registry by defaultRobert Maynard2019-03-1511-14/+117
* | | | | | Merge topic 'ninja-dyndep-touchups'Brad King2019-03-152-2/+2
|\ \ \ \ \ \
| * | | | | | cmNinjaTargetGenerator: use a different depfile for preprocessingBen Boeckel2019-03-121-1/+1
| * | | | | | cmake_ninja_dyndep: don't duplicate slashesBen Boeckel2019-03-121-1/+1
* | | | | | | Merge branch 'release-3.14'Brad King2019-03-150-0/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'find_program-windows-share' into release-3.14Brad King2019-03-141-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'FindPython-ensure-correct-architecture-selected' into release-3.14Brad King2019-03-144-8/+29
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'vs2019-wow64' into release-3.14Brad King2019-03-141-5/+10
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'find_program-windows-share'Brad King2019-03-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | find_program: Restore leading double slash on Windows network pathBrad King2019-03-141-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'FindPython-ensure-correct-architecture-selected'Brad King2019-03-154-8/+29
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | FindPython*: ensure correct architecture is selected.Marc Chevrier2019-03-144-8/+29
| |/ / / / / / / /
* | | | | | | | | Merge topic 'vs2019-wow64'Brad King2019-03-151-5/+10
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | VS: Fix x64 host recognition by x86 cmake processBrad King2019-03-141-5/+10
| |/ / / / / / /
* | | | | | | | Merge topic 'test-FindGTK2-explicit'Brad King2019-03-152-7/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests: Run FindGTK2 tests only when explicitly enabledBrad King2019-03-142-7/+5
* | | | | | | | | Merge topic 'cmake-gui-unused-code'Brad King2019-03-151-3/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmake-gui: Drop code not needed with current required CMake versionBrad King2019-03-141-3/+0
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-03-151-1/+1
|/ / / / / / / /
* | | | | | | | Merge topic 'refactor_cmfilecopier'Brad King2019-03-147-1080/+1193
|\ \ \ \ \ \ \ \
| * | | | | | | | cmFileCommand: Factor out cmFileCopier and cmFileInstallerBryon Bean2019-03-137-1080/+1193
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'string_scopes'Brad King2019-03-144-68/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | cmDependsC: Use faster cmSystemTools::FileTimeCompareSebastian Holtermann2019-03-131-3/+2
| * | | | | | | | cmDependsC: Use auto for long type namesSebastian Holtermann2019-03-121-3/+2
| * | | | | | | | cmDependsC: Remove useless string preallocation artifactSebastian Holtermann2019-03-121-13/+6
| * | | | | | | | cmDepends: Reduce temporary object lifetime with local scopesSebastian Holtermann2019-03-121-17/+17
| * | | | | | | | cmLocalUnixMakefileGenerator3: Use std::unique_ptr instead of new/deleteSebastian Holtermann2019-03-121-10/+6
| * | | | | | | | cmLocalUnixMakefileGenerator3: Pass strings instead of recomputing themSebastian Holtermann2019-03-122-14/+12
| * | | | | | | | cmLocalUnixMakefileGenerator3: Move local strings into local brace scopesSebastian Holtermann2019-03-121-8/+11
* | | | | | | | | Merge topic 'import-zstd'Brad King2019-03-1471-10/+31230
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | CMake: Enable use of zstd in libarchiveBrad King2019-03-138-10/+38
| * | | | | | | | zstd: Add CMake build systemBrad King2019-03-131-0/+44