Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'deb-on-windows' | Brad King | 2017-06-29 | 8 | -28/+92 |
|\ | |||||
| * | CPackDeb: Enable the DEB generator on Windows | Nils Gladitz | 2017-06-28 | 8 | -28/+92 |
* | | Merge topic 'vs-link-debug-flags' | Brad King | 2017-06-29 | 8 | -35/+340 |
|\ \ | |||||
| * | | VS: Add v140 and v141 flag table entries for /DEBUG:NONE and /DEBUG:FULL | Ian Hojnicki | 2017-06-28 | 2 | -0/+11 |
| * | | VS: Fix GenerateDebugInformation values for v140 and v141 toolsets | Brad King | 2017-06-28 | 5 | -30/+39 |
| * | | VS: Fix GenerateDebugInformation flag map text for v141 toolsets | Ian Hojnicki | 2017-06-28 | 1 | -2/+2 |
| * | | VS: Split link flag table between v140 and v141 toolsets | Ian Hojnicki | 2017-06-28 | 5 | -6/+291 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-29 | 1 | -1/+1 |
* | | | Merge topic 'clang-cl-no-std' | Brad King | 2017-06-28 | 2 | -29/+61 |
|\ \ \ | |||||
| * | | | Clang: Do not add '-std=' options when simulating MSVC | Ruben Van Boxem | 2017-06-27 | 2 | -29/+61 |
| | |/ | |/| | |||||
* | | | Merge topic 'feature/include_guard' | Brad King | 2017-06-28 | 28 | -1/+336 |
|\ \ \ | |||||
| * | | | include_guard: add tests for the feature | Pavel Solodovnikov | 2017-06-22 | 19 | -0/+126 |
| * | | | include_guard: add doc pages and a release note | Pavel Solodovnikov | 2017-06-22 | 3 | -0/+55 |
| * | | | include_guard: add vim syntax highlighting rules | Pavel Solodovnikov | 2017-06-22 | 1 | -1/+5 |
| * | | | include_guard: implement new command | Pavel Solodovnikov | 2017-06-22 | 5 | -0/+150 |
* | | | | Merge topic 'fix-windows-ninja-solink' | Brad King | 2017-06-28 | 1 | -4/+12 |
|\ \ \ \ | |||||
| * | | | | Ninja: Fix generated command lines for cmake_symlink_* on Windows | Nils Gladitz | 2017-06-23 | 1 | -4/+12 |
* | | | | | Merge topic 'curl-haiku' | Brad King | 2017-06-28 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | curl: Fix build on Haiku | Jérôme Duval | 2017-06-28 | 1 | -0/+2 |
* | | | | | | Merge topic 'docs_CheckXXXSourceYYY' | Brad King | 2017-06-28 | 5 | -129/+298 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Check*Source{Compiles,Runs}: Rewrite docs for these modules | Craig Scott | 2017-06-24 | 5 | -129/+298 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'document_CMAKE_MSVCIDE_RUN_PATH' | Brad King | 2017-06-28 | 2 | -0/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help: Document the CMAKE_MSVCIDE_RUN_PATH variable. | Robert Maynard | 2017-06-27 | 2 | -0/+11 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-28 | 1 | -1/+1 |
* | | | | | | | Merge branch 'release-3.9' | Brad King | 2017-06-27 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | CMake 3.9.0-rc5v3.9.0-rc5 | Brad King | 2017-06-27 | 1 | -1/+1 |
* | | | | | | | Merge branch 'release-3.9' | Brad King | 2017-06-27 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge branch 'FindDoxygen-internal-var' into release-3.9 | Brad King | 2017-06-27 | 1 | -6/+6 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'FindDoxygen-internal-var' | Brad King | 2017-06-27 | 1 | -6/+6 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | FindDoxygen: Add private prefix to internal variables | Brad King | 2017-06-27 | 1 | -6/+6 |
* | | | | | | | | Merge branch 'release-3.9' | Brad King | 2017-06-27 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge branch 'fix-crash-on-non-enabled-language-features' into release-3.9 | Brad King | 2017-06-27 | 27 | -14/+49 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'vs-cuda-fix-flags' into release-3.9 | Brad King | 2017-06-27 | 2 | -3/+8 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge topic 'vs_csharp_custom_command' | Brad King | 2017-06-27 | 9 | -30/+224 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Vs: fix CSharp custom command by introducing inline MSBuild <Targets>s | Michael Stürmer | 2017-06-22 | 9 | -6/+170 |
| * | | | | | | | | | | Vs: factor out computation of <Link> tag for CSharp source files | Michael Stürmer | 2017-06-22 | 2 | -8/+22 |
| * | | | | | | | | | | Vs: refactor WriteCustomRule for preparation of CSharp support | Michael Stürmer | 2017-06-22 | 2 | -18/+34 |
* | | | | | | | | | | | Merge topic 'FindCUDA-no-empty-genex' | Brad King | 2017-06-27 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | FindCUDA: Fix CUDA_NVCC_FLAGS_<CONFIG> for separable compilation | Robert Maynard | 2017-06-26 | 1 | -0/+2 |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge topic 'FindCUDA-no-find_host_program' | Brad King | 2017-06-27 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | FindCUDA: Use find_program if find_host_program is not available | Maxime Roussin-Bélanger | 2017-06-26 | 1 | -1/+5 |
* | | | | | | | | | | | | Merge topic 'fix-crash-on-non-enabled-language-features' | Brad King | 2017-06-27 | 27 | -14/+49 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | target_compile_features: Do not crash on non-enabled language | Brad King | 2017-06-26 | 5 | -2/+27 |
| * | | | | | | | | | | | Tests: Enable languages explicitly in RunCMake.target_compile_features | Brad King | 2017-06-26 | 22 | -12/+22 |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge topic 'vs-cuda-fix-flags' | Brad King | 2017-06-27 | 2 | -3/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | VS: Fix support for nvcc flags not in our flag table | Brad King | 2017-06-27 | 2 | -3/+8 |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-27 | 1 | -1/+1 |
| |_|/ / / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'release-3.9' | Brad King | 2017-06-26 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'GetPrerequisites-ucrt-no-warn' into release-3.9 | Brad King | 2017-06-26 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'toolchain-binutils-advanced' into release-3.9 | Brad King | 2017-06-22 | 2 | -0/+4 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | |