Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmVSSetupHelper: Simplify use of EnumerateAndChooseVSInstance | Brad King | 2017-01-12 | 1 | -38/+7 |
| | | | | | This method short-circuits when an instance has already been chosen, so avoid duplicating this check at call sites. | ||||
* | VS: Fix detection of VS 2017 installation with WindowsStore | Brad King | 2017-01-12 | 1 | -0/+2 |
| | | | | | | | Fix logic in cmVSSetupAPIHelper::IsVS2017Installed to work correctly on repeat calls. Closes: #16549 | ||||
* | VS: Add helper class to interact with Visual Studio Installer | Iyyappa Murugandi | 2016-12-16 | 1 | -0/+395 |
VS 2017 exports a COM component which can be queried to find if VS 2017 is installed and also other components such as VC toolset and Windows SDKs. Add a helper class to interact with this interface. |