<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/scripts, branch 2020.01</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[aws-*]Update version (#8832)</title>
<updated>2020-01-30T22:43:34+00:00</updated>
<author>
<name>Jack·Boos·Yu</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2020-01-30T22:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=cf3e688dda65b2a6d4729edcaf83e99b32c92fd1'/>
<id>cf3e688dda65b2a6d4729edcaf83e99b32c92fd1</id>
<content type='text'>
* [aws-c-common]Upgrade to 0.4.15

* [aws-c-common]Fix cmake target path.

* [aws-c-event-stream]Upgrade to 0.1.4

* [aws-checksums]Upgrade to 0.1.5
[aws-c-event-stream]Fix cmake target path.
[aws-lambda-cpp]Upgrade to 0.2.4
[aws-sdk-cpp]Upgrade to 1.7.214

* [aws=sdk-cpp]Set feature AWSMigrationHub to lowercase.

* [aws-lambda-cpp] Drop support with OSX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [aws-c-common]Upgrade to 0.4.15

* [aws-c-common]Fix cmake target path.

* [aws-c-event-stream]Upgrade to 0.1.4

* [aws-checksums]Upgrade to 0.1.5
[aws-c-event-stream]Fix cmake target path.
[aws-lambda-cpp]Upgrade to 0.2.4
[aws-sdk-cpp]Upgrade to 1.7.214

* [aws=sdk-cpp]Set feature AWSMigrationHub to lowercase.

* [aws-lambda-cpp] Drop support with OSX
</pre>
</div>
</content>
</entry>
<entry>
<title>[seal] Add new port (#9698)</title>
<updated>2020-01-30T20:55:19+00:00</updated>
<author>
<name>Kotaro Inoue</name>
<email>k.musaino@gmail.com</email>
</author>
<published>2020-01-30T20:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=9986c559b8c90a760b2639b674b841908f34d594'/>
<id>9986c559b8c90a760b2639b674b841908f34d594</id>
<content type='text'>
* Add Microsoft SEAL as a new port

* Fix to choose either static or shared binaries

* Fix to fail port install on Windows platforms

* Fix to enable a command line build on windows

* Fix to fail port install on UWP
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add Microsoft SEAL as a new port

* Fix to choose either static or shared binaries

* Fix to fail port install on Windows platforms

* Fix to enable a command line build on windows

* Fix to fail port install on UWP
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg_find_acquire_program] Include version in downloaded python MSI name to avoid conflicts when updating (#8774)</title>
<updated>2020-01-27T23:52:23+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2020-01-27T23:52:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=89751b450a161c1451937ee5338e599a51cf53a2'/>
<id>89751b450a161c1451937ee5338e599a51cf53a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the repo for jom 1.1.3 (#9265)</title>
<updated>2020-01-27T22:44:33+00:00</updated>
<author>
<name>Colin Barré-Brisebois</name>
<email>colinbb@gmail.com</email>
</author>
<published>2020-01-27T22:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=23d7b88a39e2e02f4a3dbba2e6f4975ae4400b7e'/>
<id>23d7b88a39e2e02f4a3dbba2e6f4975ae4400b7e</id>
<content type='text'>
* Update the repo for jom 1.1.3

- The qt repo is unreliable, often down. Use the Berkeley mirror instead.

* Set two possible URLs for JOM v1.1.3

* Update indent to match coding style
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update the repo for jom 1.1.3

- The qt repo is unreliable, often down. Use the Berkeley mirror instead.

* Set two possible URLs for JOM v1.1.3

* Update indent to match coding style
</pre>
</div>
</content>
</entry>
<entry>
<title>[sdl2-gfx] Fixed build error ARM64 Windows 10 (#9314)</title>
<updated>2020-01-27T22:32:23+00:00</updated>
<author>
<name>Tatsuro Shibamura</name>
<email>me@shibayan.jp</email>
</author>
<published>2020-01-27T22:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=268d7bb406bef5aea66a79c91d4ebc981c5a9860'/>
<id>268d7bb406bef5aea66a79c91d4ebc981c5a9860</id>
<content type='text'>
* [sdl2-gfx] Fixed build error ARM64 Windows 10

* [sdl2-gfx] Update CI baseline

* [sdl2-gfx] Fixed function name

* Revert ci.baseline.txt

* Remove sdl2-gfx:arm64-windows from ci.baseline.txt

Co-authored-by: Jack·Boos·Yu &lt;47264268+JackBoosY@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [sdl2-gfx] Fixed build error ARM64 Windows 10

* [sdl2-gfx] Update CI baseline

* [sdl2-gfx] Fixed function name

* Revert ci.baseline.txt

* Remove sdl2-gfx:arm64-windows from ci.baseline.txt

Co-authored-by: Jack·Boos·Yu &lt;47264268+JackBoosY@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[asiosdk] Add new port (#9456)</title>
<updated>2020-01-27T22:14:26+00:00</updated>
<author>
<name>Michael Mattsson</name>
<email>michael@batlogic.com</email>
</author>
<published>2020-01-27T22:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6ab471d09e26a91aa1b5b3ed3565581c083ab183'/>
<id>6ab471d09e26a91aa1b5b3ed3565581c083ab183</id>
<content type='text'>
* [asiosdk] Add new port

* specified vcpkg_fail_port_install for non-windows platforms

* specified vcpkg_fail_port_install for arm &amp; uwp platforms

* added entries for asiosdk into scripts/ci.baseline.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [asiosdk] Add new port

* specified vcpkg_fail_port_install for non-windows platforms

* specified vcpkg_fail_port_install for arm &amp; uwp platforms

* added entries for asiosdk into scripts/ci.baseline.txt
</pre>
</div>
</content>
</entry>
<entry>
<title>[ftgl] Fix build failure #9520 (#9521)</title>
<updated>2020-01-27T22:11:39+00:00</updated>
<author>
<name>sma-github</name>
<email>55330739+sma-github@users.noreply.github.com</email>
</author>
<published>2020-01-27T22:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=28b70b41c482c679cbcea8c9ea6d8d598cb3c648'/>
<id>28b70b41c482c679cbcea8c9ea6d8d598cb3c648</id>
<content type='text'>
* bugfix for [ftgl] build failure #9520. Applied same solution as cbezault did for #7697

* bugfix for [ftgl] build failure #9520. Added suggested changes from the review and clean-up EOL characters.

* [ftgl] remove ftgl:x64-linux=fail from ci.baseline.txt

* [ftgl] build failure #9520 - disable doxygen on Linux

* [ftgl] build failure #9520 - force the compiler to use the C++11 standard

* [ftgl] build failure #9520 - remove ftgl:x64-osx=fail

* [ftgl] build failure #9520 - add missing C++11 standard patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bugfix for [ftgl] build failure #9520. Applied same solution as cbezault did for #7697

* bugfix for [ftgl] build failure #9520. Added suggested changes from the review and clean-up EOL characters.

* [ftgl] remove ftgl:x64-linux=fail from ci.baseline.txt

* [ftgl] build failure #9520 - disable doxygen on Linux

* [ftgl] build failure #9520 - force the compiler to use the C++11 standard

* [ftgl] build failure #9520 - remove ftgl:x64-osx=fail

* [ftgl] build failure #9520 - add missing C++11 standard patch
</pre>
</div>
</content>
</entry>
<entry>
<title>[memorymodule] Add new port (#9541)</title>
<updated>2020-01-27T22:07:04+00:00</updated>
<author>
<name>myd7349</name>
<email>myd7349@gmail.com</email>
</author>
<published>2020-01-27T22:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=354733dbf8aa53571c7f7b451565742f42156339'/>
<id>354733dbf8aa53571c7f7b451565742f42156339</id>
<content type='text'>
* [memorymodule] Add new port

* [memorymodule] Update ci baseline

* [memorymodule] Update CI baseline

* [memorymodule] Simplify vcpkg_fail_port_install call

* [memorymodule] Install lib files only if they exist
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [memorymodule] Add new port

* [memorymodule] Update ci baseline

* [memorymodule] Update CI baseline

* [memorymodule] Simplify vcpkg_fail_port_install call

* [memorymodule] Install lib files only if they exist
</pre>
</div>
</content>
</entry>
<entry>
<title>Make VS 2019 default to x64 (#9816)</title>
<updated>2020-01-24T20:26:35+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2020-01-24T20:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=ed0df8ecc4ed7e755ea03e18aaf285fd9b4b4a74'/>
<id>ed0df8ecc4ed7e755ea03e18aaf285fd9b4b4a74</id>
<content type='text'>
Since CMake also does this</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since CMake also does this</pre>
</div>
</content>
</entry>
<entry>
<title>MinGW: Fix vcpkg common definitions (#9807)</title>
<updated>2020-01-23T20:17:40+00:00</updated>
<author>
<name>Cristian Adam</name>
<email>cristian.adam@gmail.com</email>
</author>
<published>2020-01-23T20:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=8c77506c4fc47c3ea4790d30fc78c45265b3e41a'/>
<id>8c77506c4fc47c3ea4790d30fc78c45265b3e41a</id>
<content type='text'>
Since MinGW has both VCPKG_TARGET_IS_MINGW and VCPKG_TARGET_IS_WINDOWS,
make sure to test the first before.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since MinGW has both VCPKG_TARGET_IS_MINGW and VCPKG_TARGET_IS_WINDOWS,
make sure to test the first before.</pre>
</div>
</content>
</entry>
</feed>
