Commit Graph

791 Commits

Author SHA1 Message Date
Kai Pastor
2d27533fd7
[cyrus-sasl,krb5] Fix dependencies (#40117) 2024-07-31 12:18:48 -07:00
Kai Pastor
1dc5ee30eb
[curl] Update to 8.9.0 (#40081) 2024-07-30 17:42:29 -07:00
WangWeiLin-MV
2bc2a040a9
[cairomm] Update to 1.18.0 (#40109) 2024-07-26 13:50:44 -07:00
Lily Wang
9aa1dbead0
[commsdsl] Update to 6.3.3 and fix usage error (#40085)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-07-26 00:13:47 -07:00
Tim Paine
6474628c4e
[cyrus-sasl] new port (#39892)
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-07-25 13:26:13 -07:00
MonicaLiu
6062c8fe02
[c-ares] Update to 1.31.0 (#39508)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-07-24 10:33:47 -07:00
jim wang
cf1759914d
[cppgraphqlgen] Fix build error under linux (#39982) 2024-07-23 17:48:06 -07:00
Nick D'Ademo
197043d9b0
[conjure-enum] new port (#40005)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-07-22 22:29:26 -07:00
Bill Avery
56ce28331d
[cppgraphqlgen] Update to 4.5.7 (#39965) 2024-07-20 13:21:46 -05:00
Lily Wang
484915c2f0
[cpp-sort] Update to 1.16.0 (#39970)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-07-20 13:21:31 -05:00
c8ef
b2fd29fec7
[folly related] update to 07.15 (#39943) 2024-07-16 09:15:01 -04:00
Jeremy Rifkin
642899d0f4
[cpptrace] Add 0.6.3 (#39906) 2024-07-15 13:33:20 -04:00
autoantwort
81d7b12b1c
[curl] fix build (#39854) 2024-07-13 10:17:22 -04:00
MonicaLiu
6672bab62b
[cxxgraph] Update to 4.1.0 (#39879)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-07-13 10:11:58 -04:00
autoantwort
e01906b2ba
[ctbignum] fix build (#39851) 2024-07-11 11:57:16 -04:00
Peter Adam Korodi
a82dd0cef6
[configcat] Update to version 4.0.3 (#39714) 2024-07-10 09:55:31 -04:00
jim wang
45bcef6891
[crashpad] Fix build errors under linux (#39671) 2024-07-09 13:34:01 -04:00
c8ef
5b6df61380
[folly related] update to 07.08 (#39767) 2024-07-09 13:05:54 -04:00
Tristan Ayala
56d3761d82
[cnats] Update to 3.8.2 (#39718) 2024-07-08 10:17:09 -04:00
Lee Maguire
a1f42e2a47
[cpprealm] new port (#39561) 2024-07-08 10:07:00 -04:00
Lily Wang
35c749c8d9
[cdt] Update to 1.4.1 (#39687)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-07-05 13:28:10 -04:00
itas109
2444315f12
[cserialport] update to 4.3.1 (#39624) 2024-07-03 12:43:12 -04:00
c8ef
cf793ad280
[folly related] update to 07.01 (#39642) 2024-07-02 14:48:08 -04:00
Lily Wang
cc4595b8a3
[cimg] Update to 3.4.0 (#39557) 2024-06-28 17:27:17 -07:00
talregev
2318038614
[curl] Add feature gsasl (#39497)
Merged upstream as https://github.com/curl/curl/pull/13948
2024-06-26 21:12:35 -07:00
Simone Gasparini
d723b88bd6
[cctag] update to v1.0.4 (#39467) 2024-06-26 20:22:06 -07:00
c8ef
c7e34d4f9a
[folly related] update to 06.24 (#39501) 2024-06-26 20:18:37 -07:00
Lily Wang
ac0c351b27
[cista] Update to 0.15 (#39527) 2024-06-26 20:17:37 -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
c8ef
a8815b2ffa
[coinutils] update to latest (#39407) 2024-06-20 20:21:53 -07:00
Jeremy Rifkin
52be198ec9
[cpptrace] Update to 0.6.2 (#39398) 2024-06-19 23:32:49 -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
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
c8ef
62480f9145
[folly related] update to 06.17 (#39358) 2024-06-18 12:00:11 -07:00
Kai Pastor
40616a5e95
[chromium-base] Don't use ambiguous variables (#39343)
For warnings in #39337.
2024-06-17 12:09:53 -07:00
MonicaLiu
64fbc88bde
[cctag] Update to 1.0.3 (#39291) 2024-06-17 11:41:45 -07:00
MonicaLiu
f7423ee180
[caf] Update to 0.19.6 (#39288) 2024-06-14 11:51:31 -07:00
Lily Wang
101ae1f63a
[c4core] Update to v2.0.1. (#39287) 2024-06-14 11:42:29 -07:00
Michael Goulding
f007eb16d3
[c4core] Update submodules version (#35427) 2024-06-12 19:06:51 -07:00
c8ef
9e1a785453
[folly related] update to 06.10 (#39213) 2024-06-12 16:17:23 -07:00
Jeremy Rifkin
945c6d16d5
[cpptrace] Add 0.6.1 (#39239) 2024-06-12 16:10:52 -07:00
Lily Wang
ac02bdb77e
[colmap] Update to 3.9.1 (#39244)
Fixes #38774
Fixes #36570
Fixes #38768
Fixes #30272
Fixes #37831
2024-06-12 14:31:36 -07:00
Kai Pastor
e158d10763
Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
Kai Pastor
795f2f137e
[libpsl,curl,vcpkg-ci-curl] Update suffix list, fix and test curl (#38847) 2024-06-10 17:26:53 -07:00
Cheney Wang
8c228c8eca
[arrow/concurrencpp/qtwebengine] Fix error C2039: 'string': is not a member of 'std' (#39160)
In an internal version of Visual Studio, `arrow`, `concurrencpp` and
`qtwebengine` install failed with following error:
```
arrow:        \cpp\src\arrow/json/object_writer.h(39): error C2039: 'string': is not a member of 'std'
concurrencpp: \include\concurrencpp/threads/thread.h(23): error C2039: 'string': is not a member of 'std'
qtwebengine:  \src\3rdparty\gn\src\gn\escape.h(77): error C2039: 'string': is not a member of 'std'
```
This issue caused by the STL PR:
https://github.com/microsoft/STL/pull/4633, and according to Stephan's
suggestion, the affected files need to include the `Standard <string>
header`.

I have submitted an issue on the qt upstream:
https://bugreports.qt.io/browse/QTBUG-126156
2024-06-10 16:46:17 -07:00
Shauren
47dcaa2db6
[casclib] Update to 2024-06-05 (#39139) 2024-06-07 02:52:01 -07:00
gittiver
bdd4abf93d
[crow] update CrowCpp port to version 1.2.0 (#38997)
- [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:28:01 -07:00
c8ef
4c89942586
[folly related] update to 06.03 (#39108)
- [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 00:14:15 -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
Lily Wang
9760ce6194
[vcpkg baseline][mp3lame, coin] Change fail list in ci.baseline.txt (#39096)
```
PASSING, REMOVE FROM FAIL LIST: mp3lame:arm-neon-android
PASSING, REMOVE FROM FAIL LIST: mp3lame:x64-android
PASSING, REMOVE FROM FAIL LIST: mp3lame:arm64-android
```
Passing on
https://dev.azure.com/vcpkg/public/_build/results?buildId=103545&view=results.
Fixed by PR https://github.com/microsoft/vcpkg/pull/38995.

Add `supports: !android` for `coin`.
- [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.~~
- [ ] ~~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.

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-06-03 23:05:51 -07:00