capnproto icon indicating copy to clipboard operation
capnproto copied to clipboard

Cap'n Proto serialization/RPC system - core tools and C++ library

Results 267 capnproto issues
Sort by recently updated
recently updated
newest added

Is there a place where the minimum version of Android API for NDK is specified somewhere the source tree? I'm trying to port an API 16 Android project to capnproto,...

Hi, **I am using release 0.7.0 not 0.8.0, but presumably the same problem occurs.** Unless I am missing something, when downloading and installing a Unix release as per the instructions...

For systems that support it, use SO_REUSEPORT instead of SO_REUSEADDR for `Own listen()` and `Own bindDatagramPort()`. - Linux >= 3.9 - macOS - freebsd https://stackoverflow.com/a/14388707 https://lwn.net/Articles/542629/

I am trying to add support for `List`. In my tests, I want to create `AnyList` objects that I can later `set(index, object)` into my `List`. But I can't seem...

Reading the [KJ style guide](https://github.com/capnproto/capnproto/blob/master/style-guide.md) has been a life safer. Would have been nice to read it on day one using this library instead of day five as it would...

As Java has no RPC implementation, I have a use case where C++ could handle the RPC and pass capnp structures to Java without copying. In addition, I can imagine...

Currently backtrace is forced on, on all platforms. I've recently discovered that at Facebook the Linux platform that ASAN runs on has some kind of problem where ASAN reports a...

The following lines of code: ``` kj::Vector fds; auto exports = connectionState->writeDescriptors( capTable.getTable(), callBuilder.getParams(), fds); message->setFds(fds.releaseAsArray()); ``` in RpcRequest (rpc.c++) seem to trigger a violation but the problem appears to...

I was looking at the Sandstorm app-index's implementation, and rather than using capnp rpc for submissions it uses an ad-hoc protocol, with a comment indicating that this is blocked on...

Float16 is pretty popular for machine learning. Will capnproto ever support float16? https://en.wikipedia.org/wiki/Half-precision_floating-point_format