Commit Graph

181 Commits

Author SHA1 Message Date
Andréa Machizaud
cf75a411bc
[usd] Bump to v24.08 (#40225) 2024-11-14 02:56:53 -08:00
Dennis
b89e291b45
[grpc/protobuf] Update grpc to 1.65.5 and update protobuf to 5.26.1 (#39800)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-11-14 02:30:13 -08:00
Frank
44adcd9480
[uwebsockets] Update version to 20.70.0 (#42100) 2024-11-11 00:24:18 -08:00
Chuck Walbourn
0f16cea155
[directxmesh, directxtex, directxtk(12), uvatlas] Updated for October 2024 releases (#41878) 2024-11-03 17:18:35 -08:00
Rimas Misevičius
ce2e65766e
[upa-url] update to 1.0.1 (#41648) 2024-10-18 16:50:00 -07:00
Cheney Wang
09deeb6f14
[uwebsockets] update to v20.67.0 (#41208) 2024-09-27 11:37:48 -04:00
Rimas Misevičius
47969b5f9d
[upa-url] new port (#40964) 2024-09-18 13:35:55 -07:00
Chuck Walbourn
68d349964c
[directxtk(12), directxmesh, directxtex, uvatlas] Update ports for Sept 2024 (#40830) 2024-09-06 00:13:47 -07:00
Kai Pastor
bc09348780
[usrsctp] Fix mingw (#40564) 2024-08-22 02:45:58 -07:00
Cheney Wang
bc2d3dd679
[uwebsockets] update to 20.65.0 (#40329) 2024-08-08 21:32:02 -07:00
Cheney Wang
90cd8f5a21
[upb] Fixed NAN/INFINITY definitions to work on Windows 11 SDK (#40039) 2024-07-24 10:25:37 -07:00
Billy O'Neal
0dab813d5f
Patch Tuesday June 2024 (#39325) 2024-07-03 20:01:35 -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
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
Chuck Walbourn
f66dbb920a
[directxtk(12), directxtex, directxmesh, uvatlas] port updates for June 2024 releases (#39170) 2024-06-07 02:18:05 -07:00
kadirlua
f3a09072bb
[uriparser] Update to version 0.9.8 (#39047)
- [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.

This PR updates uriparser to version 0.9.8.

---------

Co-authored-by: Theodore Tsirpanis <teo@tsirpanis.gr>
2024-06-02 23:16:14 -07:00
Michael
d1dd06eaf2
[usd] update to v24.05 (#38552)
- [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.
2024-05-03 15:27:30 -07:00
Andrew
026b589594
uSockets v0.8.8 (#38527)
- [V] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [V] SHA512s are updated for each updated download.
- [V] The "supports" clause reflects platforms that may be fixed by this
new version.
- [V] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [V] Any patches that are no longer applied are deleted from the port's
directory.
- [V] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [V] Only one version is added to each modified port's versions file.
2024-05-03 15:22:13 -07:00
Viliam Lejčík
3d94f2af26
[unrar] update to 7.0.7 (#37975) 2024-04-04 10:56:17 -07:00
Jia Yue Hua
9b47e9dece
[uwebsockets] update to 20.62.0 (#37894)
Fixes https://github.com/microsoft/vcpkg/issues/37355
2024-04-01 14:09:10 -07:00
Jia Yue Hua
b73af9a21a
[uthenticode] update to 2.0.1 (#37864) 2024-04-01 14:08:56 -07:00
Jia Yue Hua
539f5db192
[urdfdom-headers] update to 1.1.1 (#37861) 2024-04-01 14:08:30 -07:00
Thomas1664
39bfe5c1e6
[uni-algo] Update to 1.2.0 (#36986)
- [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-02-28 16:53:50 -08:00
Chuck Walbourn
775738e3d1
[directxmesh, directxtex, directxtk, uavatlas] Updated for February 2024 (#36936)
February 2024 releases of **directxmesh**, **directxtex**,
**directxtk**, **directxtk12**, and **uvatlas**.

**directxtk** and **directxtk12** now publish pkg-config files.
2024-02-27 00:24:49 -08:00
Frank
272c4fdfae
[uwebsockets] Update version to 20.60.0 (#36841)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fix https://github.com/microsoft/vcpkg/issues/36687
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

<!-- If this PR updates an existing port, please uncomment and fill out
this checklist:-->

- [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.

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-02-21 09:50:26 -08:00
Siyuan Ren
fe41b0abf5
Upgrade utf8proc to 2.9.0 (#36785)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

- [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.

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-02-16 11:55:43 -08:00
Thomas1664
e018f75cf9
[units] Fix cmake usage (#36748)
* [units] Fix cmake targets

* version
2024-02-14 23:04:35 -08:00
JonLiu1993
32db96adc5
[uwebsockets] update to 20.59.0 (#36663)
* [uwebsockets] update to 20.59.0

* update version

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-02-08 22:45:52 -08:00
JonLiu1993
222c0b2303
[uwebsockets] update to 20.57.0 (#36340)
* [uwebsockets] update to 20.57.0

* update version

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-01-24 09:42:25 -08:00
Rémy Tassoux
3fe97e0ea7
[utfcpp] Update to 4.0.5 (#36054)
* [utfcpp] Update to 4.0.5

* [utfcpp] Update version files
2024-01-08 13:06:39 -08:00
jim wang
8810558616
[libdatachannel] Fix dependency not found (#35618) 2024-01-03 16:56:55 -08:00
Chuck Walbourn
87a90594fd
[directxmath, directxmesh, directxtex, directxtk, uvatlas] Update for Dec2023 (#35965) 2024-01-02 14:37:52 -08:00
Rémy Tassoux
6a6ad17d8b
[unordered-dense] Update to 4.4.0 (#35895)
* [unordered-dense] Update to 4.4.0

* [unordered-dense] Update version files
2023-12-27 23:46:50 -08:00
Mengna Li
cb1e472877
update to 20.54.0 (#35883) 2023-12-27 15:52:58 -08:00
Rémy Tassoux
d12c1de72e
[unordered-dense] Update to 4.3.1 (#35758) 2023-12-19 15:18:48 -08:00
MonicaLiu
8abeb71402
[libusb] Fix usage (#35498)
* fix usage

* update version

* redo x64-windows.cmake

* resolve conflicts

* updaet git-tree

* fix downstream

* update version

* fix libirecovery

* update git-tree

* fix pkg_check_modules

* update git-tree

* fix libfreenect2

* update version

* fix libuvc

* update version

* fix libuvc patch

* update git-tree

* fix libuvc build_fix.patch

* update git-tree

* format

* update git-tree

* undo supports

* update git-tree

* fix azure-kinect-sensor-sdk

* update version

* add pkg-config.exe

* update git-tree

* disable build examples and tests

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-12-14 00:07:17 -08:00
Dennis
bc998b3cb9
utf8-range: Add port (#35622) 2023-12-13 23:37:27 -08:00
jim wang
f287c48228
[unittest-cpp] Fix build failure on uwp (#35096)
* fix build failure under uwp

* update version

* include

* update version

* enable test

* update version

* remove CI
2023-11-16 12:53:14 -08:00
Aleksei Shpakovskii
f436353b4f
[usrsctp] add license (#35087)
* [usrsctp] add license

* Update version database
2023-11-14 12:24:27 -08:00
Rémy Tassoux
cf89d998a7
[utfcpp] Update to 4.0.2 (#34933)
* [utfcpp] Update to 4.0.2

* [utfcpp] Update version files
2023-11-07 09:33:16 -08:00
Chuck Walbourn
6f054c7409
[directxmesh, directxtex, directxtk, uvatlas] Update for October 2023 releases (#34862)
* [directxmesh, directxtex, directxtk, directxkt12] Update for October 2023 releases

* Update baseline
2023-11-02 10:36:45 -07:00
Jia Yue Hua
78af68fdcc
[uwebsockets] update to 20.47.0 (#34683)
* [uwebsockets] update to 20.47.0

* [uwebsockets] update to 20.47.0
2023-10-24 09:02:01 -07:00
Kai Pastor
a9c09401fc
[utfcpp] Update to 3.2.5 (#34132) 2023-10-02 20:26:45 -07:00
Frank
39f2aeeec9
[upb] tools no uwp (#33864)
* [upb] tools no uwp

* format

* version

* revert patch

* version
2023-09-20 10:22:53 -07:00
Rémy Tassoux
dfedf0735d
[unordered-dense] Update to 4.1.2 (#33811)
* [unordered-dense] Update to 4.1.2

* [unordered-dense] Update version files
2023-09-18 09:20:34 -07:00
Rémy Tassoux
9f76861e2a
[utfcpp] Update to 3.2.4 (#33812)
* [utfcpp] Update to 3.2.4

* [utfcpp] Update version files
2023-09-18 09:20:11 -07:00
Billy O'Neal
d99b6930b9
Update macOS to 13.5 and xcode 14.3.1. (#33722) 2023-09-14 14:02:46 -07:00
chausner
f08840767f
[usearch] Add new port (#33676) 2023-09-13 17:10:57 -07:00
Weihang Ding
29151e1c19
[libimobiledevice/*] Use original upstream (#33246) 2023-09-13 16:51:44 -07:00
JonLiu1993
da21e45c9a
[unicorn] update to 2.0.1.post1 (#26101)
* [unicorn] update to 2.0.0

* update version

* update patch

* update version

* Update portifile.cmake

* update version

* fix ci error

* update version

* [unicorn] update to 2.0.1

* update version

* update function

* update version

* update version

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-09-12 11:00:40 -07:00