aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-25 [magnum-plugins] Fix basisimporter/basisimageconverter features (#8939)Jonathan Hale
* [magnum-plugins] Patch FindBasisUniversal to find prebuilt basisu Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Patch BasisImporter to use slightly outdated basisu jherico's fork which the vcpkg port is based on does not integrate https://github.com/BinomialLLC/basis_universal/commit/54304fa01443280bbaa9854f16c9f1756b17b40b yet, which renamed a parameter. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Only apply FindBasisUniversal patch on release The change is integrated upstream for --head builds already. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Download large patch from GitHub history
2019-11-24[catch2] Update library to 2.11.0 (#9089)Ehsan
2019-11-24[argparse] Update library to 2.0.1 (#9088)Ehsan
2019-11-24json_dto updated to v.0.2.9.2. (#9083)eao197
2019-11-22Merge pull request #8785 from LilyWangL/dev/Lily/issue8775Robert Schumacher
[angle] Add option /bigobj to compiler
2019-11-22Merge pull request #9080 from dan-shaw/telemetry-updateRobert Schumacher
[vcpkg] update telemetry
2019-11-22Merge pull request #5719 from donny-dont/github-urlRobert Schumacher
[vcpkg_from_github] Allow targeting Github Enterprise instances
2019-11-22Merge pull request #8941 from Kcchouette/patch-1Robert Schumacher
[docs] Add the gcc+=7 prerequisite to the README
2019-11-22Update README.mdRobert Schumacher
2019-11-22update telemetrydan-shaw
2019-11-22Merge pull request #8932 from davidebeatrici/qt5-base-openssl-compile-time-linkRobert Schumacher
[qt5-base] Add option to link to OpenSSL at compile-time
2019-11-22Merge pull request #9042 from ↵Robert Schumacher
NancyLi1013/dev/NancyLi/4848-add-usage-for-pdcurses [pdcurses] Fix linkage error
2019-11-22[z3] Update to 4.8.6 (#8899)JackBoosY
* [z3]Upgrade to 4.8.6. * [z3]Use `vcpkg_fail_port_install`.
2019-11-22[pfring]Add new port. (#8648)JackBoosY
* [pfring]Add new port. * [pfring]Use newest version, add install step. * Re-trigger CI. * Re-trigger CI.
2019-11-22[wt]Upgrade to 4.1.1. (#8903)JackBoosY
2019-11-22[portaudio] Fix library cannot be found (#8944)NancyLi1013
* [portaudio] Fix library cannot be found * Fix include cannot be found
2019-11-22[curlpp] restore installing vcpkg-cmake-wrapper scriptù (#9065)Stefano Sinigardi
2019-11-22Merge pull request #8854 from sylveon/detours-nmakeRobert Schumacher
[detours] Update for vcpkg_build_nmake
2019-11-22Merge pull request #6891 from seanyen/vcpkg_nugetRobert Schumacher
[feature] add `vcpkg export --x-chocolatey` support
2019-11-22[vcpkg] Fix build breaks and run clang-formatRobert Schumacher
2019-11-22Merge pull request #8953 from davidebeatrici/mdnsresponder-dynamic-crt-fixRobert Schumacher
[mdnsresponder] Fix build with dynamic CRT
2019-11-22Merge pull request #8966 from lazyhamster/mspack-exportsRobert Schumacher
[libmspack] Fix several missing imports
2019-11-22Merge pull request #9003 from janisozaur/faad2Robert Schumacher
[faad2] Add initial version of FAAD2
2019-11-22[vcpkg_from_github] Rename GITHUB_URL -> GITHUB_HOSTRobert Schumacher
Rename TOKEN -> AUTHORIZATION_TOKEN
2019-11-22Merge branch 'master' into vcpkg_nugetRobert Schumacher
2019-11-22Merge pull request #7598 from Neumann-A/path_separatorRobert Schumacher
[vcpkg] QoL: add host specific path separator to common definitions
2019-11-22Merge pull request #7914 from zi-m/wxchartdirRobert Schumacher
[wxchartdir] Add new port
2019-11-22Merge pull request #8562 from RamadanAhmed/masterRobert Schumacher
[dbow3] Switch from unofficial repo to large patchset
2019-11-22Merge pull request #9074 from jwillemsen/jwi-ace657Robert Schumacher
[ace] Upgrade to 6.5.7
2019-11-22Merge pull request #8659 from maxGimeno/CGAL-5.0Robert Schumacher
[cgal][openmvs] CGAL: Upgrade to 5.0
2019-11-22Merge pull request #8962 from AlvinZhangH/dev/alvin/8784Robert Schumacher
[nanoflann] Add new port
2019-11-22Merge pull request #8974 from valbendan/fix_libsodiumRobert Schumacher
[libsodium] Fix CPU feature not properly detected on Linux
2019-11-22Merge pull request #8978 from JackBoosY/dev/jack/upgrade_netcdf-cxx4_4.3.1Robert Schumacher
[netcdf-cxx4] Update to 4.3.1
2019-11-22Merge pull request #9006 from qis/dev/qis/dateRobert Schumacher
[date] Update to 2019-11-08
2019-11-22Merge pull request #9047 from gjasny/prometheus-cpp-0.8.0Robert Schumacher
[prometheus-cpp] Update to version 0.8.0
2019-11-22Merge pull request #9057 from eao197/json-dto-0.2.9Robert Schumacher
[json-dto] Update to v0.2.9; Switch repo; Fix license installation
2019-11-22Merge pull request #9069 from AlvinZhangH/dev/alvin/9061Robert Schumacher
[nlohmann-json] Upgrade to 3.7.3
2019-11-22[ace] Upgrade to 6.5.7Johnny Willemsen
2019-11-22bump openmvsMaxime Gimeno
2019-11-21UpdateNancyLi1013
2019-11-22[qt5-base] Add option to link to OpenSSL at compile-timeDavide Beatrici
By default Qt loads OpenSSL at runtime. This commit adds a "QT_OPENSSL_LINK" option, which specifies "-openssl-linked". The option is enabled by default for static configurations. From https://doc.qt.io/qt-5/ssl.html: "By default, an SSL-enabled Qt library dynamically loads any installed OpenSSL library at run-time. However, it is possible to link against the library at compile-time by configuring Qt with the -openssl-linked option."
2019-11-22[nlohmann-json] Upgrade to 3.7.3AlvinZhangH
2019-11-21Merge pull request #8793 from tcsavage/fix/qtquickshapes-dllRobert Schumacher
[qt5] Modify qtdeploy to include qtquickshapes
2019-11-21[folly/fizz]Upgrade version. (#8765)JackBoosY
* [folly/fizz]Upgrade version. * [fizz]Upgrade to v2019.10.28.00.
2019-11-21Merge pull request #8862 from aluaces/patch-1Robert Schumacher
[hiredis] PREFER_NINJA misspelling fix
2019-11-21Merge pull request #8913 from nicoell/patch-1Robert Schumacher
[cereal] Update to 1.3.0
2019-11-21Merge pull request #8892 from RT222/bitseryRobert Schumacher
[bitsery] Update to 5.0.1
2019-11-21[redis-plus-plus] Add new port (#8846)NancyLi1013
2019-11-21[stlab]Upgrade to 1.5.1 (#8901)JackBoosY
2019-11-21use latest librtmp (#8958)Robert Schumacher
as stated there: http://rtmpdump.mplayerhq.hu/ we should use the git repository, as the sources tar ball are very outdated