summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'if-sanity'Brad King2014-09-1555-742/+1578
|\
| * Fix if() checks of CMAKE_SYSTEM_NAME on CygwinBrad King2014-09-114-4/+4
| * FPHSA: Avoid if() dereferencing of quoted variableBrad King2014-09-111-1/+1
| * cmcurl: Use if(DEFINED) to simplify conditionsBrad King2014-09-112-4/+4
| * libarchive: Avoid depending on if() to dereference a quoted variableBrad King2014-09-111-2/+2
| * FindGTK2: Avoid depending on if() to dereference a quoted variableBrad King2014-09-111-1/+1
| * Modules/Test*.cmake: Use if(DEFINED) to simplify conditionsBrad King2014-09-114-4/+4
| * If: Introduce policy CMP0054 - don't dereference quoted variables in if()Nils Gladitz2014-09-1142-93/+846
| * If: Extract cmConditionEvaluator from if() implementationNils Gladitz2014-09-116-720/+803
* | CMake Nightly Date StampKitware Robot2014-09-151-1/+1
* | CMake Nightly Date StampKitware Robot2014-09-141-1/+1
* | CMake Nightly Date StampKitware Robot2014-09-131-1/+1
* | CMake Nightly Date StampKitware Robot2014-09-121-1/+1
* | Merge topic 'doc-check-results-cached'Brad King2014-09-1116-1/+18
|\ \
| * | Help: Document that the CHECK_* macros create cache variablesSebastian Leske2014-09-1116-1/+18
* | | Merge topic 'doc-WINCE-var'Brad King2014-09-112-0/+6
|\ \ \
| * | | Help: Document the WINCE variablePascal Bach2014-09-112-0/+6
| |/ /
* | | Merge topic 'fix-gnu-hurd-host-detection'Brad King2014-09-111-1/+1
|\ \ \
| * | | Fix CMAKE_HOST_SYSTEM_PROCESSOR detection on GNU/Hurd (#15147)Felix Geyer2014-09-101-1/+1
* | | | Merge branch 'release'Brad King2014-09-110-0/+0
|\ \ \ \
| * | | | CMake 3.0.2v3.0.2Brad King2014-09-081-1/+1
* | | | | CMake Nightly Date StampKitware Robot2014-09-111-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'vs-generator-platform'Brad King2014-09-1079-86/+438
|\ \ \ \
| * | | | enable_language: Initialize system-specific generator info only onceBrad King2014-09-101-20/+24
| * | | | Tests: Add generator platform supportBrad King2014-09-1042-7/+68
| * | | | ExternalProject: Propagate the generator platformBrad King2014-09-051-0/+11
| * | | | CTest: Add options to set generator platformBrad King2014-09-055-0/+27
| * | | | VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8Brad King2014-09-0516-31/+146
| * | | | CMake: Add CMAKE_GENERATOR_PLATFORM optionBrad King2014-09-0516-0/+120
| * | | | Help: Document CMAKE_VS_PLATFORM_NAME variableBrad King2014-09-052-0/+8
| * | | | VS: Refactor internal default platform name selectionBrad King2014-09-053-7/+13
| * | | | cmGlobalVisualStudio10Generator: Re-order some methodsBrad King2014-09-052-14/+14
| * | | | cmGlobalGenerator: Call SetGeneratorToolset even for empty toolsetBrad King2014-09-054-26/+26
* | | | | Merge topic 'update-kwsys'Brad King2014-09-103-6/+72
|\ \ \ \ \
| * \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-09-093-6/+72
| |\ \ \ \ \
| | * | | | | KWSys 2014-09-08 (fb77be5a)KWSys Robot2014-09-093-6/+72
* | | | | | | Merge topic 'FindIce-updates'Brad King2014-09-101-18/+15
|\ \ \ \ \ \ \
| * | | | | | | FindIce: Respect Ice_FIND_QUIETLY when printing messagesRoger Leigh2014-09-091-12/+16
| * | | | | | | FindIce: Remove unneeded search path modificationRoger Leigh2014-09-091-7/+0
* | | | | | | | Merge topic 'string-uuid-doc-fix'Brad King2014-09-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | StringUuid: Mark UPPER flag optional in sub-command synopsisNils Gladitz2014-09-101-1/+1
* | | | | | | | | Merge topic 'tolerate-lib-dir-symlink'Brad King2014-09-101-2/+8
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Tolerate symlinks during RPATH ordering (#13429)Brad King2014-09-091-2/+8
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2014-09-101-1/+1
* | | | | | | | Merge branch 'release'Brad King2014-09-090-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge branch 'ExternalProject-download-loop' into releaseBrad King2014-09-081-0/+1
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'use-consistent-regex-for-info-strings'Brad King2014-09-094-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use a more reliable regex for extracting binary INFO stringsChuck Atkins2014-09-034-4/+4
* | | | | | | | | | Merge topic 'doc-add_custom_command-multiple-commands'Brad King2014-09-091-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Help: Suggest in add_custom_command how to create a script (#15112)Brad King2014-09-081-0/+3