https://github.com/vaci/capnproto-java-rpc rebased on top of capnproto-java master branch
Find a file
2019-05-04 09:33:09 -04:00
benchmark/src/main reading double far pointers 2014-11-16 14:14:15 -05:00
cmake Add CMakeLists.txt and README.md 2018-05-22 20:30:23 +02:00
compiler/src implement StructList.Builder.setWithCaveats() 2019-03-23 10:32:01 -04:00
examples/src/main update licenses 2014-10-10 14:59:09 -04:00
project prepare for 0.1.3 release 2018-01-29 19:53:04 -05:00
runtime/src support custom allocators for builder segments 2019-05-04 09:33:09 -04:00
website try to fix website syntax highlighting 2017-06-30 22:08:20 -04:00
.gitignore Add make as a compile task in the generator project, remove capnpc-java binary when sbt clean is run 2014-05-16 13:16:00 -04:00
.travis.yml don't test on oraclejdk8 anymore, as it is not longer supported 2019-03-12 20:29:30 -04:00
CONTRIBUTORS ah, so that's how you spell it 2014-05-15 23:30:05 -04:00
do_benchmarks.bash simplify target directory for example and benchmark 2015-01-28 13:47:52 -05:00
LICENSE stub package documentation 2015-01-29 10:33:45 -05:00
Makefile add Make recipe for cross compiling capnpc-java to win32 2015-02-16 10:54:47 -05:00
README.md remove 'work-in-progress' from README 2018-02-03 14:47:41 -05:00
RELEASE-PROCESS.md some more notes about releasing 2016-02-10 20:43:47 -05:00
version.sbt Add SBT as build system, add Java package annotation for generated code 2014-05-15 19:05:20 -04:00

capnproto-java: Cap'n Proto for Java

Build Status

Cap'n Proto is an extremely efficient protocol for sharing data and capabilities, and capnproto-java is a pure Java implementation.

Read more here.