| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-19 | Merge getWindowsSDK into bootstrap.ps1 | Alexander Karatarakis | |
| 2018-02-28 | [getWindowsSDK.ps1] Fix error when registry key was not found | Alexander Karatarakis | |
| 2017-10-16 | Fix getWindowsSDK.ps1 error when $path is $null | Alexander Karatarakis | |
| 2017-10-06 | Remove unused variable | Alexander Karatarakis | |
| 2017-10-05 | Fix Win10SDK detection during Bootstrap | Daniel Strommen | |
| When multiple Win10 SDK's are installed, like Insider previews, depending on the SDK installation, it may not contain the um headers. There is already a loop for trying to find the newest Win10 SDK that has full headers, but it's returning at the first failure, rather than continuing the loop to the next iteration. Also, use Join-Path instead of manual path appending, to normalize the extra \ at the end of the sdk root value. In some cases paths with double backslashes can be interpreted as a fallback syntax for UNC paths. Join-Path normalizes the path appropriately. | |||
| 2017-07-28 | [vcpkg-getWindowsSDK] Also look in the paths, just in case. | Robert Schumacher | |
| 2017-07-25 | scipts/getWindowsSDK: use registry for SDK detection | Mikhail Paulyshka | |
| 2017-04-13 | [vcpkg] Fix getWindowsSDK to correctly handle the new optional c++ desktop ↵ | Robert Schumacher | |
| deployment of the Windows SDK. | |||
| 2017-02-24 | Tweak -Verbose messages | Alexander Karatarakis | |
| 2017-02-24 | Rewrite WindowsSDK detection | Alexander Karatarakis | |
| 2017-02-24 | Inline variables | Alexander Karatarakis | |
| 2017-02-21 | Rename findTargetPlatformVersion to getWindowsSDK | Alexander Karatarakis | |
