summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmGlobalNinjaGenerator: Simplify usage of API.Stephen Kelly2015-08-041-3/+1
* Merge topic 'update-kwsys'Brad King2015-08-043-6/+48
|\
| * Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-08-033-6/+48
| |\
| | * KWSys 2015-08-03 (dad68c33)KWSys Robot2015-08-033-6/+48
* | | Merge topic 'doc-ninja-rule-launchers'Brad King2015-08-043-12/+18
|\ \ \
| * | | Help: Refine RULE_LAUNCH_{COMPILE,CUSTOM,LINK} global property docsBrad King2015-08-033-12/+18
| |/ /
* | | Merge topic 'cmake-W-options'Brad King2015-08-042-6/+6
|\ \ \
| * | | cmake: Do not treat developer warnings as errors by default in scriptsBrad King2015-08-032-6/+6
* | | | 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