aboutsummaryrefslogtreecommitdiff
path: root/ports/grpc/00001-fix-uwp.patch
AgeCommit message (Collapse)Author
2020-10-27[grpc] Update to v1.33.1 (#14187)Jozef Izso
2020-10-22[grpc] Update to v1.32.0 - use correct port version (#14152)Jozef Izso
* [grpc] grpc v1.32.0 - use correct port version * [grpc] update 00001-fix-uwp.patch * [grpc] update 00002-static-linking-in-linux.patch * [grpc] update 00004-link-gdi32-on-windows.patch * [grpc] update 00011-fix-csharp_plugin.patch
2020-08-22[grpc][upb][re2] grpc v1.31.1 (#13084)Jozef Izso
2020-08-22[grpc] grpc v1.30.2 (#12920)Jozef Izso
2020-06-23[grpc] Update to 1.29.1 (#11791)Jack·Boos·Yu
* [grpc] Update to 1.29.1 * re-fix uwp build * re-fix dependency upb * [offscale-libetcd-cpp] Fix dependency grpc
2020-02-11[gRPC] Update to 1.27.1 (#9963)ymshenyu
* gRPC 1.27.0 * trigger build * update to v1.27.1 * update control file
2020-01-06[grpc] Upgrade to gRPC-1.26.0 (#9363)Carlos O'Ryan
* WIP - Upgrade gRPC to 1.26.0 * Updated patch 00001 * Update 00002 patch. * Update 00003 * Update 00005 * Remove 00007 patch. * Really fix patch 00005 * Use CRLF for patches as before :shrug:
2020-01-02[grpc] Update grpc to 1.24.3 (#9135)Jozef Izso
* [grpc] Update grpc to 1.24.0 * [grpc] Update grpc to 1.24.3 * Disable error C4146 on uwp C4146: unary minus operator applied to unsigned type, result still unsigned
2019-10-03[grpc] Update grpc to 1.23.1 (#8438)Jozef Izso
2019-05-17[grpc] #6485 - Fix ARM/ARM64 on Windows Build (#6487)Darrin W. Cullop
This PR includes the following changes that are required to get gRPC to build for ARM/ARM64 on Windows 1) Updated to v1.20.1 2) Disables Codegen Build for ARM/ARM64 builds 3) Rebased the "Fix UWP" patch so that it will apply properly 4) Fixed the "Static Linking in Linux" patch because it specified an invalid option on Windows builds 5) Added patch to "#undef" a macro name collision 6) Added GDI32.lib to the list of standard libraries linked to Windows
2019-04-19[grpc] Supported static linking in LinuxHongxu Xu