Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'xcode-cross-sdk-object-libraries' | Brad King | 2017-06-30 | 2 | -5/+5 |
|\ | |||||
| * | Xcode: Use correct Object Library paths for cross-SDK builds | Gregor Jasny | 2017-06-29 | 2 | -5/+5 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-30 | 1 | -1/+1 |
* | | Merge topic '16961-xctest-scheme' | Brad King | 2017-06-29 | 3 | -27/+81 |
|\ \ | |||||
| * | | Xcode: Add XCTest support to schema generator | Gregor Jasny | 2017-06-28 | 3 | -7/+62 |
| * | | Xcode: Prepare schema generator for XCTest | Gregor Jasny | 2017-06-28 | 2 | -20/+19 |
* | | | Merge topic 'deb-on-windows' | Brad King | 2017-06-29 | 6 | -24/+75 |
|\ \ \ | |||||
| * | | | CPackDeb: Enable the DEB generator on Windows | Nils Gladitz | 2017-06-28 | 6 | -24/+75 |
* | | | | 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 3.9.0-rc5v3.9.0-rc5 | Brad King | 2017-06-27 | 1 | -1/+1 |
| * | | | Merge branch 'fix-crash-on-non-enabled-language-features' into release-3.9 | Brad King | 2017-06-27 | 1 | -2/+19 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'vs-cuda-fix-flags' into release-3.9 | Brad King | 2017-06-27 | 1 | -3/+3 |
| |\ \ \ \ | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-29 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge topic 'feature/include_guard' | Brad King | 2017-06-28 | 4 | -0/+149 |
|\ \ \ \ \ | |||||
| * | | | | | include_guard: implement new command | Pavel Solodovnikov | 2017-06-22 | 4 | -0/+149 |
* | | | | | | 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 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-28 | 1 | -1/+1 |
* | | | | | | | Merge topic 'vs_csharp_custom_command' | Brad King | 2017-06-27 | 2 | -30/+141 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Vs: fix CSharp custom command by introducing inline MSBuild <Targets>s | Michael Stürmer | 2017-06-22 | 2 | -6/+87 |
| * | | | | | | | 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 'fix-crash-on-non-enabled-language-features' | Brad King | 2017-06-27 | 1 | -2/+19 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | target_compile_features: Do not crash on non-enabled language | Brad King | 2017-06-26 | 1 | -2/+19 |
| | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | CMake 3.9.0-rc4v3.9.0-rc4 | Brad King | 2017-06-22 | 1 | -1/+1 |
| * | | | | | | Merge branch 'vs-rc-flags' into release-3.9 | Brad King | 2017-06-22 | 4 | -0/+4 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'vs-cuda-fix-flags' into release-3.9 | Brad King | 2017-06-21 | 1 | -10/+35 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge topic 'vs-cuda-fix-flags' | Brad King | 2017-06-27 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| * | | | | | | | | VS: Fix support for nvcc flags not in our flag table | Brad King | 2017-06-27 | 1 | -3/+3 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-27 | 1 | -1/+1 |
* | | | | | | | | 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 |
* | | | | | | | | 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 'vs-rc-flags' | Brad King | 2017-06-22 | 4 | -0/+4 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | | |||||
| * | | | | | VS: Fix support for rc /nologo flag in per-source COMPILE_FLAGS | Brad King | 2017-06-22 | 4 | -0/+4 |
* | | | | | | Merge topic 'vs-cuda-fix-flags' | Brad King | 2017-06-22 | 1 | -10/+35 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | VS: Improve workaround for CUDA -Xcompiler placement bug | Brad King | 2017-06-21 | 1 | -3/+10 |
| * | | | | | VS: Fix target_compile_options for CUDA | Brad King | 2017-06-21 | 1 | -7/+25 |
* | | | | | | Merge topic 'vs_csharp_link_to_managed_cxx' | Brad King | 2017-06-22 | 1 | -4/+0 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Vs: allow CSharp targets to be linked to CXX targets | Michael Stürmer | 2017-06-21 | 1 | -4/+0 |
| |/ / / / | |||||
| * | | | | Merge branch 'ipo-per-lang' into release-3.9 | Brad King | 2017-06-14 | 8 | -20/+28 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'libuv-restore-fmode' into release-3.9 | Brad King | 2017-06-14 | 1 | -0/+16 |
| |\ \ \ \ \ |