aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-04Merge pull request #4873 from kjpus/patch-1Phil Christensen
[abseil] Update CMakeLists.txt to install hash/*
2018-12-04Merge pull request #4874 from fcharlie/charlie_updatePhil Christensen
[nghttp2] Update nghttp2 to 1.35.0
2018-12-04Merge pull request #4889 from EMCECS/masterPhil Christensen
ECSUtil v1.0.1.4
2018-12-04[abseil] bump dash version number in CONTROLPhil Christensen
Bump dash version number so it will trigger a rebuild for those who already the package installed.
2018-12-04Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4873Phil Christensen
2018-12-04Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4874Phil Christensen
2018-12-04Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4889Phil Christensen
2018-12-04Merge pull request #4891 from TartanLlama/masterPhil Christensen
[CTRE] New port
2018-12-04Merge pull request #4761 from jwillemsen/ace-653Phil Christensen
[ace] 6.5.3
2018-12-04Add local FILENAMEPhil Christensen
2018-12-03Merge pull request #4734 from ivysnow/gflagsPhil Christensen
[gflags] Update to version 2.2.2.
2018-12-03Merge branch 'master' of https://github.com/EMCECS/vcpkgBob Kast
2018-12-03Support ECSUtil 1.0.1.4Bob Kast
2018-12-03[CTRE] New portSimon Brand
2018-12-01[libui] Add new port (#4810)myd7349
* [libui] Add new port * [libui] Rename package to be unofficial-libui
2018-12-01[nghttp2] Update nghttp2 to 1.35.0Force Charlie
2018-11-30[cpprestsdk] Update to v2.10.8 and add brotli feature. (#4617)Billy O'Neal
The brotli feature is on by default for Windows only. We think it'll probably work on other platforms but haven't tested that extensively.
2018-11-30[curl] Build openssl and schannel backends by default (#3932)Raphael Gozzo
* [curl] Split the OpenSSL and SChannel backends into separate features * [curl] Add mbedTLS backend as a feature * [curl] Make winssl the default for Windows. Remove need for compatibility workaround. * [curl] Continue to use openssl in UWP because PSecurityFunctionTableA is not available.
2018-11-30patch missing @ in cmake configPhil Christensen
2018-11-30Update CMakeLists.txt to include hash/*kjpus
2018-11-29[range-v3] Update to cf8add9 (#4865)Casey Carter
...which works around LWG 3170.
2018-11-28 [wxwidgets] move setup.h to include (#4846)Juha Sointusalo
* [wxwidgets] move setup.h to include Also remove lib/mswu and debug/lib/mswud. They only contain setup.h. Fixes #3180. Closes #4251. * [wxwidgets] remove include/msvc directory The only thing in include/msvc is include/msvc/wx/setup.h which is a "wrapper" around the real setup.h. The wrapper setup.h is hard-coded to include the real setup.h from lib but since the real setup.h is now in include/wx the wrapper has become useless. * [wxwidgets] Fix osx build. Slight modernization.
2018-11-28Update Azure Iot C SDK repo's SHA for the latest release (#4833)Jelani Brandon
* Update Azure Iot C SDK repo's SHA for the latest release * [azure-uhttp-c] Fix hash
2018-11-28[folly] update to v2018.11.26 and fix linux build (#4832)kyp
2018-11-28Add IE Proxy fallback for Win7 (#4838)Raynor Vliegendhart
2018-11-28[bitserializer] Update to v0.8, split to two sub-libraries (#4841)Pavel Kisliak
2018-11-28[pcl] Update to PCL 1.9.1 (#4842)Tsukasa Sugiura
Update PCL port to PCL 1.9.1.
2018-11-28Update to GraphicsMagick 1.3.31 (#4847)Josue Andrade Gomes
2018-11-26[xmsh] add support for xmsh library (#4656)Jayesh Badwaik
* [xmsh] add support for xmsh library - xmsh is a mesh document format. xmsh library is the reference implementation for the format. * [xmsh] removed extraneous file command * [xmsh] update version to v0.2.3 * [xmsh] upgrade to version v0.3.1 * [xmsh] update to version v0.4 * + fix python executable packaging * [vcpkg_find_acquire_program] Fix PYTHON3 on non-Windows
2018-11-26[zstd] update to v1.3.7 (#4785)Erwan BERNARD
* [zstd] update to v1.3.7 * [zstd] Bump control version * [zstd] Disable force release mode
2018-11-26[rpclib]Update to 2.2.1 (#4798)i6-xx
* (rpclib)Update to 2.2.1 * [rpclib]Update to 2.2.1
2018-11-26[imgui] Update to v1.66 (#4799)Mark Ian Holland
2018-11-23Update CHANGELOG and bump version to 2018.11.23Alexander Karatarakis
2018-11-22Update range-v3 reference (#4801)Casey Carter
2018-11-22[vcpkg_extract_source_archive_ex] Document vcpkg_extract_source_archive_exRobert Schumacher
2018-11-22[opencv] Fix install with ffmpeg (#4797)Tsukasa Sugiura
Fix install with ffmpeg by change download filename of ffmpeg_version.cmake.
2018-11-22[vcpkg] Enable major version greater than 15Robert Schumacher
2018-11-22fix minizip on non windows builds (#4787)angelmixu
* fix minizip on non windows builds * [minizip] Bump control version
2018-11-22[OpenCV3] fix ffmpeg and ippicv prebuilt downloads (#4789)Stefano Sinigardi
* [OpenCV3] fix ffmpeg prebuilt downloads fixes * [opencv] Bump control version. Modernize.
2018-11-22easyloggingpp port (#4780)Alenas
* easyloggingpp port * [easyloggingpp] Tweak to always produce static library
2018-11-21[vcpkg-tools] Update CMake links to GitHubRobert Schumacher
2018-11-20Use Checks::check_exit()Alexander Karatarakis
2018-11-20Revert "WIP [vcpkg] Fix CMAKE_SYSTEM_PROCESSOR with UWP and Linux triplets ↵Robert Schumacher
(#4688)" This reverts commit 83af530a42011130b20a5080bbd298abaa77be59.
2018-11-20WIP [vcpkg] Fix CMAKE_SYSTEM_PROCESSOR with UWP and Linux triplets (#4688)Tsukasa Sugiura
* [vcpkg] Fix CMAKE_SYSTEM_PROCESSOR Add CMAKE_SYSTEM_PROCESSOR setting under UWP, Linux, and Darwin. If explicitly specified VCPKG_CMAKE_SYSTEM_PROCESSOR in triplet files, CMAKE_SYSTEM_PROCESSOR is set to specified architecture. * [vcpkg-toolchains] Move logic out of vcpkg_configure_cmake and into the toolchains.
2018-11-20[glad] Use registry ports instead of vendored copiesRobert Schumacher
2018-11-20[asio] Download from github (#4709)Stanislav Ershov
2018-11-20Upgrades for 2018.11.08Robert Schumacher
2018-11-19Merge pull request #4768 from Microsoft/dev/roschuma/parserAlexander Karatarakis
[vcpkg] Improve error messages while installing
2018-11-19[vcpkg] Improve error messages while installingRobert Schumacher
2018-11-19Merge pull request #4703 from UnaNancyOwen/update_freeimageAlexander Karatarakis
[freeimage] Update to FreeImage 3.18.0 and Fix function overload with libjpeg-turbo 2.0.0