advect
|
bad69fd397
|
php: fiexed unpacker
|
2010-10-30 16:06:50 +09:00 |
|
Fuji, Goro
|
b4ae6bf82c
|
perl: disable warnings
|
2010-10-30 13:04:30 +09:00 |
|
Fuji, Goro
|
eac0f83864
|
perl: check data strictly; which is slow, but required
|
2010-10-30 12:38:32 +09:00 |
|
Fuji, Goro
|
3f16f080ac
|
perl: add failing tests for PP
|
2010-10-30 01:09:12 +09:00 |
|
Fuji, Goro
|
5de2b974fb
|
perl: ord(substr(...)) *is* faster than unpack()
|
2010-10-30 00:42:00 +09:00 |
|
Fuji, Goro
|
6a9cb51828
|
perl: modify internal names for the next refactoring
|
2010-10-30 00:31:41 +09:00 |
|
Fuji, Goro
|
f1c294ca50
|
perl: make error messages compatible with XS
|
2010-10-30 00:28:53 +09:00 |
|
Fuji, Goro
|
c320e44a23
|
perl: update Unpacker.pod
|
2010-10-28 17:26:04 +09:00 |
|
Fuji, Goro
|
ea36ef3107
|
perl: tests
|
2010-10-28 17:05:41 +09:00 |
|
Fuji, Goro
|
fedc37d079
|
Revert "perl: cleanup"
This reverts commit bc8d8ab65a0f0cecfa5af03b4c3b39a13da22a7b.
|
2010-10-28 16:31:19 +09:00 |
|
Fuji, Goro
|
86ccfcc03c
|
perl: changelogging
|
2010-10-28 16:25:19 +09:00 |
|
Fuji, Goro
|
bc8d8ab65a
|
Revert "Revert "perl: cleanup""
This reverts commit a7a23d3bc8bb7a5c156becb3b8a43e296986f42e.
|
2010-10-28 16:17:53 +09:00 |
|
Fuji, Goro
|
a7a23d3bc8
|
Revert "perl: cleanup"
This reverts commit 82d33944e6f0ee1f98791e41feb06d0d665abfb6.
|
2010-10-28 16:16:12 +09:00 |
|
Fuji, Goro
|
82d33944e6
|
perl: cleanup
|
2010-10-28 16:08:20 +09:00 |
|
Fuji, Goro
|
8a629ad6fb
|
Fix streaming unpacking for splitted packed data
|
2010-10-28 15:49:22 +09:00 |
|
INADA Naoki
|
e1711ffcf2
|
Add list_hook option to unpacker.
|
2010-10-26 02:09:52 +09:00 |
|
INADA Naoki
|
063d51c662
|
Add check for recursion limit and default hook result.
|
2010-10-26 01:49:00 +09:00 |
|
INADA Naoki
|
d8e3575a46
|
Remove unnecessary refcount manipulation.
|
2010-10-26 01:32:08 +09:00 |
|
INADA Naoki
|
6fa609be3f
|
Add test for Python3.
|
2010-10-26 01:31:27 +09:00 |
|
INADA Naoki
|
70982e204c
|
Add object_hook option to unpack and default option to pack.
(see simplejson for how to use).
|
2010-10-26 01:26:06 +09:00 |
|
frsyuki
|
2af7df5865
|
java: fixes MessagePack.unpack method
|
2010-10-25 14:49:14 +09:00 |
|
frsyuki
|
59610e81de
|
java: DynamicCodeGen::insertCodeOfUnpackMethodBody unpacks last optional field of classes correctly
|
2010-10-25 14:18:41 +09:00 |
|
Muga Nishizawa
|
cdfac703ef
|
java: merge CustomMessage.java and DynamicCodeGenBase.java that can be not merged automatically
|
2010-10-24 23:24:27 +09:00 |
|
Muga Nishizawa
|
ad5ebd007e
|
java: refactor org.msgpack.util.codegen.*.java
|
2010-10-24 23:10:07 +09:00 |
|
frsyuki
|
1bd347d997
|
java: fixes CustomMessage class
|
2010-10-24 21:17:19 +09:00 |
|
frsyuki
|
147056073d
|
java: improves test case of the MessagePack class
|
2010-10-24 21:04:31 +09:00 |
|
frsyuki
|
1b3231e617
|
java: improves test case of the MessagePack class
|
2010-10-24 20:59:19 +09:00 |
|
frsyuki
|
7ac4ad3e38
|
java: adds MessagePack.register methods
|
2010-10-24 20:46:22 +09:00 |
|
frsyuki
|
0a345cb12b
|
java: fixes CollectionTemplate
|
2010-10-24 20:16:37 +09:00 |
|
frsyuki
|
19ff0dd17f
|
java: fixes ListTemplate and MapTemplate
|
2010-10-24 20:11:39 +09:00 |
|
frsyuki
|
e3bf8a404b
|
java: adds MessagePack class
|
2010-10-24 19:32:45 +09:00 |
|
frsyuki
|
dbb28d9a8f
|
java: Template extends MessagePacker
|
2010-10-24 18:46:48 +09:00 |
|
frsyuki
|
19fd4e755c
|
java: removes ReflectionPacker and ReflectionTemplate (replaced by DynamicCodeGen)
|
2010-10-24 18:45:58 +09:00 |
|
Muga Nishizawa
|
77698cd924
|
java: change modifiers specified by several methods
|
2010-10-24 00:59:14 +09:00 |
|
Muga Nishizawa
|
945d279f28
|
java: fix a bug within a code of DynamicCodeGenBase.java
|
2010-10-24 00:40:58 +09:00 |
|
Muga Nishizawa
|
645d296841
|
java: add test programs for org.msgpack.util.codegen.FieldOption.java
|
2010-10-23 23:13:54 +09:00 |
|
Muga Nishizawa
|
57446de875
|
java: refactor org.msgpack.util.codegen.*.java
|
2010-10-23 23:13:17 +09:00 |
|
Muga Nishizawa
|
3473800ab6
|
java: not use a putIfAbsent method in ConcurrentHashMap class
|
2010-10-23 23:11:52 +09:00 |
|
Muga Nishizawa
|
7e5c5153a8
|
java: edit copyright notions in org.msgpack.annotation.*.java and org.msgpack.util.codegen.*.java
|
2010-10-23 14:50:32 +09:00 |
|
Muga Nishizawa
|
1b8979f285
|
java: refactor org.msgpack.util.codegen.*.java
|
2010-10-23 14:39:01 +09:00 |
|
Muga Nishizawa
|
2aac51dd20
|
java: append getter methods for element templates in org.msgpack.template.ListTemplate.java, MapTemplate.java and OptionalTemplate.java
|
2010-10-23 14:37:24 +09:00 |
|
Muga Nishizawa
|
69e32d264c
|
java: write test programs for OptionalTemplate.java
|
2010-10-22 23:23:53 +09:00 |
|
frsyuki
|
71ae75a5bf
|
java: adds OptionalPacker
|
2010-10-22 16:18:07 +09:00 |
|
frsyuki
|
86043fd87e
|
java: adds OptionalTemplate
|
2010-10-22 08:31:03 +09:00 |
|
Fuji, Goro
|
d8aaef4f04
|
perl: tests
|
2010-10-21 23:35:07 +09:00 |
|
Fuji, Goro
|
7fc34b6369
|
perl: tweaks
|
2010-10-21 23:27:26 +09:00 |
|
Fuji, Goro
|
92b346efa7
|
perl: clean up
|
2010-10-21 23:26:03 +09:00 |
|
Muga Nishizawa
|
c790735b9f
|
java: add test programs for org.msgpack.util.codegen.*.java
|
2010-10-21 02:02:23 +09:00 |
|
Muga Nishizawa
|
64711e615e
|
java: write test programs for org.msgpack.util.codegen.*.java
|
2010-10-20 21:04:37 +09:00 |
|
frsyuki
|
2065affd45
|
java: adds CollectionTemplate
|
2010-10-20 16:40:25 +09:00 |
|