| Commit message (Expand) | Author | Age | Files | Lines |
| * | cpp: version 0.5.4 | frsyuki | 2010-08-29 | 2 | -2/+7 |
| * | cpp: updates README.md | frsyuki | 2010-08-29 | 1 | -25/+20 |
| * | cpp: adds msgpack_vc2008.vcproj file in source package | frsyuki | 2010-08-29 | 4 | -3/+8 |
| * | cpp: fixes fix_int; updates test/fixint.cc | frsyuki | 2010-08-27 | 2 | -1/+115 |
| * | cpp: version 0.5.3 | frsyuki | 2010-08-27 | 2 | -1/+8 |
| * | cpp: updates msgpack_vc8.postbuild.bat | frsyuki | 2010-08-27 | 1 | -1/+2 |
| * | cpp: adds fixed length serialization for integers | frsyuki | 2010-08-27 | 8 | -2/+223 |
| * | cpp: fixes include paths | frsyuki | 2010-08-27 | 14 | -35/+38 |
| * | java: updates TestDirectConversion | frsyuki | 2010-08-19 | 1 | -0/+2 |
| * | cpp: version 0.5.2 | frsyuki | 2010-07-14 | 2 | -1/+6 |
| * | cpp: type::raw_ref::str(), operator==, operator!=, operator< and operator> ar... | frsyuki | 2010-07-14 | 1 | -5/+5 |
| * | cpp: generate version.h using AC_OUTPUT macro in ./configure | frsyuki | 2010-07-06 | 3 | -13/+7 |
| * | cpp: fixes missing dependency to generate version.h | frsyuki | 2010-07-06 | 1 | -0/+2 |
| * | cpp: updates vcproj | frsyuki | 2010-07-06 | 3 | -49/+70 |
| * | cpp: version 0.5.1 | frsyuki | 2010-07-06 | 2 | -1/+11 |
| * | cpp: ./configure supports --disable-cxx option not to build/install C++ API | frsyuki | 2010-07-06 | 2 | -13/+28 |
| * | cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} ... | frsyuki | 2010-07-06 | 2 | -0/+15 |
| * | cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} ... | frsyuki | 2010-07-06 | 7 | -5/+78 |
| * | cpp: adds operator<<(std::ostream&, const tuple<Type...>&) (experimental) | frsyuki | 2010-07-06 | 1 | -0/+15 |
| * | cpp: adds Doxyfile | frsyuki | 2010-06-01 | 12 | -34/+1758 |
| * | cpp: update tests | frsyuki | 2010-06-01 | 4 | -6/+146 |
| * | cpp: adds msgpack_unpacker_next and msgpack_unpack_next | frsyuki | 2010-06-01 | 4 | -9/+119 |
| * | cpp: msgpack::unpack returns void | frsyuki | 2010-06-01 | 2 | -11/+7 |
| * | cpp: adds msgpack_vrefbuffer_new and msgpack_vrefbuffer_free | frsyuki | 2010-06-01 | 1 | -0/+21 |
| * | cpp: adds msgpack_zbuffer_new and msgpack_zbuffer_free | frsyuki | 2010-06-01 | 1 | -0/+20 |
| * | cpp: adds msgpack_sbuffer_new and msgpack_sbuffer_free | frsyuki | 2010-06-01 | 1 | -0/+12 |
| * | cpp: add cases.mpac test | frsyuki | 2010-06-01 | 3 | -0/+43 |
| * | add crosslang.cc | frsyuki | 2010-05-31 | 1 | -3/+9 |
| * | cpp: move source files into src/ directory | frsyuki | 2010-05-30 | 46 | -107/+114 |
| * | cpp: type::tuple& operator>>: fix conversion type | frsyuki | 2010-05-30 | 1 | -1/+1 |
| * | cpp: add sbuffer::clear() and vrefbuffer::clear() | frsyuki | 2010-05-25 | 6 | -0/+61 |
| * | java: redesign | frsyuki | 2010-05-20 | 1 | -0/+8 |
| * | cpp: fix return type mismatch in zone.c | frsyuki | 2010-05-18 | 1 | -1/+1 |
| * | cpp: fix return type mismatch in unpack.c | frsyuki | 2010-05-18 | 1 | -1/+1 |
| * | cpp: update ChangeLog | frsyuki | 2010-04-29 | 2 | -1/+11 |
| * | cpp: fixes unpacker::next | frsyuki | 2010-04-29 | 1 | -4/+11 |
| * | cpp: new streaming deserialier API. | frsyuki | 2010-04-29 | 3 | -42/+247 |
| * | 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 |