summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-3.13'Brad King2018-12-100-0/+0
|\
| * Merge branch 'cuda-arch-turing' into release-3.13Brad King2018-12-101-2/+16
| |\
* | \ Merge topic 'cuda-arch-turing'Brad King2018-12-100-0/+0
|\ \ \ | | |/ | |/|
| * | CUDA: Add CUDA 10 (Turing) detectionAnton Chernov2018-12-101-2/+16
* | | Merge topic 'autogen-cleanups'Brad King2018-12-101-160/+72
|\ \ \
| * | | cmQtAutoGenInitializer: Reduce code duplicationTobias Hunger2018-12-071-160/+72
* | | | Merge topic 'ninja-win-long-commands'Brad King2018-12-101-2/+15
|\ \ \ \
| * | | | cmLocalNinjaGenerator: Prevent echoing of lines in ninja generated batch filesMark O'Neill2018-12-061-0/+1
| * | | | cmLocalNinjaGenerator: Report line of failure in ninja generated batch fileMark O'Neill2018-12-061-2/+14
| * | | | cmLocalNinjaGenerator: Propagate failures from batch file back to ninjaMark O'Neill2018-12-061-1/+1
* | | | | Merge topic 'SWIG'Brad King2018-12-1021-4/+233
|\ \ \ \ \
| * | | | | UseSWIG: add management of SWIG option -moduleMarc Chevrier2018-12-0720-4/+231
| * | | | | Help: update policy 0078 documentationMarc Chevrier2018-12-071-0/+2
| | |/ / / | |/| | |
* | | | | Merge topic 'cuda-arch-turing'Brad King2018-12-101-2/+16
|\ \ \ \ \
| * | | | | CUDA: Add CUDA 10 (Turing) detectionAnton Chernov2018-12-071-2/+16
* | | | | | Merge topic 'file-read_symlink'Brad King2018-12-1014-4/+98
|\ \ \ \ \ \
| * | | | | | file: Fix formatting of error in SIZE sub-commandKyle Edwards2018-12-063-4/+5
| * | | | | | file: Add READ_SYMLINK sub-commandKyle Edwards2018-12-0612-0/+93
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'release-3.13'Brad King2018-12-100-0/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'backport-autogen_revert_implicit_includes' into release-3.13Brad King2018-12-073-6/+24
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'cpack-status-callback' into release-3.13Brad King2018-12-073-0/+13
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'cpack-status-callback'Brad King2018-12-103-0/+13
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | CPack/External: Fix status messages of staging scriptsNils Gladitz2018-12-073-0/+13
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'autogen_revert_implicit_includes'Brad King2018-12-103-4/+21
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'backport-autogen_revert_implicit_includes'Brad King2018-12-071-0/+13
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Autogen: Revert passing compiler implicit includes to mocSebastian Holtermann2018-12-073-6/+24
| | |/ / / / /
| * | | | | | Autogen: Revert passing compiler implicit includes to mocSebastian Holtermann2018-12-072-4/+8
| | |_|/ / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2018-12-101-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2018-12-091-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2018-12-081-1/+1
* | | | | | Merge topic 'vs-json-flag-table'Brad King2018-12-0774-4092/+18237
|\ \ \ \ \ \
| * | | | | | Remove old flag table headersStephan Szabo2018-11-2830-3896/+0
| * | | | | | Replace header flag tables with json readingStephan Szabo2018-11-288-177/+242
| * | | | | | VS: Add flag table entry for -JMCStephan Szabo2018-11-281-0/+14
| * | | | | | VS: Fix flag table entry for -QspectreStephan Szabo2018-11-281-8/+1
| * | | | | | VS: connect /Y- compiler option with "Not Using Precompiled Headers"Stephan Szabo2018-11-285-5/+5
| * | | | | | VS: Add v140 flag table entries for `-Zc:inline[-]`Stephan Szabo2018-11-282-0/+14
| * | | | | | VS: Fix regressed mapping for the cl `/Os` compiler flagStephan Szabo2018-11-282-14/+0
| * | | | | | VS 14: Add flag map for -std= to CppLanguageStandard tag in project filesStephan Szabo2018-11-282-0/+126
| * | | | | | VS: in Clang/C2 toolset, setup correct compiler settingsStephan Szabo2018-11-282-0/+14
| * | | | | | VS: Fix /analyze:log flag mapping (#14858)Stephan Szabo2018-11-284-56/+16
| * | | | | | VS: Fix CSharp support for win32res: and win32icon: flagsStephan Szabo2018-11-285-10/+10
| * | | | | | Vs: remove /nowin32manifest from C# flags to enable default VS behaviorStephan Szabo2018-11-285-15/+30
| * | | | | | MSVC: Add support for ARM64 architectureStephan Szabo2018-11-281-0/+7
| * | | | | | VS: Fix MANIFESTUAC link flag map to .vcxproj elementsStephan Szabo2018-11-285-105/+20
| * | | | | | VS: Fix support for '/guard:cf' linker flagStephan Szabo2018-11-282-14/+0
| * | | | | | VS: Add v140 and v141 flag table entries for /DEBUG:NONE and /DEBUG:FULLStephan Szabo2018-11-282-0/+27
| * | | | | | VS: Map the link `/debug` to its IDE propertyStephan Szabo2018-11-285-22/+24
| * | | | | | VS: Fix /MANIFESTUAC:NO linker option mappingStephan Szabo2018-11-285-25/+5
| * | | | | | VS: Manually fix MASM flag table entriesStephan Szabo2018-11-284-20/+20