summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make new Python release.0.1.2inada-n2009-12-162-2/+2
|
* Fix bug come from previous commitinada-n2009-12-161-1/+2
|
* Fix stream unpacker broken.inada-n2009-12-161-1/+11
|
* c,cpp: fix unpackerfrsyuki2009-12-161-1/+1
|
* cpp: zone::push_finalizer supports std::auto_ptr<T>frsyuki2009-12-161-0/+13
|
* ruby: version 0.3.2frsyuki2009-12-113-4/+5
|
* add msgpack/sysdep.hfrsyuki2009-12-109-65/+143
|
* msgpack template: macros for compilers that doesn't not support Case Rangesfrsyuki2009-12-101-9/+26
|
* msgpack template: architecture specific endian conversionfrsyuki2009-12-1012-219/+154
|
* ruby: fixes MessagePack_Unpacker_mark marks uninitialized map_keyfrsyuki2009-12-101-1/+12
|
* import MessagePack for Java implementation plan 3frsyuki2009-11-2639-1/+4175
|
* import MessagePack for Java implementation plan 2frsyuki2009-11-1248-0/+3676
|
* Fix MakefileNaoki INADA2009-11-051-3/+2
|
* Fix to use MANIEFST.in.Naoki INADA2009-11-052-9/+2
|
* java: fix streaming de/serializerfrsyuki2009-10-252-7/+90
|
* import MessagePack for Java implementation plan 1frsyuki2009-10-255-0/+712
|
* - generate README automaticallyTokuhiro Matsuno2009-10-222-0/+7
| | | | - added LICENSE term
* cpp: add missing type::tuple::tuple(object o)frsyuki2009-10-091-0/+2
|
* cpp: preprocess.sh: more verbosefrsyuki2009-10-051-2/+8
|
* cpp: add tests for stream unpacker apiKazuki Ohta2009-09-121-0/+120
|
* cpp: version 0.3.8frsyuki2009-09-101-1/+1
|
* cpp: define, type::tuple: GENERATION_LIMIT = 31frsyuki2009-09-102-2/+2
|
* c++: add vrefbuffer testKazuki Ohta2009-09-041-0/+106
|
* cpp: test.cpp: fixes EXPECT_EQ rulefrsyuki2009-08-261-18/+18
|
* c: test.cpp: add msgpack_sbuffer_destroy and msgpack_zone_destroyfrsyuki2009-08-261-2/+25
|
* C: more strict tests for float, doubleKazuki Ohta2009-08-262-15/+145
| | | | C++: more strict tests for float, double & enum, union member
* C: add test for mapKazuki Ohta2009-08-262-13/+475
| | | | 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-252-4/+4
|
* add c/test.cpp cpp/test.cppfrsyuki2009-08-254-190/+57
|
* fix cpp/preprocess.shfrsyuki2009-08-251-1/+1
|
* cpp: add missing preprocess.sh filefrsyuki2009-08-191-0/+11
|
* cpp: preprocess eruby templates on ./bootstrap; released package doesn't ↵frsyuki2009-08-195-38/+2
| | | | require erb
* cpp-0.3.7frsyuki2009-08-192-2/+1
|
* cpp: fix overflow check for minimum number of signed integer typefrsyuki2009-08-191-1/+1
|
* c++: fix object >> std::stringfrsyuki2009-08-104-6/+3
|
* c++: fix type.hppfrsyuki2009-08-102-0/+2
|
* c++: rebuild type/*.hppfrsyuki2009-08-1011-37/+177
|
* c++: add std::pair and std::set serializerfrsyuki2009-08-104-0/+111
|
* c++: fix Makefile.amfrsyuki2009-08-101-1/+1
|
* 0.3.5frsyuki2009-08-071-1/+1
|
* cpp: fix msgpack::type::make_define()frsyuki2009-08-071-4/+1
|
* cpp: add missing msgpack::type::make_tuple()frsyuki2009-08-071-14/+12
|
* fix Makefile.amfrsyuki2009-08-072-5/+7
|
* addfrsyuki2009-08-071-0/+58
|
* cpp: msgpack::define is obsoletefrsyuki2009-08-062-1/+1
|
* cpp: add msgpack::type::definefrsyuki2009-08-064-2/+110
|
* fix missing tuple<>::value_typefrsyuki2009-08-061-0/+1
|