summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Help: Document Apple Framework creation with an example (#15651)Brad King2015-07-145-1/+27
* Merge topic 'coverage_no_tests'Brad King2015-07-141-1/+1
|\
| * ctest_coverage: Always do coverage for CTEST_EXTRA_COVERAGE_GLOBZack Galbreath2015-07-131-1/+1
* | Merge topic 'refactor-rule-var-includes'Brad King2015-07-1444-75/+104
|\ \
| * | Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-1344-75/+104
| * | Place <DEFINES> before <FLAGS> consistently across compilersBrad King2015-07-136-12/+12
* | | Merge topic 'FindXercesC-versioned-library-2'Brad King2015-07-141-1/+1
|\ \ \
| * | | FindXercesC: Also search for xerces-c_2 (#15648)Roger Leigh2015-07-131-1/+1
* | | | Merge topic 'factor-out-common-generator'Brad King2015-07-141-0/+6
|\ \ \ \
| * | | | cmNinjaTargetGenerator: Restore addition of Fortran format flagsBrad King2015-07-131-0/+6
* | | | | CMake Nightly Date StampKitware Robot2015-07-141-1/+1
* | | | | Merge branch 'release'Brad King2015-07-130-0/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | CMake 3.3.0-rc4v3.3.0-rc4Brad King2015-07-131-1/+1
* | | | | Merge branch 'release'Brad King2015-07-130-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'fix-command-rename' into releaseBrad King2015-07-132-0/+18
| |\ \ \ \
| * \ \ \ \ Merge branch 'FindMPI-Intel-5' into releaseBrad King2015-07-131-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'cpack-ifw-framework-version' into releaseBrad King2015-07-081-2/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'empty-LINK_LIBRARIES' into releaseBrad King2015-07-085-6/+26
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'CheckCompilerFlag-do-not-use-FLAGS' into releaseBrad King2015-07-084-12/+19
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'fix-command-rename'Brad King2015-07-132-0/+18
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | cmState: Restore renamed commands on cleanup.Stephen Kelly2015-07-122-0/+18
| |/ / / / / / / /
* | | | | | | | | Merge topic 'FindMPI-Intel-5'Brad King2015-07-131-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | FindMPI: Extend Intel-MPI 5+ workaround for recent GCCsSean Brennan2015-07-101-1/+1
* | | | | | | | | Merge topic 'update-prebuilt-openssl'Brad King2015-07-132-6/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Utilities/Release: Update to openssl-1.0.2dBrad King2015-07-102-6/+6
* | | | | | | | | CMake Nightly Date StampKitware Robot2015-07-131-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2015-07-121-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2015-07-111-1/+1
|/ / / / / / / /
* | | | | | | | Merge topic 'update-kwsys'Brad King2015-07-100-0/+0
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-07-100-0/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KWSys 2015-07-08 (d3ba91e1)KWSys Robot2015-07-102-681/+2
* | | | | | | | | | Merge topic 'autorcc-qt-5.1'Brad King2015-07-101-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)Brad King2015-07-091-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'OUTPUT_NAME-genex'Brad King2015-07-109-9/+49
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add generator expression support to OUTPUT_NAME target propertyRobert Goulet2015-07-097-6/+34
| * | | | | | | | | | Help: Improve OUTPUT_NAME documentation formattingBrad King2015-07-093-3/+15
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge topic 'factor-out-common-generator'Brad King2015-07-1020-581/+646
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | cmNinjaTargetGenerator: Use GetDefines methodBrad King2015-07-091-11/+1
| * | | | | | | | cmCommonTargetGenerator: Adopt GetDefines methodBrad King2015-07-094-29/+28
| * | | | | | | | cmCommonTargetGenerator: Adopt GetFlags methodBrad King2015-07-096-103/+56
| * | | | | | | | cmNinjaTargetGenerator: Add OX X framework flagsBrad King2015-07-091-2/+4
| * | | | | | | | cmMakefileTargetGenerator: Fix comment typoBrad King2015-07-091-1/+1
| * | | | | | | | cmNinjaTargetGenerator: Factor out AddIncludeFlags helperBrad King2015-07-092-16/+25
| * | | | | | | | cmNinjaTargetGenerator: Add Fortran flag generationBrad King2015-07-091-7/+12
| * | | | | | | | cmCommonTargetGenerator: Adopt GetFrameworkFlagsBrad King2015-07-094-64/+65
| * | | | | | | | cmCommonTargetGenerator: Adopt AppendFortranFormatFlagsBrad King2015-07-094-32/+34
| * | | | | | | | cmCommonTargetGenerator: Adopt AddFortranFlags and friendsBrad King2015-07-094-104/+105
| * | | | | | | | cmCommonTargetGenerator: Adopt Convert methodBrad King2015-07-093-12/+15
| * | | | | | | | cmCommonTargetGenerator: Adopt ModuleDefinitionFile memberBrad King2015-07-097-70/+39
| * | | | | | | | cmCommonTargetGenerator: Adopt GetFeature and friendsBrad King2015-07-096-63/+34