summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'assert-no-string-conversion'Brad King2014-12-155-12/+12
|\
| * Fix some Clang -Wstring-conversion warningsSean McBride2014-12-125-12/+12
* | Merge topic 'suncc-fixes'Brad King2014-12-152-8/+12
|\ \
| * | Misc. fixes for the Oracle / Sun compiler.Chuck Atkins2014-12-122-8/+12
* | | CMake Nightly Date StampKitware Robot2014-12-151-1/+1
* | | CMake Nightly Date StampKitware Robot2014-12-141-1/+1
* | | CMake Nightly Date StampKitware Robot2014-12-131-1/+1
| |/ |/|
* | Merge topic 'catch-ctest-errors-better'Brad King2014-12-121-1/+1
|\ \
| * | ctest: count errors from scripts properlyBen Boeckel2014-12-101-1/+1
* | | Merge topic 'drop-double-underscores'Brad King2014-12-1214-41/+41
|\ \ \
| * | | Rename header guards to not start with double underscoreSean McBride2014-12-1114-41/+41
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2014-12-121-1/+1
|/ /
* | 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
| | |/ / / | |/| | |