summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2014-12-051-1/+1
* Merge topic 'cached-regex-clear-fixed'Brad King2014-12-045-43/+69
|\
| * cmMakefile: store the number of last matches in a CMake varBen Boeckel2014-12-035-43/+69
* | Merge topic 'fix-add_library-check-for-shared'Brad King2014-12-041-3/+2
|\ \
| * | add_library: Fix target type check for non-shared-lib platformsBrad King2014-12-031-3/+2
* | | Merge topic 'vs-hlsl-typo'Brad King2014-12-041-1/+1
|\ \ \
| * | | VS: Fix typo in VS_SHADER_MODEL lookup commentBrad King2014-12-031-1/+1
* | | | Merge topic 'vs-phone-store-deployment-location'Brad King2014-12-041-0/+15
|\ \ \ \
| * | | | VS: Add source file property to specify Windows App deployment locationGilles Khouzam2014-12-031-0/+15
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2014-12-041-1/+1
* | | | Merge topic 'file-LOCK-command'Brad King2014-12-0316-0/+1121
|\ \ \ \
| * | | | file: Add LOCK subcommand to do file and directory lockingRuslan Baratov2014-12-0314-0/+1110
| * | | | cmSystemTools: Add StringToInt helperRuslan Baratov2014-12-032-0/+11
| | |_|/ | |/| |
* | | | Merge topic 'fix-wince-unicode-entry-point'Brad King2014-12-031-2/+16
|\ \ \ \
| * | | | VS, WINCE: Fix entry point for Unicode buildsPascal Bach2014-12-031-2/+16
* | | | | Merge topic 'xcode-target-search-perf'Brad King2014-12-032-8/+10
|\ \ \ \ \
| * | | | | Xcode: use a map to look up target pointers (#15201)Ben Boeckel2014-12-022-8/+10
| | |/ / / | |/| | |
* | | | | Merge topic 'vs-hlsl-settings'Brad King2014-12-031-1/+26
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | VS: Add source file properties to set the hlsl shader entry point and modelCedric Perthuis2014-12-031-1/+26
| | |/ / | |/| |
* | | | Merge topic 'add-continue-command'Brad King2014-12-037-0/+116
|\ \ \ \
| * | | | continue: Add a new CMake language command for loop continuation (#14013)Gregor Jasny2014-12-017-0/+116
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2014-12-031-1/+1
| |_|/ |/| |
* | | Merge topic 'link-no-empty-response-files'Brad King2014-12-021-1/+1
|\ \ \
| * | | Makefile: Do not create an empty linker response fileBrad King2014-12-011-1/+1
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2014-12-021-1/+1
| |/ |/|
* | Merge topic 'target-sources-error-conditions'Brad King2014-12-013-3/+44
|\ \
| * | Export: Disallow export of targets with INTERFACE_SOURCESStephen Kelly2014-11-292-0/+21
| * | cmTarget: Don't allow relative paths in INTERFACE_SOURCESStephen Kelly2014-11-291-3/+23
* | | Merge topic 'fix-transitive-OBJECT_SOURCES-context'Brad King2014-12-011-34/+40
|\ \ \
| * | | Genex: Fix evaluation context propagation for TARGET_OBJECTS.Stephen Kelly2014-11-261-34/+40
| |/ /
* | | Merge topic 'fix-source-case-matching'Brad King2014-12-011-1/+2
|\ \ \
| * | | Fix lookup of source names after conversion to their actual case (#15259)Brad King2014-11-261-1/+2
| |/ /
* | | Merge topic 'revert-cached-regex-clear-for-master'Brad King2014-12-015-60/+43
|\ \ \
| * \ \ Merge branch 'revert-cached-regex-clear' into revert-cached-regex-clear-for-m...Brad King2014-11-265-60/+43
| |\ \ \
| | * | | Revert "ClearMatches: Only clear matches which were actually set" (#15261)Ben Boeckel2014-11-265-60/+43
| | |/ /
| | * | Merge branch 'vs-check-phone-store-tools' into releaseBrad King2014-11-177-35/+242
| | |\ \
| | * \ \ Merge branch 'vs14-is-2015' into releaseBrad King2014-11-172-11/+31
| | |\ \ \
| | * \ \ \ Merge branch 'kwsys-SharedForward-vs14' into releaseBrad King2014-11-171-1/+1
| | |\ \ \ \
| | | * | | | KWSys SharedForward: Hard-code the ldpath buffer size to below VS 14 limitBrad King2014-11-141-1/+1
| | * | | | | Merge branch 'vs-nsight-tegra-version' into releaseBrad King2014-11-131-2/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'no-cmake-self-install-when-cross-compiling' into releaseBrad King2014-11-131-1/+2
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2014-12-011-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-11-301-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-11-291-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-11-281-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-11-271-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'break-command-strictness'Brad King2014-11-267-1/+145
|\ \ \ \ \ \ \
| * | | | | | | break: Add policy CMP0055 to check calls strictlyGregor Jasny2014-11-253-1/+73
| * | | | | | | Track nested loop levels in CMake language with a stack of countersGregor Jasny2014-11-254-0/+72
* | | | | | | | Merge topic 'ccmake-system-form'Brad King2014-11-261-3/+15
|\ \ \ \ \ \ \ \