| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'support_per_toolset_json_flags' | Brad King | 2019-01-16 | 1 | -37/+79 |
|\ |
|
| * | GlobalVisualStudio10Generator: Support non-standard toolset json flag files. | Stephan Szabo | 2019-01-03 | 1 | -37/+79 |
|
|
* | | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -16/+17 |
|
|
* | | VS: Add Visual Studio 16 2019 generator | Brad King | 2019-01-11 | 1 | -0/+2 |
|
|
* | | VS: Track explicitly when platform is specified in generator name | Brad King | 2019-01-10 | 1 | -2/+2 |
|
|
* | | VS: Clarify global generator constructor interface | Brad King | 2019-01-10 | 1 | -2/+3 |
|
|
* | | VS: Convert WriteSLNHeader to non-virtual lookup table | Brad King | 2019-01-10 | 1 | -10/+0 |
|
|
* | | VS: Convert GetToolsVersion to non-virtual table lookup | Brad King | 2019-01-10 | 1 | -0/+21 |
|/ |
|
* | Replace header flag tables with json reading | Stephan Szabo | 2018-11-28 | 1 | -39/+140 |
|
|
* | VS: Pass platform when invoking MSBuild | Brad King | 2018-09-25 | 1 | -0/+1 |
|
|
* | cmLocalGenerator: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -1/+1 |
|
|
* | VS: Allow toolset version selection to specify default toolset | Basil Fierz | 2018-06-24 | 1 | -18/+31 |
|
|
* | Merge topic 'vs-toolset-version' | Brad King | 2018-05-30 | 1 | -0/+85 |
|\ |
|
| * | VS: Add option to select the version of the toolset used by VS 2017 | Basil Fierz | 2018-05-29 | 1 | -0/+85 |
|
|
* | | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -2/+14 |
|/ |
|
* | cmGlobalVisualStudio10Generator: Use cmXMLWriter RAII helpers | Vitaly Stakhovsky | 2018-03-09 | 1 | -115/+78 |
|
|
* | VS: Use range-based 'for' loops in generator code | Vitaly Stakhovsky | 2017-12-21 | 1 | -6/+6 |
|
|
* | VS: Emit "utf-8" encoding as lowercase in .vcxproj headers | Vitaly Stakhovsky | 2017-12-14 | 1 | -0/+5 |
|
|
* | Merge topic 'string-clear' | Brad King | 2017-09-19 | 1 | -2/+2 |
|\ |
|
| * | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -2/+2 |
|
|
* | | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -5/+5 |
|/ |
|
* | MSVC: Add support for ARM64 architecture | Minmin Gong | 2017-09-12 | 1 | -1/+6 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -9/+9 |
|
|
* | VS: Fix VCTargetsPath detection | Brad King | 2017-08-03 | 1 | -0/+1 |
|
|
* | VS: Fix GenerateDebugInformation values for v140 and v141 toolsets | Brad King | 2017-06-28 | 1 | -0/+19 |
|
|
* | VS: Fix .vcxproj ProjectGuid element case | Brad King | 2017-05-09 | 1 | -2/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -3/+3 |
|
|
* | VS: Add placeholder CUDA flag tables | Brad King | 2017-03-10 | 1 | -0/+15 |
|
|
* | VS: Record in global generator whether CUDA is enabled | Brad King | 2017-03-10 | 1 | -0/+4 |
|
|
* | VS: Select highest available CUDA toolset by default | Brad King | 2017-03-10 | 1 | -0/+27 |
|
|
* | VS: Provide an option to specify CUDA toolset version | Brad King | 2017-03-10 | 1 | -2/+21 |
|
|
* | VS: Find the MSBuild value for VCTargetsPath | Brad King | 2017-03-10 | 1 | -0/+212 |
|
|
* | VS: Refactor generator toolset parsing | Brad King | 2017-02-15 | 1 | -13/+69 |
|
|
* | VS: Add support for ASM_NASM language | Evgeny Fimochkin | 2017-02-07 | 1 | -0/+14 |
|
|
* | VS: Use Visual Studio Installer to locate VS 2017 | Iyyappa Murugandi | 2016-12-16 | 1 | -14/+0 |
|
|
* | Merge branch 'vs-fix-standalone-Windows7.1SDK-toolset' into vs-fix-standalone... | Brad King | 2016-12-07 | 1 | -1/+10 |
|\ |
|
| * | VS: Fix standalone Windows7.1SDK toolset selection | Brad King | 2016-12-07 | 1 | -1/+10 |
|
|
* | | VS: Add flag tables for C# | Michael Stürmer | 2016-12-01 | 1 | -0/+11 |
|
|
* | | iwyu: Fix VisualStudio specific issues | Daniel Pfeifer | 2016-11-28 | 1 | -2/+1 |
|
|
* | | Merge topic 'vs-fix-no-toolset' | Brad King | 2016-10-27 | 1 | -1/+5 |
|\ \ |
|
| * | | VS: Fix use of `Windows7.1SDK` 64-bit toolset with VS 2010 Express | Brad King | 2016-10-27 | 1 | -1/+5 |
|
|
* | | | VS: Choose flag map based on the toolset name | Don Olmstead | 2016-10-25 | 1 | -5/+20 |
|
|
* | | | VS: Move toolset flag table lookup to global generator | Don Olmstead | 2016-10-25 | 1 | -0/+35 |
|/ / |
|
* | | VS: Add internal API to get platform toolset as string | Brad King | 2016-10-25 | 1 | -3/+10 |
|
|
* | | cmGlobalGenerator: Allow FindMakeProgram to fail | Brad King | 2016-10-20 | 1 | -2/+5 |
|
|
* | | VS: Provide an option to use x64 host tools | Brad King | 2016-10-14 | 1 | -1/+36 |
|/ |
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Merge topic 'vs-default-v100' | Brad King | 2016-09-12 | 1 | -0/+4 |
|\ |
|
| * | VS: Do not default to missing v100 64-bit toolset on VS 2010 Express | Brad King | 2016-09-09 | 1 | -0/+4 |
|
|
* | | VS15: Add Visual Studio 15 generator | Brad King | 2016-09-07 | 1 | -0/+14 |
|
|