<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/python3, branch 2019.12</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[python3] Fix CONTROL Version (#9173)</title>
<updated>2019-12-14T00:16:31+00:00</updated>
<author>
<name>Alvin</name>
<email>52727318+AlvinZhangH@users.noreply.github.com</email>
</author>
<published>2019-12-14T00:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=dafe7f9d9a9a7b644b39dcec68cb345228fa388f'/>
<id>dafe7f9d9a9a7b644b39dcec68cb345228fa388f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent python3 build failure (#9014)</title>
<updated>2019-11-18T22:04:25+00:00</updated>
<author>
<name>heydojo</name>
<email>heydojo@users.noreply.github.com</email>
</author>
<published>2019-11-18T22:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=d02bfe065d1ed48e00cc41d4f6a274541cd4603e'/>
<id>d02bfe065d1ed48e00cc41d4f6a274541cd4603e</id>
<content type='text'>
* Prevent python3 build failure

If VCPKG_BUILD_TYPE release is set inside a
triplet, then the build will fail because
the port file attempts to deal with debug
files which will never exist. The changes
in this patch allow the build to succeed
if VCPKG_BUILD_TYPE release is stipulated
using a triplet before a build of the
python3 port is initiated.

* python3 version bump

Port clean up and version number
bump.

* libxslt release triplet build fix

This patch fixes a condition where
if a debug build is disabled via
triplet, the build fails and an
empty directory error message
is sent to the console.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Prevent python3 build failure

If VCPKG_BUILD_TYPE release is set inside a
triplet, then the build will fail because
the port file attempts to deal with debug
files which will never exist. The changes
in this patch allow the build to succeed
if VCPKG_BUILD_TYPE release is stipulated
using a triplet before a build of the
python3 port is initiated.

* python3 version bump

Port clean up and version number
bump.

* libxslt release triplet build fix

This patch fixes a condition where
if a debug build is disabled via
triplet, the build fails and an
empty directory error message
is sent to the console.
</pre>
</div>
</content>
</entry>
<entry>
<title>[python3]make python3 support unix (#8055)</title>
<updated>2019-09-30T01:58:00+00:00</updated>
<author>
<name>Long Huan</name>
<email>8551701+longhuan2018@users.noreply.github.com</email>
</author>
<published>2019-09-30T01:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=fe3e544fa57c0dc37190a1e06353e1a4b15c9ecd'/>
<id>fe3e544fa57c0dc37190a1e06353e1a4b15c9ecd</id>
<content type='text'>
* support unix

* Update portfile.cmake

call vcpkg_execute_build_process instead of vcpkg_execute_required_process
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* support unix

* Update portfile.cmake

call vcpkg_execute_build_process instead of vcpkg_execute_required_process
</pre>
</div>
</content>
</entry>
<entry>
<title>[WIP] Add a Homepage URL entry for vcpkg ports (#2933)</title>
<updated>2019-06-15T23:54:47+00:00</updated>
<author>
<name>pravic</name>
<email>ehysta@gmail.com</email>
</author>
<published>2019-06-15T23:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad'/>
<id>18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad</id>
<content type='text'>
* [vcpkg] Add "Homepage" field to the CONTROL files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg] Add "Homepage" field to the CONTROL files.</pre>
</div>
</content>
</entry>
<entry>
<title>[python3] Update to v3.7.3</title>
<updated>2019-03-26T13:09:04+00:00</updated>
<author>
<name>yurybura</name>
<email>yurybura@gmail.com</email>
</author>
<published>2019-03-26T13:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=121faf2ee21bcb16ab6074433723bb2db1104cae'/>
<id>121faf2ee21bcb16ab6074433723bb2db1104cae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[hyperscan] New port (#5285)</title>
<updated>2019-02-07T01:21:23+00:00</updated>
<author>
<name>Bobby Martin</name>
<email>bobbymartin2@gmail.com</email>
</author>
<published>2019-02-07T01:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=aa095559917a495b160986e9ad50556431509ace'/>
<id>aa095559917a495b160986e9ad50556431509ace</id>
<content type='text'>
* add support for building hyperscan

* patch hyperscan to work with latest boost

* correct hyperscan source dir name

* speed the build by depending on only the parts of boost we actually need

* make python3 support release-only builds

* upgrade to hyperscan 5.1.0

* remove redundant disambiguate patch

* Add comments about how to build

* restore original x64-windows-static.cmake

* [hyperscan] Check linkage

* [python3] Allow DLLs without LIBs

* [hyperscan] Only static library

* [python3] Revert changes that cause regression in boost-python

* [python3] Revert changes that cause regression in boost-python
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add support for building hyperscan

* patch hyperscan to work with latest boost

* correct hyperscan source dir name

* speed the build by depending on only the parts of boost we actually need

* make python3 support release-only builds

* upgrade to hyperscan 5.1.0

* remove redundant disambiguate patch

* Add comments about how to build

* restore original x64-windows-static.cmake

* [hyperscan] Check linkage

* [python3] Allow DLLs without LIBs

* [hyperscan] Only static library

* [python3] Revert changes that cause regression in boost-python

* [python3] Revert changes that cause regression in boost-python
</pre>
</div>
</content>
</entry>
<entry>
<title>[boost][python3] Fix building with VS 2019</title>
<updated>2019-01-30T22:27:10+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2019-01-26T02:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=660745956a59f58bc95b1802b2d08ddaeff37eb7'/>
<id>660745956a59f58bc95b1802b2d08ddaeff37eb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for python3 compile, fixes issue 3715 (#3827)</title>
<updated>2018-07-03T07:59:02+00:00</updated>
<author>
<name>Miodrag Milanović</name>
<email>mmicko@gmail.com</email>
</author>
<published>2018-07-03T07:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1459dbfa51d5147b41182cb84cca94166a517925'/>
<id>1459dbfa51d5147b41182cb84cca94166a517925</id>
<content type='text'>
* Fix for python3 compile, fixes issue 3715

* [python3] Use PATCHES of vcpkg_from_github
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix for python3 compile, fixes issue 3715

* [python3] Use PATCHES of vcpkg_from_github
</pre>
</div>
</content>
</entry>
<entry>
<title>[python3] Fix folder handling</title>
<updated>2018-04-27T01:17:01+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2018-04-21T00:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=5ab4a6f673ccce9796579a4132d397cddafa0916'/>
<id>5ab4a6f673ccce9796579a4132d397cddafa0916</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include windows.h before including consoleapi.h (#3050)</title>
<updated>2018-03-18T11:31:30+00:00</updated>
<author>
<name>Daniel Strommen</name>
<email>nerdile@outlook.com</email>
</author>
<published>2018-03-18T11:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=56560864e9cca01645fa19c65db9742d85a3e381'/>
<id>56560864e9cca01645fa19c65db9742d85a3e381</id>
<content type='text'>
* Include windows.h before including consoleapi.h

Issue: cpython fails to build against Windows Insider Preview SDK 17115

Root Cause: Failure to include windows.h before other Windows headers (consoleapi.h)

Solution: Include windows.h before consoleapi.h

If you don't include Windows.h before other Windows headers, then your code
is likely to break with new versions of the Windows Platform SDK, as headers
move around or new intraheader dependencies are added.  That is what happened
here.

* Remove redundant consoleapi.h

The documented header for all the console API's is windows.h,
which includes wincon.h which includes consoleapi.h.  Consoleapi.h
used to also include windows.h, but this caused a circular dependency.
So, adjusting this to only include windows.h and omit the consoleapi.h
which is redundant.

* [python3] formatting
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Include windows.h before including consoleapi.h

Issue: cpython fails to build against Windows Insider Preview SDK 17115

Root Cause: Failure to include windows.h before other Windows headers (consoleapi.h)

Solution: Include windows.h before consoleapi.h

If you don't include Windows.h before other Windows headers, then your code
is likely to break with new versions of the Windows Platform SDK, as headers
move around or new intraheader dependencies are added.  That is what happened
here.

* Remove redundant consoleapi.h

The documented header for all the console API's is windows.h,
which includes wincon.h which includes consoleapi.h.  Consoleapi.h
used to also include windows.h, but this caused a circular dependency.
So, adjusting this to only include windows.h and omit the consoleapi.h
which is redundant.

* [python3] formatting
</pre>
</div>
</content>
</entry>
</feed>
