| Commit message (Expand) | Author | Age | Files | Lines |
* | cuda: Extend toolset argument to accept path | Benjamin Wozniak | 2019-08-27 | 1 | -0/+5 |
|
|
* | VS: Factor out helper to compute ApplicationTypeRevision | Brad King | 2019-05-21 | 1 | -0/+3 |
|
|
* | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -1/+1 |
|
|
* | cmake: Teach --build mode to support multiple targets | Bartosz Kosiorek | 2019-03-05 | 1 | -9/+6 |
|
|
* | Merge topic 'add_consistent_verbose_build_flag' | Brad King | 2019-01-29 | 1 | -1/+1 |
|\ |
|
| * | cmGlobalGenerator: Add a class that represent the build command | Robert Maynard | 2019-01-25 | 1 | -1/+1 |
|
|
* | | VS: Teach VS 2019 generator to select host tools matching host arch | Brad King | 2019-01-28 | 1 | -0/+2 |
|/ |
|
* | Merge topic 'support_per_toolset_json_flags' | Brad King | 2019-01-16 | 1 | -1/+3 |
|\ |
|
| * | GlobalVisualStudio10Generator: Support non-standard toolset json flag files. | Stephan Szabo | 2019-01-03 | 1 | -1/+3 |
|
|
* | | VS: Clarify global generator constructor interface | Brad King | 2019-01-10 | 1 | -2/+5 |
|
|
* | | VS: Convert WriteSLNHeader to non-virtual lookup table | Brad King | 2019-01-10 | 1 | -1/+0 |
|
|
* | | VS: Convert GetIDEVersion to non-virtual table lookup | Brad King | 2019-01-10 | 1 | -2/+0 |
|
|
* | | VS: Convert GetToolsVersion to non-virtual table lookup | Brad King | 2019-01-10 | 1 | -1/+1 |
|
|
* | | cmGlobalVisualStudioGenerator::GetIDEVersion(): const added | Vitaly Stakhovsky | 2019-01-02 | 1 | -1/+1 |
|/ |
|
* | Add missing override | Vitaly Stakhovsky | 2018-12-30 | 1 | -1/+1 |
|
|
* | Replace header flag tables with json reading | Stephan Szabo | 2018-11-28 | 1 | -9/+12 |
|
|
* | IPO: INTERPROCEDURAL_OPTIMIZATION (LTCG) for Visual Studio | Niels Dekker | 2018-09-17 | 1 | -0/+2 |
|
|
* | VS: Allow toolset version selection to specify default toolset | Basil Fierz | 2018-06-24 | 1 | -0/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -5/+8 |
|
|
* | Merge topic 'vs-toolset-version' | Brad King | 2018-05-30 | 1 | -0/+7 |
|\ |
|
| * | VS: Add option to select the version of the toolset used by VS 2017 | Basil Fierz | 2018-05-29 | 1 | -0/+7 |
|
|
* | | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -7/+5 |
|/ |
|
* | VS: Use 'override' keyword for overridden methods in generator classes | Vitaly Stakhovsky | 2017-12-16 | 1 | -21/+23 |
|
|
* | VS: Emit "utf-8" encoding as lowercase in .vcxproj headers | Vitaly Stakhovsky | 2017-12-14 | 1 | -0/+1 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -1/+1 |
|
|
* | VS: Fix GenerateDebugInformation values for v140 and v141 toolsets | Brad King | 2017-06-28 | 1 | -0/+9 |
|
|
* | VS: Add placeholder CUDA flag tables | Brad King | 2017-03-10 | 1 | -0/+4 |
|
|
* | VS: Record in global generator whether CUDA is enabled | Brad King | 2017-03-10 | 1 | -0/+4 |
|
|
* | VS: Provide an option to specify CUDA toolset version | Brad King | 2017-03-10 | 1 | -0/+5 |
|
|
* | VS: Find the MSBuild value for VCTargetsPath | Brad King | 2017-03-10 | 1 | -0/+3 |
|
|
* | VS: Refactor generator toolset parsing | Brad King | 2017-02-15 | 1 | -1/+5 |
|
|
* | VS: Add support for ASM_NASM language | Evgeny Fimochkin | 2017-02-07 | 1 | -0/+2 |
|
|
* | VS: Add flag tables for C# | Michael Stürmer | 2016-12-01 | 1 | -0/+2 |
|
|
* | VS: Choose flag map based on the toolset name | Don Olmstead | 2016-10-25 | 1 | -0/+2 |
|
|
* | VS: Move toolset flag table lookup to global generator | Don Olmstead | 2016-10-25 | 1 | -0/+11 |
|
|
* | VS: Add internal API to get platform toolset as string | Brad King | 2016-10-25 | 1 | -0/+1 |
|
|
* | cmGlobalGenerator: Allow FindMakeProgram to fail | Brad King | 2016-10-20 | 1 | -1/+1 |
|
|
* | VS: Provide an option to use x64 host tools | Brad King | 2016-10-14 | 1 | -0/+5 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -26/+23 |
|
|
* | VS: Ignore USE_FOLDER property on VS versions that do not support it | Brad King | 2016-04-26 | 1 | -2/+0 |
|
|
* | VS: Detect VS 8 and 9 Express editions | Brad King | 2016-04-26 | 1 | -4/+0 |
|
|
* | VS10: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -2/+2 |
|
|
* | VisualStudio10: Initialize the LongestSource at generate time. | Stephen Kelly | 2015-10-05 | 1 | -2/+0 |
|
|
* | VS: Add support for selecting the Windows 10 SDK (#15670) | Gilles Khouzam | 2015-10-02 | 1 | -0/+5 |
|
|
* | VS: Add hook to initialize Windows platform settings | Gilles Khouzam | 2015-10-02 | 1 | -0/+1 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -2/+1 |
|
|
* | cmGlobalGenerator: Virtualize the Compute step and override it. | Stephen Kelly | 2015-07-30 | 1 | -0/+2 |
|
|
* | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -1/+2 |
|
|