https://github.com/vaci/capnproto-java-rpc rebased on top of capnproto-java master branch
Find a file
2017-12-13 21:45:49 -05:00
benchmark/src/main reading double far pointers 2014-11-16 14:14:15 -05:00
compiler/src add test case for #59 2017-12-13 21:45:49 -05:00
examples/src/main update licenses 2014-10-10 14:59:09 -04:00
project update some urls 2017-06-25 16:01:45 -04:00
runtime/src Added pointer index check to StructReader._pointerFieldIsNull and StructBuilder._pointerFieldIsNull 2017-12-13 21:43:46 +01: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 Set Travis build to 'sudo: false'. 2017-06-21 17:49:44 +09: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 point back to dwrensha.github.io 2017-06-30 22:00:29 -04: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 work-in-progress pure Java implementation.

Read more here.