summaryrefslogtreecommitdiff
path: root/c/test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* c: test.cpp: add msgpack_sbuffer_destroy and msgpack_zone_destroyfrsyuki2009-08-261-2/+25
|
* C: more strict tests for float, doubleKazuki Ohta2009-08-261-6/+13
| | | | C++: more strict tests for float, double & enum, union member
* C: add test for mapKazuki Ohta2009-08-261-2/+45
| | | | C++: add tests for primitive types, stl types, user-defined type
* C: add more tests (float, double, nil, true, false, array, raw)Kazuki Ohta2009-08-261-2/+201
|
* c: fix bugs in c/test.cpp and add more testsKazuki Ohta2009-08-251-104/+131
|
* c: add sometests for serializationKazuki Ohta2009-08-251-14/+111
|
* fix buildKazuki Ohta2009-08-251-1/+1
|
* add c/test.cpp cpp/test.cppfrsyuki2009-08-251-0/+28