summaryrefslogtreecommitdiff
path: root/cpp/object.hpp
Commit message (Expand)AuthorAgeFilesLines
* msgpack template: architecture specific endian conversionfrsyuki2009-12-101-1/+0
* cpp: msgpack::define is obsoletefrsyuki2009-08-061-0/+1
* cpp: constfrsyuki2009-05-131-11/+11
* msgpack::pack is not obsoletefrsyuki2009-03-011-10/+0
* add NOTICE filefrsyuki2009-02-261-2/+0
* c: msgpack_pack_objectfrsyuki2009-02-241-15/+17
* type conversion operator msgpack_object <-> msgpack::objectfrsyuki2009-02-221-0/+24
* rewrite msgpack::object::viafrsyuki2009-02-151-19/+37
* update pack/unpack routinesfrsyuki2009-02-151-56/+76
* C++ binding: efficient serializing interfacefrsyuki2009-02-151-5/+6
* lang/c/msgpack: C++ binding: abolished implicit convertion and added object::...frsyuki2009-02-151-8/+49
* 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-151-1/+2
* lang/c/msgpack: C++ binding: pack()frsyuki2009-02-151-24/+17
* lang/c/msgpack: C++ binding: reexamined global operatorsfrsyuki2009-02-151-36/+42
* lang/c/msgpack: C++ binding: implemented msgpack::object >> packer<Stream>frsyuki2009-02-151-3/+89
* lang/c/msgpack: reimplemented C++ binding with template-based static resoluti...frsyuki2009-02-151-268/+72
* lang/c/msgpack: fixed packaging problemfrsyuki2009-02-151-3/+3
* lang/c/msgpack: fix typesfrsyuki2009-02-151-29/+32
* lang/c/msgpack: optimize zone::alloc()frsyuki2009-02-151-38/+38
* lang/c/msgpack: added license notificationsfrsyuki2009-02-151-0/+17
* lang/c/msgpack: C++ binding: implemented built-in buffer.frsyuki2009-02-151-4/+5
* lang/c/msgpack: added C++ binding msgpack::packfrsyuki2009-02-151-19/+30
* lang/c/msgpack: update C++ codefrsyuki2009-02-151-558/+88
* lang/c/msgpack: added C++ bindingfrsyuki2009-02-151-0/+760