2022-06-15 Release
What's Changed
- postbuildcheck: do not suggest invalid cmake by @autoantwort in #537
- Fix #17712: Always using downloadable tool by @christophe-calmejane in #138
- Output error text if cmake failed during triplet var detection by @JackBoosY in #536
- Update cli-progress by @benmcmorran in #541
- Suppress fmt warning with new MSVC by @ras0219-msft in #542
- Fix x-add-version (Fixes microsoft/vcpkg#24669) by @autoantwort in #539
- Fall back to read/write if sendfile fails with EINVAL or ENOSYS by @hmoffatt in #543
- Refactor tools.cpp to homogenize system tools policies by @ras0219-msft in #540
- Fix --only-downloads and --keep-going in manifest mode by @klalumiere in #545
- Replace
const std::string&
with StringView by @Thomas1664 in #550 - [archives] Fix typo by @Thomas1664 in #549
- Delete LocalizedString::appendnl. by @BillyONeal in #547
- StringLiteral-ize join. by @BillyONeal in #546
- Don't fail on non-existant already installed ports. by @Neumann-A in #516
- Small cleanups for copy_file sendfile fix by @hmoffatt in #544
- Fix localization irregularities. by @BillyONeal in #553
- Localize edit command and binary caching by @Thomas1664 in #551
- Don't attempt to default-construct a reference. by @BillyONeal in #557
- Localize ParseControlErrorInfo. by @BillyONeal in #521
- Fix benchmarking builds. by @BillyONeal in #560
- Resolve several ExpectedT problems by @BillyONeal in #511
- Avoid returning the address of a temporary. by @BillyONeal in #563
- [AWS] Stat file before downloading it when doing binary cache lookup. by @AenBleidd in #568
- Deduplicate getting tool version information. by @BillyONeal in #562
- Fix Linux warnings by @Thomas1664 in #570
- Introduce Expected. by @BillyONeal in #564
- Auto create issue on install failure by @autoantwort in #311
- [build] Optimizations and Localization by @Thomas1664 in #555
- Add vcpkg application manifests. by @BillyONeal in #571
- [vcpkg-artifacts] Find git using
vcpkg fetch git
. by @BillyONeal in #569 - Add back eslint settings by @BillyONeal in #576
- Differentiate between API errors and application exit codes. by @BillyONeal in #565
- Small optimizations by @Thomas1664 in #572
- Fix "vcpkg fetch" regression where we always print that we're downloading a file even when we're not. by @BillyONeal in #575
- Load overlay ports in the correct order. by @BillyONeal in #580
- Fix xunit output errors, trim result list by @dg0yt in #585
- Add "vcpkg fetch python3_with_venv" which is a venv-enabled python. by @BillyONeal in #577
- Support =pass in ci.baseline.txt by @ras0219-msft in #579
- Don't complain about CONTROL files or directories in the directory of a consumer manifest. by @BillyONeal in #582
- Add https binary cache by @autoantwort in #558
New Contributors
- @christophe-calmejane made their first contribution in #138
- @benmcmorran made their first contribution in #541
- @hmoffatt made their first contribution in #543
- @Thomas1664 made their first contribution in #550
Full Changelog: 2022-05-05...2022-06-15