summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2014-12-111-1/+1
* CMake Nightly Date StampKitware Robot2014-12-101-1/+1
* Merge topic 'find_library-updated-directory-content'Brad King2014-12-092-20/+30
|\
| * find_library: Fix repeat call after changing directory content (#15293)Brad King2014-12-082-20/+30
* | CMake Nightly Date StampKitware Robot2014-12-091-1/+1
|/
* Merge topic 'custom-command-multiple-outputs'Brad King2014-12-088-163/+99
|\
| * Makefile: Workaround Borland Make bug with multiple outputsBrad King2014-12-063-0/+19
| * Makefile: Fix rebuild with multiple custom command outputs (#15116)Brad King2014-12-055-111/+68
| * Xcode: Fix rebuild with multiple custom command outputs (#15116)Brad King2014-12-052-52/+12
* | Merge topic 'file-LOCK-timeout-type'Brad King2014-12-089-23/+27
|\ \
| * | file: Use 'long' to represent the parsed LOCK TIMEOUT valueRuslan Baratov2014-12-059-23/+27
* | | Merge topic 'ctest-binary-pipe'Brad King2014-12-081-0/+13
|\ \ \
| * | | ctest --launch: write to cout and cerr in binaryBen Boeckel2014-12-051-0/+13
| |/ /
* | | Merge topic 'vs-inherit-wd'Brad King2014-12-081-0/+5
|\ \ \
| * | | VS: Inherit target-level "-wd" flags in source files (#15284)Brad King2014-12-041-0/+5
| | |/ | |/|
* | | Merge topic 'try_compile-link-flags'Brad King2014-12-083-0/+42
|\ \ \
| * | | try_compile: Pass linker flags into test project (#14066)Brad King2014-12-033-0/+40
| * | | CMakeDetermineCompilerABI: Use normal linker flags in ABI projectBrad King2014-12-031-0/+2
* | | | CMake Nightly Date StampKitware Robot2014-12-081-1/+1
* | | | CMake Nightly Date StampKitware Robot2014-12-071-1/+1
* | | | CMake Nightly Date StampKitware Robot2014-12-061-1/+1
| |_|/ |/| |
* | | 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
|\ \ \