Commit Graph

163 Commits

Author SHA1 Message Date
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
Rémy Tassoux
66895e83ad
[unordered-dense] Update to 4.1.1 (#33409)
* [unordered-dense] Update to 4.1.1

* [unordered-dense] Update version files
2023-08-28 12:03:41 -07:00
Alexander Neumann
7dbb5af43b
[usbmuxd] msbuild (#33147)
* [usbmuxd] msbuild

* format

* v db
2023-08-17 14:24:25 -07:00
Alexander Neumann
ee088e533a
[unicorn] msbuild (#33148)
* [unicorn] msbuild

* v db

* fix header install

* v db

* remove unwanted dll files

* v db

* fix install

* v db
2023-08-15 16:42:58 -07:00
Alexander Neumann
8f4ad058be
[unrar] msbuild (#33146)
* [unrar] msbuild

* v db
2023-08-15 16:42:00 -07:00
mg152
861d3a1556
[uni-algo] Update to 1.0.0 (#32749) 2023-07-27 22:47:15 -07:00
Lily Wang
9d7f6a1872
[uwebsockets] Update to 20.45.0 (#32587) 2023-07-17 13:06:27 -07:00
xiaozhuai, Weihang Ding
e398928f11
[uvw] Bump to 3.2.0 (#32526) 2023-07-14 16:51:15 -07:00
Michael
e48cf9488f
[usd] Fix hash after repository redirect (#32279) 2023-06-29 14:35:57 -07:00
JAEHONG KIM
cb7d3b4999
[libuv] Update to 1.45.0 (#32165)
* [libuv] Update to 1.45.0

* [libuv] Update all consuming ports

* [libuv] Update versions

* resolve port SHA

* Add port-version

* update version

* revert usockets.json

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-27 17:07:58 -07:00
Victor Romero
ace28ada89
Revert "[usockets] WolfSSL feature (#32162)" (#32175)
This reverts commit 20b059fb8f.
2023-06-22 13:33:51 -07:00
Chuck Walbourn
f3b10454b3
[directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] June 2023 update (#32033)
* [directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] Update for June 13, 2023 release

* Minor format fix

* Update baseline

* Upstream fixes to CMake targets dependency handling

* Update baseline
2023-06-21 22:39:47 -07:00
Pierre
20b059fb8f
[usockets] WolfSSL feature (#32162)
* Add wolfSSL for usockets

* Add port version

* Format manifest

* Update missing dependency

* Update usockets.json
2023-06-21 17:52:55 -07:00
Chuck Walbourn
5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00
Billy O'Neal
75ea1b450d
[unicorn-lib] Fix missing headers (#32002)
Necessary to compile on Ubuntu 22.04, submitted upstream as https://github.com/CaptainCrowbar/unicorn-lib/pull/10
2023-06-14 16:26:08 -07:00
Michael MIGLIORE
2774d2bd27
[usd] Improve CMake and fix Linux (#31807)
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-14 12:39:27 -07:00
Rémy Tassoux
7505916685
[unordered-dense] New port (#31856)
* [unordered-dense] New port

* [unordered-dense] Update version files

* [unordered-dense] Add missing version file

* [unordered-dense] Add license

* [unordered-dense] Update version files
2023-06-06 16:24:14 -07:00
Ilya Lavrenov
cc968d00bd
[tbb] added Android as supported platform (#31738)
* [tbb] added Android support

* updated version files

* [usd] turned off Android support

* updated versions files
2023-06-05 14:01:15 -07:00
jim wang
04d50defc7
[usockets] update to 0.8.6 (#31824)
* update to 0.8.6

* update version
2023-06-05 11:23:14 -07:00