summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmGlobalGenerator: Rename member to avoid shadowingBrad King2017-06-142-4/+10
* Merge topic 'vs-dotnet-custom-reference-tags'Brad King2017-06-142-0/+32
|\
| * VS: add target property VS_DOTNET_REFERENCEPROP_<refname>_TAG_<tagname>Michael Stürmer2017-06-132-0/+32
* | CMake Nightly Date StampKitware Robot2017-06-141-1/+1
* | Merge topic 'remove-stray-line'Brad King2017-06-131-1/+0
|\ \
| * | cmGlobalGenerator: Remove unused lineBrad King2017-06-121-1/+0
* | | Merge topic 'cuda-dlink-no-deprecated-gpu'Brad King2017-06-131-0/+7
|\ \ \ | |_|/ |/| |
| * | CUDA: When linking device code suppress CUDA 8.0+ deprecation warningsRobert Maynard2017-06-131-0/+7
* | | CMake Nightly Date StampKitware Robot2017-06-131-1/+1
* | | Merge topic 'execute_process-pipeline-results'Brad King2017-06-121-1/+52
|\ \ \
| * | | execute_process: Add option to get results of every childAdam Weisi2017-06-101-1/+52
* | | | Merge topic 'cpack-freebsd-pkg'Brad King2017-06-124-0/+439
|\ \ \ \
| * | | | CPack-FreeBSD: add a generator for FreeBSD pkg(8)Adriaan de Groot2017-06-104-0/+439
| |/ / /
* | | | Merge topic 'cuda-compiler-launcher'Brad King2017-06-123-2/+5
|\ \ \ \
| * | | | CUDA: Add option to run the compiler through launcher toolsBrad King2017-06-093-2/+5
* | | | | Merge topic 'update-kwsys'Brad King2017-06-122-15/+8
|\ \ \ \ \
| * | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-06-092-15/+8
| |/ / / /
* | | | | Merge topic 'file-generate-relative-paths'Brad King2017-06-124-3/+78
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | file(GENERATE): Add policy CMP0070 to define relative path behaviorBrad King2017-06-094-3/+78
* | | | | CMake Nightly Date StampKitware Robot2017-06-121-1/+1
* | | | | CMake Nightly Date StampKitware Robot2017-06-111-1/+1
* | | | | CMake Nightly Date StampKitware Robot2017-06-101-1/+1
| |/ / / |/| | |
* | | | Merge topic 'file-generate-path-cleanup'Brad King2017-06-091-5/+13
|\ \ \ \ | |/ / /
| * | | file: Normalize GENERATE command input and output file pathsBrad King2017-06-081-5/+13
* | | | Merge topic 'qt-pass-point-by-value'Brad King2017-06-092-2/+2
|\ \ \ \
| * | | | CMakeSetupDialog: Pass QPoint by valueDaniel Pfeifer2017-06-082-2/+2
| |/ / /
* | | | Merge topic 'no-return-void-expression'Brad King2017-06-092-2/+2
|\ \ \ \
| * | | | QtDialog/FirstConfigure: remove 'return' from void expressionDaniel Pfeifer2017-06-081-1/+1
| * | | | cmGlobalGenerator: remove 'return' from void expressionDaniel Pfeifer2017-06-081-1/+1
| |/ / /
* | | | Merge topic 'cpack-destructor-overrides'Brad King2017-06-098-8/+8
|\ \ \ \
| * | | | Add CM_OVERRIDE to CPack generator destructorsBrad King2017-06-088-8/+8
| |/ / /
* | | | Merge topic 'improve-msvc-feature-checks'Brad King2017-06-091-1/+3
|\ \ \ \
| * | | | C++ feature checks: Improve exclusion of "0 Warning(s)"Brad King2017-06-081-1/+3
* | | | | CMake Nightly Date StampKitware Robot2017-06-091-1/+1
| |/ / / |/| | |
* | | | CMake Nightly Date StampKitware Robot2017-06-081-1/+1
* | | | Merge topic 'autogen-no-vs-per-config'Brad King2017-06-071-0/+4
|\ \ \ \
| * | | | Autogen: Do not use per-config file suffixes with VS yetBrad King2017-06-071-0/+4
| | |_|/ | |/| |
* | | | Merge topic 'fix-vs2017-featuredetect'Brad King2017-06-071-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | C++ feature checks: Do not match "0 Warning(s)" as a warningWalter Gray2017-06-061-1/+1
| |/ /
* | | Merge topic 'cmake_host_system_information-extend'Brad King2017-06-071-0/+49
|\ \ \
| * | | cmake_host_system_information: Add more keywordsFlorian Maushart2017-06-051-0/+49
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2017-06-071-1/+1
* | | CMake Nightly Date StampKitware Robot2017-06-061-1/+1
|/ /
* | Begin post-3.9 developmentBrad King2017-06-051-2/+2
* | CMake 3.9.0-rc1 version updatev3.9.0-rc1Brad King2017-06-051-3/+3
|/
* Merge topic 'lint-function-args'Brad King2017-06-0537-80/+82
|\
| * Pass large types by const&, small types by valueDaniel Pfeifer2017-06-0437-80/+82
* | Merge topic 'cm_fallthrough'Brad King2017-06-0520-18/+111
|\ \
| * | Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-0320-17/+110
| * | C++ feature checks: check output for '[Ww]arning'Daniel Pfeifer2017-06-031-1/+1
| |/