Commit Graph

5417 Commits

Author SHA1 Message Date
driver1998
e54a0ec7f4 [pixman] arm/arm64 windows support (#6117)
* fixes pixman arm/arm64 windows build

* bump pixman version to 0.38.0-2
2019-04-17 11:15:56 -07:00
Vitaliy Didik
00728b32b7 [libidn2] Updated to version 2.1.1. (#6112) 2019-04-16 10:38:25 -07:00
Robert Schumacher
c95512aaf6 [many ports] Updates 2019.03.29 (#5698)
* Updates 2019.03.29

* Undo changes to 4 ports(rocksdb tbb thrift uwebsockets) due to failures

* [folly] Fix target files in debug mode

* Undo glog changes since it caused sophus openmvg and cartographer failures

* Undo Folly changes since it cause wangle failed

* Undo Folly portfile
2019-04-15 22:30:11 -07:00
Phil Christensen
56bc2f9160
upgrade to windows MinGit 2.21.0 (#6041)
* [fdlibm] update hash
2019-04-15 22:28:45 -07:00
Phil Christensen
bd51bdd039
[tinyutf8] update to v2.2 (#6102) 2019-04-15 11:23:28 -07:00
JackBoosY
88dd0e7ddd [libuuid]Add warning to non-unix platform when building. (#5844)
* [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 10:59:09 -07:00
Griffin Downs
f912e8fe10
[tbb] Fix config path (#6100)
* Fix config path

* Add lib prefix substitution
2019-04-15 09:10:26 -07:00
Stefano Sinigardi
50f5372193 [darknet] remove ninja preference to enable cuda build on windows (#6070) 2019-04-15 08:29:47 -07:00
Carlos O'Ryan
c0a377682e [google-cloud-cpp] Upgrade to 0.8.1. (#6072)
* Upgrade google-cloud-cpp to 0.8.1.

* Update to Opus 1.3.1 (#6086)

* [cpptoml] new port (#6089)

* Update patch comment
2019-04-15 06:28:47 -07:00
Maurice Kalinowski
60db384541 Fix PATH modification on Linux/Mac (#6083)
* 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 05:00:14 -07:00
Cheney Wang
e23e54ae4b [embree3] Disable parallel configure due to writes to source directory (#6096) 2019-04-15 04:47:54 -07:00
Francesco Bertolaccini
574f2d218e [libsquish] Add new port (#6038)
* Add libsquish port

* Populate CONTROL

* Fix version field

* Fix exporting symbols for Windows

* Fix typo
2019-04-15 04:26:55 -07:00
David Garcia
ff932937f0 [cpptoml] new port (#6089) 2019-04-15 04:21:25 -07:00
Marcus Asteborg
0907798d40 Update to Opus 1.3.1 (#6086) 2019-04-14 01:02:58 -07:00
Nikita
b41ddf8072 [binn] new port (#5637)
* Add binn library

* Fix binn.h include

* Fix UWP. Replace to safe functions

* Fix uwp patch

* [binn] update uwp patch
2019-04-12 08:58:29 -07:00
ivysnow
e1ae8f62b9 [libbson][mongo-c-driver] Update to version 1.13.0. (#4770)
* [libbson][mongo-c-driver] Update to version 1.13.0.

* [mongo-c-driver] don't publish libbson files
2019-04-12 08:56:36 -07:00
NancyLi1013
d00223cbb9 [cryptopp] Update the version to 8.1.0(Fix #3260) (#6010)
* 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 79682317c9.

* Complete revert of accidental merge b1b7ec5c0b

* [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 1a3b388a91.

* Revert "partial update for testing"

This reverts commit 880181892e.

* [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-12 08:42:59 -07:00
Griffin Downs
0bfa4c82b0
Merge pull request #6016 from edmBernard/dev/fix_libpq_on_linux
[libpq] fix error at link time on linux
2019-04-12 08:20:23 -07:00
Griffin Downs
7927c41249
Merge pull request #6065 from PhoebeHui/dev/Phoebe/UpgradesGlog
[Glog]Upgrades 2019.03.29
2019-04-12 07:17:23 -07:00
grdowns
f39b96100a Update SHA 2019-04-12 05:43:44 -07:00
Griffin Downs
e5b9e23d1f
Merge pull request #5525 from kafeg/master
[clapack] Fix linux build
2019-04-12 05:34:48 -07:00
Griffin Downs
2f772fa93c
Merge pull request #6064 from Microsoft/dev/Lily/5899
[libpqxx]Update to version 6.4.3
2019-04-12 04:23:45 -07:00
Phoebe
0963ebbd4e [Glog]Upgrades 2019.03.29 2019-04-12 03:57:07 -07:00
Griffin Downs
c5d80fdffb
Merge pull request #6024 from zhihaoy/pegtl
[PEGTL] Upgrade to 2.8.0
2019-04-12 03:45:36 -07:00
Griffin Downs
637963244b
Merge pull request #4217 from ptahmose/master
[ffmpeg] Add feature to build "ffmpeg.exe"
2019-04-12 03:13:34 -07:00
wangli28
2dcf027137 [libpqxx]Update to version 6.4.3 2019-04-12 10:04:04 +00:00
grdowns
d83edc84f7 Bump version numbers, fix system name check 2019-04-12 02:53:29 -07:00
Griffin Downs
7f02290c43
Merge pull request #6033 from tony979/pcre2-arm64
[pcre2] Enable arm64-windows
2019-04-12 02:47:32 -07:00
grdowns
57a8ecec14 Merge branch 'master' of https://github.com/kafeg/vcpkg into dev/grdowns/5525 2019-04-12 02:35:46 -07:00
Griffin Downs
0e00064405
Merge branch 'master' into master 2019-04-12 02:30:59 -07:00
Griffin Downs
39ba5b2b30
Merge pull request #6063 from cenit/dev/cenit/jsoncons
[jsoncons] add port
2019-04-12 02:05:50 -07:00
Erwan BERNARD
0cac89b601 [libpq] bump version number in CONTROL 2019-04-12 10:04:26 +02:00
Erwan BERNARD
7fb37a9be3 [libpq] fix error at link time on linux 2019-04-12 10:04:26 +02:00
Stefano Sinigardi
3c3dc340b7 [jsoncons] add port 2019-04-12 09:40:25 +02:00
Griffin Downs
6a9371b571
Merge pull request #6040 from stfnp/fix-qt5-static-linking
Add missing dependency for static Qt builds on Windows
2019-04-11 23:13:40 -07:00
Griffin Downs
450fcabed8
Merge pull request #6032 from tony979/pcre-arm64
[pcre] Enable arm64-windows
2019-04-11 18:53:43 -07:00
Zhihao Yuan
e946273950
[PEGTL] Upgrade to 2.8.0
Migration guide:
https://github.com/taocpp/PEGTL/blob/master/doc/Migration-Guide.md#version-280
2019-04-11 10:36:05 -05:00
Stefano Sinigardi
f58e82f45c [darknet] sync with community expected version, add fixes for downstream projects (#6047) 2019-04-11 08:27:06 -07:00
Phil Christensen
c6fd076372
[devil/libcopp/spaceland] stable cmake config (#6046) 2019-04-11 08:25:55 -07:00
stfnp
29be95a5e5
Bumb version number for qt5-base port 2019-04-11 10:01:51 +02:00
atkawa7
dc65ec9e68 [distorm, scylla_wrapper, devicenameresolver] init (#4170)
* distorm init

* scylla wrapper init

* devicenameresolver init

* [devicenameresolver][distorm][scylla-wrapper] Cleanup and mark libraries as dll-only.
2019-04-11 00:35:22 -07:00
Tony Lin
bc4703def1 Update CONTROL
Revert version number since @grdowns already bumps version number
2019-04-11 04:47:12 +00:00
Tony Lin
44079a89fe Update CONTROL
Bump the version in CONTROL file
2019-04-11 04:41:35 +00:00
Tony Lin
3e12f3fa57 Update CONTROL
Bump the version in CONTROL file
2019-04-11 04:38:21 +00:00
Cheney Wang
b625cbf82f [openvdb] Fix openvdb[tools] build failures (#6028) 2019-04-10 21:30:49 -07:00
grdowns
38e473c36c [pcre2] Bump version number 2019-04-10 19:44:34 -07:00
grdowns
2e44aa9631 Merge branch 'pcre2-arm64' of https://github.com/tony979/vcpkg into dev/grdowns/6033 2019-04-10 19:43:33 -07:00
grdowns
6ba941ce96 [openssl-windows] Bump version number 2019-04-10 19:37:13 -07:00
Tony Lin
6166c1509a Enable pcre2:arm64-windows
Update sljitConfigInternal.h for ARM64
2019-04-10 11:21:17 +00:00
Tony Lin
a1d48b8191 Enable pcre:arm64-windows
Update format
2019-04-10 10:01:01 +00:00