Commit Graph

8388 Commits

Author SHA1 Message Date
Alex
85a6327c70
[matplotlib-cpp] Upgrade to latest version (#13201) 2020-08-31 09:36:11 -07:00
David Duque
2240a5f784
[toml11] Update to version 3.5.0 (latest) (#13204) 2020-08-31 09:35:30 -07:00
Matthew Oliver
b41ce1186a
[libvpx] Update to 1.9.0. (#13213) 2020-08-31 09:34:35 -07:00
Stephen Eckels
19b706c9d4
[polyhook2] Update to latest (#13221) 2020-08-31 09:26:58 -07:00
David Duque
8274e2aae3
[bfgroup-lyra] Upgrade to version 1.5 (latest) (#13222) 2020-08-31 09:26:27 -07:00
Nathan
ff0d69e3e3
[gdal] for static builds utilize static proj library (#13226) 2020-08-31 09:26:02 -07:00
leap
51d3fb052d
[rest-rpc]add new port (#13232) 2020-08-31 09:25:21 -07:00
Stefano Sinigardi
75d1ba664f
[OpenMVS] add missing include directories for downstream projects (#13233) 2020-08-31 09:19:43 -07:00
Matthew Oliver
f3f329a048
[bzip2] Update to 1.0.8. (#13178)
Fixes #12960
2020-08-28 15:39:29 -07:00
Daniele Pallastrelli
62a64f09a1
[cli] Update the version to 1.2.1 (#13180) 2020-08-28 15:38:55 -07:00
Gabriel
5824945f05
[FluidLite] Bump to latest version (#13181) 2020-08-28 15:38:19 -07:00
NancyLi1013
29501ce464
[embree3] Fix usage in static build (#13182) 2020-08-28 15:37:42 -07:00
Rodrigo Hernandez Cordoba
5cb765aebe
[v8] Add v8 Javascript engine port (#372). (#12687) 2020-08-28 15:02:08 -07:00
Billy O'Neal
854f50e50c
[skia] Remove use of vcpkg_apply_patches. (#13186)
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-08-28 14:52:33 -07:00
Marek Roszko
3c5fdcbe62
[tcl] Install tcl shell to tools (#12987)
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-08-28 10:41:18 -07:00
Tanguy Fautre
aea9119136
[Arrow] Update to 1.0.1 (#13165) 2020-08-28 09:56:53 -07:00
Albert Ziegenhagel
940d1dc707
[vtk] Fix building with MPI and Python enabled (#12971) 2020-08-27 22:28:30 -07:00
Alexander Neumann
53a47bca4f
[expat] Fix a few details with expat. (#13022)
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-08-27 22:20:06 -07:00
Eric Kilmer
2f52c7cbaa
[rapidcheck] Update and fix compiler error with clang-10 (#13143) 2020-08-27 22:16:03 -07:00
NancyLi1013
1f1a680672
[cspice] Add 64bit packages (#12903) 2020-08-27 22:15:26 -07:00
Stefano Sinigardi
0a506f7c5e
[OpenMVG/OpenMVS] fix tools (#12229) 2020-08-27 22:13:05 -07:00
Alexis Placet
bf1d20cc8f
[exiv2] Add video support feature (#13167) 2020-08-27 21:29:42 -07:00
Jack·Boos·Yu
9211f80ed7
[bigint/zxing-cpp] Adapter xcode 5.1.1 and set it as a dependency of zxing-cpp (#13129)
* [bigint] Adapter xcode 5.1.1

* [bigint] Add vcpkg-cmake-wrapper

* [zxing-cpp] use vcpkg bigint instead
2020-08-27 20:24:39 -07:00
Jack·Boos·Yu
69f57ef4e0
[rpclib] Disable parallel configure (#13162) 2020-08-27 20:22:42 -07:00
Billy O'Neal
8054263f15
[skia, ompl, capnproto] Update VMs for 2020-08-12 (including VS 16.7) (#12884)
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-08-27 12:27:39 -07:00
Alexander Neumann
4a9b658141
[lapack-reference] fix cblas feature (#12929) 2020-08-25 18:55:54 -07:00
Jack·Boos·Yu
0522f981f9
[libusb] Add vcpkg-cmake-wrapper (#13057) 2020-08-25 18:52:55 -07:00
evpobr
fd7e280af8
[libsndfile] Update to 1.0.29 (#12921)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-08-25 18:42:26 -07:00
Rémy Tassoux
963bff03fa
[directxtk][directxtk12][directxtex][directxmesh] Update to latest version (#13060) 2020-08-25 15:09:11 -07:00
Jonas Karlsson
58fc7e5c01
[irrlicht] Patch moved sysctl.h header file (#13137)
Sysctl has been deprecated for a while and in newer versions of glibc it
is removed which leads to a compilation error on modern Linux. This is
fixed in SVN trunk of irrlich so I copied the include guards from there.
In this case sysctl headers are only loaded for OS X where they are also
actually used.
2020-08-25 14:47:28 -07:00
Billy O'Neal
05635bdf78
Disable fluidlite in CI. (#13125)
* Disable fluidlite in CI.

Fluidlite, added 3 days ago in https://github.com/microsoft/vcpkg/pull/13006 , tries to install the same files as fluidsynth; it's similar to the 'boringssl' situation. Given that fluidlite doens't have any dependencies, this change disables that one rather than fluidsynth,

* Add warning message.
2020-08-25 14:41:41 -07:00
Park DongHa
6ed0bc982b
[openssl-unix] use xcrun for iOS triplet build (#12527)
* [openssl] use xcrun for iOS triplet build

* config for iOS simulator architecture
* use .dylib suffix for iOS shared is used

* [openssl-unix] increase port version in CONTROL

* Update CONTROL

* [openssl-unix] update port version

* prevent collision with #12544

* [openssl-unix] make disable platform specific

* [openssl-unix] replace set to list(APPEND)

Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-08-24 21:20:02 -07:00
NancyLi1013
1f52fbaa04
[opencolorio] Update repository (#12869) 2020-08-24 21:17:46 -07:00
mfornace
08423be155
[cpp-taskflow] Update to 2.5.0 (#12923)
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-08-24 14:33:32 -07:00
nicole mazzuca
bf594d63fc
[libigl] fix imgui feature (#12691) 2020-08-24 12:49:35 -07:00
jgehw
02bfa2961a
fix vcpkg_configure_cmake for case when having semicolons in OPTIONS (#12977) 2020-08-24 12:32:34 -07:00
Rémy Tassoux
15e886daeb
[josuttis-jthread] Fix include path (#13040) 2020-08-24 11:20:02 -07:00
JonLiu1993
9816985c3d
[Box2d] Update to 2.4.0 (#13058) 2020-08-24 11:19:26 -07:00
Phoebe
0720240051
[sqlitecpp] Fix dependency port (#13108) 2020-08-24 10:57:38 -07:00
nicole mazzuca
20678a5fe7
[behaviortree-cpp] add REQUIRED to find_package calls (#13087)
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
2020-08-24 10:33:57 -07:00
Jozef Izso
3283dd7fb7
[grpc][upb][re2] grpc v1.31.1 (#13084) 2020-08-22 22:25:20 -07:00
ras0219
de0501f187
[sfml][imgui-sfml] Push SFML_STATIC_LIBRARIES setting into sfml (#11800) 2020-08-22 01:29:59 -07:00
Jozef Izso
78b66ad5b9
[grpc] grpc v1.30.2 (#12920) 2020-08-22 01:16:03 -07:00
Long Nguyen
d355b3fae0
[many ports] Fix various problems with mingw (#12886) 2020-08-21 17:45:42 -07:00
Rémy Tassoux
d80a3de309
[imgui] Update to 1.78 (#13064)
https://github.com/ocornut/imgui/releases/tag/v1.78
2020-08-21 17:00:47 -07:00
Jack·Boos·Yu
15df0c0f71
[boost-uninstall] Add port to easily uninstall all boost components (#12851)
Co-authored-by: Daniel Marshall <xandan@gmail.com>
2020-08-21 17:00:25 -07:00
Lily
cd81eb11e4
[berkeleydb] Fix build error with Visual Studio 16.7.0 (#12870) 2020-08-21 16:32:24 -07:00
NancyLi1013
f2a59715bf
[boringssl] Fix build error on unix (#13056) 2020-08-21 15:49:37 -07:00
Jack·Boos·Yu
5a240bcf92
[pcl] check SSE flags (#13020)
* [pcl] Always check SSE flags

* check sse if sse enabled
2020-08-21 15:49:10 -07:00
Gabriel
4477888c77
[fluidlite] Add new port (#13006) 2020-08-21 15:48:38 -07:00
Francisco Pombal
5e7e48d7f2
[libtorrent] bump version and adjust python patch (#12946) 2020-08-21 15:48:19 -07:00
Stefano Sinigardi
0ccb9d3148
[ffmpeg] fix cmake module (#13004) 2020-08-21 15:47:31 -07:00
Jozef Izso
2a91f05e09
[protobuf] protobuf v3.13.0 (#12918) 2020-08-21 15:45:31 -07:00
Phoebe
791a18385a
[gdal] Fix static build issue (#12541) 2020-08-21 15:44:23 -07:00
fquinner
fc7bab58e2
[openmama] Feature use cmake for openmama (#13034) 2020-08-21 15:42:42 -07:00
Sean Yen
1999412506
[behaviortree-cpp] Add new port (#12769)
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-08-21 15:33:35 -07:00
JonLiu1993
d2a08d73a5
[libjpeg-turbo] Update to 2.0.5 (#12973) 2020-08-21 10:46:20 -07:00
stoperro
ca5dcf9bfa
[dlib] Update to v19.21 (#13061) 2020-08-21 10:40:21 -07:00
Roel Standaert
3fc65fa6cf
[wt] Update to 4.4.0 (#13005) 2020-08-21 10:39:52 -07:00
Stephen Kyne
0d2c77cdb7
[portmidi] Updated portmidi package to use alternative code source (#12046)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-08-21 09:44:38 -07:00
An Tao
7b285940a8
[drogon] Fix building errors on Windows and Linux (#13007)
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-08-21 09:31:22 -07:00
eao197
238f626248
RESTinio updated to v.0.6.10. (#13018) 2020-08-21 09:26:44 -07:00
Lily
bb55caabba
[x265] Update source and version (#13048)
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-08-21 09:25:48 -07:00
Albert Ziegenhagel
c3f69d47c8
[openblas] Fix generating pkg-config file (#12956) 2020-08-20 14:22:14 -07:00
NancyLi1013
d48e2bd9d9
[sqlite-orm] Update to latest version (#12999) 2020-08-19 21:42:29 -07:00
Maxime Gervais
a6ca1a514b
[libmediainfo] Update to 20.08 (#12944) 2020-08-19 21:24:02 -07:00
evpobr
89aa2f39f0
[libvorbis] Update to 1.3.7 (#12909) 2020-08-19 21:21:09 -07:00
myd7349
fb8b20f460
[cmocka] Update to 2020-08-01 (#12828) 2020-08-19 21:20:03 -07:00
myd7349
a51f392b52
[numcpp] Add new port (#12682) 2020-08-19 21:17:44 -07:00
Bradley Austin Davis
970fdf4e88
[openxr-loader] Update to latest version, official repo (#12060)
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-08-19 21:16:32 -07:00
Jack·Boos·Yu
ec4e0c3934
[openmpi/vcpkg_build_make] Disable parallel build (#12975) 2020-08-19 21:15:24 -07:00
NancyLi1013
2f9d4a1785
[fluidsynth/redis-plus-plus] Update to the latest released version (#12974) 2020-08-19 19:45:55 -07:00
Long Nguyen
48309ace3e
[openssl-unix] Fix #12919 (#12986) 2020-08-19 19:45:15 -07:00
Jack·Boos·Yu
0d52f66f47
[gtest] Fix installed cmake file path (#12997) 2020-08-19 19:44:43 -07:00
JonLiu1993
2906878462
[intel-mkl] Update to 2020 (#12978) 2020-08-19 19:29:14 -07:00
наб
21d26f76ca
[infoware] Bump version to 0.5.5 (#13010) 2020-08-19 17:35:08 -07:00
Phoebe
7ad163e476
[harfbuzz] Fix include path (#12871) 2020-08-18 17:03:36 -07:00
Jack·Boos·Yu
547af512d0
[openssl] Interrupt the build process when files conflict (#12867) 2020-08-18 16:49:57 -07:00
Jack·Boos·Yu
4a3d9e22d1
[vcpkg_execute_build_process] Re-fix qt5 components build (#12864) 2020-08-18 16:49:14 -07:00
An Tao
356e6b8737
[drogon] Update to 1.0.0.beta20 (#12931)
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-08-18 16:45:41 -07:00
Jack·Boos·Yu
f8c167c9b6
[borringssl] Disable report warning 4065 and set file conflict as FATAL_ERROR (#12967) 2020-08-18 16:41:19 -07:00
Nathan
0e60bcd44f
[7zip] Resolve issue #12898 (#12899)
Co-authored-by: Nathan Mercer <nmercer@intermap.com>
2020-08-18 16:40:09 -07:00
Odysseas Georgoudis
b4e4854b87
Upgrade quill port to version 1.4.0 (#12924) 2020-08-18 16:34:27 -07:00
An Tao
9e61b5748d
[trantor] Update to 1.0.0-rc16 (#12930) 2020-08-18 16:34:10 -07:00
Alistair Miles
bf1f38c9c3
Updated kangaru to v4.2.4 (#12932) 2020-08-18 16:33:53 -07:00
igl42
e78db0b6d7
[blaze] Update to Blaze 3.8 (#12916)
* [blaze] Update to Blaze 3.8

* Update CONTROL

Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-08-18 16:32:56 -07:00
JonLiu1993
1a5f16d9c8
[pdmk] Update to 1.9 (#12863) 2020-08-18 16:32:41 -07:00
JonLiu1993
3fdf8b18fd
[tinygltf] update to v2.4.2 (#12608)
* [tinygltf] update to v2.4.2
2020-08-18 16:11:36 -07:00
Jack·Boos·Yu
b54f17e394
[pcl] Update to 1.10.0 (#10042) 2020-08-18 15:20:22 -07:00
Matthew Oliver
272269583c
[ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora. (#11277)
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-08-18 12:58:14 -07:00
ras0219
bc88079632
[vcpkg_find_acquire_program] Enable find_acquire(PKGCONFIG) (#12626)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2020-08-18 12:16:39 -07:00
Mark Moll
739209b51a
[ompl]: upgrade to 1.5.0 (#11737)
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-08-18 09:57:33 -07:00
Johnny Willemsen
72328def02
[ace] 6.5.11 (#12954) 2020-08-18 09:25:55 -07:00
ig-or
4640e8fb45
[Qwtw] Update to 3.1.0 (#12961)
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-08-18 09:25:29 -07:00
Hongxu Xu
3d8f6a653e
[xlnt] Upgrade xlnt to 1.5.0 (#12972) 2020-08-18 09:25:00 -07:00
NancyLi1013
d6285bc24b
[expat] Update the version to 2.2.9 (add support for uwp) (#9146)
* [expat] Update the version to 2.2.9(support uwp)

* [readosm] Fix expat.lib cannot be found

* Remove expat:arm-uwp and expat:x64-uwp from fail list in ci.baseline.txt

* [apr-util,io2d,skia] Fix expat cannot be found and also update expat

* [many ports] Add supports and fix the regressions

* Fix new regressions

* Fix typo

* [io2d] Update expat patch

* [io2d,libkml,skia] Fix expat cannot find and also fix typo

* [expat] Remove usage

* [libkml,vtk] Update expat patch and fix static build

* [wxwidgets] Fix static build caused by expat cannot found

* Update as review suggestion

* Add Port-Version

* Remove evpp:x64-osx=fail from ci.baseline.txt

* [wxwidgest] Remove unnecessary spaces

* [itk] Fix expat cannot be found

* fix cmake test port

* [wxwidgets] Update Port-Version

Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-08-17 08:33:44 -07:00
Alexander Neumann
f0dbdbaa65
[meson] Update meson to 0.55.1 (#12927)
* [vcpkg_find_acquire_program] add version check for ninja

* Change VERSION to NINJA_VERSION

* Missed VERSION change

* some more corrections

* add missing PACKAGES parameter

* add osx hash

Co-authored-by: Wolfgang Stöggl <c72578@yahoo.de>

* [meson] update to 0.55.1

* fix command

* Remove apt/brew package names

Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>

* move supported around and disable it for freebsd

* fix small command hickup which does not matter for ninja

Co-authored-by: Wolfgang Stöggl <c72578@yahoo.de>
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-08-17 07:25:05 -07:00
sanjaychugh
7c5ea94190
[sqlite3] Sqlite3 geopoly and json1 features (#11532)
* sqlite3 port: add geopoly and json features.

* Changed the version of the sqlite3 CONTROL from from 3.31.1-1 to 3.31.1-2

* Update CONTROL

* Update CONTROL

Co-authored-by: Sanjay Chugh <schugh@intelligenetimagingsystems.com>
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Co-authored-by: LilyWangL <wangli28@beyondsoft.com>
2020-08-14 10:29:18 -07:00
Enguerrand DE SMET
5562c695df
[geogram] update to 1.7.5 (#12562)
* [geogram] update geogram version

* [geogram] fix diff patch

* [geogram] remove port-Version
2020-08-14 10:25:01 -07:00
Sander Cox
234f7e4543
[ffmpeg] Some libraries in ffmpeg can be optional (#12843)
* Make sub libraries of FFmpeg optional

avdevice
avfilter
swresample
swscale

* Also adding avcodec and avformat

* This should have been avcodec obviously
2020-08-14 10:01:01 -07:00