vcpkg/ports/capnproto
Stig Hornang a1703aa3e8
[capnproto] Update to v1.0.1 (#33446)
Updated to include capnproto f4152f83b which fixes error C7692:
"rewritten candidate function was excluded..." which occurs when
building with MSVC 2022.

The updated code brings in another bug which is only fixed in the v2
branch of capnproto (not in master which is used here). The first
patch in this commit disables the problematic code by disabling the
coroutine check in async-prelude.h

The second patch disables KJ_USE_EPOLL for Android NDK version < 23
where sigtimedwait is not defined.
2023-09-05 22:32:34 -07:00
..
disable-C-20-co-routines.patch [capnproto] Update to v1.0.1 (#33446) 2023-09-05 22:32:34 -07:00
portfile.cmake [capnproto] Update to v1.0.1 (#33446) 2023-09-05 22:32:34 -07:00
undef-KJ_USE_EPOLL-for-ANDROID_PLATFORM-23.patch [capnproto] Update to v1.0.1 (#33446) 2023-09-05 22:32:34 -07:00
vcpkg.json [capnproto] Update to v1.0.1 (#33446) 2023-09-05 22:32:34 -07:00