<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/mpfr/CMakeLists.txt, branch aws-lambda-cpp</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[mpc/mpfr] Add new port / update mpfr (#13081)</title>
<updated>2021-01-25T07:01:16+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2021-01-25T07:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f2ec6c5a7cf8441ae30a857c938694c4bfff424f'/>
<id>f2ec6c5a7cf8441ae30a857c938694c4bfff424f</id>
<content type='text'>
* [mpc] add mpc port

* [mpfr] update mpfr to use make.

* [gmp] fix preprocessor define for dlls.

* more fixes

* fix mpfr regression on !windows

* install autoconf-archive in provisioning script

* change indent of patches

Co-authored-by: NancyLi1013 &lt;46708020+NancyLi1013@users.noreply.github.com&gt;

* fix merge error

* update PR

* update baseline

Co-authored-by: NancyLi1013 &lt;46708020+NancyLi1013@users.noreply.github.com&gt;
Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;
Co-authored-by: Nicole Mazzuca &lt;mazzucan@outlook.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [mpc] add mpc port

* [mpfr] update mpfr to use make.

* [gmp] fix preprocessor define for dlls.

* more fixes

* fix mpfr regression on !windows

* install autoconf-archive in provisioning script

* change indent of patches

Co-authored-by: NancyLi1013 &lt;46708020+NancyLi1013@users.noreply.github.com&gt;

* fix merge error

* update PR

* update baseline

Co-authored-by: NancyLi1013 &lt;46708020+NancyLi1013@users.noreply.github.com&gt;
Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;
Co-authored-by: Nicole Mazzuca &lt;mazzucan@outlook.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>update mpfr to 4.0.2 and fix build on osx (#8324)</title>
<updated>2019-09-24T18:05:30+00:00</updated>
<author>
<name>Lennart Trunk</name>
<email>lennart.trunk@outlook.de</email>
</author>
<published>2019-09-24T18:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=45e70a9f786480cbd85d0efc512713c965a02387'/>
<id>45e70a9f786480cbd85d0efc512713c965a02387</id>
<content type='text'>
* update mpfr to 4.0.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update mpfr to 4.0.2
</pre>
</div>
</content>
</entry>
<entry>
<title>[mpfr] update CMakeLists for new version</title>
<updated>2018-12-20T00:38:14+00:00</updated>
<author>
<name>Phil Christensen</name>
<email>philc@microsoft.com</email>
</author>
<published>2018-12-20T00:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=dd005656273d5d004ea7a74256a2cb9ca9f89dc7'/>
<id>dd005656273d5d004ea7a74256a2cb9ca9f89dc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update mpfr to 4.0.1 and fix compilation under gcc 7</title>
<updated>2018-12-13T10:59:19+00:00</updated>
<author>
<name>ing. Federico Fuga</name>
<email>fuga@studiofuga.com</email>
</author>
<published>2018-12-13T10:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a2c846338ced13df79089419c3161c3d2fefb68c'/>
<id>a2c846338ced13df79089419c3161c3d2fefb68c</id>
<content type='text'>
gcc 7 deprecates the use of varargs.h in favour of stdarg.h.
mpfr already fixes it, but the fix is enabled if stdarg is available.
This patch adds the test on CMakeLists.txt and enables the fix if
needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc 7 deprecates the use of varargs.h in favour of stdarg.h.
mpfr already fixes it, but the fix is enabled if stdarg is available.
This patch adds the test on CMakeLists.txt and enables the fix if
needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>[mpfr] define have_stdint_h</title>
<updated>2017-11-29T18:17:31+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2017-11-29T18:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e0362393cfb4555b3928239aa7ae40b888203359'/>
<id>e0362393cfb4555b3928239aa7ae40b888203359</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[mpfr] add MPFR_USE_INTMAX_T</title>
<updated>2017-11-29T17:28:30+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2017-11-29T17:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6de016f75347b01854614c46dcc8e34f0c22fc1b'/>
<id>6de016f75347b01854614c46dcc8e34f0c22fc1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[mprf] add missing symbol (#2226)</title>
<updated>2017-11-20T23:10:00+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2017-11-20T23:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1a6d0f5611882618f9179898448ca56770ff2ab0'/>
<id>1a6d0f5611882618f9179898448ca56770ff2ab0</id>
<content type='text'>
* [mprf] create printf

* Update CMakeLists.txt

* [mpfr:portile] copy file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [mprf] create printf

* Update CMakeLists.txt

* [mpfr:portile] copy file
</pre>
</div>
</content>
</entry>
<entry>
<title>[mpfr] add initial port</title>
<updated>2017-08-08T15:48:24+00:00</updated>
<author>
<name>Albert Ziegenhagel</name>
<email>albert.ziegenhagel@outlook.com</email>
</author>
<published>2017-08-08T15:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=7e0be3c9cc2d7252f6519bf9891ac48abadfa042'/>
<id>7e0be3c9cc2d7252f6519bf9891ac48abadfa042</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
