Commit graph

10 commits

Author SHA1 Message Date
Kyle Manna
376b63fb81 signedness: Fix less obvious issues
* My compilers mark these as errors
* Attempt to be more correct
* Tested on gcc-5.2.0 and clang-3.6.2
2015-08-17 18:52:36 -07:00
Steve Dee
45b95c38d0 Add TODO and fail on packed writes 2014-02-21 13:23:57 -08:00
Steve Dee
ca03b34318 Implement serialization to buffers 2014-02-20 17:13:57 -08:00
James McKaskill
448021e7e1 use create_local 2013-09-12 14:42:30 -04:00
James McKaskill
2eb6628ae4 add support for default values 2013-05-12 00:59:47 -04:00
James McKaskill
85b7a99429 include the capn_segment as a header when allocating 2013-05-12 00:59:47 -04:00
James McKaskill
f99af86cb3 Move capn_init_* all into capn-malloc.c with a common create and free function 2013-05-08 22:35:52 -04:00
James McKaskill
b8da11676a Pass capn_ptr by value, better handling of tags 2013-05-07 22:44:21 -04:00
James McKaskill
3a235fe8c6 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
James McKaskill
e0a5769d06 Add capn_init_malloc to provide a malloc based create function 2013-05-06 00:03:17 -04:00