https://github.com/vaci/capnproto-java-rpc rebased on top of capnproto-java master branch
Find a file
2019-08-18 12:23:52 -04:00
benchmark/src/main update benchmark to use scratch space if requested 2019-05-04 11:09:07 -04: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 v0.1.4 release 2019-05-27 09:05:23 -04:00
runtime/src make Allocator public 2019-05-20 18:12:19 -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 drop openjdk7 (after seeing it segfault on travis) 2019-08-18 12:23:52 -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 Build with c++14. Upgrade capnproto-c++ to 0.7.0 in travis config. 2019-08-18 12:06:33 -04: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.