Commit Graph

761 Commits

Author SHA1 Message Date
talregev
9d0213c34c
[nettle, shiftmedia-libgnutls] nettle update to 3.10, shiftmedia-libgnutls update to 3.8.4 (#40015) 2024-07-22 17:20:03 -07:00
talregev
3ecd2b1101
[shiftmedia-libgnutls] update to 3.8.3 (#39983) 2024-07-20 13:31:32 -05:00
Tim Flynn
8bc66bd636
[simdutf] Update to 5.3.0 (#39941) 2024-07-18 12:40:36 -04:00
LE GARREC Vincent
d8e76e3b01
[vtk] Reduce dependencies by adding new features (#39511) 2024-07-18 12:39:23 -04:00
Weihang Ding
7ef9d0ddfe
[simd] Bump to 6.1.139 (#39908) 2024-07-15 13:48:07 -04:00
Kai Pastor
fc98ae65d9
[stdexec] Move all downloads to portfile, use stable refs (#39795) 2024-07-15 13:47:48 -04:00
MonicaLiu
495a22d89f
[glaze/saucer] Update glaze to 2.9.2 and saucer to 2.3.0 (#39524)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-07-13 10:16:23 -04:00
Andre Nguyen
09bea9b257
[small-gicp] update to 0.1.2 (#39869) 2024-07-13 10:12:41 -04:00
Kaoru
230d85084c
[sese] fix fmt error (#39801) 2024-07-10 10:16:02 -04:00
Kai Pastor
5cb8081fd3
[sdl2] Fix exported deps for android (#39709) 2024-07-10 09:54:33 -04:00
Kai Pastor
851660ec8d
[Skia] Update to chrome/127 (#39462)
Co-authored-by: Alexandre Bique <bique.alexandre@gmail.com>
2024-07-10 09:53:07 -04:00
Howard Su
775f1cd092
[soapysdr] New Port (#39729) 2024-07-09 13:03:20 -04:00
Cristian Le
47bf3d1ac1
[spglib] Add a new port (#39493)
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
2024-07-08 10:46:55 -04:00
Weihang Ding
04d614916d
[skia] Fix dll definitions patch (#39627) 2024-07-08 10:34:12 -04:00
Kaoru
2ae35d09d9
[sese] update to 2.2.0 (#39739) 2024-07-08 10:22:19 -04:00
Cheney Wang
de0f76b12c
[sdl2] update to 2.30.5 (#39710) 2024-07-08 10:17:25 -04:00
jim wang
c439d7896b
[vcpkg baseline][stdexec] Fix compilation failure under Windows (#39756) 2024-07-08 10:15:17 -04:00
jim wang
8b2599ca2a
[sqlite3] Add feature recovery (#39424) 2024-07-02 14:13:28 -04:00
RobbertProost
94eae76b22
[sdbus-cpp] bump version to v2.0.0 (#39597) 2024-07-02 13:56:16 -04:00
MonicaLiu
18842caa55
[shader-slang] Update to v2024.1.25 (#39620)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-07-02 13:44:57 -04:00
Andre Nguyen
85782ff108
[small-gicp] New port (#39393) 2024-06-26 21:26:53 -07:00
c8ef
2f4b9ebdb4
[String view lite] update to 1.8.0 (#39433) 2024-06-21 14:49:14 -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
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
Lily Wang
b6f51c96e3
[scnlib] update to 3.0.1. (#39419) 2024-06-21 13:25:02 -07:00
Theodore Tsirpanis
7977f0a771
[aws-*,s2n] Update ports to their latest versions. (#39368) 2024-06-20 11:41:33 -07:00
HungMingWu
ca9c7e21a8
[stdexec] update to 2024-06-16 version (#39350) 2024-06-19 14:39:20 -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
Cheney Wang
76fc2c5f4b
[snappy] Update to 1.2.1 (#39331) 2024-06-18 11:57:51 -07:00
Kai Pastor
47633daa65
[vcpkg-scripts] Catch use of ambiguous cmake vars (#34546)
Avoid wrong use of popular but ambiguous variables (`WIN32` etc.) in
scripts and portfiles by detection in CI.

Sometimes the variables are used wrongly, and sometimes this isn't
caught in PR review. This PR tries to catch those variables (when in the
active code path in script mode). [This can happen to every
contributor](https://github.com/microsoft/vcpkg/pull/34356#discussion_r1360074122),
even if he/she knows the rules ... vcpkg is raising the bar higher than
usual, having to deal with targets and hosts even in script mode.

(`b2-options.cmake` (boost fragment) shows where we get if we don't pay
attention: the same code being used in script mode (`WIN32` meaning
host) and in project mode (`WIN32` meaning target).)

The new check doesn't break any user builds because it relies on command
line options. However it changes the ABI hashes.
2024-06-14 11:40:01 -07:00
Hauke Strasdat
1ea2f6a2fc
[sophus] Update to 1.24.6-rc1 (#39225)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-06-12 16:26:25 -07:00
Vitalii Koshura
ccd45eba76
[sentry-native] update to 0.7.6 (#39255)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-12 16:10:07 -07:00
Kai Pastor
e158d10763
Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
Kadir
332897ea21
[sqlcipher] Update to version 4.6.0 (#39169) 2024-06-10 17:09:56 -07:00
Clément Grégoire
bc2c12ac0a
Update stormlib to 9.26 (#39197) 2024-06-10 16:22:04 -07:00
Kaoru
14b91796a6
[sese] add new port (#38704) 2024-06-07 21:08:50 -07:00
JonLiu1993
1fcea0544a
[sentry-native] Fix linux runtime error and windows usage (#39122)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-06-07 02:55:16 -07:00
Kadir
960d1bd0a3
[sqlite3] Update to version 3.46.0 (#39149) 2024-06-07 02:49:47 -07:00
Yury Bura
63d9dcdd7e
[llvm] Update to 18.1.6 (#37599)
Fixes #37189
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-06-06 01:14:30 -07:00
Kai Pastor
2017886818
[alsa,fdk-aac,ffmpeg,libsrt,snappy,x265] Code cleanup, fix and use pkg-config (#39077)
- Setup and use pkg-config for ffmpeg dependencies.
https://github.com/microsoft/vcpkg/pull/38011#discussion_r1623174355.
- Export actual c++ link libraries for fdk-aac via pkg-config. (Same
pattern as lerc, geos.)
- Rectify link libraries in pkg-config  for alsa, libsrt, snappy, x265.
- Burn-in dllimport for libsrt and x265.
- Pass detected STRIP to ffmpeg. Fixes
https://github.com/microsoft/vcpkg/issues/36852.
2024-06-06 00:48:31 -07:00
Billy O'Neal
a4275b7eee
Update macOS machines for May 2024 (#38834)
* Run through the macOS update instructions one more time. I think
they're in a pretty good state now since this is the first attempt to
rerun them since we dropped Vagrant.
* Removed Parallels references for arm64.
* Removed references to removing Vagrant because it's no longer on any
of the hosts.
* Update macOS to 14.5.
* Update XCode CLT to 14.3.
2024-06-04 13:35:41 -07:00
JonLiu1993
c9869931a8
[simdjson] update to 3.9.3 (#39052)
Fixes #39051

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

All features are tested successfully in the following triplet:
- x86-windows
- x64-windows
- x64-windows-static

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-06-03 22:56:56 -07:00
Matthieu Penant
b43063e2fd
[Snap7] Fixes #33328 - remove c++ wrappers (#39066)
Fixes #33328
2024-06-03 22:42:38 -07:00
jim wang
f49e6846b3
[sdl2] Update to 2.30.3 (#39097)
Fixes https://github.com/microsoft/vcpkg/issues/39079
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.

Usage test pass with following triplets:

```
x64-windows
x64-windows-static
```
2024-06-03 22:07:22 -07:00
jim wang
1e767d2ca4
[scintilla] Update to 5.5.0 (#39002)
Fixes https://github.com/microsoft/vcpkg/issues/38985

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.

Compile test pass with following triplets:
```
x64-windows
x64-windows-static
```
2024-05-29 23:36:58 -07:00
Vitalii Koshura
fc6345e114
[sentry-native] update to 0.7.5 (#38988)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-05-29 01:58:20 -07:00
Vitalii Koshura
d42de9af8b
[sentry-native] update to 0.7.4 (#38898)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-05-24 14:49:12 -07:00
Vitalii Koshura
67026fa004
[sentry-native] update to 0.7.3 (#38866)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-05-22 23:44:07 -07:00
jim wang
4fac06df86
[sqlite-orm] Fix test feature to support uwp (#38825)
According to the upstream PR
[1295](https://github.com/fnc12/sqlite_orm/pull/1295), fix the test
feature to support uwp.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~~SHA512s are updated for each updated download.~~
- [X] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.

Test features passed with following triplet:

```
x64-uwp
```
2024-05-21 15:02:01 -07:00