aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-25Merge pull request #3277 from lazyhamster/rhashAlexander Karatarakis
Updated rhash to 1.3.6.
2018-04-25[bigint] Add missing header file #3319 (#3320)tamaroth
* [bigint] Add missing header file. File BigIntegerUtils.hh, which is required by the library, was not being copied. * [bigint] Bump control file version
2018-04-25Merge branch 'master' of https://github.com/Microsoft/vcpkgAlexander Karatarakis
2018-04-25Fix #3170 issue with /permissive-Alexander Karatarakis
2018-04-25Update Readme to reflect cross-platform support (#3304)Joel Clay
* Remove Windows as specific prerequisite * Add crossplatform announcement to docs * [find_acquire.cmake] Fix ninja path for mac * Another pass at making more platfrom neutral * two additional fixes * [osx] Ignore .DS_Store file. Fixes #3306 * Remove noexcept from BinaryParagraph() * Add Bash shebang to bootstrap script * Update gitignore to exclude the `vcpkg` binary (artifact of the build script) from the git repo * [sh] Change to #!/bin/sh * [sh] Remove merge conflict lines * [sh] permissions * Since the auto_ptr is removed in c++17, so use unique_ptr to instead of it. * [libxmlpp] Bump version in CONTROL file * [readme] Add additional supported host platforms * [readme] Slight packing and reformatting
2018-04-26Checking for sha512sum on OS which doesn't have shasumRudi Lee
2018-04-25[readme] Add additional supported host platformsRobert Schumacher
2018-04-25Merge pull request #3317 from Cheney-W/fixportlibxmlppAlexander Karatarakis
fix Port libxmlpp
2018-04-25[libxmlpp] Bump version in CONTROL fileAlexander Karatarakis
2018-04-25Since the auto_ptr is removed in c++17, so use unique_ptr to instead of it.Cheney Wang
2018-04-25[sh] permissionsAlexander Karatarakis
2018-04-25[sh] Remove merge conflict linesAlexander Karatarakis
2018-04-25Merge pull request #3313 from jhasse/patch-1Alexander Karatarakis
Add sh shebang to bootstrap script
2018-04-25[sh] Change to #!/bin/shAlexander Karatarakis
2018-04-25Merge pull request #3323 from afnanenayet/masterAlexander Karatarakis
Update gitignore to exclude the `vcpkg` binary
2018-04-25[yato] Added yato library packageAlexey Gruzdev
2018-04-25Update gitignore to exclude the `vcpkg` binary (artifact of the buildAfnan Enayet
script) from the git repo
2018-04-25Add Bash shebang to bootstrap scriptJan Niklas Hasse
2018-04-25Remove noexcept from BinaryParagraph()Alexander Karatarakis
2018-04-24[osx] Ignore .DS_Store file. Fixes #3306Alexander Karatarakis
2018-04-24Merge pull request #3305 from jclay/patch-2Alexander Karatarakis
Add crossplatform announcement to docs
2018-04-24[find_acquire.cmake] Fix ninja path for macAlexander Karatarakis
2018-04-24Add crossplatform announcement to docsJoel Clay
2018-04-24[sh] Fix permissionAlexander Karatarakis
2018-04-24Fix PCL compile tools (#3301)Claudio Fantacci
Add missing boost definition using a patch. Better compile from HEAD.
2018-04-24[README] Show cmake instructions in the README instead of only linking to ↵Alexander Karatarakis
another md
2018-04-24[vcpkg integrate] Do nothing on linux instead of showing error messageAlexander Karatarakis
2018-04-24Update CHANGELOG and bump version to v0.0.110Alexander Karatarakis
2018-04-240.9.0.5Bob Kast
2018-04-24[realsense2] Disable Build Tools when Debug Configuration to Speed-Up InstallTsukasa Sugiura
Disable build tools when debug configuration to speed-up vcpkg install.
2018-04-24[realsense2] Update to v2.10.4Tsukasa Sugiura
Update realsense2 port to librealsense v2.10.4.
2018-04-24Fix ClblasJennifer Zhao
2018-04-24Merge https://github.com/Microsoft/vcpkgeao197
2018-04-24[sciter] Update to 4.1.6.5883pravic
2018-04-24[sqlite3] Fix tool feature with static buildspravic
refs #2525
2018-04-24[sqlite3] update to 3.23.1pravic
2018-04-23Add triplets for x64-linux and x64-osxAlexander Karatarakis
2018-04-23Introduce bootstrap.shAlexander Karatarakis
2018-04-23Update CHANGELOG and bump version to v0.0.109Alexander Karatarakis
2018-04-23[protobuf] Fix protoc permissionsAlexander Karatarakis
2018-04-23Fix grpc lookup (case-insensitive)Alexander Karatarakis
2018-04-23[grpc] Fix build for linuxAlexander Karatarakis
Fix
2018-04-23[openssl] Add -ldl to the link line when appropriateAlexander Karatarakis
2018-04-23Retry the wsl workaround up to 10 timesAlexander Karatarakis
2018-04-22[uwebsockets] Update to 0.14.8Wimok Nupphiboon
2018-04-22Merge remote-tracking branch 'origin/master'Wimok Nupphiboon
2018-04-20Updated rhash to 1.3.6.Vitaliy Didik
2018-04-19[folly] UpgradeRobert Schumacher
2018-04-19[azure-iot-sdk] UpgradesRobert Schumacher
2018-04-19Add package Fast-RTPS and enable modules for python (#2948)Jacob Zhong
* [ros2] Init packages * [fastrtps] Finish porting * Add python acquiring module * [ros2] Setting up environment * [ros2] remove ros2 * [vcpkg-acquire-python] Revert to split PR