aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-15[libuuid]Add warning to non-unix platform when building. (#5844)JackBoosY
* [libuuid]Add warning to non-unix platform when building. * [azure-storage-cpp] Don't rely on vcpkg install of libuuid on OSX in favor of the built in version * [azure-storage-cpp] Remove old patch
2019-04-15[tbb] Fix config path (#6100)Griffin Downs
* Fix config path * Add lib prefix substitution
2019-04-15[darknet] remove ninja preference to enable cuda build on windows (#6070)Stefano Sinigardi
2019-04-15[google-cloud-cpp] Upgrade to 0.8.1. (#6072)Carlos O'Ryan
* Upgrade google-cloud-cpp to 0.8.1. * Update to Opus 1.3.1 (#6086) * [cpptoml] new port (#6089) * Update patch comment
2019-04-15Fix PATH modification on Linux/Mac (#6083)Maurice Kalinowski
* Fix lineendings Some files were checked in as always CRLF. * [qt5-base] Fix path separators on non Windows (fixes #5246) Use vcpkg_add_to_path instead of cmake environment manipulation.
2019-04-15[embree3] Disable parallel configure due to writes to source directory (#6096)Cheney Wang
2019-04-15[libsquish] Add new port (#6038)Francesco Bertolaccini
* Add libsquish port * Populate CONTROL * Fix version field * Fix exporting symbols for Windows * Fix typo
2019-04-15[cpptoml] new port (#6089)David Garcia
2019-04-14VS 2019 supportThad House
2019-04-14Add flat install settings for wpulibThad House
2019-04-14Linux building, and cmake buildingThad House
2019-04-14Update wpilib port to custom buildThad House
2019-04-14Add WPILib port for vcpkgThad House
2019-04-14Update to Opus 1.3.1 (#6086)Marcus Asteborg
2019-04-12enable_language(CUDA) should now work as expected (#6069)Stefano Sinigardi
2019-04-12[binn] new port (#5637)Nikita
* Add binn library * Fix binn.h include * Fix UWP. Replace to safe functions * Fix uwp patch * [binn] update uwp patch
2019-04-12[libbson][mongo-c-driver] Update to version 1.13.0. (#4770)ivysnow
* [libbson][mongo-c-driver] Update to version 1.13.0. * [mongo-c-driver] don't publish libbson files
2019-04-12[cryptopp] Update the version to 8.1.0(Fix #3260) (#6010)NancyLi1013
* allow building "ffmpeg.exe" add new feature "ffmpeg" which allows to build "ffmpeg.exe" - ex. : vcpkg install ffmpeg[x264,gpl,nonfree,ffplay,ffprobe,openssl,lzma,opencl,ffmpeg]:x64-windows-static --recurse * allow building "ffmpeg.exe" add new feature "ffmpeg" which allows to build "ffmpeg.exe" - ex. : vcpkg install ffmpeg[x264,gpl,nonfree,ffplay,ffprobe,openssl,lzma,opencl,ffmpeg]:x64-windows --recurse * fix static build of ffmpeg-executables build ffplay.exe etc. failed because we tried to link ".a"-libraries * allow building "ffmpeg.exe" add new feature "ffmpeg" which allows to build "ffmpeg.exe" - ex. : vcpkg install ffmpeg[x264,gpl,nonfree,ffplay,ffprobe,openssl,lzma,opencl,ffmpeg]:x64-windows-static --recurse * allow building "ffmpeg.exe" add new feature "ffmpeg" which allows to build "ffmpeg.exe" - ex. : vcpkg install ffmpeg[x264,gpl,nonfree,ffplay,ffprobe,openssl,lzma,opencl,ffmpeg]:x64-windows --recurse * fix static build of ffmpeg-executables build ffplay.exe etc. failed because we tried to link ".a"-libraries * Remove duplicate feature entries * [clapack] Fix linux build * [openblas] Remove restriction of build static lib on Linux * Update ports/openblas/portfile.cmake Co-Authored-By: kafeg <v31337@gmail.com> * [ffmpeg] bump control version number * [ffmpeg] switch to vcpkg_extract_source_archive_ex * add parallel-hashmap package * update version of package * Check scripts/cmake/* and buildsystems/vcpkg.cmake for changes when hashing * [cryptopp] Update the version to 8.1.0(Fix #3260) * [darknet] add compatibility with OpenCV 4 (#6018) * [curl] Bump CONTROL version (#6012) * [sdl1]Fix sdl1 conflict with sdl2 (#6011) * Use Opus CMake #4875 (#6007) * Print what port installed confliciting files * Revert "Print what port installed confliciting files" This reverts commit 79682317c9e087dc1d1ae450e3edd03b0fa0cc59. * Complete revert of accidental merge b1b7ec5c0be3a3b0 * [activemq-cpp] Add activemq-cpp library (#6017) * [fix][ffmpeg] changing $PATH separator for Linux (#6015) * [fix][ffmpeg] changing $PATH separator for Linux Using a semicolon in $PATH might break on some flavors of Linux, eg Docker based on Ubuntu 18.04. * Enable openssl:arm64-windows * Add missing dependency for static Qt builds * Enable pcre:arm64-windows Update sljitConfigInternal.h for ARM64, resolve error C2375: 'FlushInstructionCache': redefinition; different linkage * Enable pcre:arm64-windows Update format * Enable pcre2:arm64-windows Update sljitConfigInternal.h for ARM64 * partial update for testing * add git hash * Revert "add git hash" This reverts commit 1a3b388a911f844e6907cc9058728e2a3bdda419. * Revert "partial update for testing" This reverts commit 880181892e83b89657207777b1f2ce40fe3d31cb. * [openssl-windows] Bump version number * [pcre2] Bump version number * [openvdb] Fix openvdb[tools] build failures (#6028) * Update CONTROL Bump the version in CONTROL file * Update CONTROL Bump the version in CONTROL file * Update CONTROL Revert version number since @grdowns already bumps version number * Add --no-recurse switch to depend-info command. * Add -allowAppleClang option to bootstrap.sh. (fixes #4698) (#5915) * Add -allowAppleClang option to bootstrap.sh. (fixes #4698) * [vcpkg-bootstrap] Simplify appleclang changes and reformat * [vcpkg-bootstrap] Remove enviroment variable VCPKG_ALLOW_APPLE_CLANG * [distorm, scylla_wrapper, devicenameresolver] init (#4170) * distorm init * scylla wrapper init * devicenameresolver init * [devicenameresolver][distorm][scylla-wrapper] Cleanup and mark libraries as dll-only. * Bumb version number for qt5-base port * [devil/libcopp/spaceland] stable cmake config (#6046) * [darknet] sync with community expected version, add fixes for downstream projects (#6047) * Print what port installed confliciting files (#6037) * [PEGTL] Upgrade to 2.8.0 Migration guide: https://github.com/taocpp/PEGTL/blob/master/doc/Migration-Guide.md#version-280 * [docs] Add VCPKG_CMAKE_SYSTEM_VERSION (#6061) * Add help entry for depend-info * [jsoncons] add port * Bump version numbers, fix system name check * [libpqxx]Update to version 6.4.3 * Add missing compiler flags
2019-04-12Merge pull request #6016 from edmBernard/dev/fix_libpq_on_linuxGriffin Downs
[libpq] fix error at link time on linux
2019-04-12Merge pull request #6065 from PhoebeHui/dev/Phoebe/UpgradesGlogGriffin Downs
[Glog]Upgrades 2019.03.29
2019-04-12Update SHAgrdowns
2019-04-12Merge pull request #5525 from kafeg/masterGriffin Downs
[clapack] Fix linux build
2019-04-12Merge pull request #6064 from Microsoft/dev/Lily/5899Griffin Downs
[libpqxx]Update to version 6.4.3
2019-04-12[Glog]Upgrades 2019.03.29Phoebe
2019-04-12Merge pull request #6024 from zhihaoy/pegtlGriffin Downs
[PEGTL] Upgrade to 2.8.0
2019-04-12Merge pull request #4217 from ptahmose/masterGriffin Downs
[ffmpeg] Add feature to build "ffmpeg.exe"
2019-04-12[libpqxx]Update to version 6.4.3wangli28
2019-04-12Bump version numbers, fix system name checkgrdowns
2019-04-12Merge pull request #6033 from tony979/pcre2-arm64Griffin Downs
[pcre2] Enable arm64-windows
2019-04-12Merge branch 'master' of https://github.com/kafeg/vcpkg into dev/grdowns/5525grdowns
2019-04-12Merge branch 'master' into masterGriffin Downs
2019-04-12Merge pull request #6063 from cenit/dev/cenit/jsonconsGriffin Downs
[jsoncons] add port
2019-04-12[libpq] bump version number in CONTROLErwan BERNARD
2019-04-12[libpq] fix error at link time on linuxErwan BERNARD
2019-04-12[jsoncons] add portStefano Sinigardi
2019-04-11Merge pull request #6040 from stfnp/fix-qt5-static-linkingGriffin Downs
Add missing dependency for static Qt builds on Windows
2019-04-11Merge pull request #6055 from jediry/depend_info_no_recurseGriffin Downs
Add --no-recurse flag to "depend-info" command
2019-04-11Add help entry for depend-infogrdowns
2019-04-11Merge branch 'depend_info_no_recurse' of https://github.com/jediry/vcpkg ↵grdowns
into dev/grdowns/6055
2019-04-11Merge pull request #6060 from greg7mdp/masterGriffin Downs
[parallel_hashmap] Update version
2019-04-11Merge pull request #6032 from tony979/pcre-arm64Griffin Downs
[pcre] Enable arm64-windows
2019-04-11[docs] Add VCPKG_CMAKE_SYSTEM_VERSION (#6061)Robert Schumacher
2019-04-11[PEGTL] Upgrade to 2.8.0Zhihao Yuan
Migration guide: https://github.com/taocpp/PEGTL/blob/master/doc/Migration-Guide.md#version-280
2019-04-11Print what port installed confliciting files (#6037)Curtis J Bezault
2019-04-11[darknet] sync with community expected version, add fixes for downstream ↵Stefano Sinigardi
projects (#6047)
2019-04-11[devil/libcopp/spaceland] stable cmake config (#6046)Phil Christensen
2019-04-11Bumb version number for qt5-base portstfnp
2019-04-11[distorm, scylla_wrapper, devicenameresolver] init (#4170)atkawa7
* distorm init * scylla wrapper init * devicenameresolver init * [devicenameresolver][distorm][scylla-wrapper] Cleanup and mark libraries as dll-only.
2019-04-11Add -allowAppleClang option to bootstrap.sh. (fixes #4698) (#5915)soroshsabz
* Add -allowAppleClang option to bootstrap.sh. (fixes #4698) * [vcpkg-bootstrap] Simplify appleclang changes and reformat * [vcpkg-bootstrap] Remove enviroment variable VCPKG_ALLOW_APPLE_CLANG
2019-04-10Merge branch 'master' into query_depsRyan Saunders