aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-05[highfive] Update to 2.2.2 (#13257)ZeeWanderer
2020-09-05[powershell] Update to 7.0.3 (#13267)Jack·Boos·Yu
2020-09-04Fix [boost] MSVC 2013 v120 Build (#10645)Manuel Kugelmann
2020-09-04[python3] Fix installation on OpenSUSE (#13274)Jack·Boos·Yu
2020-09-04Add option for WCHAR32 support in ImGUI (#13285)Ian Reinhart Geiser
2020-09-04[serd] Add new port (#13260)Dominic Clark
2020-09-04[curl] Update to 7.22.0 (#13045)Kevin Lu
2020-09-04[sentry-native] Add ability to control SENTRY_BACKEND variable (#13362)Vitalii Koshura
2020-09-04[libxml2] Update to 2.9.10 (#13266)Matthew Oliver
2020-09-04[sqlite-orm] Add features and also fix usage (#13328)NancyLi1013
2020-09-04[rappture] Add new port (#13321)Vitalii Koshura
2020-09-04[constexpr-contracts] s/HEAD_REF master/HEAD_REF main/ (#13357)Christopher Di Bella
2020-09-04[fmt] Fix build error when build type is release. (#13352)Matthias C. M. Troffaes
2020-09-04[sentry-native] Fix build failure and cmake path (#13329)Jack·Boos·Yu
* [sentry-native] Fix build failure and cmake path * Re-fix the static_assert issue
2020-09-04[blaze][ceres][clapack][geogram][lapack][lapack-reference][opencv4][selene] ↵ras0219
Fix deps issues (#13229) Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-09-04[sqlitecpp] Update to 3.1.1 (#13334)Christian Fersch
2020-09-04fix compile on g++ 6 (#13290)nicole mazzuca
2020-09-04[vcpkg_acquire_msys.cmake] Add gettext tool (#13297)General Jack O'Neill
1. Added dependencies to gettext-0.19.8.1-1-x86_64.pkg.tar.xz of libintl libgettextpo libasprintf 2. Added dependency download for libgettextpo-0.19.8.1-1-x86_64.pkg.tar.xz 3. Added dependency download for libasprintf-0.19.8.1-1-x86_64.pkg.tar.xz 4. Put downloads in reverse dependcy order - seems it is called topological order now
2020-09-04[libtorrent] Update to 1.2.10 (#13341)Francisco Pombal
2020-09-04[google-cloud-cpp] Upgrade to v1.17.1 (#13336)Carlos O'Ryan
2020-09-03[dlib] Fix dependency port sqlite3 (#13325)Phoebe
2020-09-03Fix ffmpeg build for PATH with spaces. (#13275)Rafael Kitover
Followup on 085225b7b. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2020-09-03[vcpkg] Delay failures in `vcpkg install` until missing manifest requested ↵ras0219
(#13231)
2020-09-03[cli11] Update to 1.9.1 (#13280)BullyWiiPlaza
2020-09-03Adapting for HPX V1.5 (#13309)Hartmut Kaiser
2020-09-03[folly] Fix findpackage error messages (#13278)JonLiu1993
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-09-03[freetype] static build fix (#13250)Peter Steneteg
2020-09-03[knet] Add new port (#13207)Kiba Amor
2020-09-03[simdjson] Update to 0.5.0 (#13079)myd7349
2020-09-0311129: Add VCPKG_LINKER_FLAGS_<CONFIG>. (#11290)Paul
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-09-03[many ports] Add supports (#12857)Phoebe
Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
2020-09-03[vcpkg.cmake] error out if the mode has changed (#13313)nicole mazzuca
2020-09-02Correct Spelling of Port-Verison to Port-Version in CONTROL file (#13315)General Jack O'Neill
2020-09-02[hypre] Update to 2.19.0 (#13252)Albert Ziegenhagel
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-09-02[vcpkg RFC] initial registries RFC (#12881)nicole mazzuca
2020-09-02[vcpkg] Registries MVP (#13038)nicole mazzuca
2020-09-02[vcpkg baseline][rest-rpc] Skip check in baseline (#13295)Jack·Boos·Yu
2020-09-02[json5-parser] update source for json5-parser from BitBucket to GitHub. (#13289)Billy O'Neal
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-09-02[vcpkg] Add July 2020 changelog (#13302)Griffin Downs
* Create July + half of June changelog * Update test numbers; rephrase items * Correct release notes begin date * Remove false entries
2020-09-01[darknet] update to v2020-08-30 (#13238)Stefano Sinigardi
2020-09-01[bzip2] Add SHA512 hash check (#13242)General Jack O'Neill
2020-09-01[blend2d] Update to beta_2020-08-24 (#13258)ZeeWanderer
2020-09-01[levmar] Add new port (#13164)Alberto Jaspe
Co-authored-by: LilyWangL <wangli28@beyondsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-08-31[vcpkg] Implement 'repository' tag for NuGet binary caching (#13228)ras0219
This tag is required to correctly interface with GitHub Packages, because GHP shares a single remote for the entire organization and uses the repository field to associate a package with a particular repository. This tag will be automatically generated if the default GitHub Actions environment variables are present (GITHUB_XYZ) or if the user defines VCPKG_NUGET_REPOSITORY. Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-08-31[vcpkg] Replace uses of msys pacman.exe with direct package downloads (#13019)ras0219
* wip Apply suggestions from code review Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * [vcpkg_acquire_msys] Trim list of packages. Introduce defaults. * [behaviortree-cpp] Fix dynamic dependency on ZMQ Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-08-31[vcpkg_configure_cmake] Pass CMAKE_DISABLE_SOURCE_CHANGES to all ports by ↵ras0219
default (#12846) * [vcpkg] Pass CMAKE_DISABLE_SOURCE_CHANGES to all ports by default * [docs] Regenerate Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-08-31[libxmlmm ] Add new port libxmlmm 0.6.0 (#13139)Sean Farrell
2020-08-31[sentry-native] Add new port (#13118)Vitalii Koshura
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2020-08-31[libhsplasma] Add new port (#13174)Adam Johnson
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-08-31[geos] Update to 3.8.1 (#12163)Oskari Timperi