aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-24[openvr] update to 1.0.12 and use vcpkg_from_githubjasjuang
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
2018-01-23[bootstrap] Extract arguments in variableAlexander Karatarakis
2018-01-23Update CMake to 3.10.2Alexander Karatarakis
2018-01-23Don't print "downloading..." if file is already downloadedAlexander Karatarakis
2018-01-23[vcpkg] Revert making remove_package() take status_db by constRobert Schumacher
The in-memory database must be updated to communicate to future actions that they need to look at this package's files (or not)
2018-01-23[curl] add option to build with winssl (#2631)Tobias Kohlbau
Sometimes curl needs to be build with winssl, use vcpkg install curl[winssl]. Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2018-01-23Fix OpenNI2 deploy (#2627)Tsukasa Sugiura
* 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-23Merge pull request #2632 from tobiaskohlbau/discord-rpcRobert Schumacher
[discord-rpc] bump to version 2.1.0
2018-01-23[discord-rpc] bump to version 2.1.0Tobias Kohlbau
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2018-01-23Merge pull request #2620 from atkawa7/libdisasmRobert Schumacher
[libdisasm] init
2018-01-23Merge pull request #2616 from calumr/osg-debug-pluginsRobert Schumacher
[osg] Keep debug plugins separate
2018-01-23Merge pull request #2605 from ivysnow/libwebsocketsRobert Schumacher
[libwebsockets] update to 2.4.1
2018-01-23Merge pull request #2602 from ivysnow/mongocRobert Schumacher
[libbson, mongo-c-driver] update to 1.9.2
2018-01-23Merge branch 'master' of https://github.com/Microsoft/vcpkgRobert Schumacher
2018-01-23[vcpkg] Use InstalledPackageView instead of unsorted raw vectorsRobert Schumacher
2018-01-23Merge pull request #2629 from jasjuang/dlibRobert Schumacher
[dlib] update to 19.9
2018-01-23[msmpi] Accept v8.1.1Robert Schumacher
2018-01-23[vcpkg] Remove overload of StatusParagraphs::find_installed()Robert Schumacher
2018-01-23[vcpkg] Remove AnyParagraph and InstallPlanType::INSTALLRobert Schumacher
2018-01-23[vcpkg] Added StatusParagraph::is_installed()Robert Schumacher
2018-01-23[vcpkg] Span usage improvements.Robert Schumacher
2018-01-22[vcpkg] Store Optional<&> instead of Optional<*>Robert Schumacher
2018-01-22[dlib] update to 19.9jasjuang