<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg, branch 2020.04</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>Update CHANGELOG (#10941)</title>
<updated>2020-04-20T23:39:46+00:00</updated>
<author>
<name>Victor Romero</name>
<email>romerosanchezv@gmail.com</email>
</author>
<published>2020-04-20T23:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=c7ab9d3110813979a873b2dbac630a9ab79850dc'/>
<id>c7ab9d3110813979a873b2dbac630a9ab79850dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg baseline] Update hash for otl (#10922)</title>
<updated>2020-04-20T23:07:26+00:00</updated>
<author>
<name>NancyLi1013</name>
<email>46708020+NancyLi1013@users.noreply.github.com</email>
</author>
<published>2020-04-20T23:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=b716aa1f5b8438c7fc176bdef14c05b6a4734adc'/>
<id>b716aa1f5b8438c7fc176bdef14c05b6a4734adc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Add initial JSON support (#10521)</title>
<updated>2020-04-18T01:16:20+00:00</updated>
<author>
<name>nicole mazzuca</name>
<email>mazzucan@outlook.com</email>
</author>
<published>2020-04-18T01:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=09af1e9b55fdb79ef5aa04de3f1710759b2de990'/>
<id>09af1e9b55fdb79ef5aa04de3f1710759b2de990</id>
<content type='text'>
* [vcpkg] Add initial JSON support

This adds a JSON parser, as well as the amount of unicode support
required for JSON parsing to work according to the specification. In the
future, I hope to rewrite our existing XML files into JSON.

Additionally, as a drive-by, we've added the following:

* add /wd4800 to pragmas.h -- this is a "performance warning", for when
  you implicitly convert pointers or integers to bool, and shouldn't be
  an issue for us.
* Switched Parse::ParserBase to read unicode (as utf-8), as opposed to
  ASCII
* Building again under VCPKG_DEVELOPMENT_WARNINGS, yay!</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg] Add initial JSON support

This adds a JSON parser, as well as the amount of unicode support
required for JSON parsing to work according to the specification. In the
future, I hope to rewrite our existing XML files into JSON.

Additionally, as a drive-by, we've added the following:

* add /wd4800 to pragmas.h -- this is a "performance warning", for when
  you implicitly convert pointers or integers to bool, and shouldn't be
  an issue for us.
* Switched Parse::ParserBase to read unicode (as utf-8), as opposed to
  ASCII
* Building again under VCPKG_DEVELOPMENT_WARNINGS, yay!</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Add x-set-installed command (#10817)</title>
<updated>2020-04-17T22:49:59+00:00</updated>
<author>
<name>nicole mazzuca</name>
<email>mazzucan@outlook.com</email>
</author>
<published>2020-04-17T22:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=556325a1f7b6049d91565257c00db2f0bf1eadc5'/>
<id>556325a1f7b6049d91565257c00db2f0bf1eadc5</id>
<content type='text'>
This command takes a list of ports, and causes the final state of the
installed directory to be as-if one ran the install on an empty
installed directory (removing any unnecessary packages).

This is especially useful with the new `--x-install-root` option, which
allows one to set the `installed` directory for vcpkg to use.

Additionally, as a drive-by, we do some `stdfs` clean-up and add a
`.is_feature()` member function to BinaryParagraph (as opposed to
checking for `.feature().empty()`, which is far less clear to read).

This feature is experimental.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This command takes a list of ports, and causes the final state of the
installed directory to be as-if one ran the install on an empty
installed directory (removing any unnecessary packages).

This is especially useful with the new `--x-install-root` option, which
allows one to set the `installed` directory for vcpkg to use.

Additionally, as a drive-by, we do some `stdfs` clean-up and add a
`.is_feature()` member function to BinaryParagraph (as opposed to
checking for `.feature().empty()`, which is far less clear to read).

This feature is experimental.</pre>
</div>
</content>
</entry>
<entry>
<title>[qscintilla] Update to 2.11.4 (#10511)</title>
<updated>2020-04-17T22:11:12+00:00</updated>
<author>
<name>Long Huan</name>
<email>8551701+longhuan2018@users.noreply.github.com</email>
</author>
<published>2020-04-17T22:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=71377f69e255414ccf3569a8a772fc89ee9f89ff'/>
<id>71377f69e255414ccf3569a8a772fc89ee9f89ff</id>
<content type='text'>
* update qscintilla to 2.11.4

* Update portfile.cmake

* for CI test

* undo

* add !osx support

* fix osx build error

* Update ci.baseline.txt

* Update ci.baseline.txt

* [ci.baseline.txt] Revert line endings change

* [qscintilla] Restore vcpkg_copy_pdbs()

Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update qscintilla to 2.11.4

* Update portfile.cmake

* for CI test

* undo

* add !osx support

* fix osx build error

* Update ci.baseline.txt

* Update ci.baseline.txt

* [ci.baseline.txt] Revert line endings change

* [qscintilla] Restore vcpkg_copy_pdbs()

Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[abseil] Fix CompressedTuple move constructor on MSVC (#10721)</title>
<updated>2020-04-17T21:15:00+00:00</updated>
<author>
<name>Lily</name>
<email>47812810+LilyWangL@users.noreply.github.com</email>
</author>
<published>2020-04-17T21:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=87ebede04135a7effa1b55c22d1b194282f6603e'/>
<id>87ebede04135a7effa1b55c22d1b194282f6603e</id>
<content type='text'>
* [abseil] Fix CompressedTuple move constructor on MSVC

* [abseil] Add comment for new patch</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [abseil] Fix CompressedTuple move constructor on MSVC

* [abseil] Add comment for new patch</pre>
</div>
</content>
</entry>
<entry>
<title>[libarchive, libuv]Fix static linkage (#10769)</title>
<updated>2020-04-17T21:13:24+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2020-04-17T21:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=4d8237b89ccefca3e50000406eebdc36d27aac07'/>
<id>4d8237b89ccefca3e50000406eebdc36d27aac07</id>
<content type='text'>
* [libarchive] fix static linkage of libarchive in dependent ports (non yet)

* [libuv] fix static builds of dependent ports

* modernize portfiles

* remove POSIX_REGEX_LIB=NONE 
since it is added elsewhere

* remove debug message</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [libarchive] fix static linkage of libarchive in dependent ports (non yet)

* [libuv] fix static builds of dependent ports

* modernize portfiles

* remove POSIX_REGEX_LIB=NONE 
since it is added elsewhere

* remove debug message</pre>
</div>
</content>
</entry>
<entry>
<title>[xerces-c] Update to version 3.2.3 (#10779)</title>
<updated>2020-04-17T21:10:35+00:00</updated>
<author>
<name>Roger Leigh</name>
<email>rleigh@codelibre.net</email>
</author>
<published>2020-04-17T21:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=5f77f3e92b93f849bb73afeff77127a4f47f089e'/>
<id>5f77f3e92b93f849bb73afeff77127a4f47f089e</id>
<content type='text'>
* [xerces-c] Update to version 3.2.3

Drop patch no-symlinks-in-static-build.patch (fixed upstream)

* [xerces-c] Correct version number

* [xerces-c] Remove no-symlinks-in-static-build.patch</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [xerces-c] Update to version 3.2.3

Drop patch no-symlinks-in-static-build.patch (fixed upstream)

* [xerces-c] Correct version number

* [xerces-c] Remove no-symlinks-in-static-build.patch</pre>
</div>
</content>
</entry>
<entry>
<title>[c4core] Add new port (#10791)</title>
<updated>2020-04-17T21:10:00+00:00</updated>
<author>
<name>vvandrounik</name>
<email>aliance2012@mail.ru</email>
</author>
<published>2020-04-17T21:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=7d2f838ea7c5615e5da0c82007cbfef080146867'/>
<id>7d2f838ea7c5615e5da0c82007cbfef080146867</id>
<content type='text'>
* [c4core] Add new port

* Remove deprecated include

* Fix ver regarding maintainer guide

* Mark port as unsupport arm/arm64

* Update CI baseline

* Mark port as unsupport OSX

* Update CI baseline

* Fix path to header instead of moving

Signed-off-by: vvandrounik &lt;vvandrounik@gmail.com&gt;

* Replace deprecated func vcpkg_extract_source_archive, add PREFER_NINJA to conf</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [c4core] Add new port

* Remove deprecated include

* Fix ver regarding maintainer guide

* Mark port as unsupport arm/arm64

* Update CI baseline

* Mark port as unsupport OSX

* Update CI baseline

* Fix path to header instead of moving

Signed-off-by: vvandrounik &lt;vvandrounik@gmail.com&gt;

* Replace deprecated func vcpkg_extract_source_archive, add PREFER_NINJA to conf</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Arrow to 0.17 (#10883)</title>
<updated>2020-04-17T21:04:06+00:00</updated>
<author>
<name>Tanguy Fautre</name>
<email>GPSnoopy@users.noreply.github.com</email>
</author>
<published>2020-04-17T21:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=89741c2d6866b0fcde541bd9d618bf749bd2238e'/>
<id>89741c2d6866b0fcde541bd9d618bf749bd2238e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
