Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Split link flag table between v140 and v141 toolsets | Ian Hojnicki | 2017-06-28 | 1 | -3/+6 |
| | |||||
* | cmVisualStudio10ToolsetOptions: Remove unused include | Brad King | 2017-05-30 | 1 | -1/+0 |
| | |||||
* | VS: Add support for ASM_NASM language | Evgeny Fimochkin | 2017-02-07 | 1 | -0/+1 |
| | | | | Fixes: #16469 | ||||
* | VS: Add flag tables for C# | Michael Stürmer | 2016-12-01 | 1 | -0/+25 |
| | | | | | | | Add these (currently unused) tables in preparation for `.csproj` generation support. Populate the tables for every version with a set of initial values that work well for me with VS 12 and VS 14. Later we may need to generate them more thoroughly from MSBuild `.xml` files. | ||||
* | VS: Choose flag map based on the toolset name | Don Olmstead | 2016-10-25 | 1 | -0/+134 |
MSBuild interprets the `.vcxproj` content based on the `PlatformToolset` setting, so our reverse mapping needs to be based on that setting too. For VS 2010 and above, choose the flag map to match the toolset name rather than the generator VS version. Issue: #16153 |