aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-20[netcdf-cxx4]Add dependency hdf5, fix osx build.JackBoosY
2019-11-20[libmspack] Removed redundant Build-Depends.Vitaliy Didik
2019-11-20mdnsresponder: fix build with dynamic CRTDavide Beatrici
mdnsresponder was being built with static CRT even when VCPKG_CRT_LINKAGE was set to "dynamic": -- Performing post-build validation Expected Debug,Dynamic crt linkage, but the following libs had invalid crt linkage: C:/vcpkg/packages/mdnsresponder_x64-windows-static-md/debug/lib/dnssd.lib: Debug,Static To inspect the lib files, use: dumpbin.exe /directives mylibfile.lib Expected Release,Dynamic crt linkage, but the following libs had invalid crt linkage: C:/vcpkg/packages/mdnsresponder_x64-windows-static-md/lib/dnssd.lib: Release,Static To inspect the lib files, use: dumpbin.exe /directives mylibfile.lib Found 2 error(s). Please correct the portfile: C:\vcpkg\ports\mdnsresponder\portfile.cmake -- Performing post-build validation done Error: Building package mdnsresponder:x64-windows-static-md failed with: POST_BUILD_CHECKS_FAILED
2019-11-19[libzip]Fix the version in CONTROL file.JackBoosY
2019-11-19[google-cloud-cpp*]Upgrade to latest release (#8986)Carlos O'Ryan
2019-11-19RESTinio updated to v.0.6.1. (#8993)eao197
2019-11-19[libevent] add features (#8349)NancyLi1013
* [libevent] add features * Update version * Add libevent[openssl] dependent for evpp * Update CONTROL file
2019-11-19[prometheus-cpp] Update to version 0.8.0Gregor Jasny
2019-11-19[lipng/libpng-apng]Remove port libpng-apng and add apng as a feature with ↵JackBoosY
libpng. (#8622) * [lipng/libpng-apng]Remove port libpng-apng and add apng as a feature with libpng. * [libpng]Move feature apng operations before download libpng source. * [libpng]Fix unset patch path. * [libpng]Re-fix unset patch path.
2019-11-19[libpopt]Fix linux build. (#8652)JackBoosY
2019-11-19[libbson][mongo-c-driver] Update to 1.15.1. Parse CONTROL file for version ↵Robert Schumacher
number (#8790)
2019-11-19[botan]Upgrade to 2.12.1 (#8844)JackBoosY
2019-11-19Update WIL port (#8948)Duncan Horn
* Update commit for WIL * Update wil port to match the commit used for NuGet package 1.0.190716.2 * Update WIL port
2019-11-19[libmad] Fix libmad header for non-x86 MSVC targets (#8959)Michał Janiszewski
2019-11-19[libusb] upgrade and support arm64 (#8976)Phoebe
2019-11-19[openvdb]Upgrade to 6.2.1 (#8979)JackBoosY
* [openvdb]Upgrade to 6.2.1 * [openvdb]Fix message.
2019-11-19[orc]Upgrade to 1.5.7, disable tzdata test. (#8980)JackBoosY
2019-11-19[soci] Upgrade to version 4.0.0 (#9008)Lily
2019-11-19[exiv2] Add missing library link on Windows (#9024)Michał Janiszewski
2019-11-19[rply]new portChao Jia
2019-11-18[pdcurses] Add usageNancyLi1013
2019-11-18[libimobiledevice]Fix find libusbmuxd library.JackBoosY
2019-11-18Add homepage for zxing-cpp (#8908)Dmitry Marakasov
2019-11-18Prevent python3 build failure (#9014)heydojo
* Prevent python3 build failure If VCPKG_BUILD_TYPE release is set inside a triplet, then the build will fail because the port file attempts to deal with debug files which will never exist. The changes in this patch allow the build to succeed if VCPKG_BUILD_TYPE release is stipulated using a triplet before a build of the python3 port is initiated. * python3 version bump Port clean up and version number bump. * libxslt release triplet build fix This patch fixes a condition where if a debug build is disabled via triplet, the build fails and an empty directory error message is sent to the console.
2019-11-18Dummy commit to restart the CI tests.Maxime Gimeno
2019-11-14Update privacy.mddan-shaw
2019-11-14[vcpkg] update telemetrydan-shaw
2019-11-12Upgrade to 5.0Maxime Gimeno
2019-11-12fix 8956dabaichi
2019-11-11[libmspack] Fixed several missing imports.Vitaliy Didik
2019-11-11[nanoflann]Add new port.AlvinZhangH
2019-11-07Adding the gcc+=7 prerequisite on the READMEKcchouette
2019-11-05[libzip]Update patch to avoid patch failure.JackBoosY
2019-11-05 Update CONTROL file of cereal to v1.3.0Nico Ell
2019-11-05Update portfile.cmake of cereal to v1.3.0Nico Ell
2019-11-05Revert "[opencv3] Upgrade to version 3.4.8 (#8623)" (#8911)Victor Romero
This reverts commit df266bd06716f1599d13eaf6e306c8de85fbaca9.
2019-11-05[netcdf-cxx4]Upgrade to 4.3.1.JackBoosY
2019-11-05[libusbmuxd]Upgrade to 1.2.137. Fix pkgconfig path.JackBoosY
2019-11-04Update README.md (#8894)dan-shaw
2019-11-04[bitsery] Update to 5.0.1Rémy Tassoux
2019-11-04[boost-modular-build-helper] Update to 1.71. (#8606)quatmax
2019-11-04[opencv3] Upgrade to version 3.4.8 (#8623)Lily
2019-11-03[tgui]Upgrade version to 0.8.6JackBoosY
2019-11-03[pango] Add missing link library (#8745)Michał Janiszewski
Gdi32 is used by pango, but not linked to. This works on x86, but not on ARM.
2019-11-02PREFER_NINJA misspelling fixAlberto Luaces
2019-11-02[qt5] Bump version in qt5-baseTom Savage
2019-11-01[hiredis] Add new port (#8843)NancyLi1013
2019-11-01[jsonnet]Upgrade to 0.14.0. (#8848)JackBoosY
2019-11-01Add October changelog (#8853)Griffin Downs
* Add October changelog * Add tick highlighting to make and nmake * Add tick highlighting to CONTROL
2019-11-01[sqlpp11] fixed ddl2cpp path (#8837)lex-96
* [sqlpp11] fixed ddl2cpp path * Incremented sqlpp11 CONTROL version to 0.58-3