summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* rewrite msgpack::object::viafrsyuki2009-02-157-84/+98
* update pack/unpack routinesfrsyuki2009-02-1514-193/+320
* c binding: add msgpack::sbufferfrsyuki2009-02-151-0/+86
* C++ binding: efficient serializing interfacefrsyuki2009-02-153-8/+10
* c++ binding: remove unpacker::parsed_size() APIfrsyuki2009-02-151-13/+6
* c++ binding: improve msgpack::zone, zero-copy stream deserializerfrsyuki2009-02-156-189/+336
* c++ binding: fix missing packer::pack_unsigned_longfrsyuki2009-02-151-0/+1
* integrate machine-dependent integer serialization routine to msgpack/pack_tem...frsyuki2009-02-152-129/+61
* c, c++ binding: catch up with ruby bindingfrsyuki2009-02-151-19/+23
* msgpack::type::tuple supports reference elementfrsyuki2009-02-151-55/+40
* C++: operator<< (std::ostream&, const object&): fix missing double supportfrsyuki2009-02-151-0/+4
* unpacker::unpacker() accepts initial buffer sizefrsyuki2009-02-152-10/+10
* {c,cpp}/bootstrap: improve compatibilityfrsyuki2009-02-151-1/+1
* lang/c/msgpack: C++ binding: abolished implicit convertion and added object::...frsyuki2009-02-151-8/+49
* lang/c/msgpack: improved configure.infrsyuki2009-02-151-1/+2
* lang/c/msgpack: ./configure requires erbfrsyuki2009-02-153-2/+7
* lang/c/msgpack: msgpack::unpacker: fix buffer reallocation algorithmfrsyuki2009-02-151-1/+1
* lang/c/msgpack: added msgpack::definefrsyuki2009-02-151-15/+38
* lang/c/msgpack: divide pack_raw() into pack_raw() and pack_raw_body()frsyuki2009-02-155-132/+15
* lang/c/msgpack: C++ binding: pack()frsyuki2009-02-158-47/+38
* lang/c/msgpack: C++ binding: reexamined global operatorsfrsyuki2009-02-1510-173/+205
* lang/c/msgpack: fix compile optimization flagfrsyuki2009-02-154-18/+40
* lang/c/msgpack: C++ binding: implemented msgpack::object >> packer<Stream>frsyuki2009-02-152-11/+92
* lang/c/msgpack: C++ binding: safer memory managentfrsyuki2009-02-154-24/+102
* lang/c/msgpack: reimplemented C++ binding with template-based static resoluti...frsyuki2009-02-1521-1083/+1307
* lang/c/msgpack: c-macro based templatefrsyuki2009-02-159-190/+167
* lang/c/msgpack: fixed cpp/Makefile.amfrsyuki2009-02-152-3/+9
* lang/c/msgpack: fixed packaging problemfrsyuki2009-02-154-6/+7
* lang/c/msgpack: fix typesfrsyuki2009-02-159-61/+77
* lang/c/msgpack: C++ binding: changed calback function of packer from Stream& ...frsyuki2009-02-155-30/+47
* lang/c/msgpack: optimize zone::alloc()frsyuki2009-02-154-73/+86
* lang/c/msgpack: added license notificationsfrsyuki2009-02-1516-4/+220
* lang/c/msgpack: autotoolizedfrsyuki2009-02-158-25/+37
* lang/c/msgpack: C++ binding: enlarged chunk size of zonefrsyuki2009-02-154-17/+26
* lang/c/msgpack: C++ binding: added bench.cppfrsyuki2009-02-153-7/+191
* lang/c/msgpack: C++ binding: support non-MessagePack message that follows aft...frsyuki2009-02-153-7/+64
* lang/c/msgpack: C++ binding: implemented built-in buffer.frsyuki2009-02-159-63/+296
* lang/c/msgpack: added C++ binding msgpack::packfrsyuki2009-02-155-90/+385
* lang/c/msgpack: update C++ codefrsyuki2009-02-153-561/+431
* lang/c/msgpack: added C++ bindingfrsyuki2009-02-1513-169/+1285
* lang/c/msgpack: added Messagepack, a binary-based efficient data interchange ...frsyuki2009-02-153-0/+169