summaryrefslogtreecommitdiff
path: root/cpp/object.cpp
Commit message (Expand)AuthorAgeFilesLines
* cpp-0.3.7frsyuki2009-08-191-1/+0
* rewrite msgpack::object::viafrsyuki2009-02-151-26/+22
* update pack/unpack routinesfrsyuki2009-02-151-1/+1
* C++: operator<< (std::ostream&, const object&): fix missing double supportfrsyuki2009-02-151-0/+4
* lang/c/msgpack: C++ binding: implemented msgpack::object >> packer<Stream>frsyuki2009-02-151-8/+3
* lang/c/msgpack: reimplemented C++ binding with template-based static resoluti...frsyuki2009-02-151-386/+97
* lang/c/msgpack: c-macro based templatefrsyuki2009-02-151-8/+8
* lang/c/msgpack: fixed cpp/Makefile.amfrsyuki2009-02-151-3/+3
* lang/c/msgpack: fix typesfrsyuki2009-02-151-9/+10
* lang/c/msgpack: added license notificationsfrsyuki2009-02-151-0/+17
* lang/c/msgpack: C++ binding: implemented built-in buffer.frsyuki2009-02-151-5/+5
* lang/c/msgpack: added C++ binding msgpack::packfrsyuki2009-02-151-1/+76
* lang/c/msgpack: update C++ codefrsyuki2009-02-151-0/+340