| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-04 | [vcpkg] Download vcpkg.exe rather than building it in bootstrap on Windows. ↵ | Billy O'Neal | |
| (#15474) This reduces bootstrap cost for Windows customers, resolving the issue initially submitted as #12502 . The `toolsrc` tree was extracted to https://github.com/microsoft/vcpkg-tool. `bootstrap.sh` was changed to download the right source tarball, extract, and build it. This was chosen over the previous attempt, a submodule, over concerns of accidentally destroying people's local modifications. | |||
| 2019-06-25 | #5248 make vcpkg buildable as 'system' user (#7038) | John Zhu | |
| If we keep TMP, when run as 'system' user it is using Windows\Temp folder. | |||
| 2018-10-10 | Fix issue with compiling vcpkg.exe (#4149) (#4213) | Ken A. Redergård | |
| * Fix issue with compiling vcpkg.exe (#4149) The check for environment variable PATH match other environment variables. When environment variable VCTargetsPath used by msbuild is changed in cleanEnvironmentHelper.ps1 the path is broken. This makes the compilation of vcpkg.exe fail. This commit fix the issue by checking that environment variable PATH is exactly PATH. * [cleanEnvironmentHelper] Use -eq instead of -match | |||
| 2018-05-19 | Rename ps1 file | Alexander Karatarakis | |
