Skip to content

2022-11-10 Release

Compare
Choose a tag to compare
@embeddedbot embeddedbot released this 10 Nov 22:32
5fdee72

What's Changed

  • Update to Catch v2.13.10 by @AtariDreams in #749
  • [Localization] Aries by @JavierMatosD in #680
  • Configuring overlay ports and overlay triplets through the manifest by @valeriaconde in #743
  • [Localization] Cepheus by @JavierMatosD in #710
  • [telemetry] Detect TeamCity CI by @vicroms in #768
  • Use brace initializer instead of empty C string to return empty C++ string by @AtariDreams in #763
  • Add a Checks::unreachable in the = operator by @AtariDreams in #761
  • Use make_unique instead of reset by @AtariDreams in #759
  • Detect WOW64 through IsWow64Process(2) by @BillyONeal in #769
  • Remove unneeded get() by @AtariDreams in #767
  • Simplify types and expressions by @AtariDreams in #760
  • Use .data() to get pointer instead of address of 0 by @AtariDreams in #762
  • [Localization] Libra by @JavierMatosD in #724
  • Substantially overhaul metrics. by @BillyONeal in #723
  • Embed locale files by @JavierMatosD in #751
  • Documenting our use of VSLANG by @JavierMatosD in #772
  • Treat * as 'no filter' when searching a registry for versions. by @BillyONeal in #770
  • Change the mismatched VCPKG_ROOT message to note which vcpkg.exe by @BillyONeal in #775
  • Mark functions as static and const by @AtariDreams in #764
  • std::move has no effect on const variables by @AtariDreams in #758
  • Special case language 1033 to use the default messages rather than an "en" json file. by @BillyONeal in #776
  • Unbreak fmt upgrades by @dg0yt in #783
  • Force disable file locking when invoking vcpkg recursively. by @BillyONeal in #779
  • Delete artifacts telemetry and use vcpkg's telemetry instead. by @BillyONeal in #774
  • Don't store a nontrivial type in std::atomic. by @BillyONeal in #785
  • Fix macro warnings by @dg0yt in #787
  • Make pushing back to vectors more efficient by @AtariDreams in #755
  • Fix "add" adding transitive dependencies with "undefined" versions. by @BillyONeal in #771
  • Support Node 18. by @BillyONeal in #786
  • Fix segfault by @autoantwort in #796
  • e2e tests: Color output by @autoantwort in #792
  • Run tests with sanitizers by @autoantwort in #795
  • Update one-liner and scripts SHA. by @BillyONeal in #799
  • Fix e2e test on arm64-osx by @autoantwort in #791
  • Use system CMake to unpack if available during 7z bootstrap by @vicroms in #793
  • Fix --keep-going in manifest mode. by @Neumann-A in #798
  • Update MacOS with new signing certs, as requested by DevDiv by @BillyONeal in #803
  • Use unique identifier to match return codes in the output by @autoantwort in #804
  • Turn on CodeQL and fix BinSkim regressions by @BillyONeal in #805

New Contributors

Full Changelog: 2022-10-17...2022-11-10