aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.ps1
AgeCommit message (Collapse)Author
2021-09-10[vcpkg] Update tool to 2021-09-10. (#20105)Billy O'Neal
Resolves: * https://github.com/microsoft/vcpkg/issues/19552 * https://github.com/microsoft/vcpkg/issues/18217 * https://github.com/microsoft/vcpkg/issues/16631 See https://github.com/microsoft/vcpkg-tool/releases/tag/2021-09-10 for more details.
2021-08-12[vcpkg] Update tool to 2021-08-12. (#19543)Billy O'Neal
Resolves #17897
2021-08-04[vcpkg-tool] Update to 2021-08-03 (#19347)nicole mazzuca
2021-07-27[vcpkg] Update tool to 2021-07-26 (#19159)Billy O'Neal
2021-07-21[vcpkg] Bump version to 2021-07-21 (#19045)Billy O'Neal
2021-07-17Update vcpkg-tool to 2021-07-16. (#18983)Billy O'Neal
2021-06-29Update vcpkg tool to resolve leak of the asset cache token (#18720)Billy O'Neal
2021-06-22Update VMs and pick up VS2019 16.10 (#18233)Billy O'Neal
* Cherry-pick https://github.com/microsoft/vcpkg/pull/15598 * Hook deploy-inteloneapi into create-vmss.ps1. * Add script to resolve https://github.com/microsoft/vcpkg/issues/17521 * Move tls settings deployment to the front and respond to script triggering a reboot. * Go back to provisioning an extra disk to workaround https://github.com/microsoft/vcpkg/issues/18379 * Disallow public access to blob storage and require TLS 1.2. * Update Pools. * Update tool to 2021-06-19 * [simage] Skip simage on uwp platforms as it appears broken by 16.10. * [tensorflow-cc] Skip because changes in our MacOS hardware broke the port.
2021-05-06[vcpkg] Update vcpkg tool version 2021-05-05 (#17689)Robert Schumacher
* [vcpkg] Update vcpkg tool version 2021-05-05 * [vcpkg] Hotfix bug in Microsoft/vcpkg-tool#34 * [vcpkg-ci] Ignore results from non-target triplets * [protobuf] Fix regression introduced in #16904 * [vcpkg] Fix bug where 'staticcrt' was ignored Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-04-19[vcpkg] Fix the wrong slash (#17258)Phoebe
2021-02-26[vcpkg-tool] Publish release ↵Robert Schumacher
2021-02-24-d67989bce1043b98092ac45996a8230a059a2d7e (#16400) * [vcpkg-tool] Publish release 2021-02-24-d67989bce1043b98092ac45996a8230a059a2d7e * Update bootstrap.sh
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.
2021-01-20[vcpkg] Add vcpkg_minimum_required as a replacement for VERSION.txt. (#15638)Billy O'Neal
2021-01-13[vcpkg] Use a tag file rather than conditional compilation to permanently ↵Billy O'Neal
disable metrics. (#15470)
2021-01-07[vcpkg] Restore embedded git hash behind an option. (#15472)Billy O'Neal
2020-09-11[vcpkg] Merge the vcpkg metadata uploader into the vcpkg binary (#13421)Billy O'Neal
2020-08-06[vcpkg] Fix vs2015 build (#12789)nicole mazzuca
* move windows bootstrap directory * fix paths * actually fix the build * fix path
2020-07-01[vcpkg] Update message in bootstrap.ps1 (#12145)Phoebe
* [vcpkg] Update message in bootstrap.ps1 * Update docs/users/integration.md
2020-07-01[vcpkg] VM Update (#12176)Billy O'Neal
* [qt5] Add more dependent Linux packages for https://github.com/microsoft/vcpkg/pull/11596/ * [vcpkg] Add LLVM 10 to Windows CI machines for https://github.com/microsoft/vcpkg/pull/11655/ * [vcpkg] Add missing Param block to InstallLLVM function. * [vcpkg] Add throw after all Write-Error calls for consistency with https://github.com/microsoft/vcpkg/pull/12172
2020-05-29[vcpkg metrics] Allow someone to opt out after build (#11542)nicole mazzuca
* [vcpkg metrics] start using json library Additionally, add floats to the JSON library since they're required. * [vcpkg metrics] allow users to disable metrics after the build Additionally, as a drive by, fix UUID generation * fix metrics data * code review
2020-05-18[vcpkg] msbuild: do not build vcpkgmetricsuploader when -disableMetrics (#11368)Markus Rickert
2020-02-13Omit telemetry message when bootstrapping with `-disableMetrics` (#10061)Victor Romero
* Don't show telemetry message when passing --disableMetrics to bootstrap.sh * Don't show telemetry message when passing -disableMetrics to bootstrap-vcpkg.bat
2019-11-22update telemetrydan-shaw
2019-11-14[vcpkg] update telemetrydan-shaw
2019-09-06(#8013) [vcpkg] Compatibility with pwsh >= 6.2TheGoddessInari
In Powershell 6.2/7.0, `Get-ChildItem`'s paths are now printed as absolute paths instead of relative paths; this breaks the code we have that assumes that they're printed as relative paths. Thus, change the code to request the `Name` property specifically, which is what we actually wanted.
2019-06-16[vcpkg] Bootstrap should use Get-CimInstance instead of Get-WmiObject. (#6788)TheGoddessInari
* [vcpkg] Bootstrap should use Get-CimInstance instead of Get-WmiObject. This lets it work with Powershell Core 6.0.
2019-05-20Bootstrap: Refining PreferredToolArchitecture (#6398)ccorn
* Patch to enable bootstrap on Win32 * [bootstrap-vcpkg] Test OS version to set PreferredToolArchitecture
2019-02-22[bootstrap.ps1] Fixed some possible incorrect comparison with null warnings. ↵soroshsabz
(#5343) * Fixed some possible incorrect comparison with null warnings. * Correct bad indentation. * Removed extra space.
2019-01-30[vcpkg] Enable bootstrapping with VS2019Robert Schumacher
2018-12-11Adapt bootstrap to VS 2019 Preview (#4922)Berrysoft
2018-11-01[bootstrap.ps1] Remove unneeded Out-NullAlexander Karatarakis
2018-11-01[bootstrap.ps1] Cleanup intermediate files after buildAlexander Karatarakis
2018-11-01[vcxproj] Explicitly specify intermediate and output directoriesAlexander Karatarakis
Avoids case-sensitivity issues, flattens the layout, no Win32 but x86 instead Issue #4586
2018-10-04[bootstrap.ps1] Prefer 64bit toolsetAlexander Karatarakis
2018-07-08compatible with non-English version of Windows (#3866)Zepp
2018-07-03Fix misspelled configuration name (#3786)MikeGitb
2018-06-13Win7 compat. Fail if 64-bit requested on 32-bit machineAlexander Karatarakis
2018-06-13[bootstrap.ps1] Add option for building 64-bit vcpkg.exeAlexander Karatarakis
2018-06-12Make bootstrap.bat parameters match bootstrap.shAlexander Karatarakis
2018-06-08[bootstrap] Add option to specify WinSDKAlexander Karatarakis
2018-06-04Remove debug lineAlexander Karatarakis
2018-06-04"Release"->"release" to avoid case-sensitivity issuesAlexander Karatarakis
Fixes #3641
2018-05-19[ps1] Move variable close to where it is setAlexander Karatarakis
2018-05-19Rename ps1 fileAlexander Karatarakis
2018-05-19Inline variableAlexander Karatarakis
2018-05-19[bootstrap.ps1] Remove unneeded <sol> <eol>Alexander Karatarakis
it was used for communication with vcpkg
2018-05-19Merge VcpkgPowershellUtils into bootstrap.ps1Alexander Karatarakis
2018-05-19Merge getVisualStudioInstances into bootstrap.ps1Alexander Karatarakis
2018-05-19Merge getWindowsSDK into bootstrap.ps1Alexander Karatarakis
2018-05-16[ps1] Add missing "include"Alexander Karatarakis