summaryrefslogtreecommitdiff
path: root/cpp/msgpack
Commit message (Expand)AuthorAgeFilesLines
* c,cpp: reforms source treefrsyuki2010-04-187-0/+834
* malloc/realloc the stack when its length becomes > MSGPACK_EMBED_STACK_SIZEfrsyuki2010-04-141-4/+48
* cpp: msgpack/pack.hpp: fixes headerfrsyuki2010-04-071-2/+2
* cpp: fixes argument type of pack_int* methodsMasahiro Nakagawa2010-04-071-9/+9
* cpp: fixes pack_short(int) -> pack_short(short)frsyuki2010-03-291-2/+2
* c,cpp: add msgpack_zbuffer and msgpack::zbufferfrsyuki2010-03-261-0/+100
* cpp: alias pack(Stream* s, const T& v) -> pack(Stream& const T& v)frsyuki2010-03-261-0/+10
* removed symbolic linksfrsyuki2010-02-0624-1/+2551
* lang/c/msgpack: added C++ bindingfrsyuki2009-02-151-0/+1