summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cleanup-CMP0054'Brad King2014-09-2210-13/+13
|\
| * Tests: Fix CMP0054 warningsBrad King2014-09-168-11/+11
| * CheckPrototypeDefinition: Avoid if() auto-dereferenceBrad King2014-09-161-1/+1
| * ExternalProject: Fix CMP0054 warning in _ep_parse_argumentsMatt McCormick2014-09-151-1/+1
* | Merge topic 'ExternalProject-retry'Brad King2014-09-221-6/+0
|\ \
| * | ExternalProject: Fix download retry logicRuslan Baratov2014-09-151-6/+0
* | | CMake Nightly Date StampKitware Robot2014-09-221-1/+1
* | | CMake Nightly Date StampKitware Robot2014-09-211-1/+1
* | | CMake Nightly Date StampKitware Robot2014-09-201-1/+1
* | | CMake Nightly Date StampKitware Robot2014-09-191-1/+1
* | | CMake Nightly Date StampKitware Robot2014-09-181-1/+1
* | | CMake Nightly Date StampKitware Robot2014-09-171-1/+1
* | | Merge topic 'vs10-wince'Brad King2014-09-163-3/+72
|\ \ \
| * | | VS: Teach VS >= 10 generator about Windows CEPascal Bach2014-09-153-3/+72
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2014-09-161-1/+1
|/ /
* | Merge topic 'doc-set_test_properties-example'Brad King2014-09-151-1/+1
|\ \
| * | Help: Fix set_tests_properties documentation typoAndrew Bauer2014-09-121-1/+1
* | | Merge topic 'vs-generator-platform'Brad King2014-09-1528-14/+111
|\ \ \
| * | | Tests: Test setting a generator platform in a toolchain fileBrad King2014-09-159-0/+50
| * | | Tests: Use -A option to pass generator platform selectionBrad King2014-09-157-8/+8
| * | | ExternalProject: Use -A option to pass generator platformBrad King2014-09-151-2/+2
| * | | CTest: Use -A option to pass generator platform selectionBrad King2014-09-152-2/+2
| * | | cmake: Add -A option to specify a generator platformBrad King2014-09-1510-2/+49
* | | | 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