summaryrefslogtreecommitdiff
path: root/cpp/unpack.hpp
Commit message (Expand)AuthorAgeFilesLines
* unpacker::unpacker() accepts initial buffer sizefrsyuki2009-02-151-6/+5
* lang/c/msgpack: C++ binding: pack()frsyuki2009-02-151-1/+1
* lang/c/msgpack: C++ binding: reexamined global operatorsfrsyuki2009-02-151-0/+7
* lang/c/msgpack: C++ binding: safer memory managentfrsyuki2009-02-151-7/+53
* lang/c/msgpack: reimplemented C++ binding with template-based static resoluti...frsyuki2009-02-151-10/+6
* lang/c/msgpack: c-macro based templatefrsyuki2009-02-151-3/+3
* lang/c/msgpack: fix typesfrsyuki2009-02-151-2/+2
* lang/c/msgpack: C++ binding: changed calback function of packer from Stream& ...frsyuki2009-02-151-7/+7
* lang/c/msgpack: added license notificationsfrsyuki2009-02-151-0/+17
* lang/c/msgpack: C++ binding: enlarged chunk size of zonefrsyuki2009-02-151-0/+3
* lang/c/msgpack: C++ binding: support non-MessagePack message that follows aft...frsyuki2009-02-151-1/+45
* lang/c/msgpack: C++ binding: implemented built-in buffer.frsyuki2009-02-151-6/+42
* lang/c/msgpack: added C++ bindingfrsyuki2009-02-151-0/+48