aboutsummaryrefslogtreecommitdiff
path: root/ports/grpc/vcpkg.json
AgeCommit message (Collapse)Author
2021-09-24[grpc] yet another library missing in pkg-config files (#20308)Carlos O'Ryan
2021-07-27[grpc] fix generated pkg-config file (#19174)Carlos O'Ryan
gRPC uses `upb`, but normally it vendors-in the dependency. The vendored-in version uses a single library artifact, and the generated pkg-config file simply adds `-lupb`. In `vcpkg` we use the `upb` package. This has more libraries, and thus more `-lupb_*` options are needed. Ideally we would use a `upb.pc` file, but that does not exist.
2021-05-28[vcpkg.cmake] Cleanup every special case in the find_package override (#18047)Alexander Neumann
* move boost out of the toolchain * move icu out of the toolchain * remove CURL from the toolchain (was already unreachable?) * remove gsl from toolchain * remove grpc from toolchain * version stuff * fix indent and missing endif() * version stuff * Revert changes to vcpkg.cmake * push port version * version stuff
2021-05-03[grpc] Create codegen feature (#17424)ras0219
* [grpc] Create codegen feature * [grpc] Update port-version Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-28[grpc] update to 1.37.0 (#17496)JonLiu1993
2021-04-23[grpc][upb] Update to newer versions (#17422)ras0219
* [gRPC] 1.36.4 * [upb] update to 2020-12-19 * update version * [upb] Fix config.cmake file * [grpc] Restore using system upb * [grpc][upb] Version db changes * [grpc][upb] Fix building upbdefs in grpc Co-authored-by: Jeong YunWon <jeong@youknowone.org> Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-26[many ports] Apply host dependencies (#16479)ras0219
* [vcpkg] Add VCPKG_HOST_TRIPLET. Improve vcpkg.schema.json * [many ports] Apply host dependencies * [yasm-tool] Revert yasm-tool changes to split into PR #16478 * [many ports] Add versions * [vcpkg.cmake] Revert change applied in other PR * [boost-modular-build-helper] Merge from master Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-13[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)ras0219
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>