Skip to content

Releases: microsoft/vcpkg

2021.06.30

25 Feb 05:05
b86c0c3
Compare
Choose a tag to compare

vcpkg (2021.05.12 - 2021.06.30)

This release is a "backfill" release as folks found these more meaningful than expected, so we don't have port count information. The current 2022-02-24 release will have updated values.

The following documentation has been updated:

The following 47 ports have been added:
port version
qtopcua#18320 6.1.0
approval-tests-cpp 10.9.1
qtdoc#18320 6.1.0
aom 3.1.0
qtdatavis3d#18320 6.1.0
kf5codecs 5.81.0
qtwayland#18320 6.1.0
qt5compat#18320 6.1.0
qtshadertools#18320 6.1.0
avcpp#17985 2021-05-06
qtbase#18320 6.1.0
atomic-queue 2021-05-03
sleef 3.5.1
kf5dbusaddons 5.81.0
qtquickcontrols2#18320 6.1.0
winlamb 2020-10-15
qttranslations#18320 6.1.0
qt#18320 6.1.0
kf5auth 5.81.0
qtimageformats#18320 6.1.0
qtquicktimeline#18320 6.1.0
qtactiveqt#18320 6.1.0
qtcoap#18320 6.1.0
qtsvg#18320 6.1.0
qtmqtt#18320 6.1.0
libavif 0.9.1
tensorpipe 2021-04-26
luasec 1.0.1
bsio 1.0.0
xnnpack 2021-05-17
hexl 1.1.0
qtdeclarative#18320 6.1.0
gstreamer 1.18.4
zlib-ng 2.0.3
qtvirtualkeyboard#18320 6.1.0
libsmb2 2021-04-29
transwarp 2.2.2
qttools#18320 6.1.0
qtlottie#18320 6.1.0
aricpp 1.1.1
qtscxml#18320 6.1.0
qtquick3d#18320 6.1.0
qtnetworkauth#18320 6.1.0
bddisasm 1.32.1
qtcharts#18320 6.1.0
yomm2 1.1.2
qt6betablock 6.2.0-beta
The following 240 ports have been updated:
  • cpp-base64 2019-06-19#0 -> V2.rc.08#0
  • libspatialindex 1.9.0#0 -> 1.9.3#0
  • ctp 6.3.15_20190220_se#1 -> 6.6.1_P1_20210406_se#0
  • flashlight-cpu 0.3#1 -> 0.3#2
  • azure-security...
Read more

2021.05.12

13 May 19:56
5568f11
Compare
Choose a tag to compare

vcpkg (2021.05.01 - 2021.05.12)


Total port count:

Total port count per triplet (tested):

triplet ports available
x64-windows 1531
x64-linux 1441
x64-osx 1348
x86-windows 1521
x64-windows-static-md 1468
x64-windows-static 1455
arm64-windows 1139
x64-uwp 856
arm-uwp 811
The following documentation has been updated:
The following changes have been made to vcpkg:
Read more

2021.04.30

02 May 15:17
44d94c2
Compare
Choose a tag to compare

vcpkg (2020.11.03 - 2021.04.30)

Total port count: 1667

Total port count per triplet (tested):

triplet ports available
x64-windows 1523
x64-linux 1433
x64-osx 1333
x86-windows 1483
x64-windows-static-md 1441
x64-windows-static 1421
arm64-windows 1096
x64-uwp 829
arm-uwp 783
The following documentation has been updated:
Read more

2020.11

03 Nov 04:07
0bf3923
Compare
Choose a tag to compare

vcpkg (2020.11.01)

Total port count: 1519

Total port count per triplet (tested):

triplet ports available
x64-windows 1374
x86-windows 1346
x64-linux 1269
x64-windows-static 1266
x64-osx 1202
arm64-windows 985
x64-uwp 753
arm-uwp 711

The following commands and options have been updated:

The following documentation has been updated:

The following additional changes have been made to vcpkg's infrastructure:

Read more

2020.11-1

03 Nov 23:06
ec6fe06
Compare
Choose a tag to compare

vcpkg (2020.11.03)

Total port count: 1519

Total port count per triplet (tested):

triplet ports available
x64-windows 1374
x86-windows 1346
x64-linux 1269
x64-windows-static 1266
x64-osx 1202
arm64-windows 985
x64-uwp 753
arm-uwp 711
The following documentation has been updated:

