Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'vs_projecttype_comparison' | Brad King | 2017-06-26 | 1 | -23/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Vs: disable unnecessary <ItemDefinitionGroups> for CSharp targets | Michael Stürmer | 2017-06-22 | 1 | -0/+3 | |
| * | | | | | | | | | | Vs: change comparison to use .ProjectType member always as first comparator | Michael Stürmer | 2017-06-22 | 1 | -23/+23 | |
* | | | | | | | | | | | Merge topic 'toolchain-binutils-advanced' | Brad King | 2017-06-26 | 2 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | GCC,Clang: Mark CMAKE_<LANG>_COMPILER_{AR,RANLIB} as advanced | Brad King | 2017-06-22 | 2 | -0/+4 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'GetPrerequisites-ucrt-no-warn' | Brad King | 2017-06-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | / / / / / | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | GetPrerequisites: Do not warn about non-absolute UCRT system libraries | Brad King | 2017-06-26 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-26 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-25 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-24 | 1 | -1/+1 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-23 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'doc-dev-maint' | Brad King | 2017-06-22 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Help/dev: Update maintainer guide with note about docs and tests | Brad King | 2017-06-22 | 1 | -0/+2 | |
* | | | | | | | | Merge branch 'release-3.9' | Brad King | 2017-06-22 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / / | ||||||
| * | | | | | | CMake 3.9.0-rc4v3.9.0-rc4 | Brad King | 2017-06-22 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'release-3.9' | Brad King | 2017-06-22 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Merge branch 'vs-rc-flags' into release-3.9 | Brad King | 2017-06-22 | 5 | -0/+8 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'android-unified-headers' into release-3.9 | Brad King | 2017-06-22 | 1 | -2/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'vs-cuda-fix-flags' into release-3.9 | Brad King | 2017-06-21 | 4 | -10/+44 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'vs_csharp_link_to_managed_cxx' into release-3.9 | Brad King | 2017-06-21 | 6 | -4/+54 | |
| |\ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ | Merge topic 'vs-rc-flags' | Brad King | 2017-06-22 | 5 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | VS: Fix support for rc /nologo flag in per-source COMPILE_FLAGS | Brad King | 2017-06-22 | 5 | -0/+8 | |
* | | | | | | | | | | Merge topic 'android-unified-headers' | Brad King | 2017-06-22 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | / / / / | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Android: Fix include path for unified headers | Brad King | 2017-06-22 | 1 | -2/+6 | |
* | | | | | | | | | Merge topic 'vs-cuda-fix-flags' | Brad King | 2017-06-22 | 4 | -10/+44 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | |