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 be7a4963a3 Merge pull request #1 from liamstask/travis-clean
Travis build support
2015-08-04 10:57:47 -07:00
compiler all: use unsigned types for more variables that represent length 2015-08-04 10:44:22 -07: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
.travis.yml travis: prelim auto build support 2015-08-04 10:21:22 -07:00
capn-list.inc remove CAPN_COMPOSITE_LIST and add capn_len 2013-09-16 16:53:33 -04:00
capn-malloc.c all: use unsigned types for more variables that represent length 2015-08-04 10:44:22 -07:00
capn-stream-test.cpp Implement serialization to buffers 2014-02-20 17:13:57 -08:00
capn-stream.c all: use unsigned types for more variables that represent length 2015-08-04 10:44:22 -07:00
capn-test.cpp all: use unsigned types for more variables that represent length 2015-08-04 10:44:22 -07:00
capn.c clean up of write_ptr 2013-12-10 20:34:04 -05:00
capn.h all: use unsigned types for more variables that represent length 2015-08-04 10:44:22 -07:00
LICENSE Add MIT license 2013-09-12 15:17:22 -04:00
Makefile build: require c++11 for gtest, and link test exe against pthreads (linux build fails without it) 2015-08-04 10:24:57 -07:00