msgpack-python/c
Kazuki Ohta 404a393315 c, cpp: fix test problem
- using LDADD instead of LDFLAGS
- fix include path in test.cpp
2010-01-21 21:55:06 +09:00
..
bench.c lang/c/msgpack: divide pack_raw() into pack_raw() and pack_raw_body() 2009-02-15 09:09:58 +00:00
bench.mk lang/c/msgpack: c-macro based template 2009-02-15 09:09:57 +00:00
Makefile.am c, cpp: fix test problem 2010-01-21 21:55:06 +09:00
msgpack lang/c/msgpack: added Messagepack, a binary-based efficient data interchange format. 2009-02-15 09:09:55 +00:00
msgpack.h perl package 2009-06-24 13:53:12 +09:00
object.c msgpack template: architecture specific endian conversion 2009-12-10 06:19:53 +09:00
object.h add msgpack/sysdep.h 2009-12-10 07:22:39 +09:00
pack.h msgpack template: architecture specific endian conversion 2009-12-10 06:19:53 +09:00
sbuffer.h fix msgpack_sbuffer_release 2009-03-01 01:13:31 +09:00
test.cpp c: test.cpp: add msgpack_sbuffer_destroy and msgpack_zone_destroy 2009-08-26 12:27:28 +09:00
unpack.c c,cpp: fix unpacker 2009-12-16 04:08:36 +09:00
unpack.h msgpack template: architecture specific endian conversion 2009-12-10 06:19:53 +09:00
vrefbuffer.c c,cpp: optimize msgpack_vrefbuffer 2010-01-15 05:29:41 +09:00
vrefbuffer.h c,cpp: optimize msgpack_vrefbuffer 2010-01-15 05:29:41 +09:00
zone.c c,cpp: optimize msgpack_zone: variable-length array of chunk -> list of chunk 2010-01-15 05:27:44 +09:00
zone.h c,cpp: optimize msgpack_zone: variable-length array of chunk -> list of chunk 2010-01-15 05:27:44 +09:00