Commit Graph

16 Commits

Author SHA1 Message Date
WangWeiLin-MV
d68fea8eae
[liburing] Prevent undefined memset with Clang (#40816) 2024-09-08 11:34:56 -07:00
Kai Pastor
3b94582375
[liburing] Update to 2.7 (#40601) 2024-08-26 00:58:07 -07:00
Kai Pastor
ea46374aa9
[vcpkg ci,liburing] Improve license identifier check (#39679)
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2024-07-15 14:43:55 -04:00
c8ef
40d91871de
[liburing] update to 2.6 (#38621)
- [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-07 20:24:50 -07:00
Christian Mazakas
2fd72b3488
update liburing port to version 2.5 (#35430) 2023-12-01 02:03:33 -08:00
Jia Yue Hua
001e1d37a1
[folly,fizz,wangle,mvfst,proxygen,fbthrift] update to 2023.10.02.00 (#34218) 2023-10-02 16:03:31 -07:00
Kai Pastor
1286cac875
[liburing] Set libdevdir (#32159) 2023-06-22 13:50:07 -07:00
Lily Wang
9700cf2cc6
[liburing] Update to 2.3 (#31756)
* [liburing] Update to 2.3

* update version
2023-06-02 11:17:21 -07:00
Osyotr
b4039e3cb6
[liburing] Fix installation of shared libraries (#30467) 2023-03-28 11:33:59 -07:00
Dennis
b67ce11650
liburing: Disable tests and examples (#26837) 2022-09-19 11:40:16 -07:00
JonLiu1993
71115afccd
[liburing] update to 2.2 (#26801)
* [liburing] update to 2.2

* update version
2022-09-15 11:44:02 -07:00
LilyWangLL
85f216ff85
[liburing] Update to version 2.1 (#24637)
* [liburing] Update to version 2.1

* format vcpkg.json

* x-add-version

* apply suggestion

* version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-05-11 16:39:01 -07:00
Kai Pastor
9958c2cac3
Fix usage of FindPkgConfig module (#23708)
* Fix usage of FindPkgConfig module

* Update versions
2022-03-22 21:21:50 -07:00
Jack·Boos·Yu
e86ed50718
[vcpkg_configure_make] Report warning when unresolved arguments are passed in (#22567)
* [vcpkg_configure_make] Report warning when unresolved arguments are passed in

* Add missing option NO_DEBUG

* Add _VCPKG_MAKE_NO_DEBUG for vcpkg_configure_make

* Add more condition

* [apr] Remove NO_DEBUG

* [liburing] Remove NO_DEBUG

* [apr-util] Remove NO_DEBUG

* version

* Mssing port-version ++

* version
2022-03-02 13:43:19 -08:00
Billy O'Neal
c9e786d81a
[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
* Bulk remove vcpkg_fail_port_install calls.

Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",

In support of https://github.com/microsoft/vcpkg/pull/21502

* Update version database.

* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728

* Repair version database.
2022-01-25 10:31:15 -08:00
Park DongHa
bbe9763f62
[liburing] create a new port (#17623)
* [liburing] create a new port

* [liburing] patch datadir

* [liburing] add port usage

* with CMake module: FindPkgConfig

* Update ports/liburing/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [liburing] comments for BUILD_SHARED

* update git-tree SHA

* [liburing] fix portfile

* [liburing] configure with ENABLE_SHARED

* update git-tree SHA

* Update ports/liburing/usage

* [liburing] fix mistype in usage

* update git-tree SHA

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-07-16 12:53:49 -07:00