aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-29Merge pull request #862 from tobiaskohlbau/opencv_contribRobert Schumacher
[opencv] adds opencv_contrib option
2017-03-29[vcpkg] Fix regression introduced in 67ce764. Fixes #868. Fixes #866.Robert Schumacher
2017-03-28Update CHANGELOG and bump version to v0.0.78Alexander Karatarakis
2017-03-28Merge branch 'Convery-master'Alexander Karatarakis
2017-03-28Merge branch 'master' of https://github.com/Convery/vcpkg into Convery-masterAlexander Karatarakis
2017-03-28Remove unneeded call to c_str()Alexander Karatarakis
2017-03-28Rework optional<T>Alexander Karatarakis
2017-03-28[expected] Now uses exit variants instead of throw variantsAlexander Karatarakis
2017-03-28Remove unneeded calls to c_str()Alexander Karatarakis
2017-03-28Use cstring_view in all functions in Checks::Alexander Karatarakis
2017-03-28Rename arg1Alexander Karatarakis
2017-03-28Remove unneeded calls to c_str()Alexander Karatarakis
2017-03-28Use cwstring_view in all System functions and remove obsolete overloadsAlexander Karatarakis
2017-03-28Introduce cstring_view and cwstring_viewAlexander Karatarakis
2017-03-28[vcpkg-configure-cmake] Rely on toolchain to provide CMAKE_PREFIX_PATHRobert Schumacher
2017-03-29Update portfile for v0.14.1Convery
2017-03-29Update CONTROL for v0.14.1Convery
2017-03-28Merge pull request #859 from Microsoft/update_rv3Alexander Karatarakis
Update to latest revision of Range-V3-VS2015
2017-03-28Merge branch 'master' of github.com:Microsoft/vcpkg into opencv_contribTobias Kohlbau
2017-03-28[opencv] adds opencv_contrib optionTobias Kohlbau
Adds the ability to enable opencv_contrib compilation. It is disabled by default and needs to be enabled by the user (see comments for more information). In future release it should be an user selectable option as soon as vcpk supports this functionality. Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-03-27Merge pull request #857 from ethanhs/masterRobert Schumacher
pybind11 port
2017-03-27[pybind11] Disable building tests to remove pytest dependency.Robert Schumacher
2017-03-27[vcpkg-lint] Improve diagnostics as identified in #857Robert Schumacher
2017-03-27Merge pull request #854 from OlafvdSpek/patch-1Robert Schumacher
Don't shorten without need
2017-03-27Update to latest revision of Range-V3-VS2015Casey Carter
2017-03-27Rework Paragraph parsing error handling. Add single paragraph functionsAlexander Karatarakis
2017-03-27fix sourcepath pybind11 2.1.0Ethan Smith
2017-03-27remove unused optionsEthan Smith
2017-03-27update pybind11 to 2.1.0Ethan Smith
2017-03-27add pybind11 portEthan Smith
2017-03-26Don't shorten without needOlaf van der Spek
2017-03-24Merge pull request #846 from Mixaill/libP7Robert Schumacher
[libP7-baical] add version 4.1
2017-03-24[vcpkg] Fix bug when downloading Git.Robert Schumacher
2017-03-24Merge pull request #853 from codicodi/add-xxhashAlexander Karatarakis
Add XXHash
2017-03-24Add XXHashcodicodi
2017-03-24Add EMPTY_INCLUDE_FOLDER policy. Resolves #816Alexander Karatarakis
2017-03-24Merge pull request #851 from Mixaill/webpAlexander Karatarakis
[libwebp] update to 0.6.0
2017-03-24Fix #includeAlexander Karatarakis
2017-03-24[libwebp] update to 0.6.0Mikhail Paulyshka
2017-03-24[libP7-baical] add version 4.1Mikhail Paulyshka
2017-03-23[uwebsockets] Upgrade to 0.14.0alpha5Robert Schumacher
2017-03-23[uwebsockets] Internalize CMake in preparation for 0.14Robert Schumacher
2017-03-23[glog] Enable static builds. Switch to Ninja for better management of ↵Robert Schumacher
parallelism.
2017-03-23[tiff] Update to version 4.0.7Robert Schumacher
2017-03-23[tiff] Add support for jpeg, lzma, and glut. Add c++ support.Robert Schumacher
2017-03-23Merge pull request #847 from horenmar/catch-1.8.2Alexander Karatarakis
Update Catch to 1.8.2
2017-03-23Update Catch to 1.8.2Martin Hořeňovský
2017-03-23[libuv] Do not use googlesource.com due to constantly changing hash values.Robert Schumacher
2017-03-23[libuv] Remove internal build downloads, fix upgrades, improve portfile.Robert Schumacher
2017-03-22Use Checks::exit_fail/success/with_code()Alexander Karatarakis