aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-27[ClearEnvironment] Fix registry commentsAlexander Karatarakis
2018-01-27[dlib] Fix assert configuration issue in release modeRobert Schumacher
2018-01-26[qt5-base] Fix missing qtdeploy script in debug buildsRobert Schumacher
2018-01-26[vcpkg] Add string constructor (#2429)atkawa7
* [vcpkg] Add string constructor * Update versiont.h
2018-01-26[wincrypt,winsock2] Fix issue: license has been removed from SDK 16299 ↵Alexander Karatarakis
default installation
2018-01-26Merge pull request #2644 from jasjuang/openvrAlexander Karatarakis
[openvr] update to 1.0.12 and use vcpkg_from_github
2018-01-26Merge pull request #2657 from UnaNancyOwen/update_realsense2Alexander Karatarakis
[realsense2] Update to v2.9.1
2018-01-26Merge pull request #2658 from horenmar/catch-2.1.1Alexander Karatarakis
Update Catch to 2.1.1
2018-01-26Merge pull request #2648 from cenit/masterRobert Schumacher
[OpenGL] license has been removed from SDK 16299 default installation
2018-01-27[realsense2] Update to v2.9.1Tsukasa Sugiura
Update realsense2 port to librealsense v2.9.1.
2018-01-26Update Catch to 2.1.1Martin Hořeňovský
2018-01-25Merge pull request #2642 from pravic/sciterAlexander Karatarakis
[sciter] Update to 4.1.2.5717
2018-01-25Add -NoProfile and -ExecutionPolicy Bypass in powershell callAlexander Karatarakis
2018-01-25[bootstrap] Fix whitespace issueAlexander Karatarakis
2018-01-25[bootstrap] Specify full path for dirs.projAlexander Karatarakis
2018-01-25[bootstrap] Exit fast(er) if msbuild failsAlexander Karatarakis
2018-01-25VcpkgInvokeCommand: return the error codeAlexander Karatarakis
2018-01-25VcpkgInvokeCommand: remove paramter $waitAlexander Karatarakis
2018-01-25license has been removed from SDK 16299 default installation, use a link as ↵Stefano Sinigardi
a copyright notice like 8.1 sdk
2018-01-25Merge pull request #2633 from tobiaskohlbau/libzipRobert Schumacher
[libzip] bump to 1.4.0
2018-01-25[libzip] bump to 1.4.0Tobias Kohlbau
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2018-01-24[openvr] update to 1.0.12 and use vcpkg_from_githubjasjuang
2018-01-25[sciter] Update to 4.1.2.5717pravic
2018-01-24[openssl] Add missing patchAlexander Karatarakis
2018-01-24[openssl] Patch out non-ascii charAlexander Karatarakis
2018-01-24[gflags] Use vcpkg_fixup_cmake_targets() instead of patchingAlexander Karatarakis
2018-01-24Don't expand variableAlexander Karatarakis
2018-01-24Update CHANGELOG and bump version to v0.0.103Alexander Karatarakis
2018-01-24[vcpkg] Fix issue with any command executing more than 10 transactions with ↵Robert Schumacher
mixed types. Fixes #2600. Fixes #2582.
2018-01-24Merge pull request #2638 from pravic/curlAlexander Karatarakis
[curl] update to 7.58.0
2018-01-24[curl] update to 7.58.0pravic
2018-01-23Update CHANGELOG and bump version to v0.0.102Alexander Karatarakis
2018-01-23Use !empty() instead of size() > 0Alexander Karatarakis
2018-01-23Add missing method constAlexander Karatarakis
2018-01-23Remove unneeded elseAlexander Karatarakis
2018-01-23Init order should match order of fieldsAlexander Karatarakis
2018-01-23Use =default for trivial destructorAlexander Karatarakis
2018-01-23Parameter name consistency between declaration and definitionAlexander Karatarakis
2018-01-23Use empty() instead of size() == 0Alexander Karatarakis
2018-01-23Use char instead of string when string-searching for a single charAlexander Karatarakis
2018-01-23Use for-each loopAlexander Karatarakis
2018-01-23Rename to avoid variable hiding. Move temp into vectorAlexander Karatarakis
2018-01-23Use emplace_back() instead of push_back()Alexander Karatarakis
2018-01-23Use empty() instead of comparing with size()Alexander Karatarakis
2018-01-23Add missing initializerAlexander Karatarakis
2018-01-23Fix #include casingAlexander Karatarakis
2018-01-23[vswhere] Update to 2.3.2Alexander Karatarakis
2018-01-23[bootstrap] Build vcpkg in a clean environmentAlexander Karatarakis
2018-01-23$script:MyInvocation.MyCommand.DefinitionAlexander Karatarakis
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
2018-01-23vcpkgInvokeCommand(): Add -NoNewWindows flagAlexander Karatarakis