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
James McKaskill 3f29732c69 Add capn_init_(fp|mem) to read a stream from file/memory
Packed form still to be tested
2013-05-07 22:48:46 -04:00
compiler Pass capn_ptr by value, better handling of tags 2013-05-07 22:44:21 -04:00
.gitignore Add unit test for memory layout based off the Kenton's layout-test.c++ and whole slew of fixes to get the test to pass 2013-05-07 11:04:49 -04:00
capn-list.inc Pass capn_ptr by value, better handling of tags 2013-05-07 22:44:21 -04:00
capn-malloc.c Pass capn_ptr by value, better handling of tags 2013-05-07 22:44:21 -04:00
capn-stream-test.cpp Add capn_init_(fp|mem) to read a stream from file/memory 2013-05-07 22:48:46 -04:00
capn-stream.c Add capn_init_(fp|mem) to read a stream from file/memory 2013-05-07 22:48:46 -04:00
capn-test.cpp Pass capn_ptr by value, better handling of tags 2013-05-07 22:44:21 -04:00
capn.c Pass capn_ptr by value, better handling of tags 2013-05-07 22:44:21 -04:00
capn.h Add capn_init_(fp|mem) to read a stream from file/memory 2013-05-07 22:48:46 -04:00
Makefile Add capn_init_(fp|mem) to read a stream from file/memory 2013-05-07 22:48:46 -04:00