summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add 'ANDROID_API' target property to set Android Target APIBrad King2014-09-306-0/+21
* Add 'ANDROID_GUI' target property to mark Android applicationsBrad King2014-09-295-2/+30
* cmTarget: Track internally whether platform is AndroidBrad King2014-09-292-0/+7
* VS: Teach vcxproj generation about the Tegra-Android platformBrad King2014-09-292-3/+52
* VS: Detect compiler id of Nsight Tegra-Android toolchainsBrad King2014-09-293-5/+76
* VS: Teach VS >= 10 to recognize CMAKE_SYSTEM_NAME 'Android'Brad King2014-09-294-0/+55
* VS: Drop GenerateManifest from .vcxproj files for non-MS toolsBrad King2014-09-291-0/+4
* VS: Use case-insensitive check for hlsl,jpg,png,xml file extensionsBrad King2014-09-291-1/+1
* Tests: Always detect VS and SDK availability on WindowsBrad King2014-09-291-14/+17
* 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
| * | | | 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