| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-24 | [openvr] update to 1.0.12 and use vcpkg_from_github | jasjuang | |
| 2018-01-24 | [openssl] Add missing patch | Alexander Karatarakis | |
| 2018-01-24 | [openssl] Patch out non-ascii char | Alexander Karatarakis | |
| 2018-01-24 | [gflags] Use vcpkg_fixup_cmake_targets() instead of patching | Alexander Karatarakis | |
| 2018-01-24 | Don't expand variable | Alexander Karatarakis | |
| 2018-01-24 | Update CHANGELOG and bump version to v0.0.103 | Alexander 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-24 | Merge pull request #2638 from pravic/curl | Alexander Karatarakis | |
| [curl] update to 7.58.0 | |||
| 2018-01-24 | [curl] update to 7.58.0 | pravic | |
| 2018-01-23 | Update CHANGELOG and bump version to v0.0.102 | Alexander Karatarakis | |
| 2018-01-23 | Use !empty() instead of size() > 0 | Alexander Karatarakis | |
| 2018-01-23 | Add missing method const | Alexander Karatarakis | |
| 2018-01-23 | Remove unneeded else | Alexander Karatarakis | |
| 2018-01-23 | Init order should match order of fields | Alexander Karatarakis | |
| 2018-01-23 | Use =default for trivial destructor | Alexander Karatarakis | |
| 2018-01-23 | Parameter name consistency between declaration and definition | Alexander Karatarakis | |
| 2018-01-23 | Use empty() instead of size() == 0 | Alexander Karatarakis | |
| 2018-01-23 | Use char instead of string when string-searching for a single char | Alexander Karatarakis | |
| 2018-01-23 | Use for-each loop | Alexander Karatarakis | |
| 2018-01-23 | Rename to avoid variable hiding. Move temp into vector | Alexander Karatarakis | |
| 2018-01-23 | Use emplace_back() instead of push_back() | Alexander Karatarakis | |
| 2018-01-23 | Use empty() instead of comparing with size() | Alexander Karatarakis | |
| 2018-01-23 | Add missing initializer | Alexander Karatarakis | |
| 2018-01-23 | Fix #include casing | Alexander Karatarakis | |
| 2018-01-23 | [vswhere] Update to 2.3.2 | Alexander Karatarakis | |
| 2018-01-23 | [bootstrap] Build vcpkg in a clean environment | Alexander Karatarakis | |
| 2018-01-23 | $script:MyInvocation.MyCommand.Definition | Alexander 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-23 | vcpkgInvokeCommand(): Add -NoNewWindows flag | Alexander Karatarakis | |
| 2018-01-23 | [bootstrap] Extract arguments in variable | Alexander Karatarakis | |
| 2018-01-23 | Update CMake to 3.10.2 | Alexander Karatarakis | |
| 2018-01-23 | Don't print "downloading..." if file is already downloaded | Alexander Karatarakis | |
| 2018-01-23 | [vcpkg] Revert making remove_package() take status_db by const | Robert 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-23 | Fix 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-23 | Merge pull request #2632 from tobiaskohlbau/discord-rpc | Robert Schumacher | |
| [discord-rpc] bump to version 2.1.0 | |||
| 2018-01-23 | [discord-rpc] bump to version 2.1.0 | Tobias Kohlbau | |
| Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de> | |||
| 2018-01-23 | Merge pull request #2620 from atkawa7/libdisasm | Robert Schumacher | |
| [libdisasm] init | |||
| 2018-01-23 | Merge pull request #2616 from calumr/osg-debug-plugins | Robert Schumacher | |
| [osg] Keep debug plugins separate | |||
| 2018-01-23 | Merge pull request #2605 from ivysnow/libwebsockets | Robert Schumacher | |
| [libwebsockets] update to 2.4.1 | |||
| 2018-01-23 | Merge pull request #2602 from ivysnow/mongoc | Robert Schumacher | |
| [libbson, mongo-c-driver] update to 1.9.2 | |||
| 2018-01-23 | Merge branch 'master' of https://github.com/Microsoft/vcpkg | Robert Schumacher | |
| 2018-01-23 | [vcpkg] Use InstalledPackageView instead of unsorted raw vectors | Robert Schumacher | |
| 2018-01-23 | Merge pull request #2629 from jasjuang/dlib | Robert Schumacher | |
| [dlib] update to 19.9 | |||
| 2018-01-23 | [msmpi] Accept v8.1.1 | Robert Schumacher | |
| 2018-01-23 | [vcpkg] Remove overload of StatusParagraphs::find_installed() | Robert Schumacher | |
| 2018-01-23 | [vcpkg] Remove AnyParagraph and InstallPlanType::INSTALL | Robert 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.9 | jasjuang | |
