Commit Graph

22521 Commits

Author SHA1 Message Date
Ilya Lavrenov
41b97ac168
[openvino] disble apiValidator search (#39489)
Closes https://github.com/microsoft/vcpkg/issues/38221

Ports https://github.com/openvinotoolkit/openvino/pull/25069
2024-06-24 18:53:09 -07:00
Rafael Kitover
1cb06a0c62
[FAudio] update to 24.06 (#39469) 2024-06-24 18:47:39 -07:00
winsoft666
88fa129452
[veigar] Update to 1.2 (#39484) 2024-06-24 18:40:40 -07:00
Doug Cook
54fb22ead7
[libtracepoint] Update to 1.4.0, add "tools" features (#39418) 2024-06-24 18:14:14 -07:00
Kai Pastor
c6043cde21
[x265] Update to 3.6, fix pthread flags, add feature "tools" (#39450)
Fixes build errors on android due to wrong pthread flags and 32 bit API
level requirements (`ftello`).

Alternative to #39314.
2024-06-24 18:03:17 -07:00
Ewerton Scaboro da Silva
aa327cab63
[azure-iot-sdk-c] LTS_03_2024_Ref02 (#39499) 2024-06-24 17:55:52 -07:00
David Smith
c4467cb686
[lightgbm] Add open-source library lightgbm to vcpkg (#39395) 2024-06-21 15:13:45 -07:00
c8ef
2f4b9ebdb4
[String view lite] update to 1.8.0 (#39433) 2024-06-21 14:49:14 -07:00
c8ef
e7902e4b5d
[Type lite] update to 0.2.0 (#39434) 2024-06-21 14:48:57 -07:00
c8ef
dbbc0018a0
[Rapidfuzz] update to 3.0.4 (#39438) 2024-06-21 14:33:20 -07:00
c8ef
46e16df80a
[Xsimd] update to 13.0.0 (#39437) 2024-06-21 14:33:05 -07:00
c8ef
b0bd9cda32
[Rapidcsv] update to 8.82 (#39436) 2024-06-21 14:32:47 -07:00
c8ef
037e4f6380
[Robin map] update to 1.3.0 (#39435) 2024-06-21 14:32:33 -07:00
c8ef
a0029f18b7
[Simdjson] update to 3.9.4 (#39432) 2024-06-21 14:18:20 -07:00
c8ef
b6a70f847c
[Simdutf] update to 5.2.8 (#39431) 2024-06-21 14:18:04 -07:00
c8ef
383b10d6f1
[Roaring] update to 4.0.0 (#39430) 2024-06-21 14:17:51 -07:00
c8ef
42d8e7b410
[Toml11] update to 4.0.0 (#39429) 2024-06-21 14:17:00 -07:00
Dennis
561d171d79
[grpc/protobuf] Update grpc to 1.60.0 and update protobuf to 3.25.1 (#35781)
Resolves https://github.com/microsoft/vcpkg/issues/35566

This pr includes https://github.com/microsoft/vcpkg/pull/31159 and
https://github.com/microsoft/vcpkg/pull/35399

Ports changed in this pr:

Most of these changes stem from the fact that protobuf now depends on
abseil and requires c++14 while ports consume protobuf using
`target_link_libraries(lib ${Protobuf_LIBRARIES})` instead of
`target_link_libraries(lib PUBLIC protobuf::libprotobuf)`.

* **abseil** Updated to 03/04/2024 to address MSVC build issue in
openvino
* **arcus** Updated to 4.13.2
* **braft** Patched to use `find_package(Protobuf` instead of custom
FindProtobuf module. also link with `PUBLIC protobuf::libprotobuf)`.
* **brpc** Patch several `target_link_library` calls to include `PUBLIC`
instead of nothing. Patch some warnings that are treated as errors by
some OSX compiler. Patch usage of changed protobuf features most
importantly removal of `SetLogHandler`, tbd whether this patch is
acceptable with upstream.
* **cld3** Use CONFIG to find protobuf to propagate dependent abseil
libs and cxx14 correctly.
* **ecal** Use CONFIG to find protobuf. Use PUBLIC when linking it.
* **gamenetworkingsockets** Add `-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=on`
for protobuf.
* **gz-transport12** Update to fix usage of removed protobuf features.
* **ignition-msgs1/5/6** Remove protobuf version check which is confused
by the duplicate versioning scheme (v25.1 vs. 3.25.1 vs 4.x). Why are we
even maintaining this no longer maintained major version of this port? I
would welcome a more strict policy on removing ports/adding them to
ci.baseline.txt
* **ignition-transport4/8/9** Same as above + cherry-pick a protobuf
deprecation patch.
* **libprotobuf-mutator** Cherry-pick two commits to address altered
protobuf functionality. Add CONFIG and PUBLIC to protobuf handling in
CMake.
* **marble** Explicitly set protobuf to not found since it is not part
of the vcpkg.json but is made available transitively but another
dependency.
* **mysql-connector-cpp** Several CMake changes and removal of
protobuf::SetLogHandler patch.
* **openvino** Find protobuf using CONFIG
* **osgearth** Link libraries using PUBLIC and link with
protobuf::libprotobuf instead of Protobuf_LIBRARIES
* **paraview** Find protobuf using CONFIG and remove version check
* **pulsar-client-cpp** Add protobuf linkage to PULSAR_OBJECT_LIB.
Simplify protoc patch. Remove -Werror.
* **shogun** Update and patch as much as possible. Users are required to
override bitsery version to 4.x to use shogun since it does not support
5.x provided by vcpkg. Therefore add shogun to ci.baseline.txt.
* **srpc** Update and fix static crt linkage. Patch protobuf linkage and
remove hardcoded `-std=c++11` flag. Protobuf requires c++14 and CMake
does not recognize the hardcoded c++11 flag and will therefore not add a
c++14 flag when the compiler uses c++14 by default.
* **upb** Update to align version with protobuf/grpc and use new github
repo. Patch usual CMake mess (they do not support CMake officially)
which should probably be `unofficial-upbConfig.cmake` but I didn't dig
into downstream implications so I kept it at `upbConfig.cmake` as
before.
* **utf8-range** Update to allign version with protobuf.
2024-06-21 13:39:50 -07:00
David Smith
d21e70ba80
[fast-double-parser] Add the Fast Double Parser port (#39421) 2024-06-21 13:31:11 -07:00
winsoft666
384abec572
[zoe] Update to v3.1 (#39422) 2024-06-21 13:25:30 -07:00
Lily Wang
b6f51c96e3
[scnlib] update to 3.0.1. (#39419) 2024-06-21 13:25:02 -07:00
Weihang Ding
2b665df62f
[half] New port (#39404) 2024-06-21 01:04:34 -07:00
c8ef
a8815b2ffa
[coinutils] update to latest (#39407) 2024-06-20 20:21:53 -07:00
Alexander Neumann
3704806ffe
[Qt] Update to 6.7.2 (#39381)
closes #39377
2024-06-20 20:19:25 -07:00
Theodore Tsirpanis
7977f0a771
[aws-*,s2n] Update ports to their latest versions. (#39368) 2024-06-20 11:41:33 -07:00
c8ef
0d894bc571
[glog] update to 0.7.1 (#39405) 2024-06-20 11:40:57 -07:00
moritz-h
03d3703880
[glm] fix clang compile (#39408) 2024-06-20 11:40:36 -07:00
c8ef
3ccaadb794
[Rocksdb] update to 9.2.1 (#39406) 2024-06-20 11:40:01 -07:00
martingalvan-volue
bc104c8f14
[libsodium] Add comment about tag usage (#39388) 2024-06-20 11:38:00 -07:00
c8ef
7e99074c28
[re2] update to 2024.06.01 (#39397) 2024-06-20 11:37:43 -07:00
Nick Logozzo
31897c58e6
[libnick] Update to 2024.6.8 (#39392) 2024-06-20 11:37:19 -07:00
Jeremy Rifkin
52be198ec9
[cpptrace] Update to 0.6.2 (#39398) 2024-06-19 23:32:49 -07:00
Martin Valgur
5c2f1f81e5
[vlfeat] fix incorrect header install path, expose OpenMP as a feature (#39379)
Fixes the headers being installed under `vlfeat/` instead of `vl/` by
the custom CMakeLists.txt.

The project docs use `#include <vl/...>`
(https://www.vlfeat.org/api/kmeans.html) and so does the Debian package
(https://packages.debian.org/sid/amd64/libvlfeat-dev/filelist), for
example.

I also included a patch from Debian to fix OpenMP support and exposed
OpenMP as an optional feature.

Related to #39354.
2024-06-19 23:15:27 -07:00
Cheney Wang
cef0b9e6ab
[numcpp] change boost dependencies to a feature (#39384) 2024-06-19 23:14:14 -07:00
Egor Tyuvaev
0ae1da11b0
[openvino] OpenVINO 2024.2.0 (#39383) 2024-06-19 22:48:40 -07:00
JonLiu1993
37ed3467cf
[cpp-httplib] update to 0.16.0 (#39380)
Fixes #39371

Update cpp-httplib to the latest version 0.16.0
2024-06-19 16:59:57 -07:00
Alfred E. Heggestad
22a35a536c
[baresip-libre] Update to version 3.13 (#39378) 2024-06-19 16:59:33 -07:00
Takatoshi Kondo
f23f95d95d
[async-mqtt] update async-mqtt port to 7.0.0 (#39372) 2024-06-19 14:39:54 -07:00
HungMingWu
ca9c7e21a8
[stdexec] update to 2024-06-16 version (#39350) 2024-06-19 14:39:20 -07:00
Alexander Neumann
9c0956e573
[world rebuild|toolchain] Fix try compile handling (#24493)
while playing with qtbase on x64-uwp i found that it could not pass a
try_compile command since important variables are not correctly
forwarded. As such I concluded that the handling of try_compile in vcpkg
is completely wrong.
2024-06-19 14:38:36 -07:00
gerard-ryan-immersaview
6db51d86a9
[vcpkg_replace_string] warn unchanged by call (#34719)
If a call to `vcpkg_replace_string` makes no changes i.e doesn't
effectively replace a string, A warning is logged.

This should also help identify ports that no longer need these calls to
fix things in `.pc` files etc.
2024-06-19 14:07:05 -07:00
Alexander Neumann
ded9717095
[VTK/paraview] update to 5.12.1 (#39352) 2024-06-18 17:07:09 -07:00
Alexander Neumann
450075bb63
[qtwebengine] fix version (#39364) 2024-06-18 14:01:36 -07:00
Diamond Rivero
f785ae656a
[micro-gl] Add a new port (#39353) 2024-06-18 13:13:05 -07:00
Theodore Tsirpanis
9e80334e7c
[liblzma] Update to version 5.6.2. (#39024) 2024-06-18 12:34:27 -07:00
Matthew Oliver
7ecb13f387
[directx-headers] Update to 1.614. (#39356) 2024-06-18 12:00:30 -07:00
c8ef
62480f9145
[folly related] update to 06.17 (#39358) 2024-06-18 12:00:11 -07:00
Matthew Oliver
8f7bd17f16
[vcglib] Update to 2023.12. (#39357) 2024-06-18 11:59:48 -07:00
jim wang
a8a0705edb
[expected-lite] Update to 0.8.0 (#39348) 2024-06-18 11:59:26 -07:00
MonicaLiu
da12ca2339
[fastcdr] Update to 2.2.1 (#39336) 2024-06-18 11:59:11 -07:00