summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* cpp: build libmsgpackc.so for backward compatibility.frsyuki2010-04-262-6/+24
* cpp: add test/{zone,pack_unpack,streaming,object,convert,buffer}.ccfrsyuki2010-04-2510-2/+576
* cpp: fixes msgpack_vc8.vcprojfrsyuki2010-04-251-9/+5
* cpp: fixes operator<<(packer<Stream>&, const object&)frsyuki2010-04-251-26/+2
* c,cpp: MSGPACK_OBJECT_NIL = 0x00frsyuki2010-04-252-16/+16
* cpp: msgpack_object_equalfrsyuki2010-04-255-59/+78
* cpp: combines libmsgpackc and libmsgpack into libmsgpackfrsyuki2010-04-251-20/+6
* cpp: object::object(const T& v, zone* z) 2frsyuki2010-04-258-54/+229
* cpp: fixes serialization of object::type == DOUBLEfrsyuki2010-04-251-6/+10
* cpp: explicit object(const T& v)frsyuki2010-04-252-5/+35
* cpp: MSGPACK_DEFINE defines T::msgpack_object(object*, zone*)frsyuki2010-04-2514-15/+90
* cpp: bool operator==(object& x, const T& y)frsyuki2010-04-253-0/+21
* cpp: object::object(const T& v, zone* z)frsyuki2010-04-2510-1/+152
* cpp: object::object(const T& v) and object::operator=(const T& v)frsyuki2010-04-255-53/+90
* reverts variable-length stack: avoids memory leakfrsyuki2010-04-221-12/+4
* ruby: fixes SEGV on MessagePack_Unpacker_eachfrsyuki2010-04-221-2/+2
* cpp: fixed small typo in configure.inKazuki Ohta2010-04-181-1/+1
* cpp: fixes windows compatibilityfrsyuki2010-04-187-29/+24
* cpp: add cpp/README.mdfrsyuki2010-04-181-0/+78
* c,cpp: reforms source treefrsyuki2010-04-1828-203/+3076
* 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-262-0/+101
* cpp: alias pack(Stream* s, const T& v) -> pack(Stream& const T& v)frsyuki2010-03-261-0/+10
* removed symbolic linksfrsyuki2010-02-0624-1/+0
* MSVC2005 compatibility (@hotpepsi++)frsyuki2010-02-021-5/+9
* c, cpp: fix test problemKazuki Ohta2010-01-212-3/+3
* add tests for multi[map, set] and tr1::unordered_[multi][map, set]Kazuki Ohta2010-01-161-0/+190
* c,cpp: optimize msgpack_zone: variable-length array of chunk -> list of chunkfrsyuki2010-01-152-4/+3
* cpp: add msgpack/type/tr1/unordered_{map,set}.hppfrsyuki2010-01-144-1/+193
* c,cpp: add msgpack_vrefbuffer_migrate, msgpack::vrefbuffer::migratefrsyuki2009-12-191-0/+7
* cpp: zone::push_finalizer supports std::auto_ptr<T>frsyuki2009-12-161-0/+13
* msgpack template: architecture specific endian conversionfrsyuki2009-12-102-3/+1
* cpp: add missing type::tuple::tuple(object o)frsyuki2009-10-091-0/+2
* cpp: preprocess.sh: more verbosefrsyuki2009-10-051-2/+8
* cpp: add tests for stream unpacker apiKazuki Ohta2009-09-121-0/+120
* cpp: define, type::tuple: GENERATION_LIMIT = 31frsyuki2009-09-102-2/+2
* c++: add vrefbuffer testKazuki Ohta2009-09-041-0/+106
* cpp: test.cpp: fixes EXPECT_EQ rulefrsyuki2009-08-261-18/+18
* C: more strict tests for float, doubleKazuki Ohta2009-08-261-9/+132
* C: add test for mapKazuki Ohta2009-08-261-11/+430
* fix buildKazuki Ohta2009-08-251-3/+3
* add c/test.cpp cpp/test.cppfrsyuki2009-08-252-190/+21
* fix cpp/preprocess.shfrsyuki2009-08-251-1/+1
* cpp: add missing preprocess.sh filefrsyuki2009-08-191-0/+11
* cpp: preprocess eruby templates on ./bootstrap; released package doesn't requ...frsyuki2009-08-191-25/+0
* cpp-0.3.7frsyuki2009-08-191-1/+0
* cpp: fix overflow check for minimum number of signed integer typefrsyuki2009-08-191-1/+1