Fuji, Goro
|
233f13aac5
|
perl: add tests for unpacking 'float'
|
2010-10-13 10:03:56 +09:00 |
|
Fuji, Goro
|
0ced3ec2d2
|
perl: fix tests
|
2010-10-13 09:38:40 +09:00 |
|
Fuji, Goro
|
5b786f65a4
|
Checking in changes prior to tagging of version 0.32.
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 6e07966..4657079 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,4 +1,8 @@
+0.32
+
+ - add tests to detect Alpha problems reported via CPAN testers (gfx)
+
0.31
- update Module::Install::XSUtil for ccache support (gfx)
|
2010-10-12 23:12:34 +09:00 |
|
Fuji, Goro
|
770542c8c7
|
perl: add tests
|
2010-10-12 23:10:59 +09:00 |
|
Fuji, Goro
|
4f1207a38c
|
perl: add a strong assertion
|
2010-10-12 23:05:58 +09:00 |
|
Fuji, Goro
|
2b65f81e23
|
Add tests
|
2010-10-12 22:58:53 +09:00 |
|
Muga Nishizawa
|
c10eb2c17b
|
java: add the code for checking a null pointer to DynamicCodeGen.java
|
2010-10-11 01:30:42 +09:00 |
|
Muga Nishizawa
|
3f5ac54bf5
|
java: refactor the programs in a org.msgpack.util.codegen package
|
2010-10-09 21:53:49 +09:00 |
|
Muga Nishizawa
|
790f9409b1
|
Merge branch 'master' of git@github.com:msgpack/msgpack
|
2010-10-07 23:53:22 +09:00 |
|
Muga Nishizawa
|
a3d831b723
|
java: refactor DynamicCodeGen.java
|
2010-10-07 23:53:01 +09:00 |
|
Fuji, Goro
|
b9483deea3
|
Checking in changes prior to tagging of version 0.31.
Changelog diff is:
|
2010-10-07 17:06:45 +09:00 |
|
Fuji, Goro
|
c211d2ac45
|
Merge commit 'perl-0.30'
|
2010-10-07 17:05:37 +09:00 |
|
Fuji, Goro
|
119a03dd5f
|
perl: changelogging
|
2010-10-07 16:56:36 +09:00 |
|
Fuji, Goro
|
f3fbb7e1f6
|
perl: Update Makefile.PL using M::I::XSUtil 0.36 (support for ccache)
|
2010-10-07 16:54:49 +09:00 |
|
Fuji, Goro
|
2be98e8467
|
perl: changelogging
|
2010-10-07 16:18:47 +09:00 |
|
Fuji, Goro
|
91b1806e9d
|
perl: add XS_VERSION_BOOTCHECK for safety
|
2010-10-07 16:16:59 +09:00 |
|
Fuji, Goro
|
8548b3645a
|
perl: cleanup
|
2010-10-07 16:13:56 +09:00 |
|
Muga Nishizawa
|
4bbfb3f9a3
|
java: refactor DynamicCodeGen.java
|
2010-10-07 15:27:11 +09:00 |
|
Muga Nishizawa
|
98eec72522
|
Merge branch 'master' of git@github.com:msgpack/msgpack
|
2010-10-07 13:01:33 +09:00 |
|
Muga Nishizawa
|
562d50df4d
|
java: refactor several programs in a org.msgpack.util.codegen package
|
2010-10-07 13:01:06 +09:00 |
|
frsyuki
|
f3ee5ab372
|
cpp: fixes ./bootstrap to surely run ./preprocess
|
2010-10-07 06:28:12 +09:00 |
|
INADA Naoki
|
aa2a3e5b07
|
Add unicode testcase for Python2.
|
2010-10-07 03:07:52 +09:00 |
|
INADA Naoki
|
8467307239
|
Fix testcase for unicode.
|
2010-10-07 03:04:00 +09:00 |
|
INADA Naoki
|
90da951a6f
|
Use PyUnicode_AsUTF8String() instead of o.encode('utf-8').
|
2010-10-07 03:02:02 +09:00 |
|
tokuhirom
|
59f81b331c
|
Checking in changes prior to tagging of version 0.30.
Changelog diff is:
|
2010-10-06 18:00:00 +09:00 |
|
Fuji, Goro
|
77a7d3d26a
|
perl: Fix utf8 mode not to be reseted by $unpacker->reset method
|
2010-10-06 17:52:32 +09:00 |
|
tokuhirom
|
4321b80999
|
Checking in changes prior to tagging of version 0.29.
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index b506234..333a824 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.29
+
+ - add $unpacker->utf8 mode, decoding strings as UTF-8.
+
0.28
- added more tests(gfx)
|
2010-10-06 12:29:31 +09:00 |
|
tokuhirom
|
4b93b06323
|
perl: regenerated README file
|
2010-10-06 12:27:41 +09:00 |
|
tokuhirom
|
96fb2e4b7c
|
Merge branch 'perl-utf8-mode' of github.com:msgpack/msgpack
|
2010-10-06 12:24:36 +09:00 |
|
Muga Nishizawa
|
3dc1048dfb
|
Merge branch 'master' of git@github.com:msgpack/msgpack
|
2010-10-05 20:47:41 +09:00 |
|
Muga Nishizawa
|
28f4bd5a67
|
java: edit test programs for org.msgpack.util.codegen.*
|
2010-10-05 20:47:03 +09:00 |
|
Muga Nishizawa
|
b01c270889
|
java: refactor the programs in a org.msgpack.util.codegen package
|
2010-10-05 20:45:51 +09:00 |
|
Fuji, Goro
|
7c92f8a90b
|
perl: improve docs
|
2010-10-05 17:47:27 +09:00 |
|
Fuji, Goro
|
a4a04872a3
|
perl: add $unpacker->utf8 mode, decoding strings as UTF-8.
|
2010-10-05 17:10:10 +09:00 |
|
Fuji, Goro
|
f2d13cd647
|
perl: make test code more simple
|
2010-10-05 15:58:49 +09:00 |
|
Fuji, Goro
|
9346908485
|
perl: remove tricky hacks
|
2010-10-05 15:55:38 +09:00 |
|
Fuji, Goro
|
b3a7ba14f7
|
Merge branch 'master' of github.com:msgpack/msgpack
|
2010-10-05 15:53:57 +09:00 |
|
frsyuki
|
524ef9553c
|
Merge branch 'master' of http://github.com/advect/msgpack into advect-master
|
2010-10-03 16:55:59 +09:00 |
|
Muga Nishizawa
|
a85f6e72fe
|
java: edit DynamicCodeGen.java
|
2010-10-03 02:09:01 +09:00 |
|
Muga Nishizawa
|
1ae6a41336
|
java: edit BasicConstants.java in org.msgpack.util.codegen
|
2010-10-02 23:37:08 +09:00 |
|
Muga Nishizawa
|
3ec55791c6
|
java: refactor DynamicCodeGen.java
|
2010-10-02 22:12:40 +09:00 |
|
Muga Nishizawa
|
a3accd28ea
|
java: insert logging codes into CustomConverter.java, CustomPacker.java, CustomUnpacker.java and util.codegen programs
|
2010-10-02 21:28:21 +09:00 |
|
Muga Nishizawa
|
fc5bc84207
|
java: add a log4j.properties file in src/main/java/resources
|
2010-10-02 21:25:30 +09:00 |
|
Muga Nishizawa
|
d8b4051d6d
|
java: edit pom.xml to enable to using slf4j logger
|
2010-10-02 21:24:22 +09:00 |
|
Muga Nishizawa
|
804a1cc22d
|
Merge branch 'master' of git@github.com:msgpack/msgpack
|
2010-10-02 17:44:00 +09:00 |
|
Muga Nishizawa
|
cdd60e5f9c
|
add a packer and unpacker for Enum types
|
2010-10-02 17:43:31 +09:00 |
|
frsyuki
|
7c76f07384
|
java: adds standard packer classes
|
2010-10-01 13:12:31 +09:00 |
|
frsyuki
|
a3b1ef9527
|
java: Packer: supports Set
|
2010-10-01 12:51:09 +09:00 |
|
Muga Nishizawa
|
0bd4150a80
|
java: changes several methods declared in a DynamicCodeGen class
|
2010-09-30 01:17:44 +09:00 |
|
Muga Nishizawa
|
7f7f5253f2
|
java: adds a test program of the DynamicCodeGen class for packing and unpacking an object that has a field anntated by @MessagePackMessage
|
2010-09-30 00:55:56 +09:00 |
|