summaryrefslogtreecommitdiff
path: root/cpp/pack.hpp
Commit message (Expand)AuthorAgeFilesLines
* msgpack template: architecture specific endian conversionfrsyuki2009-12-101-2/+1
* msgpack::pack is not obsoletefrsyuki2009-03-011-0/+7
* fix msgpack::unpack_returnfrsyuki2009-02-251-0/+4
* update pack/unpack routinesfrsyuki2009-02-151-65/+175
* c++ binding: fix missing packer::pack_unsigned_longfrsyuki2009-02-151-0/+1
* integrate machine-dependent integer serialization routine to msgpack/pack_tem...frsyuki2009-02-151-23/+51
* c, c++ binding: catch up with ruby bindingfrsyuki2009-02-151-19/+23
* lang/c/msgpack: divide pack_raw() into pack_raw() and pack_raw_body()frsyuki2009-02-151-126/+5
* lang/c/msgpack: reimplemented C++ binding with template-based static resoluti...frsyuki2009-02-151-5/+5
* lang/c/msgpack: c-macro based templatefrsyuki2009-02-151-43/+37
* lang/c/msgpack: fix typesfrsyuki2009-02-151-2/+2
* lang/c/msgpack: C++ binding: changed calback function of packer from Stream& ...frsyuki2009-02-151-15/+32
* lang/c/msgpack: added license notificationsfrsyuki2009-02-151-0/+17
* lang/c/msgpack: added C++ binding msgpack::packfrsyuki2009-02-151-0/+192