summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* add msgpack_vrefbuffer, msgpack::vrefbufferfrsyuki2009-06-073-0/+96
* Merge branch 'master' of frsyuki@git.sourceforge.jp:/gitroot/msgpack/msgpackfrsyuki2009-06-071-5/+5
|\
| * cpp: fix map<K, V> converterfrsyuki2009-06-031-5/+5
* | cpp: constfrsyuki2009-05-131-11/+11
|/
* zone::basefrsyuki2009-03-011-6/+8
* zone::push_finalizer reverts memory allocation on exceptionfrsyuki2009-03-011-3/+20
* fix packaging problemfrsyuki2009-03-011-5/+5
* msgpack_zone_clear, msgpack::zone::clearfrsyuki2009-03-012-0/+15
* fix unpackerfrsyuki2009-03-012-36/+32
* msgpack::pack is not obsoletefrsyuki2009-03-012-10/+7
* msgpack::sbuffer::data() constfrsyuki2009-03-011-0/+6
* c: msgpack_sbuffer; cpp: msgpack::sbufferfrsyuki2009-03-012-28/+45
* add NOTICE filefrsyuki2009-02-261-2/+0
* add msgpack_unpacker_message_sizefrsyuki2009-02-261-3/+9
* remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_sizefrsyuki2009-02-261-8/+8
* c: msgpack_unpacker_buffered_size; c++: unpacker::buffered_sizefrsyuki2009-02-251-0/+9
* fix msgpack::unpack_returnfrsyuki2009-02-252-8/+12
* c: msgpack_pack_objectfrsyuki2009-02-243-15/+19
* type conversion operator msgpack_object <-> msgpack::objectfrsyuki2009-02-222-2/+25
* c and c++: rewritten and integratedfrsyuki2009-02-2220-608/+162
* 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