Commit Graph

629 Commits

Author SHA1 Message Date
Cheney Wang
3f9e739cf7
[adios2] Update to 2.9.2 (#37750) 2024-03-27 15:37:46 -07:00
Jia Yue Hua
ecea73ebbe
[aws-c-s3] update to 0.5.3 (#37657) 2024-03-25 15:34:14 -07:00
Jia Yue Hua
8f6baa8dd6
[ableton-link] update to 3.1.1 (#37632) 2024-03-25 15:31:26 -07:00
Jia Yue Hua
18e8981972
[ada-url] update to 2.7.7 (#37621) 2024-03-22 17:09:39 -07:00
Jia Yue Hua
739eded079
[aws-sdk-cpp] update to 1.11.285 (#37583) 2024-03-21 19:31:42 -07:00
Jia Yue Hua
a637578fc4
[aws-crt-cpp] update to 0.26.4 (#37582) 2024-03-21 19:31:30 -07:00
Jia Yue Hua
db649d4b38
[aws-c-sdkutils] update to 0.1.15 (#37580) 2024-03-21 19:31:01 -07:00
Jia Yue Hua
2298b1a600
[aws-c-s3] update to 0.5.2 (#37579) 2024-03-21 19:30:51 -07:00
Jia Yue Hua
1269927279
[aws-c-auth] update to 0.7.16 (#37578) 2024-03-21 19:30:41 -07:00
Jia Yue Hua
e99ac59ff3
[aws-c-mqtt] update to 0.10.3 (#37577) 2024-03-21 19:30:20 -07:00
Jia Yue Hua
0737b60494
[aws-c-io] update to 0.14.6 (#37567) 2024-03-20 13:53:17 -07:00
Jia Yue Hua
964c6c8f89
[aws-c-common] update to 0.9.14 (#37566) 2024-03-20 13:53:05 -07:00
Jia Yue Hua
3b0ef4b229
[aws-c-cal] update to 0.6.10 (#37565) 2024-03-20 13:52:53 -07:00
Jia Yue Hua
af83b72e71
[aws-c-event-stream] [aws-checksums] update to 0.4.2 (#37564) 2024-03-20 13:52:37 -07:00
Jia Yue Hua
ce6186293b
[aws-c-compression] update to 0.2.18 (#37562) 2024-03-20 13:52:06 -07:00
Raúl Cumplido
eacb83982d
[arrow] Update to 15.0.2 (#37536) 2024-03-18 15:09:47 -07:00
Kai Pastor
65b5ab9db5
[alsa] Add version script patch, cleanup (#37505)
Fixes https://github.com/microsoft/vcpkg/issues/37438
2024-03-18 14:38:52 -07:00
jim wang
2639f60109
[abseil] Update to 20240116.1 (#37461)
Fixes https://github.com/microsoft/vcpkg/issues/37439
2024-03-18 14:32:22 -07:00
Vitalii Koshura
217e27785b
[apriltag] update to 3.4.0 (#37353)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-03-12 09:40:53 -07:00
Thomas1664
f521d755a4
[argh] Fix cmake config fixup (#37334) 2024-03-11 20:35:56 -07:00
Raúl Cumplido
e468fc3873
[arrow] Update to 15.0.1 (#37267)
- [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-03-11 13:17:10 -07:00
Elias Benali
3b95ab27a0
[atomic-queue] update to 1.6.3 (#37363)
* Stateful allocator support. Constructors accept allocator argument.

* Constructors accept allocator argument.

* CMake support added.

* Fixes C++20 compile errors.

<!-- 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-03-11 12:52:41 -07:00
Alexander Drozdov
ad5f4f27d5
[Avcpp] update to version 2.3.0 (#37366)
- [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-03-11 12:50:01 -07:00
vipcxj
081abea1ab
[asiochan] fix MiSo1289#10 (#37161)
<!-- 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/. -->

Here is my [pr](https://github.com/MiSo1289/asiochan/pull/11) for
upstream. There has been no response for one week, so I think the
upstream is not maintained. So I decide change the repo to my fork. If
the author resume, I will switch back.

- [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-03-07 22:51:23 -08:00
Ewerton Scaboro da Silva
46385806b4
[azure-iot-sdk-c] LTS_03_2024 (#37201)
[azure-iot-sdk-c] LTS_03_2024
2024-03-07 22:38:40 -08:00
Jia Yue Hua
fbf25ddd11
[aws-c-http] update to 0.8.1 (#37139)
- [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-03-05 02:33:48 -08:00
Dennis
ea54f653ed
[asio-grpc] Update to 3.0.0 (#36832)
- [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-21 09:56:22 -08:00
Azure SDK Bot
c823fd3e57
[azure-core-cpp] Update to 1.11.2 (#36802) 2024-02-16 18:11:39 -08:00
Thomas1664
a56d892ac7
[vcpkg baseline][async-simple] Fix race during cmake configure (#36764)
Disable optional dependencies.
I don't know what caused the race condition but it seems to be fixed.

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

```
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Found Threads: TRUE  
CMake Error:
  Running

   'C:/PROGRA~1/MICROS~1/2022/ENTERP~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe' '-C' 'D:/b/async-simple/src/v1.3-3db60bdafc.clean/CMakeFiles/CMakeTmp' '-t' 'recompact'

  failed with:

   ninja: error: loading 'build.ninja': The system cannot find the file specified.
```
2024-02-15 12:16:07 -08:00
Dennis
bff6892ce0
asio-grpc: Update to 2.9.3 (#36691) 2024-02-12 14:34:51 -08:00
Alonso Schaich
1a57d8c461
[atkmm] Update to 2.36.3 (#36684)
* [atkmm] Update to 2.36.3 (microsoft/vcpkg#36683)

* [atkmm] regenerate versions (microsoft/vcpkg#36683)
2024-02-12 14:26:19 -08:00
Jia Yue Hua
6653330b70
[alsa,libremidi] update to 1.2.11,4.3.0 (#36633)
* [alsa] update to 1.2.11

* [alsa] update to 1.2.11

* [libremidi] update to 4.3.0

* [libremidi] update to 4.3.0
2024-02-07 22:26:06 -08:00
Anton Kolesnyk
e038ef0479
[azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.6 (#36618)
* [azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.6

* Update dependency minimum version requirement

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-02-07 12:31:01 -08:00
vipcxj
710677da49
[asiochan] add new port (#36289)
* add port asiochan

* simplify deploy

* simplify deploy

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* update git-tree

* simplify deploy

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* update git-tree

* change version to version-date

* update git-tree

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-02-05 11:44:17 -08:00
Azure SDK Bot
9595b6355e
[azure-core*-cpp] Update to February releases (#36537)
* [azure-core-cpp] Update to 1.11.1
## 1.11.1 (2024-02-02)

### Bugs Fixed

- [[#5154]](https://github.com/Azure/azure-sdk-for-cpp/issues/5154) WinHTTP Transport logging (and exception strings) have dangling periods making it harder to read.

### Other Changes

- Improved log messages for WinHTTP Transport to help diagnose WinHTTP state machine related issues.

* [azure-core-amqp-cpp] Update to 1.0.0-beta.7
## 1.0.0-beta.7 (2024-02-02)

### Features Added

The `Close` method on AMQP Message Sender and Message Receiver now blocks until the client receives a `DETACH` response from the remote node.

### Breaking Changes

- The `Close` method on AMQP Message Sender and Message Receiver now accepts an `Azure::Core::Context` parameter. This parameter is defaulted so this change should not affect existing code.

### Bugs Fixed

- Fixed uAMQP connection channel so that a channel is released when an END performative is received from the remote node instead of when the END performative is sent to the remote node.
- Enabled more than one uAMQP session to be created on a single connection.
2024-02-05 11:37:31 -08:00
Jia Yue Hua
37352f85ad
[ableton-link] update to 3.1.0 (#36542)
* [ableton-link] update to 3.1.0

* [ableton-link] update to 3.1.0
2024-02-05 11:36:32 -08:00
Jia Yue Hua
23b4341bc4
[ada-url] update to 2.7.6 (#36543)
* [ada-url] update to 2.7.6

* [ada-url] update to 2.7.6
2024-02-05 11:36:01 -08:00
Jia Yue Hua
17e19f6748
[apriltag] update to 3.3.0 (#36547)
* [apriltag] update to 3.3.0

* [apriltag] update to 3.3.0

* bde tmp

* fix line ending
2024-02-05 11:35:44 -08:00
Jia Yue Hua
7c5de5cb17
[aom] update to 3.8.1 (#36549)
* [aom] update to 3.8.1

* [aom] update to 3.8.1
2024-02-05 11:31:32 -08:00
Jia Yue Hua
efffceaceb
[audiofile] update to 1.1.1 (#36562)
* [audiofile] update to 1.1.1

* [audiofile] update to 1.1.1

* [audiofile] update to 1.1.1
2024-02-05 11:27:10 -08:00
Jia Yue Hua
1ec00d26ba
[aws-c-auth,aws-c-io,aws-c-s3,aws-c-sdkutils,aws-sdk-cpp] update to 0.7.14,0.14.3,0.5.0,0.1.14,1.11.255 (#36566)
* [aws-c-auth] update to 0.7.14

* [aws-c-auth] update to 0.7.14

* [aws-c-io] update to 0.14.3

* [aws-c-io] update to 0.14.3

* [aws-c-s3] update to 0.5.0

* [aws-c-s3] update to 0.5.0

* [aws-c-sdkutils] update to 0.1.14

* [aws-c-sdkutils] update to 0.1.14

* [aws-sdk-cpp] update to 1.11.255

* [aws-sdk-cpp] update to 1.11.255
2024-02-05 11:24:11 -08:00
Thomas1664
9fd2bda7e8
[avcpp] Update to 2.2.1 (#36466)
* [avcpp] Update to 2.2.1

* version

* remove unneeded option

* version
2024-02-01 15:05:10 -08:00
Matthias Kuhn
f7c5a7c8fc
[poly2tri] Switch to maintained repo and adjust description (#26301)
* [poly2tri ]Switch to maintained repo and adjust description

* Rename to jhasse-poly2tri

* Also update version and fix header installation.

* Remove double nested headers.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-02-01 12:31:29 -08:00
saipubw
7fad8ea427
[async-simple] Add new port async-simple (#36470)
* [async-simple] Add new port async-simple to vcpkg

* version database

* fix conversation

* update version database
2024-02-01 12:24:35 -08:00
Kai Pastor
e07c9553b3
[allegro5] Update (#36464)
* [allegro5] Update to 5.2.9.1

* Remove allegro5 from CI baseline

* [allegro5] Fixup

* [allegro5] Fixup

* [allegro5] Fixup
2024-01-31 14:38:11 -08:00
Vitalii Koshura
0bc50c0394
[apriltag] New port added (#36336)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-01-25 15:53:41 -08:00
Raúl Cumplido
8ea2dffddc
[arrow] Update to 15.0.0 (#36298)
* [arrow] Update to 15.0.0

* Update versions
2024-01-24 09:43:39 -08:00
Kai Pastor
2b66d082f4
[acl] Add feature nls for gettext dependency (#36269) 2024-01-23 11:51:00 -08:00
Bernhard Manfred Gruber
4521e84e60
[alpaka] Update to 1.1.0 (#36241)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-01-22 11:01:29 -08:00
Dennis
55416201b3
asio-grpc: Update to 2.9.2 (#36267) 2024-01-22 10:59:24 -08:00