Commit Graph

  • e9d44b90bc java: adds FieldList class frsyuki 2010-11-09 22:11:47 +09:00
  • 8a7a391166 java: delete ByteBufferTemplate.java in org.msgpack.util.codegen package Muga Nishizawa 2010-11-09 10:13:55 +09:00
  • d6c5a9eece delete a dead code within DynamicCodeGen.java Muga Nishizawa 2010-11-09 09:57:23 +09:00
  • 56ad6915d0 Merge branch 'master' of git@github.com:msgpack/msgpack Muga Nishizawa 2010-11-09 09:28:38 +09:00
  • 466c260782 java: version 0.4.2-devel frsyuki 2010-11-09 03:16:00 +09:00
  • d8e2d1725a java: MessagePack.unpack(InputStream) throws IOException frsyuki 2010-11-09 02:57:49 +09:00
  • 33b43d03ac java: adds MessagePackNullable annotation frsyuki 2010-11-09 02:46:23 +09:00
  • 517509db6e java: adds NullableTemplate 2 frsyuki 2010-11-09 02:07:53 +09:00
  • 95f01a5976 java: adds MessagePackObject.unpack(Class<T> klass) frsyuki 2010-11-09 02:07:50 +09:00
  • d08d3bf56d java: adds NullableTemplate frsyuki 2010-11-09 01:07:25 +09:00
  • 587fd669e8 java: adds ByteBufferTemplate frsyuki 2010-11-08 23:20:27 +09:00
  • e3553b87fe java: move ByteBufferTemplate.java to org.msgpack.util.codegen package Muga Nishizawa 2010-11-06 11:31:40 +09:00
  • a078d2360c java: add temporal implementation of ByteBufferTemplate.java Muga Nishizawa 2010-11-06 00:59:32 +09:00
  • 2d3abf8e6e java: version 0.4.1-devel frsyuki 2010-11-05 19:21:27 +09:00
  • cacae0fb7d java: refactor DynamicCodeGen.java and Constants.java. Thanks frsyuki for fixing a bug in DynamicCodeGen.java Muga Nishizawa 2010-11-04 02:00:34 +09:00
  • d7fc215c16 python: 0.1.7 INADA Naoki 2010-11-03 03:43:49 +09:00
  • bb69aa18f2 python: Add ws2_32 library if platform is win32. INADA Naoki 2010-11-03 03:35:52 +09:00
  • e4f515166a python: Add ChangeLog.rst INADA Naoki 2010-11-03 03:26:33 +09:00
  • f325acb0ea Merge branch 'master' of github.com:msgpack/msgpack INADA Naoki 2010-11-03 03:19:28 +09:00
  • d1b6e65dd8 python: Port some tests from 2 to 3. INADA Naoki 2010-11-03 03:15:12 +09:00
  • 4688252bd4 python: Support old buffer protocol when unpack. (experimental) INADA Naoki 2010-11-03 03:11:00 +09:00
  • b1df5d3ad7 python: Add test for unpacking buffer object. INADA Naoki 2010-11-02 14:09:50 +09:00
  • 09bad2938e python: Add msgpack/_msgpack.c to .gitignore INADA Naoki 2010-11-02 14:02:10 +09:00
  • bad69fd397 php: fiexed unpacker advect 2010-10-30 16:06:50 +09:00
  • b4ae6bf82c perl: disable warnings Fuji, Goro 2010-10-30 13:04:30 +09:00
  • eac0f83864 perl: check data strictly; which is slow, but required Fuji, Goro 2010-10-30 12:38:32 +09:00
  • 3f16f080ac perl: add failing tests for PP Fuji, Goro 2010-10-30 01:09:12 +09:00
  • 5de2b974fb perl: ord(substr(...)) *is* faster than unpack() Fuji, Goro 2010-10-30 00:42:00 +09:00
  • 6a9cb51828 perl: modify internal names for the next refactoring Fuji, Goro 2010-10-30 00:31:41 +09:00
  • f1c294ca50 perl: make error messages compatible with XS Fuji, Goro 2010-10-30 00:28:53 +09:00
  • c320e44a23 perl: update Unpacker.pod Fuji, Goro 2010-10-28 17:26:04 +09:00
  • ea36ef3107 perl: tests Fuji, Goro 2010-10-28 17:05:41 +09:00
  • fedc37d079 Revert "perl: cleanup" Fuji, Goro 2010-10-28 16:31:19 +09:00
  • 86ccfcc03c perl: changelogging Fuji, Goro 2010-10-28 16:25:19 +09:00
  • bc8d8ab65a Revert "Revert "perl: cleanup"" Fuji, Goro 2010-10-28 16:17:53 +09:00
  • a7a23d3bc8 Revert "perl: cleanup" Fuji, Goro 2010-10-28 16:16:12 +09:00
  • 82d33944e6 perl: cleanup Fuji, Goro 2010-10-28 16:08:20 +09:00
  • 8a629ad6fb Fix streaming unpacking for splitted packed data Fuji, Goro 2010-10-28 15:48:28 +09:00
  • e1711ffcf2 Add list_hook option to unpacker. INADA Naoki 2010-10-26 02:09:52 +09:00
  • 063d51c662 Add check for recursion limit and default hook result. INADA Naoki 2010-10-26 01:49:00 +09:00
  • d8e3575a46 Remove unnecessary refcount manipulation. INADA Naoki 2010-10-26 01:32:08 +09:00
  • 6fa609be3f Add test for Python3. INADA Naoki 2010-10-26 01:31:27 +09:00
  • 70982e204c Add object_hook option to unpack and default option to pack. (see simplejson for how to use). INADA Naoki 2010-10-26 01:26:06 +09:00
  • 2af7df5865 java: fixes MessagePack.unpack method frsyuki 2010-10-25 14:49:14 +09:00
  • 59610e81de java: DynamicCodeGen::insertCodeOfUnpackMethodBody unpacks last optional field of classes correctly frsyuki 2010-10-25 14:18:41 +09:00
  • cdfac703ef java: merge CustomMessage.java and DynamicCodeGenBase.java that can be not merged automatically Muga Nishizawa 2010-10-24 23:24:27 +09:00
  • ad5ebd007e java: refactor org.msgpack.util.codegen.*.java Muga Nishizawa 2010-10-24 23:10:07 +09:00
  • 1bd347d997 java: fixes CustomMessage class frsyuki 2010-10-24 21:17:19 +09:00
  • 147056073d java: improves test case of the MessagePack class frsyuki 2010-10-24 21:04:31 +09:00
  • 1b3231e617 java: improves test case of the MessagePack class frsyuki 2010-10-24 20:59:19 +09:00
  • 7ac4ad3e38 java: adds MessagePack.register methods frsyuki 2010-10-24 20:46:22 +09:00
  • 0a345cb12b java: fixes CollectionTemplate frsyuki 2010-10-24 20:16:37 +09:00
  • 19ff0dd17f java: fixes ListTemplate and MapTemplate frsyuki 2010-10-24 20:11:39 +09:00
  • e3bf8a404b java: adds MessagePack class frsyuki 2010-10-24 19:32:45 +09:00
  • dbb28d9a8f java: Template extends MessagePacker frsyuki 2010-10-24 18:46:48 +09:00
  • 19fd4e755c java: removes ReflectionPacker and ReflectionTemplate (replaced by DynamicCodeGen) frsyuki 2010-10-24 18:45:58 +09:00
  • 77698cd924 java: change modifiers specified by several methods Muga Nishizawa 2010-10-24 00:59:14 +09:00
  • 945d279f28 java: fix a bug within a code of DynamicCodeGenBase.java Muga Nishizawa 2010-10-24 00:40:58 +09:00
  • 645d296841 java: add test programs for org.msgpack.util.codegen.FieldOption.java Muga Nishizawa 2010-10-23 23:13:54 +09:00
  • 57446de875 java: refactor org.msgpack.util.codegen.*.java Muga Nishizawa 2010-10-23 23:13:17 +09:00
  • 3473800ab6 java: not use a putIfAbsent method in ConcurrentHashMap class Muga Nishizawa 2010-10-23 23:11:52 +09:00
  • 7e5c5153a8 java: edit copyright notions in org.msgpack.annotation.*.java and org.msgpack.util.codegen.*.java Muga Nishizawa 2010-10-23 14:50:32 +09:00
  • 1b8979f285 java: refactor org.msgpack.util.codegen.*.java Muga Nishizawa 2010-10-23 14:39:01 +09:00
  • 2aac51dd20 java: append getter methods for element templates in org.msgpack.template.ListTemplate.java, MapTemplate.java and OptionalTemplate.java Muga Nishizawa 2010-10-23 14:37:24 +09:00
  • 69e32d264c java: write test programs for OptionalTemplate.java Muga Nishizawa 2010-10-22 23:23:53 +09:00
  • 71ae75a5bf java: adds OptionalPacker frsyuki 2010-10-22 16:18:07 +09:00
  • 86043fd87e java: adds OptionalTemplate frsyuki 2010-10-22 08:31:03 +09:00
  • d8aaef4f04 perl: tests Fuji, Goro 2010-10-21 23:35:07 +09:00
  • 7fc34b6369 perl: tweaks Fuji, Goro 2010-10-21 23:27:26 +09:00
  • 92b346efa7 perl: clean up Fuji, Goro 2010-10-21 23:26:03 +09:00
  • c790735b9f java: add test programs for org.msgpack.util.codegen.*.java Muga Nishizawa 2010-10-21 02:02:23 +09:00
  • 64711e615e java: write test programs for org.msgpack.util.codegen.*.java Muga Nishizawa 2010-10-20 21:04:37 +09:00
  • 2065affd45 java: adds CollectionTemplate frsyuki 2010-10-20 16:40:25 +09:00
  • 4067c56b5d java: supports Collection<T> to pack frsyuki 2010-10-20 16:32:01 +09:00
  • 65515638aa perl: oops! added settings for shipit tokuhirom 2010-10-19 13:45:44 +09:00
  • 371ba3ffe3 Checking in changes prior to tagging of version 0.34. tokuhirom 2010-10-18 19:30:08 +09:00
  • 5395b62f2f shorter code, fix comment Kazuho Oku 2010-10-18 19:26:24 +09:00
  • 3e164eab26 do not use the corrupt my_snprintf(%ll[du]) on win32 Kazuho Oku 2010-10-18 19:22:28 +09:00
  • ad85533975 java: add a log4j.properties file for unit testing Muga Nishizawa 2010-10-17 19:23:42 +09:00
  • d6c2a97931 java: write test programs for org.msgpack.packer.*.java Muga Nishizawa 2010-10-17 18:57:00 +09:00
  • 17def94ba4 java: describe test programs for org.msgpack.template.*.java Muga Nishizawa 2010-10-17 18:24:08 +09:00
  • cf254ea240 Merge branch 'master' of git@github.com:msgpack/msgpack Muga Nishizawa 2010-10-17 14:37:35 +09:00
  • 2d05110239 java: refactor DynamicCodeGenBase.java Muga Nishizawa 2010-10-17 14:37:13 +09:00
  • 0017f4fce8 Checking in changes prior to tagging of version 0.33. Fuji, Goro 2010-10-13 12:46:41 +09:00
  • 02f3dd947a perl: optimize PP Fuji, Goro 2010-10-13 12:46:11 +09:00
  • ef0874feba perl: tweaks for PreferInteger Fuji, Goro 2010-10-13 11:02:57 +09:00
  • 14aa1420f0 perl: comments Fuji, Goro 2010-10-13 10:54:37 +09:00
  • c506cd97e0 perl: tests Fuji, Goro 2010-10-13 10:43:56 +09:00
  • 3761aacb1d perl: cleanup PP Fuji, Goro 2010-10-13 10:14:31 +09:00
  • 233f13aac5 perl: add tests for unpacking 'float' Fuji, Goro 2010-10-13 10:03:56 +09:00
  • 0ced3ec2d2 perl: fix tests Fuji, Goro 2010-10-13 09:38:40 +09:00
  • 5b786f65a4 Checking in changes prior to tagging of version 0.32. Fuji, Goro 2010-10-12 23:12:34 +09:00
  • 770542c8c7 perl: add tests Fuji, Goro 2010-10-12 23:10:59 +09:00
  • 4f1207a38c perl: add a strong assertion Fuji, Goro 2010-10-12 23:05:58 +09:00
  • 2b65f81e23 Add tests Fuji, Goro 2010-10-12 22:58:53 +09:00
  • c10eb2c17b java: add the code for checking a null pointer to DynamicCodeGen.java Muga Nishizawa 2010-10-11 01:30:42 +09:00
  • 3f5ac54bf5 java: refactor the programs in a org.msgpack.util.codegen package Muga Nishizawa 2010-10-09 21:53:49 +09:00
  • 790f9409b1 Merge branch 'master' of git@github.com:msgpack/msgpack Muga Nishizawa 2010-10-07 23:53:22 +09:00
  • a3d831b723 java: refactor DynamicCodeGen.java Muga Nishizawa 2010-10-07 23:53:01 +09:00
  • b9483deea3 Checking in changes prior to tagging of version 0.31. Fuji, Goro 2010-10-07 17:06:45 +09:00