<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/grpc/00002-static-linking-in-linux.patch, branch 2020.06</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[gRPC] Update to 1.27.1 (#9963)</title>
<updated>2020-02-12T00:33:48+00:00</updated>
<author>
<name>ymshenyu</name>
<email>39402395+ymshenyu@users.noreply.github.com</email>
</author>
<published>2020-02-12T00:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=acdbfaec173b4c2ab78dd592b6baf35cc3305839'/>
<id>acdbfaec173b4c2ab78dd592b6baf35cc3305839</id>
<content type='text'>
* gRPC 1.27.0

* trigger build

* update to v1.27.1

* update control file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gRPC 1.27.0

* trigger build

* update to v1.27.1

* update control file
</pre>
</div>
</content>
</entry>
<entry>
<title>[grpc] Upgrade to gRPC-1.26.0 (#9363)</title>
<updated>2020-01-06T20:24:51+00:00</updated>
<author>
<name>Carlos O'Ryan</name>
<email>coryan@users.noreply.github.com</email>
</author>
<published>2020-01-06T20:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=ebe505081b667a9f9a56596057f63ed20be237a5'/>
<id>ebe505081b667a9f9a56596057f63ed20be237a5</id>
<content type='text'>
* 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:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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:
</pre>
</div>
</content>
</entry>
<entry>
<title>[grpc] Update grpc to 1.24.3 (#9135)</title>
<updated>2020-01-02T22:10:18+00:00</updated>
<author>
<name>Jozef Izso</name>
<email>jozef.izso@gmail.com</email>
</author>
<published>2020-01-02T22:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e510f8708ef62ee85a15135c69288750107129d8'/>
<id>e510f8708ef62ee85a15135c69288750107129d8</id>
<content type='text'>
* [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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [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
</pre>
</div>
</content>
</entry>
<entry>
<title>[grpc] #6485 - Fix ARM/ARM64 on Windows Build (#6487)</title>
<updated>2019-05-17T18:18:26+00:00</updated>
<author>
<name>Darrin W. Cullop</name>
<email>v-dacull@microsoft.com</email>
</author>
<published>2019-05-17T18:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=2fda34be1f8cd94c9589cd69d3837a51b03bc3cd'/>
<id>2fda34be1f8cd94c9589cd69d3837a51b03bc3cd</id>
<content type='text'>
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</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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</pre>
</div>
</content>
</entry>
<entry>
<title>Removed setting CMAKE_FIND_LIBRARY_SUFFIXES to fix configure error in Windows</title>
<updated>2019-04-21T09:01:16+00:00</updated>
<author>
<name>Hongxu Xu</name>
<email>hox@microsoft.com</email>
</author>
<published>2019-04-21T09:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=49c282da3284bbf14d161c2d6275098b2e4121f2'/>
<id>49c282da3284bbf14d161c2d6275098b2e4121f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[grpc] Supported static linking in Linux</title>
<updated>2019-04-19T09:27:19+00:00</updated>
<author>
<name>Hongxu Xu</name>
<email>hox@microsoft.com</email>
</author>
<published>2019-04-19T09:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=23ae7eb168af8817bec96c1233f96b86b1aad2bd'/>
<id>23ae7eb168af8817bec96c1233f96b86b1aad2bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
