aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-15[brynet] Update library to 1.0.3unknown
2019-08-15[poco]Re-fix unbundled_pdf.patchJackBoosY
2019-08-15[nghttp2] Upgrade to version 1.39.2wangli28
2019-08-15[poco]Upgrade version to 1.9.2 release.JackBoosY
2019-08-15[geographiclib] Fix build error on Linuxwangli28
2019-08-15Fix osgearth rocksdb plugin build faliedLong Huan
2019-08-14[depend-info] Fix bugs, add `--sort`, `--show-depth` and `--max-recurse` ↵Victor Romero
options (#7643) * [depend-info] Follow same rules as vcpkg install * [depend-info] Add --max-depth and --sort options * [depend-info] Improve output readability (a tiny bit) * [depend-info] Add --show-depth option * [depend-info] Fix build on VS 2015 * [depend-info] Fix output of --dot and --dgml
2019-08-14Merge pull request #7608 from JackBoosY/dev/jack/ffmpeg_avresampleCurtis J Bezault
[ffmpeg]Add feature avresample.
2019-08-14Merge pull request #7649 from tmpvar/tmpvar/blosc/fix-debug-buildsCurtis J Bezault
[blosc] enable dependent ports to use debug builds
2019-08-14[libidn2] Update to version 2.2.0. (#7685)Curtis J Bezault
2019-08-14[protobuf] Update from 3.9.0 to 3.9.1 (#7671)Kevin Lu
2019-08-14Update collada.patch (#7677)Long Huan
2019-08-14Fix osgqt build error LNK 1181 (#7672)Long Huan
2019-08-14Change CMakeLists.txt in toolsrc to allow compiling with llvm toolset (#4572)Alexander Neumann
* llvm warning pessimistic move * warning missing override * warning invalid noreturn. ::TerminateProcess ist not marked as noreturn! * use more modern cmake features instead of adding c++ standard by hand. * Normalize line endings * Fix add_executable() * Fix target commands * Clean up CMakeLists.txt
2019-08-14[fast-cpp-csv-parser] Add new port (#7681)myd7349
2019-08-14[physx] Update to 4.1.1 (with support for Visual Studio 2019) (#7679)RT222
2019-08-14[gtest] update to 90a443f9c2437ca8a682a1ac625eba64e1d74a8a (#7692)contre
Resolves #7690
2019-08-14[libidn2] Update to version 2.2.0.Vitaliy Didik
2019-08-14fixed static buildStijn Herfst
2019-08-14remove space character from patch fileStijn Herfst
2019-08-13[vcpkg_check_features] Set output variable explicitly and allow ↵Victor Romero
reverse-logic check (#7558) * [vcpkg_check_features] Set OUT_EXPAND_OPTIONS explicitly * [vcpkg_check_features] Allow reverse logic for features * [vcpkg_check_features] Document new parameters * [vcpkg_check_features] Remove unnecessary logging * Do not create variables for each feature only set OUT_FEATURE_OPTIONS * Improve documentation * Update ports that use vcpkg_check_features() * Missing documentation updates * [pcl] Fix tools feature * [opencv,opencv4] Fix usage of vcpkg_check_features() * [opencv4] Fix typo
2019-08-13[spdlog] fix cmake targets pathPhoebe
2019-08-14[libgit2] Upgrade to version 0.28.3wangli28
2019-08-13[blosc] enable dependent ports to use debug buildsElijah Insua
refs: https://github.com/Microsoft/vcpkg/issues/3601 The bulk of this work is to utilize the standard vcpkg find_package code to find the correct binaries in both Release and Debug modes.
2019-08-13[qt5] bump CONTROL versionPhil Christensen
2019-08-13[dimcli] Fix build error C2220 (#7651)Lily
2019-08-13[usockets] upgrade to v0.3.1 (#7662)Phoebe
2019-08-13[directxtk][directxtk12][directxmesh][directxtex] Updated to June version ↵RT222
and improved platform toolset support (#7665) * [directxtk][directxtk12][directxmesh][directxtex] Updated to June version and improved platform toolset support * [directxtk12] Fixed build error on x86 platform * [directxmesh][directxtex] Fixed UWP builds failure
2019-08-13[yasm] Add new port (#7478)Lily
* [yasm] Add new port * [yasm] Add new port * Remove patch; Use port var; use vcpkg_add_to_path
2019-08-13[hayai] Add new port (#7624)myd7349
* [hayai] Add new port * [hayai] Fixup Linux CMake targets * [hayai] Fix UWP build * [hayai] Fixup CMake targets on Linux
2019-08-13[tiny-regex-c] Add new port (#7626)myd7349
2019-08-13[plf-colony][plf-list][plf-nanotimer][plf-stack] Add new ports (#7627)myd7349
2019-08-13[ade] Update library to 0.1.1f (#7628)Ehsan
2019-08-13[lazy-importer] Add new port (#7630)myd7349
2019-08-13[xorstr] Add new port (#7631)myd7349
2019-08-13[nt-wrapper] Add new port (#7633)myd7349
2019-08-13[monkeys-audio] Update library to 4.8.3 (#7634)Genos
* Update portfile.cmake * Update CONTROL
2019-08-13[cppgraphqlgen] Update with matching PEGTL (#7639)Bill Avery
* [cppgraphqlgen] Update with matching PEGTL * Pick up cppgraphqlgen v3.0.2
2019-08-13Update osg version to 3.6.4 (#7653)Björn Blissing
2019-08-13[drlibs] Add new port (#7656)Genos
2019-08-12[opencv] Expose all features from opencv4 (#7659)Victor Romero
2019-08-12[tiff][tesseract][xerces-c] Disable unmanaged optional dependencies (#7622)Robert Schumacher
2019-08-12vs 2019 integration bug (#7623)dan-shaw
2019-08-12[vcpkg] Fix the build on VS2015 debug (#7637)nicole mazzuca
The VS2015 standard library requires, in debug mode, a comparison operator on `T × U` and `U × T` to also be a comparison operator on `T × T` and on `U × U`, and so in vcpkg::Install::install_package::intersection_compare, I've added two new `operator()` overloads which take those respectively, on VS2015. Also, `[nodiscard]` was added to somewhere in `vcpkg/base/strings.h`, which gives a warning in VS2015 -- thus, I added the `vcpkg/pragmas.h` include, since that fixes the warning.
2019-08-12[tiny-aes-c] Add new port (#7530)myd7349
2019-08-12[dbow2] Add new port (#7552)NancyLi1013
* [dbow2] Add new port * Fix case sensitive in Linux.
2019-08-12[bento4] Add new port (#7595)NancyLi1013
2019-08-12[tgc] Add new port (#7644)myd7349
2019-08-12drop uneeded parameter from create_binary_control_fileCurtis.Bezault
2019-08-12remove uneeded headerCurtis.Bezault