aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 m...Robert Schumacher
2018-01-24Merge pull request #2638 from pravic/curlAlexander Karatarakis
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
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
2018-01-23[curl] add option to build with winssl (#2631)Tobias Kohlbau
2018-01-23Fix OpenNI2 deploy (#2627)Tsukasa Sugiura
2018-01-23Merge pull request #2632 from tobiaskohlbau/discord-rpcRobert Schumacher
2018-01-23[discord-rpc] bump to version 2.1.0Tobias Kohlbau
2018-01-23Merge pull request #2620 from atkawa7/libdisasmRobert Schumacher
2018-01-23Merge pull request #2616 from calumr/osg-debug-pluginsRobert Schumacher
2018-01-23Merge pull request #2605 from ivysnow/libwebsocketsRobert Schumacher
2018-01-23Merge pull request #2602 from ivysnow/mongocRobert Schumacher
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
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
2018-01-22[vcpkg-docs] Add feature packages to core documentation of CONTROL filesRobert Schumacher
2018-01-22Merge pull request #2619 from atkawa7/cgiccAlexander Karatarakis
2018-01-22Merge pull request #2625 from kobykahane/lz4_1_8_1_2Alexander Karatarakis
2018-01-22[lz4] update to 1.8.1.2Koby Kahane