Kai Pastor
7dff5e821e
[vcpkg] Revise appdeploy and copy_tool_dependencies ( #21092 )
...
* Stop overwriting logs when copying tool dependencies
* Deploy debug dependencies for debug tools
* Deploy dependencies verbosely in debug mode
* Don't silently fail deployment on mutex creation error
* Construct paths portably
* Fix mutex creation on Linux
* Abort on mutex creation errors
* Always copy tool dependencies in verbose mode
2021-11-14 08:48:05 -08:00
Kai Pastor
3394bed96e
Use objdump for dll dependencies ( #18027 )
2021-06-01 21:32:19 -07:00
Christian Fersch
19fe942c13
Add support for llvm-objdump to applocal.ps1 ( #11898 )
...
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-11-09 16:47:21 -08:00
Thomas Gwynne-Timothy
10771a845e
Serialize deployBinary on target directory ( #11363 )
2020-10-27 17:55:27 -07:00
Tsukasa Sugiura
687a2b9b89
[azure-kinect-sensor-sdk] Fix Deploy Azure Kinect Sensor SDK on Windows ( #11139 )
...
* 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 <mazzucan@outlook.com>
2020-05-08 14:35:59 -07:00
crusader-mike
126812d18b
Resolves "project is never up-to-date" problem (issue 6179) ( #7322 )
2019-07-22 10:47:57 -07:00
shadowxiali
555b760c67
Update applocal.ps1 ( #4942 )
...
* 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
2019-06-12 17:41:28 -07:00
SvenPStarFinanz
7859944528
Overwriting dlls in the destination output directory when the source … ( #4796 )
...
* Overwriting dlls in the destination output directory when the source is newer.
* [vcpkg] cleanup whitespace
2019-02-28 13:52:51 -08:00
Robert Schumacher
a1fe9544fd
[qt5-base] Update qtdeploy.ps1 to generate qt.conf, qml, and qtquick. Fixes #2857 .
2018-10-23 15:12:57 -07:00
Jonathan Hale
3a3fa5cd8f
[magnum] Properly deploy plugins ( #3191 )
...
* [magnum] Properly deploy magnum plugins
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Add tinygltfimporter feature
Signed-off-by: Squareys <squareys@googlemail.com>
* [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 <squareys@googlemail.com>
* [magnum] Add gl feature, cleanup dependencies, mark upcoming features
And sort features alphabetically.
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Prepare renaming of static flag for --head installs
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum] Add two missing feature dependencies
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum] Enable magnum[any*] features by default
Signed-off-by: Squareys <squareys@googlemail.com>
2018-04-18 19:33:12 -07:00
Robert Schumacher
73e45b0ce2
[qt5-base][qtdeploy] Deploy plugin dependencies to the executable's folder.
2018-02-08 13:25:45 -08:00
Tsukasa Sugiura
64203615a6
Fix OpenNI2 deploy ( #2627 )
...
* 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.
2018-01-23 08:45:23 -08:00
Robert Schumacher
6950aeb637
[vcpkg-applocal] Recurse into other binaries. Fixes #1435 .
2017-07-13 17:47:20 -07:00
Robert Schumacher
ff639ecc02
[vcpkg-applocal] Ensure log for copied DLLs is created, even when no DLLs are copied.
...
This fixes a bug which caused all non-vcpkg-using builds to be considered out of date.
2017-04-25 17:49:13 -07:00
Robert Schumacher
92c0a91d3f
[vcpkg-msbuild] Fix line wrapping bug on Win7.
...
On Win7, calling powershell via MSBuild results in normal output lines being split based on the ConHost system-wide default line length settings.
The fix is to first write all the lines to a file, then load that file as into an MSBuild ItemGroup. This avoids all interaction with ConHost.
2017-04-11 16:32:45 -07:00
Robert Schumacher
558d54dd4e
[qt5] Add qtdeploy.ps1 to enhance applocal.ps1 when Qt is in use.
2017-03-31 06:35:23 -07:00
Robert Schumacher
bbaf4d77e7
[applocal.ps1] Refactor out binary deployment
2017-03-31 03:11:06 -07:00
Robert Schumacher
1c9fd4aefc
[applocal.ps1] Keep global set of searched binaries and avoid excessive recursion.
2017-03-31 03:05:15 -07:00
Robert Schumacher
33ce94a456
[vcpkg integrate] Exit silently if target cannot be found.
2017-01-24 15:17:45 -08:00
Robert Schumacher
da09df713f
[vcpkg integration] Explicitly skip empty entries instead of recursing. Fixes #460 .
2017-01-13 17:39:12 -08:00
Alexander Karatarakis
097626c317
Use /DEPENDENTS instead of /IMPORTS in applocal.ps1
2016-11-08 19:02:59 -08:00
Alexander Karatarakis
ccca198c1b
Initial commit
2016-09-18 20:54:03 -07:00