summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2016-09-181-1/+1
* CMake Nightly Date StampKitware Robot2016-09-171-1/+1
* Merge topic 'refactor-target-construction'Brad King2016-09-164-157/+154
|\
| * cmTarget: Remove unused support for partial constructionBrad King2016-09-152-26/+2
| * cmGlobalGenerator: Refactor global target constructionBrad King2016-09-152-120/+119
| * cmGlobalGenerator: Split CreateDefaultGlobalTargets implementationBrad King2016-09-152-35/+57
* | Merge topic 'size-empty'Brad King2016-09-1644-46/+46
|\ \
| * | use empty method to check for emptynessDaniel Pfeifer2016-09-1544-46/+46
* | | Merge topic 'detect-relink-incompat'Brad King2016-09-161-1/+22
|\ \ \
| * | | ninja: error out on relink requirementsBen Boeckel2016-09-151-1/+22
* | | | Merge topic 'file-curl-httpheader'Brad King2016-09-1610-0/+58
|\ \ \ \
| * | | | file(DOWNLOAD|UPLOAD): Add HTTPHEADER suboptionRuslan Baratov2016-09-1510-0/+58
* | | | | Merge topic 'find_package-dir-sort'Brad King2016-09-1614-17/+341
|\ \ \ \ \
| * | | | | find_package: Optionally sort globbed directories in a meaningful orderPierluigi Taddei2016-09-1514-17/+341
* | | | | | Merge topic 'ExternalProject-http-credentials'Brad King2016-09-164-3/+22
|\ \ \ \ \ \
| * | | | | | Help: Add notes for topic 'ExternalProject-http-credentials'Brad King2016-09-151-0/+5
| * | | | | | ExternalProject: Add HTTP_{USERNAME,PASSWORD}Ruslan Baratov2016-09-153-3/+17
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'file-LOCK-lowercase-test'Brad King2016-09-162-0/+12
|\ \ \ \ \ \
| * | | | | | Tests: Add case for file(LOCK) with lower-cased pathRuslan Baratov2016-09-152-0/+12
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'require-cmake-2.8.12.2'Brad King2016-09-163-3/+3
|\ \ \ \ \ \
| * | | | | | Require CMake 2.8.12.2 to build CMake itselfBrad King2016-09-153-3/+3
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2016-09-161-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'doc-CMP0017'Brad King2016-09-151-3/+3
|\ \ \ \ \
| * | | | | Help: Clarify wording of include() for builtin module directoriesBrad King2016-09-151-3/+3
| |/ / / /
* | | | | Merge topic 'doc-FeatureSummary'Brad King2016-09-151-342/+335
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FeatureSummary: Add include() to examplesBrad King2016-09-151-0/+2
| * | | | FeatureSummary: Format documentationBrad King2016-09-151-247/+241
| * | | | FeatureSummary: Convert docs to a bracket commentBrad King2016-09-151-265/+266
| * | | | FeatureSummary: Order function implementations the same as the documentationBrad King2016-09-151-77/+73
|/ / / /
* | | | Merge topic 'update-kwsys'Brad King2016-09-159-45/+1112
|\ \ \ \
| * | | | Tests: Use upper-case drive letters in RunCMake.get_filename_componentBrad King2016-09-151-6/+6
| * | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-09-143-38/+45
| |\ \ \ \
| | * | | | KWSys 2016-09-14 (c4049689)KWSys Upstream2016-09-143-38/+45
| * | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-09-145-1/+1061
| |\ \ \ \ \ | | |/ / / /
| | * | | | KWSys 2016-09-14 (e736efa1)KWSys Upstream2016-09-145-1/+1061
* | | | | | Merge topic 'add-strverscmp'Brad King2016-09-153-4/+155
|\ \ \ \ \ \
| * | | | | | Tests: Add test for our strverscmp implementationPierluigi Taddei2016-09-141-4/+68
| * | | | | | cmSystemTools: Add strverscmpBrad King2016-09-132-0/+87
* | | | | | | Merge topic 'extend_matlab_unit_test'Brad King2016-09-152-23/+69
|\ \ \ \ \ \ \
| * | | | | | | FindMatlab: Extend matlab_add_unit_test to run arbitrary test codeBill Hoffman2016-09-142-23/+69
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'refactor-target-construction'Brad King2016-09-156-78/+114
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | cmTarget: Inline SetType method at only remaining call siteBrad King2016-09-142-10/+6
| * | | | | | cmTarget: Construct with basic information up frontBrad King2016-09-145-32/+36
| * | | | | | Avoid requiring default cmTarget constructor for map indexingBrad King2016-09-143-41/+65
| * | | | | | cmTarget: Add method to get a copy adapted for a directoryBrad King2016-09-142-0/+12
| |/ / / / /
* | | | | | Merge topic 'cmake-static-FindCacheFile'Brad King2016-09-152-2/+2
|\ \ \ \ \ \
| * | | | | | cmake: Make FindCacheFile a static methodBrad King2016-09-142-2/+2
| |/ / / / /
* | | | | | Merge topic 'fix-ccmake-sun-gcc'Brad King2016-09-152-8/+0
|\ \ \ \ \ \
| * | | | | | ccmake: Fix recent compilation regression with GCC on SolarisBrad King2016-09-142-8/+0
* | | | | | | Merge topic 'fix-CMAKE_COMPILER_IS_GNU-confusion'Brad King2016-09-157-18/+20
|\ \ \ \ \ \ \