| Commit message (Expand) | Author | Age | Files | Lines |
| * | cpp: build libmsgpackc.so for backward compatibility. | frsyuki | 2010-04-26 | 2 | -6/+24 |
| * | cpp: add test/{zone,pack_unpack,streaming,object,convert,buffer}.cc | frsyuki | 2010-04-25 | 10 | -2/+576 |
| * | cpp: fixes msgpack_vc8.vcproj | frsyuki | 2010-04-25 | 1 | -9/+5 |
| * | cpp: fixes operator<<(packer<Stream>&, const object&) | frsyuki | 2010-04-25 | 1 | -26/+2 |
| * | c,cpp: MSGPACK_OBJECT_NIL = 0x00 | frsyuki | 2010-04-25 | 2 | -16/+16 |
| * | cpp: msgpack_object_equal | frsyuki | 2010-04-25 | 5 | -59/+78 |
| * | cpp: combines libmsgpackc and libmsgpack into libmsgpack | frsyuki | 2010-04-25 | 1 | -20/+6 |
| * | cpp: object::object(const T& v, zone* z) 2 | frsyuki | 2010-04-25 | 8 | -54/+229 |
| * | cpp: fixes serialization of object::type == DOUBLE | frsyuki | 2010-04-25 | 1 | -6/+10 |
| * | cpp: explicit object(const T& v) | frsyuki | 2010-04-25 | 2 | -5/+35 |
| * | cpp: MSGPACK_DEFINE defines T::msgpack_object(object*, zone*) | frsyuki | 2010-04-25 | 14 | -15/+90 |
| * | cpp: bool operator==(object& x, const T& y) | frsyuki | 2010-04-25 | 3 | -0/+21 |
| * | cpp: object::object(const T& v, zone* z) | frsyuki | 2010-04-25 | 10 | -1/+152 |
| * | cpp: object::object(const T& v) and object::operator=(const T& v) | frsyuki | 2010-04-25 | 5 | -53/+90 |
| * | reverts variable-length stack: avoids memory leak | frsyuki | 2010-04-22 | 1 | -12/+4 |
| * | ruby: fixes SEGV on MessagePack_Unpacker_each | frsyuki | 2010-04-22 | 1 | -2/+2 |
| * | cpp: fixed small typo in configure.in | Kazuki Ohta | 2010-04-18 | 1 | -1/+1 |
| * | cpp: fixes windows compatibility | frsyuki | 2010-04-18 | 7 | -29/+24 |
| * | cpp: add cpp/README.md | frsyuki | 2010-04-18 | 1 | -0/+78 |
| * | c,cpp: reforms source tree | frsyuki | 2010-04-18 | 28 | -203/+3076 |
| * | malloc/realloc the stack when its length becomes > MSGPACK_EMBED_STACK_SIZE | frsyuki | 2010-04-14 | 1 | -4/+48 |
| * | cpp: msgpack/pack.hpp: fixes header | frsyuki | 2010-04-07 | 1 | -2/+2 |
| * | cpp: fixes argument type of pack_int* methods | Masahiro Nakagawa | 2010-04-07 | 1 | -9/+9 |
| * | cpp: fixes pack_short(int) -> pack_short(short) | frsyuki | 2010-03-29 | 1 | -2/+2 |
| * | c,cpp: add msgpack_zbuffer and msgpack::zbuffer | frsyuki | 2010-03-26 | 2 | -0/+101 |
| * | cpp: alias pack(Stream* s, const T& v) -> pack(Stream& const T& v) | frsyuki | 2010-03-26 | 1 | -0/+10 |
| * | removed symbolic links | frsyuki | 2010-02-06 | 24 | -1/+0 |
| * | MSVC2005 compatibility (@hotpepsi++) | frsyuki | 2010-02-02 | 1 | -5/+9 |
| * | c, cpp: fix test problem | Kazuki Ohta | 2010-01-21 | 2 | -3/+3 |
| * | add tests for multi[map, set] and tr1::unordered_[multi][map, set] | Kazuki Ohta | 2010-01-16 | 1 | -0/+190 |
| * | c,cpp: optimize msgpack_zone: variable-length array of chunk -> list of chunk | frsyuki | 2010-01-15 | 2 | -4/+3 |
| * | cpp: add msgpack/type/tr1/unordered_{map,set}.hpp | frsyuki | 2010-01-14 | 4 | -1/+193 |
| * | c,cpp: add msgpack_vrefbuffer_migrate, msgpack::vrefbuffer::migrate | frsyuki | 2009-12-19 | 1 | -0/+7 |
| * | cpp: zone::push_finalizer supports std::auto_ptr<T> | frsyuki | 2009-12-16 | 1 | -0/+13 |
| * | msgpack template: architecture specific endian conversion | frsyuki | 2009-12-10 | 2 | -3/+1 |
| * | cpp: add missing type::tuple::tuple(object o) | frsyuki | 2009-10-09 | 1 | -0/+2 |
| * | cpp: preprocess.sh: more verbose | frsyuki | 2009-10-05 | 1 | -2/+8 |
| * | cpp: add tests for stream unpacker api | Kazuki Ohta | 2009-09-12 | 1 | -0/+120 |
| * | cpp: define, type::tuple: GENERATION_LIMIT = 31 | frsyuki | 2009-09-10 | 2 | -2/+2 |
| * | c++: add vrefbuffer test | Kazuki Ohta | 2009-09-04 | 1 | -0/+106 |
| * | cpp: test.cpp: fixes EXPECT_EQ rule | frsyuki | 2009-08-26 | 1 | -18/+18 |
| * | C: more strict tests for float, double | Kazuki Ohta | 2009-08-26 | 1 | -9/+132 |
| * | C: add test for map | Kazuki Ohta | 2009-08-26 | 1 | -11/+430 |
| * | fix build | Kazuki Ohta | 2009-08-25 | 1 | -3/+3 |
| * | add c/test.cpp cpp/test.cpp | frsyuki | 2009-08-25 | 2 | -190/+21 |
| * | fix cpp/preprocess.sh | frsyuki | 2009-08-25 | 1 | -1/+1 |
| * | cpp: add missing preprocess.sh file | frsyuki | 2009-08-19 | 1 | -0/+11 |
| * | cpp: preprocess eruby templates on ./bootstrap; released package doesn't requ... | frsyuki | 2009-08-19 | 1 | -25/+0 |
| * | cpp-0.3.7 | frsyuki | 2009-08-19 | 1 | -1/+0 |
| * | cpp: fix overflow check for minimum number of signed integer type | frsyuki | 2009-08-19 | 1 | -1/+1 |