| Age | Commit message (Collapse) | Author |
|
|
|
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
|
|
* 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>
|
|
|
|
* 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
|
|
* Overwriting dlls in the destination output directory when the source is newer.
* [vcpkg] cleanup whitespace
|
|
#2857.
|
|
* [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>
|
|
|
|
* 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.
|
|
|
|
are copied.
This fixes a bug which caused all non-vcpkg-using builds to be considered out of date.
|
|
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.
|
|
|
|
|
|
recursion.
|
|
|
|
Fixes #460.
|
|
|
|
|