<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/scripts, branch 2019.07</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>Resolves "project is never up-to-date" problem (issue 6179) (#7322)</title>
<updated>2019-07-22T17:47:57+00:00</updated>
<author>
<name>crusader-mike</name>
<email>crusader.mike@gmail.com</email>
</author>
<published>2019-07-22T17:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=126812d18bf244b9141d466ca27582df176a2038'/>
<id>126812d18bf244b9141d466ca27582df176a2038</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Portfile Settings (#7292)</title>
<updated>2019-07-19T15:01:38+00:00</updated>
<author>
<name>Curtis J Bezault</name>
<email>curtbezault@gmail.com</email>
</author>
<published>2019-07-19T15:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=618fa203c13c30bd19826988cff66481bca0562f'/>
<id>618fa203c13c30bd19826988cff66481bca0562f</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Environment Variable Passthrough (#7290)</title>
<updated>2019-07-18T16:02:21+00:00</updated>
<author>
<name>Curtis J Bezault</name>
<email>curtbezault@gmail.com</email>
</author>
<published>2019-07-18T16:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=bb3a9ddb6ec917f549e991f6bd344ce77054bb67'/>
<id>bb3a9ddb6ec917f549e991f6bd344ce77054bb67</id>
<content type='text'>
* use additional env param

* remove partials

* remove change to linux triplet

* Fix some issues that vicroms pointed out

* whitespace change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* use additional env param

* remove partials

* remove change to linux triplet

* Fix some issues that vicroms pointed out

* whitespace change
</pre>
</div>
</content>
</entry>
<entry>
<title>Added nasm mirror as nasm.us is down again (#7175)</title>
<updated>2019-07-10T06:17:17+00:00</updated>
<author>
<name>Igor Kostenko</name>
<email>isanych@gmail.com</email>
</author>
<published>2019-07-10T06:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f97f92785f78460949a1044d417eab1d37715080'/>
<id>f97f92785f78460949a1044d417eab1d37715080</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup vcpkg_configure_cmake.cmake (#6792)</title>
<updated>2019-07-09T21:53:48+00:00</updated>
<author>
<name>YenForYang</name>
<email>YenForYang@users.noreply.github.com</email>
</author>
<published>2019-07-09T21:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e7aafb7742ef299094183df5bc20cc17b504366d'/>
<id>e7aafb7742ef299094183df5bc20cc17b504366d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Fix incorrect setting of FEATURE_OPTIONS (#7158)</title>
<updated>2019-07-07T07:33:46+00:00</updated>
<author>
<name>myd7349</name>
<email>myd7349@gmail.com</email>
</author>
<published>2019-07-07T07:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1053d5b386778536b64a42afd1198e91581721bc'/>
<id>1053d5b386778536b64a42afd1198e91581721bc</id>
<content type='text'>
Setting a variable in PARENT_SCOPE will not make the variable also visible in
current scope, which, as a result, causes FEATURE_OPTIONS to be set incorrectly.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting a variable in PARENT_SCOPE will not make the variable also visible in
current scope, which, as a result, causes FEATURE_OPTIONS to be set incorrectly.</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Fix powershell font corruption bug (#7094)</title>
<updated>2019-07-06T20:29:46+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2019-07-06T20:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=2b8e225b2ea83a3138d4b7345f104c1bd9a129dd'/>
<id>2b8e225b2ea83a3138d4b7345f104c1bd9a129dd</id>
<content type='text'>
* [vcpkg] Fix font corruption bug on Windows by downloading Powershell Core

* [vcpkg] Rename subtool to powershell-core

* [vcpkg] Add missing includes to project files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg] Fix font corruption bug on Windows by downloading Powershell Core

* [vcpkg] Rename subtool to powershell-core

* [vcpkg] Add missing includes to project files
</pre>
</div>
</content>
</entry>
<entry>
<title>revert ninja update (#7135)</title>
<updated>2019-07-02T22:12:47+00:00</updated>
<author>
<name>Phil Christensen</name>
<email>philc@microsoft.com</email>
</author>
<published>2019-07-02T22:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=24b1618b292541086cc97820df8619d6ede046f5'/>
<id>24b1618b292541086cc97820df8619d6ede046f5</id>
<content type='text'>
Causing failures on Linux, revert until investigation is complete.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Causing failures on Linux, revert until investigation is complete.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Python3 tool on Windows (#7051)</title>
<updated>2019-07-02T20:47:50+00:00</updated>
<author>
<name>cskrisz</name>
<email>cskrisztianster@gmail.com</email>
</author>
<published>2019-07-02T20:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=4642a4fc6c4437b7d68294ab4e34d3fe38051244'/>
<id>4642a4fc6c4437b7d68294ab4e34d3fe38051244</id>
<content type='text'>
* Delete python37._pth from python3-embed

* Add version number to SUBDIR

* [open62541] Use Python in version subdir
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Delete python37._pth from python3-embed

* Add version number to SUBDIR

* [open62541] Use Python in version subdir
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix vcpkg_from_git (#7082)</title>
<updated>2019-07-02T05:39:51+00:00</updated>
<author>
<name>Phil Christensen</name>
<email>philc@microsoft.com</email>
</author>
<published>2019-07-02T05:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=d2b3ef9e88fcb51b7273a76abe6e78d49d73a329'/>
<id>d2b3ef9e88fcb51b7273a76abe6e78d49d73a329</id>
<content type='text'>
* [vcpkg_from_git/fdlibm] Fix flaky sha256 issues
* [doc] regenerate docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg_from_git/fdlibm] Fix flaky sha256 issues
* [doc] regenerate docs</pre>
</div>
</content>
</entry>
</feed>
