summaryrefslogtreecommitdiff
path: root/c
Commit message (Expand)AuthorAgeFilesLines
* c,cpp: fix unpackerfrsyuki2009-12-161-1/+1
* add msgpack/sysdep.hfrsyuki2009-12-102-26/+9
* msgpack template: architecture specific endian conversionfrsyuki2009-12-106-19/+49
* 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: add test for mapKazuki Ohta2009-08-261-2/+45
* 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-252-0/+36
* perl packagefrsyuki2009-06-241-0/+1
* add msgpack_vrefbuffer, msgpack::vrefbufferfrsyuki2009-06-075-4/+243
* zone::push_finalizer reverts memory allocation on exceptionfrsyuki2009-03-012-37/+54
* msgpack_zone: sizeof(int) bytes alignmentfrsyuki2009-03-012-18/+27
* fix msgpack_unpacker_expand_bufferfrsyuki2009-03-011-2/+2
* msgpack_zone_clear, msgpack::zone::clearfrsyuki2009-03-014-1/+40
* fix unpackerfrsyuki2009-03-012-45/+44
* fix msgpack_sbuffer_releasefrsyuki2009-03-011-2/+2
* c: msgpack_sbuffer; cpp: msgpack::sbufferfrsyuki2009-03-011-10/+27
* add msgpack_unpacker_message_sizefrsyuki2009-02-261-1/+9
* remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_sizefrsyuki2009-02-262-10/+16
* c: msgpack_unpacker_buffered_size; c++: unpacker::buffered_sizefrsyuki2009-02-251-0/+6
* c: msgpack_pack_objectfrsyuki2009-02-242-0/+72
* c and c++: rewritten and integratedfrsyuki2009-02-2214-426/+741
* rewrite msgpack::object::viafrsyuki2009-02-154-49/+67
* fix c/configure.infrsyuki2009-02-151-1/+1
* update pack/unpack routinesfrsyuki2009-02-158-90/+89
* c binding: add msgpack_sbufferfrsyuki2009-02-151-0/+68
* c binding: add msgpack_object and msgpack_zonefrsyuki2009-02-154-0/+394
* integrate machine-dependent integer serialization routine to msgpack/pack_tem...frsyuki2009-02-152-0/+10
* c, c++ binding: catch up with ruby bindingfrsyuki2009-02-151-0/+2
* {c,cpp}/bootstrap: improve compatibilityfrsyuki2009-02-151-1/+1
* lang/c/msgpack: divide pack_raw() into pack_raw() and pack_raw_body()frsyuki2009-02-152-3/+4
* lang/c/msgpack: fix compile optimization flagfrsyuki2009-02-151-1/+6
* lang/c/msgpack: reimplemented C++ binding with template-based static resoluti...frsyuki2009-02-151-4/+4
* lang/c/msgpack: c-macro based templatefrsyuki2009-02-1511-565/+204
* lang/c/msgpack: fixed packaging problemfrsyuki2009-02-154-4/+4
* lang/c/msgpack: fix typesfrsyuki2009-02-154-5/+3
* lang/c/msgpack: added license notificationsfrsyuki2009-02-159-2/+94
* lang/c/msgpack: autotoolizedfrsyuki2009-02-158-17/+29
* lang/c/msgpack: removed string typefrsyuki2009-02-154-14/+6
* lang/c/msgpack: added C++ binding msgpack::packfrsyuki2009-02-151-1/+2
* lang/c/msgpack: reverted c/bench.cfrsyuki2009-02-151-5/+3
* lang/c/msgpack: update C++ codefrsyuki2009-02-151-3/+5
* lang/c/msgpack: added Messagepack, a binary-based efficient data interchange ...frsyuki2009-02-1511-0/+1004