<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/toolsrc/vcpkglib, 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>Merge branch 'master' into vcpkg_nuget</title>
<updated>2019-11-22T17:47:40+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2019-11-22T17:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=45f4b820e5743b89bca3508ba2028cdd5d8bbd17'/>
<id>45f4b820e5743b89bca3508ba2028cdd5d8bbd17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[x-history] Prints CONTROL version history of a port 👻 (#7377)</title>
<updated>2019-09-06T18:35:56+00:00</updated>
<author>
<name>Victor Romero</name>
<email>romerosanchezv@gmail.com</email>
</author>
<published>2019-09-06T18:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=84ba23ad3300a86e00841c5e26cbf753f6e89f3f'/>
<id>84ba23ad3300a86e00841c5e26cbf753f6e89f3f</id>
<content type='text'>
* [port-history] Print port CONTROL version history

* Add commands.porthistory.cpp to VS project

* Get most recent commit for each version

* Apply clang-format

* Fix output format

* Rename command to x-history
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [port-history] Print port CONTROL version history

* Add commands.porthistory.cpp to VS project

* Get most recent commit for each version

* Apply clang-format

* Fix output format

* Rename command to x-history
</pre>
</div>
</content>
</entry>
<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>allow tests to run on older standard libraries</title>
<updated>2019-07-20T06:20:28+00:00</updated>
<author>
<name>Nicole Mazzuca</name>
<email>mazzucan@outlook.com</email>
</author>
<published>2019-07-20T06:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0d8bba52e4c0a861b25f9d32006bfde9b749e09f'/>
<id>0d8bba52e4c0a861b25f9d32006bfde9b749e09f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add tests!</title>
<updated>2019-07-12T01:21:25+00:00</updated>
<author>
<name>Nicole Mazzuca</name>
<email>t-nimaz@microsoft.com</email>
</author>
<published>2019-07-12T01:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a0fe40ea5842006c0da901a99ae07d7a25531175'/>
<id>a0fe40ea5842006c0da901a99ae07d7a25531175</id>
<content type='text'>
Also, fix all the bugs I found when I wrote the tests!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, fix all the bugs I found when I wrote the tests!
</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 Visual Studio projects versions (#7117)</title>
<updated>2019-07-02T05:49:05+00:00</updated>
<author>
<name>Victor Romero</name>
<email>romerosanchezv@gmail.com</email>
</author>
<published>2019-07-02T05:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=96994f8edeace0064b8d80489643e3cb79514390'/>
<id>96994f8edeace0064b8d80489643e3cb79514390</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ports Overlay partial implementation (#6981)</title>
<updated>2019-06-22T06:50:05+00:00</updated>
<author>
<name>Victor Romero</name>
<email>romerosanchezv@gmail.com</email>
</author>
<published>2019-06-22T06:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f3db66b403840b24ea2612d09cca30a5285f5ea3'/>
<id>f3db66b403840b24ea2612d09cca30a5285f5ea3</id>
<content type='text'>
* Ports Overlay feature spec

* Ports Overlay implementation

* [--overlay-ports] Refactor handling of additional paths

* Code cleanup

* [--overlay-ports] Add help

* [depend-info] Support --overlay-ports

* Add method to load all ports using PathsPortFileProvider

* Make PortFileProvider::load_all_control_files() const

* Remove unused code

* [vcpkg] Avoid double-load of source control file between Build::perform_and_exit and Build::perform_and_exit_ex

* [vcpkg] Clang format

* [vcpkg] Fixup build failure introduced in b069ceb2f231

* Report errors from Paragraphs::try_load_port()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Ports Overlay feature spec

* Ports Overlay implementation

* [--overlay-ports] Refactor handling of additional paths

* Code cleanup

* [--overlay-ports] Add help

* [depend-info] Support --overlay-ports

* Add method to load all ports using PathsPortFileProvider

* Make PortFileProvider::load_all_control_files() const

* Remove unused code

* [vcpkg] Avoid double-load of source control file between Build::perform_and_exit and Build::perform_and_exit_ex

* [vcpkg] Clang format

* [vcpkg] Fixup build failure introduced in b069ceb2f231

* Report errors from Paragraphs::try_load_port()
</pre>
</div>
</content>
</entry>
<entry>
<title>first check-in.</title>
<updated>2019-06-19T23:36:47+00:00</updated>
<author>
<name>seanyen</name>
<email>seanyen@microsoft.com</email>
</author>
<published>2019-06-12T01:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e5a6c7a7a61a14e546c7c2f51bbe8595d6624ff0'/>
<id>e5a6c7a7a61a14e546c7c2f51bbe8595d6624ff0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Synchronize vcpkg-base with external repo (#5934)</title>
<updated>2019-04-09T06:26:18+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2019-04-09T06:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=b39b0899cb403aa1f2e86f9e111d16d6f1328737'/>
<id>b39b0899cb403aa1f2e86f9e111d16d6f1328737</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
