<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/scripts/buildsystems/msbuild/applocal.ps1, branch 2020.06</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[azure-kinect-sensor-sdk] Fix Deploy Azure Kinect Sensor SDK on Windows (#11139)</title>
<updated>2020-05-08T21:35:59+00:00</updated>
<author>
<name>Tsukasa Sugiura</name>
<email>t.sugiura0204@gmail.com</email>
</author>
<published>2020-05-08T21:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=687a2b9b89303f0c75c7de273a55cef198e2388a'/>
<id>687a2b9b89303f0c75c7de273a55cef198e2388a</id>
<content type='text'>
* Fix Deploy Azure Kinect Sensor SDK on Windows

Fix deploy Azure Kinect Sensor SDK on Windows by copy Depth Engine.

* Fix Download URL by Version Number

* Fix Check SHA512 Hash of NuGet package

* Add Check Library Linkage

* Change Install Directory for Deploy Files

* Update ports/azure-kinect-sensor-sdk/portfile.cmake

Co-authored-by: nicole mazzuca &lt;mazzucan@outlook.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix Deploy Azure Kinect Sensor SDK on Windows

Fix deploy Azure Kinect Sensor SDK on Windows by copy Depth Engine.

* Fix Download URL by Version Number

* Fix Check SHA512 Hash of NuGet package

* Add Check Library Linkage

* Change Install Directory for Deploy Files

* Update ports/azure-kinect-sensor-sdk/portfile.cmake

Co-authored-by: nicole mazzuca &lt;mazzucan@outlook.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Resolves "project is never up-to-date" problem (issue 6179) (#7322)</title>
<updated>2019-07-22T17:47:57+00:00</updated>
<author>
<name>crusader-mike</name>
<email>crusader.mike@gmail.com</email>
</author>
<published>2019-07-22T17:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=126812d18bf244b9141d466ca27582df176a2038'/>
<id>126812d18bf244b9141d466ca27582df176a2038</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update applocal.ps1 (#4942)</title>
<updated>2019-06-13T00:41:28+00:00</updated>
<author>
<name>shadowxiali</name>
<email>276404541@qq.com</email>
</author>
<published>2019-06-13T00:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=555b760c67fcadea334c109b219c41b12b063413'/>
<id>555b760c67fcadea334c109b219c41b12b063413</id>
<content type='text'>
* Update applocal.ps1

* Update applocal.ps1

Fix Microsoft#2801,
prev modify mistake UTF8 to UTF

* Update applocal.ps1

in win7 chinese path, must utf8 to avoid copy dll fail
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update applocal.ps1

* Update applocal.ps1

Fix Microsoft#2801,
prev modify mistake UTF8 to UTF

* Update applocal.ps1

in win7 chinese path, must utf8 to avoid copy dll fail
</pre>
</div>
</content>
</entry>
<entry>
<title>Overwriting dlls in the destination output directory when the source … (#4796)</title>
<updated>2019-02-28T21:52:51+00:00</updated>
<author>
<name>SvenPStarFinanz</name>
<email>spa@starfinanz.de</email>
</author>
<published>2019-02-28T21:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=7859944528be28bee1fda9f325b78d6a7f02124e'/>
<id>7859944528be28bee1fda9f325b78d6a7f02124e</id>
<content type='text'>
* Overwriting dlls in the destination output directory when the source is newer.

* [vcpkg] cleanup whitespace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Overwriting dlls in the destination output directory when the source is newer.

* [vcpkg] cleanup whitespace
</pre>
</div>
</content>
</entry>
<entry>
<title>[qt5-base] Update qtdeploy.ps1 to generate qt.conf, qml, and qtquick. Fixes #2857.</title>
<updated>2018-10-23T22:12:57+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2018-10-23T00:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a1fe9544fd042a40fcfd28f04032a8f539486bdf'/>
<id>a1fe9544fd042a40fcfd28f04032a8f539486bdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[magnum] Properly deploy plugins (#3191)</title>
<updated>2018-04-19T02:33:12+00:00</updated>
<author>
<name>Jonathan Hale</name>
<email>Squareys@googlemail.com</email>
</author>
<published>2018-04-19T02:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=3a3fa5cd8f02dde78b00c12273b338e293edcd51'/>
<id>3a3fa5cd8f02dde78b00c12273b338e293edcd51</id>
<content type='text'>
* [magnum] Properly deploy magnum plugins

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;

* [magnum-plugins] Add tinygltfimporter feature

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;

* [magnum][magnum-plugins] Add features: trade and any*

Prepares upcoming move of those sublibraries and allows building --head
immediately.
For current release this only adds some unused cmake flags that will be
ignored.

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;

* [magnum] Add gl feature, cleanup dependencies, mark upcoming features

And sort features alphabetically.

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;

* [magnum-plugins] Prepare renaming of static flag for --head installs

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;

* [magnum] Add two missing feature dependencies

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;

* [magnum] Enable magnum[any*] features by default

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [magnum] Properly deploy magnum plugins

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;

* [magnum-plugins] Add tinygltfimporter feature

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;

* [magnum][magnum-plugins] Add features: trade and any*

Prepares upcoming move of those sublibraries and allows building --head
immediately.
For current release this only adds some unused cmake flags that will be
ignored.

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;

* [magnum] Add gl feature, cleanup dependencies, mark upcoming features

And sort features alphabetically.

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;

* [magnum-plugins] Prepare renaming of static flag for --head installs

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;

* [magnum] Add two missing feature dependencies

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;

* [magnum] Enable magnum[any*] features by default

Signed-off-by: Squareys &lt;squareys@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[qt5-base][qtdeploy] Deploy plugin dependencies to the executable's folder.</title>
<updated>2018-02-08T21:25:45+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2018-02-08T03:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=73e45b0ce2b4132a24708a0359c76927ed418e15'/>
<id>73e45b0ce2b4132a24708a0359c76927ed418e15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix OpenNI2 deploy (#2627)</title>
<updated>2018-01-23T16:45:23+00:00</updated>
<author>
<name>Tsukasa Sugiura</name>
<email>t.sugiura0204@gmail.com</email>
</author>
<published>2018-01-23T16:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=64203615a6d593fafbea36ce4cd01583deb0ad01'/>
<id>64203615a6d593fafbea36ce4cd01583deb0ad01</id>
<content type='text'>
* Fix OpenNI2 deploy

Fix to deploy initialization file and drivers.

* [openni2] Adjusting deployopenni2.ps1 paths

* Fix Create Directory of OpenNI2 Drivers

Fix create directory of OpenNI2 drivers.

* Fix Deploy Script Path

Fix deploy script path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix OpenNI2 deploy

Fix to deploy initialization file and drivers.

* [openni2] Adjusting deployopenni2.ps1 paths

* Fix Create Directory of OpenNI2 Drivers

Fix create directory of OpenNI2 drivers.

* Fix Deploy Script Path

Fix deploy script path.
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg-applocal] Recurse into other binaries. Fixes #1435.</title>
<updated>2017-07-14T00:47:20+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2017-07-14T00:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6950aeb6378adb47ff467a79d58ae8d4b5abe9cb'/>
<id>6950aeb6378adb47ff467a79d58ae8d4b5abe9cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg-applocal] Ensure log for copied DLLs is created, even when no DLLs are copied.</title>
<updated>2017-04-26T00:49:13+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2017-04-26T00:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=ff639ecc0291bd4a27aacfb4c56b49712cfd16e6'/>
<id>ff639ecc0291bd4a27aacfb4c56b49712cfd16e6</id>
<content type='text'>
This fixes a bug which caused all non-vcpkg-using builds to be considered out of date.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a bug which caused all non-vcpkg-using builds to be considered out of date.
</pre>
</div>
</content>
</entry>
</feed>
