This is a C plugin for [Cap'n Proto](http://kentonv.github.io/capnproto), an efficient protocol for sharing data and capabilities.
Find a file
Baruch Even 54ca88f6ac Simpler makefile
No real need to build a gtest archive, gtest-all.cc includes all the
files so a single .o is fine.
2014-08-03 22:28:41 +03:00
compiler Fixed compilation by removing 32-bit padding 2014-03-25 19:12:58 +01:00
gtest Fix build 2014-08-03 22:18:08 +03:00
.gitignore Fix build 2014-08-03 22:18:08 +03:00
capn-list.inc remove CAPN_COMPOSITE_LIST and add capn_len 2013-09-16 16:53:33 -04:00
capn-malloc.c Add TODO and fail on packed writes 2014-02-21 13:23:57 -08:00
capn-stream-test.cpp Implement serialization to buffers 2014-02-20 17:13:57 -08:00
capn-stream.c Move capn_init_* all into capn-malloc.c with a common create and free function 2013-05-08 22:35:52 -04:00
capn-test.cpp remove CAPN_COMPOSITE_LIST and add capn_len 2013-09-16 16:53:33 -04:00
capn.c Initialize x and y unconditionally 2014-02-26 01:24:50 +00:00
capn.h Fixed compilation by removing 32-bit padding 2014-03-25 19:12:58 +01:00
LICENSE Add MIT license 2013-09-12 15:17:22 -04:00
Makefile Simpler makefile 2014-08-03 22:28:41 +03:00