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
Liam Staskawicz 6b3657437d capn-test: remove unreferenced code, now builds cleanly
previously, this was emitting the following warning (treated as error):

`c++ -g -Wall -Werror -I. -Igtest-1.7.0/include -o capn-test.o -c capn-test.cpp
capn-test.cpp:66:29: error: unused variable 'SUBSTRUCT_DEFAULT' [-Werror,-Wunused-const-variable]
static const AlignedData<2> SUBSTRUCT_DEFAULT = {{0,0,0,0,1,0,0,0,  0,0,0,0,0,0,0,0}};
                            ^
capn-test.cpp:67:29: error: unused variable 'STRUCTLIST_ELEMENT_SUBSTRUCT_DEFAULT' [-Werror,-Wunused-const-variable]
static const AlignedData<2> STRUCTLIST_ELEMENT_SUBSTRUCT_DEFAULT =
                            ^`
2015-07-29 22:48:23 -07:00
compiler remove CAPN_COMPOSITE_LIST and add capn_len 2013-09-16 16:53:33 -04:00
gtest-1.7.0 gtest: vendor v1.7.0, latest release from https://code.google.com/p/googletest/downloads/list 2015-07-29 22:40:30 -07:00
.gitignore Add beginnings of subcompiler 2013-05-07 22:54:30 -04: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 capn-test: remove unreferenced code, now builds cleanly 2015-07-29 22:48:23 -07:00
capn.c clean up of write_ptr 2013-12-10 20:34:04 -05:00
capn.h Implement serialization to buffers 2014-02-20 17:13:57 -08:00
LICENSE Add MIT license 2013-09-12 15:17:22 -04:00
Makefile gtest: remove modified gtest-all-test.cpp, and build unmodified, vendored gtest-all.cpp 2015-07-29 22:45:20 -07:00