summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2016-05-301-1/+1
* CMake Nightly Date StampKitware Robot2016-05-291-1/+1
* CMake Nightly Date StampKitware Robot2016-05-281-1/+1
* Merge topic 'remove-needless-copies'Brad King2016-05-2733-70/+63
|\
| * Remove unnecessary local copies.Daniel Pfeifer2016-05-269-25/+16
| * Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-2625-45/+47
* | Merge topic 'remove-needless-c_str'Brad King2016-05-2719-60/+49
|\ \
| * | Remove redundant c_str() calls.Daniel Pfeifer2016-05-2619-60/+49
| |/
* | Merge topic 'osx-no-warn-sdk-target-mismatch'Brad King2016-05-271-10/+0
|\ \
| * | OS X: Drop warning about SDK and deployment target version mismatchBrad King2016-05-261-10/+0
* | | CMake Nightly Date StampKitware Robot2016-05-271-1/+1
| |/ |/|
* | Merge topic 'liblzma-signed-shift'Brad King2016-05-261-1/+1
|\ \
| * | liblzma: Avoid possible overflow on signed left shiftBrad King2016-05-251-1/+1
* | | Merge topic 'try_compile-custom-variables'Brad King2016-05-267-74/+118
|\ \ \
| * | | try_compile: Optionally forward custom platform variables to test projectBrad King2016-05-257-0/+58
| * | | cmCoreTryCompile: Refactor forwarding of variables to test projectBrad King2016-05-251-74/+60
| |/ /
* | | Merge topic 'fix-variable-watch-leak'Brad King2016-05-261-2/+4
|\ \ \
| * | | cmVariableWatch: Fix potential memory leakBrad King2016-05-251-2/+4
| |/ /
* | | Merge topic 'cpack-dmg-no-app-link'Brad King2016-05-263-5/+21
|\ \ \
| * | | CPack/DragNDrop: Optionally disable `/Applications` symlinkHarry Mallon2016-05-253-5/+21
| |/ /
* | | Merge topic 'FindCUDA-cublas_device'Brad King2016-05-262-2/+8
|\ \ \
| * | | FindCUDA: Add support for finding the cublas_device libraryJames Sharpe2016-05-252-2/+8
| |/ /
* | | Merge topic 'style-cmSystemTools'Brad King2016-05-261-1/+1
|\ \ \
| * | | cmSystemTools: Fix indentation typoBrad King2016-05-251-1/+1
* | | | Merge topic 'FindMatlab-2016a'Brad King2016-05-261-0/+1
|\ \ \ \
| * | | | FindMatlab: Add support for Matlab 2016a (9.0)Francesco Romano2016-05-251-0/+1
* | | | | Merge topic 'GetPrerequisites-more-paths'Brad King2016-05-261-0/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | GetPrerequisites: Look for VS tools using registry entries (#16108)Brad King2016-05-251-0/+7
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2016-05-261-1/+1
| |_|/ |/| |
* | | Merge topic 'improve-character-find-and-replace'Brad King2016-05-2536-81/+78
|\ \ \
| * | | Improve string find: prefer character overloads.Daniel Pfeifer2016-05-2419-37/+37
| * | | Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-2417-36/+36
| * | | cmExtraEclipseCDT4Generator: use std::replace.Daniel Pfeifer2016-05-241-5/+1
| * | | cmCTestScriptHandler: don't call find repeatedly.Daniel Pfeifer2016-05-241-3/+4
| |/ /
* | | Merge topic 'FindCUDA-flags-genex'Brad King2016-05-251-2/+7
|\ \ \
| * | | FindCUDA: Add support for generator expressions in CUDA_NVCC_FLAGSChuck Atkins2016-05-251-2/+7
* | | | Merge topic 'standard-include-directories'Brad King2016-05-2512-2/+74
|\ \ \ \
| * | | | Add a variable to specify language-wide system include directoriesBrad King2016-05-2510-0/+66
| * | | | cmMakefile: Optimize AddSystemIncludeDirectories for empty setBrad King2016-05-241-0/+4
| * | | | GHS: Compute include directories consistently with other generatorsBrad King2016-05-241-2/+4
* | | | | Merge topic 'doc-standard-libs'Brad King2016-05-254-8/+17
|\ \ \ \ \ | |/ / / /
| * | | | Help: Document CMAKE_<LANG>_STANDARD_LIBRARIES variableBrad King2016-05-244-8/+17
* | | | | Merge topic 'output-converter-enums'Brad King2016-05-2525-302/+339
|\ \ \ \ \
| * | | | | Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-2525-302/+339
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2016-05-251-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'cpack-deb-different-package-names'Brad King2016-05-2422-30/+120
|\ \ \ \
| * | | | CPack/Deb possibility to change package nameDomen Vrankar2016-05-2322-30/+120
| |/ / /
* | | | Merge topic 'cpack-deb-component-depends'Brad King2016-05-244-14/+27
|\ \ \ \
| * | | | CPack/Deb prevent accidental component dependenciesDomen Vrankar2016-05-234-14/+27
| |/ / /
* | | | Merge topic 'ExternalProject-fix-stash-all'Brad King2016-05-241-0/+2
|\ \ \ \