Matthias C. M. Troffaes
c4e3da7c5f
[mp3lame] fix crt linkage ( #13390 )
...
* [mp3lame] fix crt linkage
* Update portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-09-09 12:27:33 -07:00
bialasjaroslaw
8fdd0b7217
[geos] Fix linking of geos for mingw ( #13393 )
...
* Fix linking of geos for mingw
Linking stage is failing due to the multiple definitions of the same symbol.
One way of fixing this is to disable inlining for small functions by passing DISABLE_GEOS_INLINE=ON for mingw builds.
* Bump the port version.
* [geos] Bump version
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-09-09 12:26:45 -07:00
bialasjaroslaw
db465c6895
[boost-context] Fixes error with linker for 32-bit GNU assembler files targeting Windows ( #13422 )
...
* Patch from official boostorg/context. There is no official version with it yet.
* Apply patch globaly
It is better to check it now, for all triplets as [this script](https://github.com/microsoft/vcpkg/blob/master/scripts/boost/generate-ports.ps1 ) will regenerate portfile.cmake with patch for all of them not just for subset.
2020-09-09 12:17:16 -07:00
Alexander Neumann
aa042ad0fb
[mp-units] add new port ( #13416 )
...
* [mp-units] add new port
* fix config
2020-09-09 12:10:56 -07:00
Dominic Clark
468e82de6e
[sord] Add new port ( #13411 )
...
* Add sord port
* Fix include directories
2020-09-09 12:04:12 -07:00
bialasjaroslaw
ad81400f9c
[zeromq]Fix missing system version for mingw builds ( #13408 )
...
* Fix missing system version
System version is required to be 6.0 or higher for ZeroMQ to work correctly.
* Update ports/zeromq/CONTROL
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-09-09 12:01:49 -07:00
Jack·Boos·Yu
dc56928e6a
[libigl] Install extra headers when feature selected ( #13424 )
2020-09-09 11:45:05 -07:00
NancyLi1013
bdfc26fb85
[benchmark] Update to 1.5.1 and fix pkgconfig ( #13427 )
2020-09-09 11:43:20 -07:00
jgehw
8b7e946c55
[execute_process] Don't strip embedded semicolons ( #12926 )
2020-09-09 10:36:58 -07:00
Phoebe
bff4dd9c94
[boost] Remove invalid identifier !v120 ( #13387 )
2020-09-07 16:51:02 -07:00
ras0219
a35ddddac8
[vcpkg] Fix compilation on VS2015 ( #13398 )
...
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-07 16:48:46 -07:00
ras0219
0d0a84694c
[vcpkg] Improve Json error messages ( #12981 )
...
* [vcpkg] Fix error reporting on json parse failure
* [vcpkg] Track manifest path for use in diagnostics
* [vcpkg] Use by-value for consumer API. Improve trailing comma diagnostic.
* [vcpkg] Track errors directly inside Json::Reader
* [vcpkg] Fixup use of .u8string()
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-09-07 15:50:20 -07:00
Billy O'Neal
46a129decb
[xtensor-io] [taskflow] [tcl] [sophus] Fix CI 2020-09-06 ( #13382 )
...
* [xtensor-io] Disable undeclared HighFive detection which is currently broken.
HIGHFIVE 2.2.2: (Re)Detecting Highfive dependencies (HIGHFIVE_USE_INSTALL_DEPS=NO)
CMake Error: install(EXPORT "xtensor-io-targets" ...) includes target "xtensor-io" which requires target "libdeps" that is not in any export set.
CMake Error in CMakeLists.txt:
export called with target "xtensor-io" which requires target "libdeps" that
is not in any export set.
* [tcl] [taskflow] Mark passing in CI.
2020-09-07 14:14:47 -07:00
Lily
49c1b2889d
[realsense2] Update to 2.38.1 ( #13273 )
2020-09-06 20:53:42 -07:00
Vitalii Koshura
c295c35694
[sentry-native] Update to 0.4.1 ( #13305 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2020-09-06 20:53:11 -07:00
Vennor
9ef3b7c81f
[entt] Update to 3.5.1 ( #13318 )
2020-09-06 20:51:06 -07:00
here-mikelley
50d5b31c15
[pcl] Move VTK to an optional feature ( #10449 )
...
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-09-06 20:50:27 -07:00
Vitaliy Didik
bfed76d917
[vcpkg] Fixed 'update' command output ( #13378 )
2020-09-06 11:54:00 -07:00
Martin Vejdarski
f7cd54fcd4
[chromium-base] Add new port ( #12396 )
...
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Huahua <ihuahua@live.com>
2020-09-05 19:50:30 -07:00
xyb
fdac1fc5aa
Add community triple arm64-linux and arm-linux. ( #11880 )
...
Verify the following command on both 32 bits and 64 bits OS on Raspberry pi 3.
./bootstrap-vcpkg.sh
./vcpkg install boost
2020-09-05 10:45:48 -07:00
dan-shaw
bd8af07898
[vcpkg] json format for search ( #12509 )
2020-09-05 07:35:40 -07:00
Tom Tan
95f6e7d0c7
Download pkgconfig for protobuf in download mode ( #13263 )
...
* Download pkgconfig for protobuf in download mode
* Bump version of protobuf
* Update ports/protobuf/CONTROL
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-09-05 07:22:07 -07:00
ZeeWanderer
abda2ddcb4
[highfive] Update to 2.2.2 ( #13257 )
2020-09-05 07:19:43 -07:00
Jack·Boos·Yu
9ae0b0dc74
[powershell] Update to 7.0.3 ( #13267 )
2020-09-05 07:13:28 -07:00
Manuel Kugelmann
799e0d9cce
Fix [boost] MSVC 2013 v120 Build ( #10645 )
2020-09-04 23:35:38 -07:00
Jack·Boos·Yu
ae562b7841
[python3] Fix installation on OpenSUSE ( #13274 )
2020-09-04 22:23:57 -07:00
Ian Reinhart Geiser
00d27cfd04
Add option for WCHAR32 support in ImGUI ( #13285 )
2020-09-04 22:22:28 -07:00
Dominic Clark
1a9ecfc894
[serd] Add new port ( #13260 )
2020-09-04 22:16:08 -07:00
Kevin Lu
3a7899deb7
[curl] Update to 7.22.0 ( #13045 )
2020-09-04 21:18:37 -07:00
Vitalii Koshura
c5ff9ed1f0
[sentry-native] Add ability to control SENTRY_BACKEND variable ( #13362 )
2020-09-04 21:12:47 -07:00
Matthew Oliver
1d66e5dd5b
[libxml2] Update to 2.9.10 ( #13266 )
2020-09-04 20:29:01 -07:00
NancyLi1013
e0f0e7c1ec
[sqlite-orm] Add features and also fix usage ( #13328 )
2020-09-04 20:16:00 -07:00
Vitalii Koshura
2e110d26c6
[rappture] Add new port ( #13321 )
2020-09-04 20:14:17 -07:00
Christopher Di Bella
147b06664b
[constexpr-contracts] s/HEAD_REF master/HEAD_REF main/ ( #13357 )
2020-09-04 20:12:09 -07:00
Matthias C. M. Troffaes
d951a00332
[fmt] Fix build error when build type is release. ( #13352 )
2020-09-04 20:11:41 -07:00
Jack·Boos·Yu
f2fdeb5283
[sentry-native] Fix build failure and cmake path ( #13329 )
...
* [sentry-native] Fix build failure and cmake path
* Re-fix the static_assert issue
2020-09-04 20:07:29 -07:00
ras0219
bb61fc1662
[blaze][ceres][clapack][geogram][lapack][lapack-reference][opencv4][selene] Fix deps issues ( #13229 )
...
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-09-04 18:59:21 -07:00
Christian Fersch
c41328a87c
[sqlitecpp] Update to 3.1.1 ( #13334 )
2020-09-04 11:50:55 -07:00
nicole mazzuca
4467eb334a
fix compile on g++ 6 ( #13290 )
2020-09-04 11:49:56 -07:00
General Jack O'Neill
a3142da3ac
[vcpkg_acquire_msys.cmake] Add gettext tool ( #13297 )
...
1. Added dependencies to gettext-0.19.8.1-1-x86_64.pkg.tar.xz
of libintl libgettextpo libasprintf
2. Added dependency download for libgettextpo-0.19.8.1-1-x86_64.pkg.tar.xz
3. Added dependency download for libasprintf-0.19.8.1-1-x86_64.pkg.tar.xz
4. Put downloads in reverse dependcy order - seems it is called
topological order now
2020-09-04 07:11:45 -07:00
Francisco Pombal
a110d7b5da
[libtorrent] Update to 1.2.10 ( #13341 )
2020-09-04 07:10:43 -07:00
Carlos O'Ryan
c3ddf744d1
[google-cloud-cpp] Upgrade to v1.17.1 ( #13336 )
2020-09-04 07:09:43 -07:00
Phoebe
2ea680ff0d
[dlib] Fix dependency port sqlite3 ( #13325 )
2020-09-03 21:57:11 -07:00
Rafael Kitover
85247c3981
Fix ffmpeg build for PATH with spaces. ( #13275 )
...
Followup on 085225b7b.
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2020-09-03 13:58:57 -07:00
ras0219
13f5a3d615
[vcpkg] Delay failures in vcpkg install
until missing manifest requested ( #13231 )
2020-09-03 11:53:26 -07:00
BullyWiiPlaza
4206b0d725
[cli11] Update to 1.9.1 ( #13280 )
2020-09-03 11:32:27 -07:00
Hartmut Kaiser
77b9beb593
Adapting for HPX V1.5 ( #13309 )
2020-09-03 11:27:20 -07:00
JonLiu1993
99754d1c0b
[folly] Fix findpackage error messages ( #13278 )
...
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-09-03 11:24:32 -07:00
Peter Steneteg
7fd8104024
[freetype] static build fix ( #13250 )
2020-09-03 11:12:53 -07:00
Kiba Amor
dbb91b64d4
[knet] Add new port ( #13207 )
2020-09-03 11:10:29 -07:00
myd7349
eae14ae63c
[simdjson] Update to 0.5.0 ( #13079 )
2020-09-03 11:01:18 -07:00
Paul
6c7f2d95d8
11129: Add VCPKG_LINKER_FLAGS_<CONFIG>. ( #11290 )
...
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-09-03 11:00:35 -07:00
Phoebe
e7dc93f202
[many ports] Add supports ( #12857 )
...
Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
2020-09-03 10:59:31 -07:00
nicole mazzuca
619b294700
[vcpkg.cmake] error out if the mode has changed ( #13313 )
2020-09-03 09:58:15 -07:00
General Jack O'Neill
ff1d20fd9a
Correct Spelling of Port-Verison to Port-Version in CONTROL file ( #13315 )
2020-09-02 12:36:55 -07:00
Albert Ziegenhagel
ced9dfb8e2
[hypre] Update to 2.19.0 ( #13252 )
...
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-09-02 10:41:34 -07:00
nicole mazzuca
d73ead568b
[vcpkg RFC] initial registries RFC ( #12881 )
2020-09-02 09:14:24 -07:00
nicole mazzuca
9740611cab
[vcpkg] Registries MVP ( #13038 )
2020-09-02 09:13:44 -07:00
Jack·Boos·Yu
f4a2dce829
[vcpkg baseline][rest-rpc] Skip check in baseline ( #13295 )
2020-09-02 09:12:41 -07:00
Billy O'Neal
aa43b9c7ae
[json5-parser] update source for json5-parser from BitBucket to GitHub. ( #13289 )
...
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-09-02 09:01:07 -07:00
Griffin Downs
28509b2940
[vcpkg] Add July 2020 changelog ( #13302 )
...
* Create July + half of June changelog
* Update test numbers; rephrase items
* Correct release notes begin date
* Remove false entries
2020-09-02 04:18:10 -07:00
Stefano Sinigardi
8da2de2a05
[darknet] update to v2020-08-30 ( #13238 )
2020-09-01 14:19:35 -07:00
General Jack O'Neill
d29602bf0b
[bzip2] Add SHA512 hash check ( #13242 )
2020-09-01 14:18:13 -07:00
ZeeWanderer
684b5e8c8d
[blend2d] Update to beta_2020-08-24 ( #13258 )
2020-09-01 13:17:18 -07:00
Alberto Jaspe
ea82e46508
[levmar] Add new port ( #13164 )
...
Co-authored-by: LilyWangL <wangli28@beyondsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-09-01 01:36:35 -07:00
ras0219
a0536798ee
[vcpkg] Implement 'repository' tag for NuGet binary caching ( #13228 )
...
This tag is required to correctly interface with GitHub Packages, because GHP shares a single remote for the entire organization and uses the repository field to associate a package with a particular repository.
This tag will be automatically generated if the default GitHub Actions environment variables are present (GITHUB_XYZ) or if the user defines VCPKG_NUGET_REPOSITORY.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-08-31 22:37:10 -07:00
ras0219
46e25a10d7
[vcpkg] Replace uses of msys pacman.exe with direct package downloads ( #13019 )
...
* wip
Apply suggestions from code review
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
* [vcpkg_acquire_msys] Trim list of packages. Introduce defaults.
* [behaviortree-cpp] Fix dynamic dependency on ZMQ
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-08-31 22:36:25 -07:00
ras0219
cdd4a988fd
[vcpkg_configure_cmake] Pass CMAKE_DISABLE_SOURCE_CHANGES to all ports by default ( #12846 )
...
* [vcpkg] Pass CMAKE_DISABLE_SOURCE_CHANGES to all ports by default
* [docs] Regenerate
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-08-31 22:35:52 -07:00
Sean Farrell
2045a0e1dd
[libxmlmm ] Add new port libxmlmm 0.6.0 ( #13139 )
2020-08-31 17:58:24 -07:00
Vitalii Koshura
b1bdebe4d0
[sentry-native] Add new port ( #13118 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2020-08-31 17:57:35 -07:00
Adam Johnson
adc1719f0e
[libhsplasma] Add new port ( #13174 )
...
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-08-31 17:56:42 -07:00
Oskari Timperi
b5f00aefc9
[geos] Update to 3.8.1 ( #12163 )
2020-08-31 17:45:58 -07:00
Rafael Kitover
085225b7ba
[ffmpeg] Use nproc - 1 build jobs for ffmpeg instead of 6. ( #12659 )
2020-08-31 17:14:14 -07:00
NancyLi1013
913c7f91ce
[clapack, lapack-reference] Add conflict messages ( #13200 )
...
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-08-31 17:12:01 -07:00
JonLiu1993
f13b6b1354
[libarchive] Update to 3.4.3 ( #13179 )
2020-08-31 17:11:35 -07:00
Robert Kesteson
5471b158cf
[caf] Update caf to 0.17.6 ( #13175 )
...
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-08-31 16:17:53 -07:00
myd7349
b9da3975f7
[cpu-features] Add new port ( #12681 )
2020-08-31 16:17:32 -07:00
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
Sprite
98f2308aed
Fix link ( #13209 )
2020-08-31 09:35:11 -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
Jiahui Chen
0b144fe80d
[Readme] fix typo & sync content ( #13237 )
2020-08-31 09:07:55 -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