summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release msgpack-python 0.1.30.1.3Naoki INADA2010-04-291-8/+4
|
* Add download url.Naoki INADA2010-04-292-0/+6
|
* Add COPYING file to python package.Naoki INADA2010-04-291-0/+14
|
* msgpack/pack_template.h: don't evaluate undefined macrofrsyuki2010-04-291-26/+106
|
* pack_template.h: template_unsigned_long:frsyuki2010-04-291-2/+2
| | | | wrong size checking on !defined(SIZEOF_SHORT) && !defined(SHRT_MAX)"
* cpp: build libmsgpackc.so for backward compatibility.frsyuki2010-04-262-6/+24
|
* cpp: add test/{zone,pack_unpack,streaming,object,convert,buffer}.ccfrsyuki2010-04-2510-2/+576
|
* cpp: fixes msgpack_vc8.vcprojfrsyuki2010-04-251-9/+5
|
* cpp: fixes operator<<(packer<Stream>&, const object&)frsyuki2010-04-251-26/+2
|
* c,cpp: MSGPACK_OBJECT_NIL = 0x00frsyuki2010-04-252-16/+16
|
* cpp: msgpack_object_equalfrsyuki2010-04-255-59/+78
|
* cpp: combines libmsgpackc and libmsgpack into libmsgpackfrsyuki2010-04-251-20/+6
|
* cpp: object::object(const T& v, zone* z) 2frsyuki2010-04-258-54/+229
|
* cpp: fixes serialization of object::type == DOUBLEfrsyuki2010-04-251-6/+10
|
* cpp: explicit object(const T& v)frsyuki2010-04-252-5/+35
|
* cpp: MSGPACK_DEFINE defines T::msgpack_object(object*, zone*)frsyuki2010-04-2514-15/+90
|
* cpp: bool operator==(object& x, const T& y)frsyuki2010-04-253-0/+21
|
* cpp: object::object(const T& v, zone* z)frsyuki2010-04-2510-1/+152
|
* cpp: object::object(const T& v) and object::operator=(const T& v)frsyuki2010-04-255-53/+90
|
* ruby-0.3.9frsyuki2010-04-231-1/+1
|
* ruby: streaming deserializer testfrsyuki2010-04-231-4/+8
|
* ruby: fixese backward compatibility of streaming deserializerfrsyuki2010-04-232-8/+48
|
* ruby: 0.3.8frsyuki2010-04-224-4/+3
|
* reverts variable-length stack: avoids memory leakfrsyuki2010-04-224-16/+17
|
* ruby: fixes SEGV on MessagePack_Unpacker_eachfrsyuki2010-04-223-162/+137
|
* changed the src/test folderTaro L. Saito2010-04-201-3/+3
|
* add READMETaro L. Saito2010-04-191-0/+28
|
* removed unnecessary settingsTaro L. Saito2010-04-192-18/+10
|
* moved src and test codes to src/{main,test}/javaTaro L. Saito2010-04-1932-0/+0
|
* added pom.xmlTaro L. Saito2010-04-194-0/+150
|
* cpp: fixed small typo in configure.inKazuki Ohta2010-04-181-1/+1
|
* haskell bindingHideyuki Tanaka2010-04-1814-0/+1299
|
* java: add javadoc,javadoc-jar,pom,dist,mvn-install,mvn-deploy ANT tasks.Kazuki Ohta2010-04-182-4/+125
| | | | | Now maven2 repository for msgpack is created at the following URL. - http://msgpack.sourceforge.net/maven2/
* cpp: fixes windows compatibilityfrsyuki2010-04-187-29/+24
|
* cpp: add cpp/README.mdfrsyuki2010-04-181-0/+78
|
* Merge branch 'master' of github.com:msgpack/msgpackfrsyuki2010-04-183-31/+207
|\
| * java: add tests for array and mapKazuki Ohta2010-04-171-0/+69
| |
| * java: skip building jar file for the faster testingKazuki Ohta2010-04-172-21/+8
| |
| * java: add tests for float, double, nil, boolean, stringKazuki Ohta2010-04-171-10/+130
| |
* | c,cpp: reforms source treefrsyuki2010-04-1836-721/+159
| |
* | template_execute: fixes embed stackfrsyuki2010-04-172-7/+8
|/
* java: add TestPackUnpack for intKazuki Ohta2010-04-172-2/+58
|
* introduce JUnit framework for testing.Kazuki Ohta2010-04-173-17/+220
|
* ruby: set encoding to 'ASCII-8BIT' before deserializing on ruby-1.9frsyuki2010-04-171-0/+21
|
* ruby: add Symbol#to_msgpackfrsyuki2010-04-171-0/+11
|
* malloc/realloc the stack when its length becomes > MSGPACK_EMBED_STACK_SIZEfrsyuki2010-04-145-17/+103
|
* ruby: remove init_stack, adopt rb_gc_mark_maybefrsyuki2010-04-143-13/+20
|
* c: fixes comment in pack_template.hMasahiro Nakagawa2010-04-081-3/+3
|
* cpp: msgpack/pack.hpp: fixes headerfrsyuki2010-04-071-2/+2
|
* cpp: fixes argument type of pack_int* methodsMasahiro Nakagawa2010-04-071-9/+9
|