summaryrefslogtreecommitdiff
path: root/cpp/test.cpp
Commit message (Expand)AuthorAgeFilesLines
* cpp: add tests for stream unpacker apiKazuki Ohta2009-09-121-0/+120
* c++: add vrefbuffer testKazuki Ohta2009-09-041-0/+106
* cpp: test.cpp: fixes EXPECT_EQ rulefrsyuki2009-08-261-18/+18
* C: more strict tests for float, doubleKazuki Ohta2009-08-261-9/+132
* C: add test for mapKazuki Ohta2009-08-261-11/+430
* add c/test.cpp cpp/test.cppfrsyuki2009-08-251-190/+13
* C++ binding: efficient serializing interfacefrsyuki2009-02-151-1/+3
* lang/c/msgpack: C++ binding: pack()frsyuki2009-02-151-2/+2
* lang/c/msgpack: C++ binding: safer memory managentfrsyuki2009-02-151-8/+8
* lang/c/msgpack: reimplemented C++ binding with template-based static resoluti...frsyuki2009-02-151-82/+66
* lang/c/msgpack: fix typesfrsyuki2009-02-151-3/+3
* lang/c/msgpack: C++ binding: changed calback function of packer from Stream& ...frsyuki2009-02-151-2/+3
* lang/c/msgpack: added license notificationsfrsyuki2009-02-151-2/+3
* lang/c/msgpack: C++ binding: support non-MessagePack message that follows aft...frsyuki2009-02-151-2/+15
* lang/c/msgpack: C++ binding: implemented built-in buffer.frsyuki2009-02-151-4/+77
* lang/c/msgpack: added C++ binding msgpack::packfrsyuki2009-02-151-69/+86
* lang/c/msgpack: added C++ bindingfrsyuki2009-02-151-0/+110