c-capnproto/lib
David Lamparter 1afce9573a lib: endianness: don't break strict-aliasing
Strict aliasing prohibits writing to union members of one type, then
reading another type.  The read is undefined.  Use memcpy instead (which
compilers will hopefully optimize away...)
2016-06-22 14:22:11 +02:00
..
capn-list.inc rename to "[lib]capnp_c", use lib/ subdir 2016-03-19 00:39:29 +01:00
capn-malloc.c whitespace fixes 2016-06-22 13:44:56 +02:00
capn-stream.c rename to "[lib]capnp_c", use lib/ subdir 2016-03-19 00:39:29 +01:00
capn.c Define default value for char *e 2016-05-11 09:58:42 -07:00
capnp_c.h lib: endianness: don't break strict-aliasing 2016-06-22 14:22:11 +02:00