<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/scripts/fetchDependency.ps1, branch signing</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>Rename "depenencies" to tools. Rework xml file to reduce fields.</title>
<updated>2018-02-24T02:19:04+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2018-02-24T00:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=407767858336479eebe759404db689a9b1e16671'/>
<id>407767858336479eebe759404db689a9b1e16671</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce vcpkgDependency.xml instead of hardcoding</title>
<updated>2018-02-24T02:19:04+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2018-02-23T03:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=31b27eaa1b29c856ffc16b0560a44491d27bea01'/>
<id>31b27eaa1b29c856ffc16b0560a44491d27bea01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update git to 2.16.2</title>
<updated>2018-02-21T02:09:51+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2018-02-21T01:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=8a4afe16193f274eb4d60357d81b8827ed055fb8'/>
<id>8a4afe16193f274eb4d60357d81b8827ed055fb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge findFileRecursivelyUp into VcpkgPowershellUtils</title>
<updated>2018-02-08T01:31:30+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2018-02-06T23:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=815e3caf5573d1149e1f826b359beb9039293307'/>
<id>815e3caf5573d1149e1f826b359beb9039293307</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VcpkgInvokeCommand: remove paramter $wait</title>
<updated>2018-01-25T22:46:00+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2018-01-25T22:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a8a20f1a1338ecc5ebb0575135b820b06479ae15'/>
<id>a8a20f1a1338ecc5ebb0575135b820b06479ae15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vswhere] Update to 2.3.2</title>
<updated>2018-01-23T23:08:52+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2018-01-23T23:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e5b0de35d37b0df531fbcc7567fe849aef0b2b85'/>
<id>e5b0de35d37b0df531fbcc7567fe849aef0b2b85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$script:MyInvocation.MyCommand.Definition</title>
<updated>2018-01-23T22:16:06+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2018-01-23T02:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a5fe308ea3c29c5f8715b8f0c78571759541c9b5'/>
<id>a5fe308ea3c29c5f8715b8f0c78571759541c9b5</id>
<content type='text'>
It works also in cases where scripts/functions are calling each other.
Without the $script prefix, it would instead give you the calling function OR the path if there was no parent function.
With the prefix, it always yields the directory of the script
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It works also in cases where scripts/functions are calling each other.
Without the $script prefix, it would instead give you the calling function OR the path if there was no parent function.
With the prefix, it always yields the directory of the script
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CMake to 3.10.2</title>
<updated>2018-01-23T22:16:05+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2018-01-19T23:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=3332326c655714fe2e1f740b5635a29c86581228'/>
<id>3332326c655714fe2e1f740b5635a29c86581228</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't print "downloading..." if file is already downloaded</title>
<updated>2018-01-23T22:16:05+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2018-01-19T02:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=2890ffa31c409e1384bdd562f6f5b9fc827a4c14'/>
<id>2890ffa31c409e1384bdd562f6f5b9fc827a4c14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[FetchDependency] Print out text when downloading/extracting</title>
<updated>2018-01-18T01:34:41+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2018-01-18T01:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=c7296cf1f21104b15d9cfe931416245768b484e3'/>
<id>c7296cf1f21104b15d9cfe931416245768b484e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
