aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
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-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 #6032 from tony979/pcre-arm64Griffin Downs
[pcre] Enable arm64-windows
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-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-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-10[openssl-windows] Bump version numbergrdowns
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
2019-04-10Add missing dependency for static Qt buildsstfnp
2019-04-10Enable openssl:arm64-windowsTony Lin
2019-04-09[fix][ffmpeg] changing $PATH separator for Linux (#6015)Andre Abrantes
* [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.
2019-04-09[activemq-cpp] Add activemq-cpp library (#6017)alexander-smyslov
2019-04-09Use Opus CMake #4875 (#6007)Marcus Asteborg
2019-04-09[sdl1]Fix sdl1 conflict with sdl2 (#6011)LarryIII
2019-04-09[curl] Bump CONTROL version (#6012)past-due
2019-04-09[darknet] add compatibility with OpenCV 4 (#6018)Stefano Sinigardi
2019-04-08[soci] bump version (#5964)Erwan BERNARD
2019-04-08[google-cloud-cpp] Fix libcurl linkage (#5968)past-due
* [google-cloud-cpp] Fix libcurl linkage * [curl] Fix libcurl exported CMake target config (Windows)