summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs-generator-platform'Brad King2014-09-154-2/+25
|\
| * 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-152-0/+23
* | Merge topic 'if-sanity'Brad King2014-09-1513-727/+1096
|\ \
| * | Fix if() checks of CMAKE_SYSTEM_NAME on CygwinBrad King2014-09-111-1/+1
| * | If: Introduce policy CMP0054 - don't dereference quoted variables in if()Nils Gladitz2014-09-1112-93/+379
| * | 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
* | | CMake Nightly Date StampKitware Robot2014-09-111-1/+1
* | | Merge topic 'vs-generator-platform'Brad King2014-09-1016-59/+208
|\ \ \ | | |/ | |/|
| * | enable_language: Initialize system-specific generator info only onceBrad King2014-09-101-20/+24
| * | CTest: Add options to set generator platformBrad King2014-09-054-0/+24
| * | VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8Brad King2014-09-056-4/+48
| * | CMake: Add CMAKE_GENERATOR_PLATFORM optionBrad King2014-09-055-0/+71
| * | 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
* | | | 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
|/ / / /
* | | | CMake Nightly Date StampKitware Robot2014-09-091-1/+1
|/ / /
* | | CMake Nightly Date StampKitware Robot2014-09-081-1/+1
* | | CMake Nightly Date StampKitware Robot2014-09-071-1/+1
* | | CMake Nightly Date StampKitware Robot2014-09-061-1/+1
|/ /
* | CMake Nightly Date StampKitware Robot2014-09-051-1/+1
|/
* Merge topic 'xcode-duplicate-file-refs'Brad King2014-09-041-6/+4
|\
| * Xcode: Generate per-target file references (#15111)Brad King2014-09-031-6/+4
* | Merge topic 'xcode-assetcatalog-folder-type'Brad King2014-09-041-8/+8
|\ \
| * | Xcode: Reference '.xcassets' folders as assetcatalog (#15125)Brad King2014-09-031-1/+1
| * | Xcode: Refactor internal file type extension extractionBrad King2014-09-031-7/+7
| |/
* | CMake Nightly Date StampKitware Robot2014-09-041-1/+1
|/
* CMake Nightly Date StampKitware Robot2014-09-031-1/+1
* Merge topic 'ctest-help-fix'Brad King2014-09-021-2/+2
|\
| * CTest: Add missing space in command line help.Nils Gladitz2014-09-011-2/+2
* | Merge topic 'string-uuid'Brad King2014-09-025-0/+387
|\ \
| * | StringUuid: Implement new string(UUID) sub-command.Nils Gladitz2014-08-285-0/+387
* | | Merge topic 'vs-windows-apps'Brad King2014-09-026-11/+704
|\ \ \
| * | | VS: Do not compile C sources as WinRT (#15100)Brad King2014-09-022-1/+15
| * | | VS: Mark Windows Phone and Store targets as App ContainersGilles Khouzam2014-09-022-3/+552
| * | | VS: Always ignore ole32 on Windows Phone 8.0Gilles Khouzam2014-08-211-0/+7
| * | | VS: Generate Windows Metadata for WinRT componentsGilles Khouzam2014-08-211-0/+27
| * | | VS: Generate Windows Phone and Windows Store projects as UnicodeGilles Khouzam2014-08-211-0/+2
| * | | VS: Add VS_WINRT_COMPONENT property to enable CompileAsWinRTGilles Khouzam2014-08-213-1/+33
| * | | VS: Handle .pfx files explicitly in generatorGilles Khouzam2014-08-214-0/+46
| * | | VS: Handle AppxManifest sources explicitly in generatorGilles Khouzam2014-08-213-5/+21