aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-16[zserge-webview] Add new port (#6239)myd7349
* [webview] Add new port * [zserge-webview] Update to 2019-04-27 * [zserge-webview] Fix Linux, macOS support
2019-05-16[angelscript] Add new port (#6403)Jonas
* [angelscript] Add new port * [angelscript] Add version and description
2019-05-16[pthread] update to v3 (#6473)Stefano Sinigardi
* [pthread] update to v3 * [flint, mosquitto, usbmuxd] bump CONTROL files and add final touches for PThreads4W v3 * [arb] add compatibility with PThreads4W
2019-05-16Add mac applocal for bundling dependencies (#5681)Sean Warren
2019-05-15[libmicrohttpd] Fix CONTROL version (#6468)Victor Romero
2019-05-15[icu] Prevent stale MSYS gpg-agent.exe process blocking command control (#6407)heydojo
* Prevent stale MSYS gpg-agent.exe process blocking command control This commit fixes: https://github.com/microsoft/vcpkg/issues/5476 The issue is that CI environments such as Appveyor's VS2017 image will wait for all processes to complete. If a stale process resides as a result, builds will hang. There does not appear to be any good reason for gpg-agent.exe to be running once the build of icu has completed. Without this patch builds of icu4c using CI systems will very likely hang and not in an obvious way. Is this the _right_ solution to this problem? Probably not but it is one solution. And it degrades gracefully in that the build will not fail if gpg-agent.exe is not running. The gpg-agent.exe will not run again once MSYS has been configured, so to test this patch, a fresh install of vcpkg is required. Open the task manager and before the icu build completes, look for gpg-agent.exe just sitting there for no reason. Might I suggest that the issue is fixed in vcpkg MSYS instead or as well? Please don't request further from this commit. * [icu] Kill MSYS gpg-agent.exe on Windows
2019-05-15[cpp-netlib] Add new port (#6424)NancyLi1013
* [cpp-netlib] Add new port * Fix the problem on Linux. * Add the unsupported message for UWP.
2019-05-15[fftw3]Changed library linkage to static. (#6434)JackBoosY
2019-05-15[libsndfile]Fix install file path in linux. (#6455)JackBoosY
* [libsndfile]Fix install file path in linux. * [libsndfile] Don't install HTML docs
2019-05-15[libpff] Initial port. (#6458)Vitaliy Didik
* [libpff] Initial port. * [libpff] Add unofficial CMake find_package() integration support
2019-05-15[libmicrohttpd] Update to 0.9.63 (#6464)WebFolder OÜ
2019-05-15[glm] Fix missing include dir reference by moving include(GNUInstallDirs). ↵Robert Schumacher
Fixes #6461. (#6466)
2019-05-15[io2d] macOS support (#6456)Ziyi Yan
* [io2d] macOS support * Update version string
2019-05-14[USD] New port (#6451)Curtis J Bezault
* initial usd port * [usd] Acquire python2 required to build * Use copy instead of rename Handle the source path and the package path being on different partitions.
2019-05-14[libressl] add new port (#6321)Zongyuan Zuo
* [libressl] add new port * disable symlink of static libs * [libressl] disable uwp and arm builds
2019-05-14[libmaxminddb]fix build error in linux. (#6435)JackBoosY
2019-05-14RESTinio updated to v.0.4.9 (#6440)eao197
2019-05-14[g3log] Add new port (#5961)myd7349
* [g3log] Add new port (fix #5684, fix #5941) * [g3log] Remove usage * [g3log] Restore usage * [g3log] Add UNIX support * [g3log] Use vcpkg_install_cmake * [g3log] Update to 2019-05-14 * [g3log] Update version number
2019-05-13[libtheora] Remove double build. (#6431)Alexander Neumann
* remove extra build step. vcpkg_install_cmake should also build the target. * Update CONTROL
2019-05-13[glm] Remove all unnecessary build steps (#6410)Connor Fitzgerald
* [glm] Remove all unnecessary build steps * [glm] Fix header export * [glm] Bump control to force rebuild
2019-05-13[vcpkg-bootstrap.sh] Enable finding gcc 9 (#6417)Robert Schumacher
2019-05-13[suitesparse]Fix build error in linux (#6425)wangli28
2019-05-13[pfultz2-linq] Add new port (#6426)myd7349
2019-05-13[CURL] Remove unnecessary renaming. (#6386)Alexander Neumann
* removed unnecessary renaming. CMake updated its module file for FindCURL. so the renaming is not required anymore. * bump control * fix curl in static builds * fix gdal regression * fix typo * fixed alignment * fix libideviceactivation regression * fix idevicerestore regression
2019-05-13[graphicsmagick] Linux/MacOS support (#6408)Josue Andrade Gomes
2019-05-13appleclang 10.01 does not have <filesystem> (#6413)lukka
support
2019-05-13[vulkan-hpp] Add new port (#6400)myd7349
2019-05-13[oniguruma] Update to 6.9.2 (#6401)myd7349
2019-05-13fix parens in cmake variable name (#6420)lukka
2019-05-12also ignore x86 openssl paths (#6416)Alexander Neumann
2019-05-10[gdal]Add Linux/Unix support. (#6335)JackBoosY
2019-05-10update osg version to 3.6.3 (#6385)Haojia Yu
2019-05-10[docs] update port naming info in CONTROL docs (#6397)Phil Christensen
2019-05-09[loguru] Add new port (#6342)wangli28
2019-05-09[gdcm]Update to v3.0.0 and rename to gdcm. (#6348)JackBoosY
* [gdcm]Update to v3.0.0 and rename to gdcm. * [gdcm2]Add empty port "gdcm2" mapping to port gdcm
2019-05-09[cpprestsdk]Add boost-asio dependency on linux (#6380)Phoebe
2019-05-09[many ports] Updates 2019.05.08 (#6382)Robert Schumacher
* [many ports] Updates 2019.05.08 * Undo changes for failure ports grpc libjpeg-turbo curl cartographer * [guetzli] Patch to handle breaking changes in butteraugli
2019-05-09[cpr] added find_package for cpr on install (#3185)Youngho Kim
* added find_package for cpr on install How to use: find_package ( CPR REQUIRED ) if ( CPR_FOUND ) message ( STATUS "CPR_INCLUDE_DIRS = ${CPR_INCLUDE_DIRS}" ) message ( STATUS "CPR_LIBRARIES = ${CPR_LIBRARIES}" ) include_directories ( ${CPR_INCLUDE_DIRS} ) endif ( CPR_FOUND ) * [cpr] Provide config and targets files
2019-05-09[soci] Add patches for boost and postgresql (#6328)Andrei Lebedev
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2019-05-09Upgrade vcpkg to ECSUtil 1.0.6.1 (#6381)bobk2824
2019-05-09[eastl]Add option(/Zc:char8_t-) to fix compile issue (#6360)LarryIII
2019-05-09[gdal] fixed compilation issue with std::fabs (#6336)Daniele Lupo
2019-05-09[jsonnet] Hook into existing cmake support (#6358)Curtis J Bezault
Use jsonnet's cmake build system.
2019-05-09[visit-struct] Add new port (#6356)zhihaoy
https://github.com/cbeck88/visit_struct The motivation for this port is that we do not have to lock ourselves with Boost.Fusion, or Boost.Hana, and can benefit from some downstream projects such as Configuru at the same time.
2019-05-09[ace] Add support for features (ssl, wchar, xml) #6372 (#6376)Florin Crișan
2019-05-09[docs] clean up CONTROL file documentation (#6378)Phil Christensen
2019-05-09enable static builds of openjpeg (#6373)Alexander Neumann
* enable static builds for openjpeg * bump control * remove unnecessary code
2019-05-09[x264] build with asm on x64 x86 (#3269)Yuri Valentini
* [x264] build with asm on x64 x86 * [x264] build with asm on x64 x86 * [x264] Use Linux-style line endings in patch file
2019-05-09[graphqlparser]Fix static build error (#6359)JackBoosY
2019-05-09[dlib]Fix build error in linux:copyright check failure. (#6361)JackBoosY