The following additional changes have been made to vcpkg's infrastructure:

The following 1 ports have been added:
port version
elfio 3.8#0
The following 0 ports have been updated:

-- vcpkg team [email protected] TUE, 03 Nov 14:35:00 -0800

2020.07

02 Sep 11:19
56fffbe
Compare
Choose a tag to compare

vcpkg (2020.06.16 - 2020.7.31)

Total port count: 1429

Total port count per triplet (tested):

triplet ports available
x64-windows 1304
x64-linux 1210
x64-osx 1139
x86-windows 1284
x64-windows-static 1213
arm64-windows 928
x64-uwp 700
arm-uwp 669

The following commands and options have been updated:

  • x-package-info [NEW COMMAND]: Allows viewing of port information in a requested format (currently json)
    • (#12845) [vcpkg] Lift --x-json to a global option, implement experimental x-package-info command (by @ras0219)
  • --editable [NEW OPTION]: Suppress binary caching and source re-extraction for packages listed on the command line
  • --x-binarysource= [NEW OPTION]: Experimental: Support NuGet servers for retrieving and uploading of binary packages during builds
    • (#12058) [vcpkg] Implementation of --x-binarysource=nuget (and friends) (by @ras0219)
  • install
    • --x-write-nuget-packages-config [NEW OPTION]: Experimental: Write out a NuGet packages config-formatted file for use with external binary caching
      • (#12138) [vcpkg] Implement --x-write-nuget-packages-config= setting for install and x-set-installed (by @ras0219)
  • x-set-installed
    • --dry-run [NEW OPTION]: Perform a dry run by not actually building or installing
  • --x-json: Lift this option to the global scope to request json output from compatible commands (see x-package-info)
    • (#12845) [vcpkg] Lift --x-json to a global option, implement experimental x-package-info command (by @ras0219)

The following documentation has been updated:

The following remarkable changes have been made to vcpkg's infrastructure:

  • Port Manifest: New feature to allow projects to state their dependencies in a declarative format
  • vcpkg_from_sourceforge: New maintainer helper function to retrieve sources from SourceForge
  • VCPKG_OVERLAY_PORTS: New environment variable to allow users to override ports with alternate versions

The following additional changes have been made to vcpkg's infrastructure:

Read more

2020.06

16 Jun 23:42
6185aa7
Compare
Choose a tag to compare

vcpkg (2020.04.20 - 2020.06.15)

Total port count: 1402

Total port count per triplet (tested):

triplet ports available
x64-windows 1282
x64-osx 1109
x64-linux 1181
x64-windows-static 1187
x86-windows 1261
x64-uwp 693
arm64-windows 903
arm-uwp 656

The following documentation has been updated:

The following changes have been made to the vcpkg tool and infrastructure:

Read more

2020.04

22 Apr 08:52
c7ab9d3
Compare
Choose a tag to compare

vcpkg (2020.04.01 - 2020.04.20)

Total port count: 1322

Total port count per triplet (tested):

triplet ports available
x64-windows 1218
x86-windows 1202
x64-windows-static 1130
x64-linux 1104
x64-osx 1041
arm64-windows 842
x64-uwp 654
arm-uwp 625

The following documentation has been updated:

The following remarkable changes have been made to vcpkg:

The following additional changes have been made to vcpkg:

The following 5 ports have been added:
port version
skyr-url#10694 1.5.1
boringssl 2020-04-07
quadtree 2020-04-13
avisynthplus 3.5.0
c4core 2020-04-12
The following 69 ports have been updated:
  • cub 1.8.0 -> 1.8.0-1

    • (#10660) [vcpkg] Fix spec instance name
  • vulkan-hpp 2019-05-11 -> 2019-05-11-1

    • (#10660) [vcpkg] Fix spec instance name
  • function2 4.0.0 -> 4.1.0

    • (#10666) [function2] Update to version 4.1.0
  • libwebsockets 3.2.2-1 -> 4.0.1-1

    • (#10658) [libwebsockets] Update to 4.0.1
    • (#10636) [mosquitto] Add support for static build
  • googleapis 0.6.0 -> 0.8.0

    • (#10651) [googleapis] upgrade to v0.7.0 release
    • (#10885) [googleapis] Update to v0.8.0
  • ixwebsocket 8.0.5 -> 9.1.9

    • (#10633) [ixwebsocket] Update to 9.1.9
  • opus 1.3.1 -> 1.3.1-2

    • (#10634) [opus] Make AVX an optional feature
  • freerdp 2.0.0-rc4-6 -> 2.0.0-rc4-7

    • (#10630) [freerdp] Fix include paths and output
  • openvr 1.9.16 -> 1.10.30

    • (#10629) [openvr] Added Linux support and updated to v1.10.30
  • abseil 2020-03-03-1 -> 2020-03-03-3

    • (#10620) [abseil] Fix feature name error
    • (#10721) [abseil] Fix CompressedTuple move constructor on MSVC
  • reproc 11.0.1 -> 12.0.0

    • (#10594) [reproc] Update to version 12.0.0
  • hunspell 1.7.0 -> 1.7.0-1

    • (#10574) [hunspell] Disable build tools in non-Windows
  • sciter 4.4.0.7 -> 4.4.1.5

  • qt5-base 5.12.5-11 -> 5.12.5-13

    • (#10641) [qt5-base] Fix EGL absolute path on Linux
    • (#10746) [qt5] fix some remaining absolute paths.
    • (#9705) [qt5-base, qt5-imageformat] fix issues on osx
  • nana 1.7.2 -> 1.7.2-1

    • (#10605) [nana] Add Xorg dependency libxcursor-dev and modify deprecated functions
  • blend2d beta_2019-12-27 -> beta_2020-04-15

    • (#10600) [blend2d] Update to beta_2020-03-29
    • (#10844) [blend2d] Update to beta_2020-04-15
  • libffi 3.3 -> 3.3-2

    • (#10485) [libffi] Support arm/arm64
    • (#10469) [libffi] Check return value of execute_process()
  • fribidi 2019-02-04-2 -> 2019-02-04-3

    • (#10395) [vcpkg] Make configure meson sane and work for all targets.
    • (#10713) [fribidi] Updated to v1.0.9
  • libepoxy 1.5.3-2 -> 1.5.3-3

    • (#10395) [vcpkg] Make configure meson sane and work for all targets.
  • egl-registry 2019-08-08 -> 2020-02-03

  • glad 0.1.33 -> 0.1.33-1

  • opengl-registry 2019-08-22 -> 2020-02-03

  • mpfr 4.0.2-1 -> 4.0.2-2

    • (#10035) [mpfr] Add mirror for mpfr at gnu.org
  • google-cloud-cpp-common 0.21.0 -> 0.25.0

    • (#10680) [google-cloud-cpp*] update to the latest release
  • google-cloud-cpp-spanner 0.9.0 -> 1.1.0

    • (#10680) [google-cloud-cpp*] update to the latest release
  • google-cloud-cpp 0.20.0 -> 0.21.0

    • (#10680) [google-cloud-cpp*] update to the latest release
  • jsoncons 0.149.0 -> 0.150.0

    • (#10688) [jsoncons] update to v0.150.0
  • osg-qt Qt4 -> Qt4-1

    • (#9705) [qt5-base, qt5-imageformat] fix issues on osx
  • qt5-imageformats 5.12.5-2 -> 5.12.5-3

    • (#9705) [qt5-base, qt5-imageformat] fix issues on osx
  • libpng 1.6.37-6 -> 1.6.37-7

  • pcre2 10.30-6 -> 10.30-7

  • curlpp 2018-06-15-2 -> 2018-06-15-3

    • (#10535) [curlpp] Fix target "curlpp" link "ZLIB::ZLIB" error
  • avro-c 1.9.2 -> 1.9.2-1

    • (#10514) [avro-c] Fix building avro-c in Linux
  • nlohmann-fifo-map 2018.05.07 -> 2018.05.07-1

    • (#10850) [nlohmann-fifo-map] Fix could not find a package "nlohmann-fifo-map"
  • cppitertools 2019-04-14-3 -> 2.0

    • (#10848) [cppitertools] Update to version 2.0
  • python3 3.7.3-1 -> 3.7.3-2

    • (#10841) [python3] fix build on macOS and linux
  • restinio 0.6.5 -> 0.6.6

    • (#10813) [restinio] Updated to v.0.6.6
  • libgit2 0.99.0-1 -> 1.0.0

Read more

2020.01

06 Feb 23:53
7aebb48
Compare
Choose a tag to compare

vcpkg (2020.01.31)

Total port count: 1295

Total port count per triplet (tested):

triplet ports available
x64-windows 1195
x86-windows 1183
x64-windows-static 1104
x64-linux 1054
x64-osx 970
arm64-windows 814
x64-uwp 644
arm-uwp 615

The following documentation has been updated:

The following remarkable changes have been made to vcpkg's infrastructure:

  • Allow untested triplet configurations as "Community Triplets"
  • Add community support for MinGW
  • Allow ARM/ARM64 toolchains to be selected when building x86 targets, also allow ARM64 to target ARM
    • (#9578) [vcpkg] Mark ARM and x86 on ARM64 and x86 on ARM as supported architectures when searching for toolchains on Windows (by @cbezault)

The following additional changes have been made to vcpkg's infrastructure:

The following 22 ports have been added:
port version
argumentum 0.2.2
tabulate 2019-01-06
akali#9617 1.41
nethost 2019-12-21
libmagic 5.37
yas 7.0.4
tfhe#9649 1.0.1-1
libb2 0.98.1
libaaplus#9579 #9664 2.12
libwandio 4.2.1
libevhtp 1.2.18
soem 1.4.0
glui 2019-11-30
teemo 1.2
mqtt-cpp 7.0.1
msgpack11 0.0.10
mcpp 2.7.2.14
memorymodule 2019-12-31
asiosdk 2.3.3
sfsexp 1.3
quaternions 1.0.0
seal 3.4.5
The following 226 ports have been updated:
  • simpleini 2018-08-31-3 -> 2018-08-31-4

    • (#9429) [simpleini] Install missing code
  • directxtk dec2019 -> 2019-12-31

    • (#9508) [directxtk] Fix invalid solution configuration
  • nameof 0.9.2 -> 0.9.3

  • charls 2.0.0-3 -> 2.1.0-1

    • (#9494) [charls] upgrade to 2.1.0
  • ptex 2.3.2 -> 2.3.2-1

Read more

2019.12

09 Jan 14:16
Compare
Choose a tag to compare

vcpkg (2019.12.31)

Total port count: 1268

Total port count per triplet (tested):

triplet ports available
x64-windows 1181
x86-windows 1166
x64-windows-static 1087
x64-linux 1000
x64-osx 920
arm64-windows 795
x64-uwp 642
arm-uwp 615

The following documentation has been updated:

The following changes have been made to vcpkg's infrastructure:

  • (#9160) [ffmpeg] Fixed build error ARM64 Windows 10
  • (#9199) [vcpkg] Add November changelog
  • (#9203) [vcpkg] Check in baseline results for CI builds
  • (#9191) [vcpkg] Give hints for yasm with brew and apt
  • (#9242) [libxslt] Fix writing to locations outside vcpkg in Windows builds
  • (#9279) Removed umock-c:64-windows-static result in baseline
  • (#9280) [vcpkg] Add pull request template
  • (#9331) Update baseline to skip ogre conflicts
  • (#9349) Update baseline with 'leptonica:arm-uwp=fail'
  • (#9277) [brynet] Update to 1.0.5
  • (#9330) [simpleini] Fix build failure on travis CI
  • (#9313) [opendnp3] Add new port
  • (#9255) [OpenEXR] add missing underscore for OpenEXR_IEXMATH_LIBRARY_DEBUG NAMES
  • (#9252) [rttr] Add dependency rapidjson
  • (#8533) Fix CMAKE_TRY_COMPILE_PLATFORM_VARIABLES
  • (#9382) [directxtk12] Update to dec2019 release
  • (#9383) [directxtex] Update to dec2019 release
  • (#9384) [directxmesh] Update to dec2019 release
  • (#9381) [directxtk] Update to dec2019 release
  • (#9287) Removed unused template function.
  • (#9411) [vcpkg-baseline] Fixes for vtk, libarchive, xalan-c, and openvpn3 on Linux
  • (#9412) [vcpkg_install_qmake] Add vcpkg_install_qmake
  • (#9388) [hiredis] Support building static
  • (#8624) [protobuf-c]Add new port.
  • (#9389) Remove vtk:x64-linux result in baseline
The following 8 ports have been added:
port version
proxywrapper 1.0.0
opendnp3 2.3.2
function2 4.0.0
protobuf-c 1.3.2
indicators 1.5
proxygen 2019.10.21.00
azure-kinect-sensor-sdk 1.4.0-alpha.0
xtensor-fftw 2019-11-30
The following 72 ports have been updated:
  • restinio 0.6.1 -> 0.6.2

    • (#9174) [restinio] Update to v.0.6.1.1.
    • (#9293) [restinio] update to 0.6.2
  • pixman 0.38.0-4 -> 0.38.4-1

    • (#9170) [pixman] Update to version 0.38.4
  • cjson 1.7.12 -> 2019-11-30

    • (#9157) [cjson] Update to 2019-11-30
  • parallel-hashmap 1.24 -> 1.27

    • (#9152) [parallel-hashmap] Update to 1.27
  • jsoncons 0.139.0 -> 0.140.0

    • (#9124) [jsoncons] Update to v0.140.0
  • boost-modular-build-helper 1.71.0 -> 1.71.0-1

    • (#9108) [boost-modular-build-helper] put quotes around the directory
  • protobuf 3.10.0 -> 3.11.2

    • (#9131) [protobuf] Update protobuf to 3.11.0
    • (#9271) [protobuf] Update to 3.11.2
  • ecsutil 1.0.7.3 -> 1.0.7.8

    • (#8885) [ecsuti] Update to v1.0.7.8
  • libmodman 2.0.1 -> 2.0.1-1

    • (#8916) [proxywrapper] Add new port
  • libproxy 0.4.15 -> 0.4.15-1

    • (#8916) [proxywrapper] Add new port
  • xalan-c 1.11-9 -> 1.11-11

    • (#9203) [vcpkg] Check in baseline results for CI builds
    • (#9411) [vcpkg-baseline] Fixes for vtk, libarchive, xalan-c, and openvpn3 on Linux
  • libxslt 1.1.33-5 -> 1.1.33-6

    • (#9242) [libxslt] Fix writing to locations outside vcpkg in Windows builds
  • azure-c-shared-utility 2019-10-07.2 -> 2019-10-07.2-1

    • (#9117) [azure-iot-sdk-c] Update macro-utils and umock-c to differentiate master and public-preview installations
  • azure-iot-sdk-c 2019-11-21.1 -> 2019-11-27.1

    • (#9117) [azure-iot-sdk-c] Update macro-utils and umock-c to differentiate master and public-preview installations
  • azure-macro-utils-c 2019-10-07.2 -> 2019-11-27.1

    • (#9117) [azure-iot-sdk-c] Update macro-utils and umock-c to differentiate master and public-preview installations
  • azure-uamqp-c 2019-10-07.2 -> 2019-11-27.1

    • (#9117) [azure-iot-sdk-c] Update macro-utils and umock-c to differentiate master and public-preview installations
  • azure-uhttp-c 2019-10-07.2 -> 2019-11-27.1

    • (#9117) [azure-iot-sdk-c] Update macro-utils and umock-c to differentiate master and public-preview installations
  • azure-umqtt-c 2019-10-07.2 -> 2019-11-27.1

    • (#9117) [azure-iot-sdk-c] Update macro-utils and umock-c to differentiate master and public-preview installations
  • umock-c 2019-10-07.2 -> 2019-11-27.1

    • (#9117) [azure-iot-sdk-c] Update macro-utils and umock-c to differentiate master and public-preview installations
  • python3 3.7.4 -> 3.7.3

    • (#9173) [python3] Fix CONTROL Version
  • brynet 1.0.3 -> 1.0.5

  • cpp-httplib 0.2.5 -> 0.4.2

    • (#9360) [cpp-httplib] Update library to 0.4.2
  • botan 2.12.1 -> 2.12.1-1

    • (#9335) [botan] Fix unrecognized compile flag MT/MD
  • simpleini 2018-08-31-2 -> 2018-08-31-3

    • (#9330) [simpleini] Fix build failure on travis CI
  • libpcap 1.9.0 -> 1.9.1

Read more