<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/pango, branch 2019.08</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>improve logic expression evaluation (#7508)</title>
<updated>2019-08-03T04:37:49+00:00</updated>
<author>
<name>Phil Christensen</name>
<email>philc@microsoft.com</email>
</author>
<published>2019-08-03T04:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=22e0b9f376a66e6717f820e6c382c4112191ef9b'/>
<id>22e0b9f376a66e6717f820e6c382c4112191ef9b</id>
<content type='text'>
* better logic expression evaluation

Improve the logic expression evaluation currently used when filtering
dependencies.

Biggest improvements:
+  Allow '|' operator
+  Support nested '()'
+  Allow whitespace
+  Useful error message for malformed expressions

Also changed names of types to RawParagraph when that is what the original author was using.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* better logic expression evaluation

Improve the logic expression evaluation currently used when filtering
dependencies.

Biggest improvements:
+  Allow '|' operator
+  Support nested '()'
+  Allow whitespace
+  Useful error message for malformed expressions

Also changed names of types to RawParagraph when that is what the original author was using.</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>[pango/gtk]Fix build error C2001. (#6671)</title>
<updated>2019-05-29T19:45:57+00:00</updated>
<author>
<name>JackBoosY</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2019-05-29T19:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=70e7124cc485b943b911b0aae8ae30b4cbce9583'/>
<id>70e7124cc485b943b911b0aae8ae30b4cbce9583</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wt Linux fixes (#4927)</title>
<updated>2018-12-18T00:30:27+00:00</updated>
<author>
<name>Todor Prokopov</name>
<email>koprok@users.noreply.github.com</email>
</author>
<published>2018-12-18T00:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=ffbff8caabd2fa7e853df18e9d04c391fcc06076'/>
<id>ffbff8caabd2fa7e853df18e9d04c391fcc06076</id>
<content type='text'>
* [harfbuzz] Fix build on Linux

* [cairo] Fix build on Linux

* [pango] Fix build on Linux

* [wt] Fix build on Linux

* [wt] Fix linking with -lcrypto
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [harfbuzz] Fix build on Linux

* [cairo] Fix build on Linux

* [pango] Fix build on Linux

* [wt] Fix build on Linux

* [wt] Fix linking with -lcrypto
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pango on macOS (#4784)</title>
<updated>2018-12-06T00:30:25+00:00</updated>
<author>
<name>angelmixu</name>
<email>salemixu@gmail.com</email>
</author>
<published>2018-12-06T00:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=4456dcab406eec335e41ed825264345bc74c3e2f'/>
<id>4456dcab406eec335e41ed825264345bc74c3e2f</id>
<content type='text'>
* fix pango for macOS: added an already parsed config.h.unix and moved win32 code conditionally for platform

* use a list for better viewing wich source files are added

* only define HAVE_CORE_TEXT on macOS

* [pango] Modernize. Bump control version. Fix configure into source directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix pango for macOS: added an already parsed config.h.unix and moved win32 code conditionally for platform

* use a list for better viewing wich source files are added

* only define HAVE_CORE_TEXT on macOS

* [pango] Modernize. Bump control version. Fix configure into source directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>[harfbuzz] Use vcpkg Features for UCDN &amp; Glib (#3560)</title>
<updated>2018-07-04T14:08:45+00:00</updated>
<author>
<name>past-due</name>
<email>30942300+past-due@users.noreply.github.com</email>
</author>
<published>2018-07-04T14:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1fb2cc3483ddbb7cbd62712296a6a62b57ac9444'/>
<id>1fb2cc3483ddbb7cbd62712296a6a62b57ac9444</id>
<content type='text'>
* [harfbuzz] Use Features for UCDN &amp; Glib

Permit configuration of UCDN and Glib Unicode callback support via features.

* [harfbuzz][pango] Merge conflicts. Pango depends on harfbuzz[glib]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [harfbuzz] Use Features for UCDN &amp; Glib

Permit configuration of UCDN and Glib Unicode callback support via features.

* [harfbuzz][pango] Merge conflicts. Pango depends on harfbuzz[glib]
</pre>
</div>
</content>
</entry>
<entry>
<title>vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)</title>
<updated>2017-09-09T07:12:54+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2017-09-09T07:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=26516fe485b0e9048dd4809256a7e4526957c6e9'/>
<id>26516fe485b0e9048dd4809256a7e4526957c6e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pango] update to 1.40.11</title>
<updated>2017-08-30T13:28:50+00:00</updated>
<author>
<name>codicodi</name>
<email>rob.ceglinski@gmail.com</email>
</author>
<published>2017-08-30T13:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=efc38c7192033240c7763c3b3c5da17ea7dbb7bd'/>
<id>efc38c7192033240c7763c3b3c5da17ea7dbb7bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pango] update to 1.40.6</title>
<updated>2017-05-31T20:54:47+00:00</updated>
<author>
<name>codicodi</name>
<email>rob.ceglinski@gmail.com</email>
</author>
<published>2017-05-31T20:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=9acdaa7722237c1585beb0fb6f822e6cf5580242'/>
<id>9acdaa7722237c1585beb0fb6f822e6cf5580242</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pango] fix exports</title>
<updated>2017-05-04T15:47:22+00:00</updated>
<author>
<name>codicodi</name>
<email>rob.ceglinski@gmail.com</email>
</author>
<published>2017-05-04T15:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=61a5a8a943b9db861b70f9ddc01369dab19d98c4'/>
<id>61a5a8a943b9db861b70f9ddc01369dab19d98c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
