aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-04-10Add --no-recurse switch to depend-info command.Ryan Saunders
2019-04-11Update CONTROLTony Lin
Revert version number since @grdowns already bumps version number
2019-04-11Update CONTROLTony Lin
Bump the version in CONTROL file
2019-04-11Update CONTROLTony Lin
Bump the version in CONTROL file
2019-04-10[openvdb] Fix openvdb[tools] build failures (#6028)Cheney Wang
2019-04-10[pcre2] Bump version numbergrdowns
2019-04-10Merge branch 'pcre2-arm64' of https://github.com/tony979/vcpkg into ↵grdowns
dev/grdowns/6033
2019-04-10Merge pull request #6044 from Microsoft/dev/grdowns/bump-openssl-windows-verGriffin Downs
[openssl-windows] Bump version number
2019-04-10[openssl-windows] Bump version numbergrdowns
2019-04-10Merge pull request #6030 from tony979/openssl-arm64Griffin Downs
Enable openssl:arm64-windows (Fix #4478, #4812)
2019-04-10Revert "partial update for testing"Phil Christensen
This reverts commit 880181892e83b89657207777b1f2ce40fe3d31cb.
2019-04-10Revert "add git hash"Phil Christensen
This reverts commit 1a3b388a911f844e6907cc9058728e2a3bdda419.
2019-04-10add git hashPhil Christensen
2019-04-10partial update for testingPhil Christensen
2019-04-10Enable pcre2:arm64-windowsTony Lin
Update sljitConfigInternal.h for ARM64
2019-04-10Enable pcre:arm64-windowsTony Lin
Update format
2019-04-10Enable pcre:arm64-windowsTony Lin
Update sljitConfigInternal.h for ARM64, resolve error C2375: 'FlushInstructionCache': redefinition; different linkage