summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmGeneratorTarget: Move ReportPropertyOrigin from cmTarget.Stephen Kelly2015-08-054-56/+57
* cmGeneratorTarget: Make CompatibleType enum private again.Stephen Kelly2015-08-052-44/+44
* cmGeneratorTarget: Move LinkInterfaceDependent methods from cmTarget.Stephen Kelly2015-08-057-426/+433
* cmGeneratorTarget: Port internal API to cmGeneratorTarget.Stephen Kelly2015-08-051-13/+15
* cmGeneratorTarget: Move CheckPropertyCompatibility from cmTarget.Stephen Kelly2015-08-054-267/+268
* cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-0514-85/+72
* Export: Port more API to cmGeneratorTarget.Stephen Kelly2015-08-054-10/+17
* cmGeneratorTarget: Move IsLinkInterfaceDependent* from cmTarget.Stephen Kelly2015-08-055-119/+122
* cmGeneratorTarget: Move GetAutoUicOptions from cmTarget.Stephen Kelly2015-08-055-29/+33
* cmGeneratorTarget: Move GetSOName from cmTarget..Stephen Kelly2015-08-058-70/+73
* cmExportInstallFileGenerator: Simplify local generator access.Stephen Kelly2015-08-041-1/+1
* 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