summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2015-08-041-1/+1
* Merge topic 'if-test'Brad King2015-08-0319-4/+105
|\
| * if: Add "TEST <test>" conditionMatt McCormick2015-08-0318-1/+102
| * ExternalProject: Avoid if() auto-dereference of a "TEST" variableMatt McCormick2015-08-031-3/+3
* | Merge topic 'GetPrerequisites-updates'Brad King2015-08-031-0/+38
|\ \
| * | GetPrerequisites: Optionally filter "objdump" output for speedBill Somerville2015-07-311-0/+8
| * | GetPrerequisites: Add error checks for execute_process() callsBill Somerville2015-07-311-0/+30
* | | Merge topic 'FindMPI-drop-GetPrerequisites'Brad King2015-08-031-5/+3
|\ \ \ | |/ /
| * | FindMPI: Drop unnecessary and incorrect use of GetPrerequisitesBrad King2015-07-311-5/+3
* | | Merge topic 'fix-windows-version-detection'Brad King2015-08-031-10/+46
|\ \ \
| * | | Windows: Fix CMAKE_HOST_SYSTEM_VERSION on Windows >= 8.1 (#15674)Brad King2015-07-311-10/+46
* | | | Merge topic 'fix-xcode-quoting'Brad King2015-08-031-1/+1
|\ \ \ \
| * | | | Xcode: Quote strings containing a tilde (#15672)Gregor Jasny2015-07-311-1/+1
| |/ / /
* | | | Merge topic 'update-kwsys'Brad King2015-08-038-204/+1051
|\ \ \ \
| * | | | Tests: In CTestTest2 skip the kwsys.testProcess-10 test that leaksBrad King2015-07-311-4/+9
| * | | | CTestCustom: Ignore kwsys.testProcess-10 for MemCheck as KWSys doesBrad King2015-07-311-0/+4
| * | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-07-316-200/+1038
| |\ \ \ \
| | * | | | KWSys 2015-07-30 (f63febb7)KWSys Robot2015-07-316-200/+1038
* | | | | | CMake Nightly Date StampKitware Robot2015-08-031-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2015-08-021-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2015-08-011-1/+1
* | | | | | Merge topic 'doc-string-FIND-failure-case'Brad King2015-07-311-1/+1
|\ \ \ \ \ \
| * | | | | | Help: Document string(FIND) return value when no match is foundJames Johnston2015-07-301-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'FindOpenSSL-cleanup'Brad King2015-07-311-21/+20
|\ \ \ \ \ \
| * | | | | | FindOpenSSL: De-duplicate find_library path suffixes on WindowsThijs Wenker2015-07-301-12/+11
| * | | | | | FindOpenSSL: Remove extra whitespaceThijs Wenker2015-07-301-9/+9
* | | | | | | Merge topic 'cmake-W-options'Brad King2015-07-3125-41/+374
|\ \ \ \ \ \ \
| * | | | | | | cmake: Add -W options to control deprecation warnings and errorsMichael Scott2015-07-2925-41/+374
* | | | | | | | Merge topic 'refactor-install'Brad King2015-07-3124-124/+215
|\ \ \ \ \ \ \ \
| * | | | | | | | cmInstallTargetGenerator: Port to cmGeneratorTarget.Stephen Kelly2015-07-303-38/+50
| * | | | | | | | cmInstallCommand: Store only a targetName, not a cmTarget.Stephen Kelly2015-07-304-11/+28
| * | | | | | | | cmInstallGenerator: Add a Compute() virtual hook.Stephen Kelly2015-07-302-0/+14
| * | | | | | | | cmInstallCommand: Move the SetHaveInstallRule invocation.Stephen Kelly2015-07-302-1/+6
| * | | | | | | | cmScriptGenerator: Remove unused method.Stephen Kelly2015-07-301-3/+0
| * | | | | | | | cmGlobalGenerator: Move QtAutogen handling to Compute().Stephen Kelly2015-07-301-5/+7
| * | | | | | | | cmGlobalGenerator: Virtualize the Compute step and override it.Stephen Kelly2015-07-309-13/+42
| * | | | | | | | cmGlobalGenerator: Move generation object creation to Compute().Stephen Kelly2015-07-304-3/+12
| * | | | | | | | Xcode: Use allBuild target return value.Stephen Kelly2015-07-291-2/+1
| * | | | | | | | cmMakefile: Simplify generate-time cmGeneratorTarget creation.Stephen Kelly2015-07-292-1/+1
| * | | | | | | | cmGlobalGenerator: Move FinalizeTargetCompileInfo to Compute().Stephen Kelly2015-07-291-2/+2
| * | | | | | | | cmGlobalGenerator: Return from Compute whether to generate.Stephen Kelly2015-07-293-7/+11
| * | | | | | | | cmGlobalGenerator: Create a new Compute step before generation.Stephen Kelly2015-07-293-7/+5
| * | | | | | | | cmGlobalGenerator: Remove the TargetManifest member.Stephen Kelly2015-07-293-15/+7
| * | | | | | | | cmGlobalGenerator: Remove unused manifest accessor.Stephen Kelly2015-07-291-5/+0
| * | | | | | | | VisualStudio: Skip global targets when processing.Stephen Kelly2015-07-293-1/+10
| * | | | | | | | Xcode: Skip Global targets when processing.Stephen Kelly2015-07-291-0/+5
| * | | | | | | | cmMakefile: Move method out of line.Stephen Kelly2015-07-292-4/+6
| * | | | | | | | cmMakefile: Return target from all AddUtilityCommand signaturesBrad King2015-07-292-19/+21
| |/ / / / / / /
* | | | | | | | Merge topic 'SunOS-link-CXX-normally'Brad King2015-07-311-8/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | SunOS: Drop special case for linking C++ shared libraries with gcc (#15673)Brad King2015-07-301-8/+0
| | |_|/ / / / / | |/| | | | | |