| Age | Commit message (Collapse) | Author |
|
* [webview] Add new port
* [zserge-webview] Update to 2019-04-27
* [zserge-webview] Fix Linux, macOS support
|
|
* [angelscript] Add new port
* [angelscript] Add version and description
|
|
* [pthread] update to v3
* [flint, mosquitto, usbmuxd] bump CONTROL files and add final touches for PThreads4W v3
* [arb] add compatibility with PThreads4W
|
|
|
|
|
|
* 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
|
|
* [cpp-netlib] Add new port
* Fix the problem on Linux.
* Add the unsupported message for UWP.
|
|
|
|
* [libsndfile]Fix install file path in linux.
* [libsndfile] Don't install HTML docs
|
|
* [libpff] Initial port.
* [libpff] Add unofficial CMake find_package() integration support
|
|
|
|
Fixes #6461. (#6466)
|
|
* [io2d] macOS support
* Update version string
|
|
* 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.
|
|
* [libressl] add new port
* disable symlink of static libs
* [libressl] disable uwp and arm builds
|
|
|
|
|
|
* [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
|
|
* remove extra build step.
vcpkg_install_cmake should also build the target.
* Update CONTROL
|
|
* [glm] Remove all unnecessary build steps
* [glm] Fix header export
* [glm] Bump control to force rebuild
|
|
|
|
|
|
|
|
* 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
|
|
|
|
support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* [gdcm]Update to v3.0.0 and rename to gdcm.
* [gdcm2]Add empty port "gdcm2" mapping to port gdcm
|
|
|
|
* [many ports] Updates 2019.05.08
* Undo changes for failure ports grpc libjpeg-turbo curl cartographer
* [guetzli] Patch to handle breaking changes in butteraugli
|
|
* 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
|
|
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
|
|
|
|
|
|
|
|
Use jsonnet's cmake build system.
|
|
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.
|
|
|
|
|
|
* enable static builds for openjpeg
* bump control
* remove unnecessary code
|
|
* [x264] build with asm on x64 x86
* [x264] build with asm on x64 x86
* [x264] Use Linux-style line endings in patch file
|
|
|
|
|