summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'deb-on-windows'Brad King2017-06-298-28/+92
|\
| * CPackDeb: Enable the DEB generator on WindowsNils Gladitz2017-06-288-28/+92
* | Merge topic 'vs-link-debug-flags'Brad King2017-06-298-35/+340
|\ \
| * | VS: Add v140 and v141 flag table entries for /DEBUG:NONE and /DEBUG:FULLIan Hojnicki2017-06-282-0/+11
| * | VS: Fix GenerateDebugInformation values for v140 and v141 toolsetsBrad King2017-06-285-30/+39
| * | VS: Fix GenerateDebugInformation flag map text for v141 toolsetsIan Hojnicki2017-06-281-2/+2
| * | VS: Split link flag table between v140 and v141 toolsetsIan Hojnicki2017-06-285-6/+291
* | | CMake Nightly Date StampKitware Robot2017-06-291-1/+1
* | | Merge topic 'clang-cl-no-std'Brad King2017-06-282-29/+61
|\ \ \
| * | | Clang: Do not add '-std=' options when simulating MSVCRuben Van Boxem2017-06-272-29/+61
| | |/ | |/|
* | | Merge topic 'feature/include_guard'Brad King2017-06-2828-1/+336
|\ \ \
| * | | include_guard: add tests for the featurePavel Solodovnikov2017-06-2219-0/+126
| * | | include_guard: add doc pages and a release notePavel Solodovnikov2017-06-223-0/+55
| * | | include_guard: add vim syntax highlighting rulesPavel Solodovnikov2017-06-221-1/+5
| * | | include_guard: implement new commandPavel Solodovnikov2017-06-225-0/+150
* | | | Merge topic 'fix-windows-ninja-solink'Brad King2017-06-281-4/+12
|\ \ \ \
| * | | | Ninja: Fix generated command lines for cmake_symlink_* on WindowsNils Gladitz2017-06-231-4/+12
* | | | | Merge topic 'curl-haiku'Brad King2017-06-281-0/+2
|\ \ \ \ \
| * | | | | curl: Fix build on HaikuJérôme Duval2017-06-281-0/+2
* | | | | | Merge topic 'docs_CheckXXXSourceYYY'Brad King2017-06-285-129/+298
|\ \ \ \ \ \
| * | | | | | Check*Source{Compiles,Runs}: Rewrite docs for these modulesCraig Scott2017-06-245-129/+298
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'document_CMAKE_MSVCIDE_RUN_PATH'Brad King2017-06-282-0/+11
|\ \ \ \ \ \
| * | | | | | Help: Document the CMAKE_MSVCIDE_RUN_PATH variable.Robert Maynard2017-06-272-0/+11
* | | | | | | CMake Nightly Date StampKitware Robot2017-06-281-1/+1
* | | | | | | Merge branch 'release-3.9'Brad King2017-06-270-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | CMake 3.9.0-rc5v3.9.0-rc5Brad King2017-06-271-1/+1
* | | | | | | Merge branch 'release-3.9'Brad King2017-06-270-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'FindDoxygen-internal-var' into release-3.9Brad King2017-06-271-6/+6
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'FindDoxygen-internal-var'Brad King2017-06-271-6/+6
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | FindDoxygen: Add private prefix to internal variablesBrad King2017-06-271-6/+6
* | | | | | | | Merge branch 'release-3.9'Brad King2017-06-270-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'fix-crash-on-non-enabled-language-features' into release-3.9Brad King2017-06-2727-14/+49
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'vs-cuda-fix-flags' into release-3.9Brad King2017-06-272-3/+8
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'vs_csharp_custom_command'Brad King2017-06-279-30/+224
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Vs: fix CSharp custom command by introducing inline MSBuild <Targets>sMichael Stürmer2017-06-229-6/+170
| * | | | | | | | | | Vs: factor out computation of <Link> tag for CSharp source filesMichael Stürmer2017-06-222-8/+22
| * | | | | | | | | | Vs: refactor WriteCustomRule for preparation of CSharp supportMichael Stürmer2017-06-222-18/+34
* | | | | | | | | | | Merge topic 'FindCUDA-no-empty-genex'Brad King2017-06-271-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | FindCUDA: Fix CUDA_NVCC_FLAGS_<CONFIG> for separable compilationRobert Maynard2017-06-261-0/+2
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'FindCUDA-no-find_host_program'Brad King2017-06-271-1/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | FindCUDA: Use find_program if find_host_program is not availableMaxime Roussin-Bélanger2017-06-261-1/+5
* | | | | | | | | | | | Merge topic 'fix-crash-on-non-enabled-language-features'Brad King2017-06-2727-14/+49
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | target_compile_features: Do not crash on non-enabled languageBrad King2017-06-265-2/+27
| * | | | | | | | | | | Tests: Enable languages explicitly in RunCMake.target_compile_featuresBrad King2017-06-2622-12/+22
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'vs-cuda-fix-flags'Brad King2017-06-272-3/+8
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | VS: Fix support for nvcc flags not in our flag tableBrad King2017-06-272-3/+8
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-06-271-1/+1
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'release-3.9'Brad King2017-06-260-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'GetPrerequisites-ucrt-no-warn' into release-3.9Brad King2017-06-261-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'toolchain-binutils-advanced' into release-3.9Brad King2017-06-222-0/+4
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |