summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\ \ \ \ \
| * | | | | ExternalProject: Fix git stash not using "--all" optionChristian Fetzer2016-05-211-0/+2
* | | | | | Merge topic 'doc-CPACK_DMG_FORMAT'Brad King2016-05-241-1/+1
|\ \ \ \ \ \
| * | | | | | CPackDMG: Document CPACK_DMG_FORMAT defaultHarry Mallon2016-05-231-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'cpackifw-updates'Brad King2016-05-243-23/+44
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | CPackIFW: Command cpack_ifw_configure_component learned ESSENTIAL optionKonstantin Podsvirov2016-05-233-2/+19
| * | | | | CPackIFW: Doc decorationKonstantin Podsvirov2016-05-231-21/+25
| |/ / / /