frsyuki
|
b10a736744
|
ruby: fixese backward compatibility of streaming deserializer
|
2010-04-23 18:13:36 +09:00 |
|
frsyuki
|
60fbaf7612
|
ruby: 0.3.8
|
2010-04-22 14:56:25 +09:00 |
|
frsyuki
|
d24193630e
|
reverts variable-length stack: avoids memory leak
|
2010-04-22 14:46:54 +09:00 |
|
frsyuki
|
354af69f62
|
ruby: fixes SEGV on MessagePack_Unpacker_each
|
2010-04-22 14:38:10 +09:00 |
|
Taro L. Saito
|
bccac610a4
|
changed the src/test folder
|
2010-04-20 00:05:26 +09:00 |
|
Taro L. Saito
|
5aa6209664
|
add README
|
2010-04-19 23:52:40 +09:00 |
|
Taro L. Saito
|
d693d92702
|
removed unnecessary settings
|
2010-04-19 23:34:18 +09:00 |
|
Taro L. Saito
|
f2622e54e3
|
moved src and test codes to src/{main,test}/java
|
2010-04-19 23:05:00 +09:00 |
|
Taro L. Saito
|
20fe9b6dde
|
added pom.xml
|
2010-04-19 22:39:53 +09:00 |
|
Kazuki Ohta
|
11f7aa4212
|
cpp: fixed small typo in configure.in
|
2010-04-18 15:11:50 +09:00 |
|
Hideyuki Tanaka
|
f53c351fd2
|
haskell binding
|
2010-04-18 02:17:49 +09:00 |
|
Kazuki Ohta
|
fb96617377
|
java: add javadoc,javadoc-jar,pom,dist,mvn-install,mvn-deploy ANT tasks.
Now maven2 repository for msgpack is created at the following URL.
- http://msgpack.sourceforge.net/maven2/
|
2010-04-18 01:18:40 +09:00 |
|
frsyuki
|
05b8c00ee7
|
cpp: fixes windows compatibility
|
2010-04-18 00:39:45 +09:00 |
|
frsyuki
|
58854fdae9
|
cpp: add cpp/README.md
|
2010-04-18 00:39:23 +09:00 |
|
frsyuki
|
fd31ff772f
|
Merge branch 'master' of github.com:msgpack/msgpack
|
2010-04-18 00:08:17 +09:00 |
|
frsyuki
|
ab8e0c9e31
|
c,cpp: reforms source tree
|
2010-04-18 00:08:03 +09:00 |
|
Kazuki Ohta
|
abeed3be84
|
java: add tests for array and map
|
2010-04-17 23:25:42 +09:00 |
|
Kazuki Ohta
|
a65438c6fe
|
java: skip building jar file for the faster testing
|
2010-04-17 22:53:56 +09:00 |
|
frsyuki
|
c3f43fb0cf
|
template_execute: fixes embed stack
|
2010-04-17 22:43:11 +09:00 |
|
Kazuki Ohta
|
2807504a81
|
java: add tests for float, double, nil, boolean, string
|
2010-04-17 22:10:41 +09:00 |
|
Kazuki Ohta
|
08b716c96d
|
java: add TestPackUnpack for int
|
2010-04-17 21:16:32 +09:00 |
|
Kazuki Ohta
|
b4b1f0a2c9
|
introduce JUnit framework for testing.
|
2010-04-17 20:17:43 +09:00 |
|
frsyuki
|
228f742b2f
|
ruby: set encoding to 'ASCII-8BIT' before deserializing on ruby-1.9
|
2010-04-17 20:02:47 +09:00 |
|
frsyuki
|
a55affe4d5
|
ruby: add Symbol#to_msgpack
|
2010-04-17 16:16:56 +09:00 |
|
frsyuki
|
a6ec726ed7
|
malloc/realloc the stack when its length becomes > MSGPACK_EMBED_STACK_SIZE
|
2010-04-14 21:11:31 +09:00 |
|
frsyuki
|
87835a4e60
|
ruby: remove init_stack, adopt rb_gc_mark_maybe
|
2010-04-14 21:08:06 +09:00 |
|
Masahiro Nakagawa
|
1f18af4395
|
c: fixes comment in pack_template.h
|
2010-04-08 23:01:19 +09:00 |
|
frsyuki
|
e79747a600
|
cpp: msgpack/pack.hpp: fixes header
|
2010-04-07 20:02:00 +09:00 |
|
Masahiro Nakagawa
|
bd36ac2c0c
|
cpp: fixes argument type of pack_int* methods
|
2010-04-07 19:54:14 +09:00 |
|
frsyuki
|
c6186f2c01
|
ruby: version 0.3.7
|
2010-04-06 17:59:34 +09:00 |
|
frsyuki
|
d639f57470
|
ruby: fixes Segmentation fault on MessagePack.unpack(nil)
|
2010-04-06 17:46:38 +09:00 |
|
Hideyuki TAKEI
|
99a2d28592
|
import MessagePack for PHP
|
2010-04-05 00:10:28 +09:00 |
|
frsyuki
|
254ee80c16
|
c: fixes msgpack_zbuffer_write: error checking
|
2010-04-04 22:11:16 +09:00 |
|
frsyuki
|
e43f57fe1a
|
c: fixes msgpack_zbuffer_flush: error checking
|
2010-04-04 22:06:27 +09:00 |
|
Masahiro Nakagawa
|
f88c029a4c
|
c: fixes msgpack_zbuffer_flush
|
2010-04-04 21:55:00 +09:00 |
|
frsyuki
|
93c3cbeaef
|
ruby fixes gemspec: require_paths = ["lib"]
|
2010-04-04 21:45:56 +09:00 |
|
frsyuki
|
88c77b793f
|
Merge branch 'master' of github.com:msgpack/msgpack
|
2010-04-04 21:40:19 +09:00 |
|
frsyuki
|
11286524a5
|
ruby: fixes 'File not found: lib' message on gem installation
|
2010-04-02 03:22:29 +09:00 |
|
frsyuki
|
7c863c341e
|
ruby: use gem-compile gem instead of some scripts to create binary gems
|
2010-04-02 02:19:41 +09:00 |
|
moaikids
|
3416cf984e
|
fix: org.msgpack.impl.UnpackerImpl.java CS_MAP_16 deserialize bug(line.388)
|
2010-04-01 23:15:36 +09:00 |
|
moaikids
|
1784746e7e
|
fix: CS_MAP_16 deserialize bug(line.388)
|
2010-04-01 23:13:56 +09:00 |
|
Keiji Muraishi
|
6c6df1adaf
|
should raise TypeError on find unsupported value
|
2010-03-31 17:29:07 +09:00 |
|
Keiji Muraishi
|
f91e1c17c0
|
fix typo in Makefile
|
2010-03-31 17:09:00 +09:00 |
|
frsyuki
|
58201b95f2
|
ruby: version 0.3.4
|
2010-03-31 13:46:28 +09:00 |
|
frsyuki
|
fcce8f6d51
|
ruby: use 'readpartial' instead of 'sysread' if !io.respond_to?(:sysread)
|
2010-03-31 12:00:26 +09:00 |
|
frsyuki
|
f7bdda8828
|
cpp: fixes pack_short(int) -> pack_short(short)
|
2010-03-29 21:18:01 +09:00 |
|
frsyuki
|
df5a60fd5b
|
ruby: append_buffer calls "<<" method if the buffer object.class != String
|
2010-03-26 15:16:13 +09:00 |
|
frsyuki
|
5782ab7ccc
|
c,cpp: add msgpack_zbuffer and msgpack::zbuffer
|
2010-03-26 14:33:49 +09:00 |
|
frsyuki
|
72e3f98213
|
cpp: alias pack(Stream* s, const T& v) -> pack(Stream& const T& v)
|
2010-03-26 14:30:50 +09:00 |
|
frsyuki
|
1b1433a664
|
ruby: copy the deserialized string if length <= RSTRING_EMBED_LEN_MAX
|
2010-03-26 14:29:49 +09:00 |
|