frsyuki
|
dba7f480ed
|
cpp: add missing preprocess.sh file
cpp-0.3.7
|
2009-08-19 17:50:15 +09:00 |
|
frsyuki
|
3a39accb0b
|
cpp: preprocess eruby templates on ./bootstrap; released package doesn't require erb
|
2009-08-19 17:47:22 +09:00 |
|
frsyuki
|
387eca6fbf
|
cpp-0.3.7
|
2009-08-19 17:36:05 +09:00 |
|
frsyuki
|
b2381d0513
|
cpp: fix overflow check for minimum number of signed integer type
|
2009-08-19 15:10:10 +09:00 |
|
frsyuki
|
92952f6566
|
c++: fix object >> std::string
cpp-0.3.6
|
2009-08-10 22:16:44 +09:00 |
|
frsyuki
|
a62a5d6c69
|
c++: fix type.hpp
|
2009-08-10 18:33:35 +09:00 |
|
frsyuki
|
0627324da6
|
c++: rebuild type/*.hpp
|
2009-08-10 18:26:01 +09:00 |
|
frsyuki
|
394331cd4e
|
c++: add std::pair and std::set serializer
|
2009-08-10 17:34:21 +09:00 |
|
frsyuki
|
0491768fb2
|
c++: fix Makefile.am
|
2009-08-10 15:58:43 +09:00 |
|
frsyuki
|
a5705183d6
|
0.3.5
cpp-0.3.5
|
2009-08-07 13:32:32 +09:00 |
|
frsyuki
|
95a6316cc7
|
cpp: fix msgpack::type::make_define()
|
2009-08-07 13:32:07 +09:00 |
|
frsyuki
|
be32e3b1fb
|
cpp: add missing msgpack::type::make_tuple()
|
2009-08-07 13:31:42 +09:00 |
|
frsyuki
|
b4cb5e23c0
|
fix Makefile.am
|
2009-08-07 11:28:23 +09:00 |
|
frsyuki
|
1375732c80
|
add
cpp-0.3.4
|
2009-08-07 11:15:33 +09:00 |
|
frsyuki
|
7fbe845434
|
cpp: msgpack::define is obsolete
|
2009-08-06 13:59:48 +09:00 |
|
frsyuki
|
3afa9f265e
|
cpp: add msgpack::type::define
|
2009-08-06 13:51:49 +09:00 |
|
frsyuki
|
ec8932d6a1
|
fix missing tuple<>::value_type
|
2009-08-06 13:28:41 +09:00 |
|
frsyuki
|
f7a9805f7b
|
operator>> (object, std::vector<T>): return reference; don't copy
|
2009-08-06 13:26:34 +09:00 |
|
frsyuki
|
aaef612a05
|
Makefile.am: don't package perl and ruby files
|
2009-08-06 13:20:43 +09:00 |
|
Tokuhiro Matsuno
|
da9b75f553
|
Checking in changes prior to tagging of version 0.08. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 4e7f1d7..c6e370c 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.08
+
+ - fixed PVNV issue...
+
0.07
- do not use switch (SvTYPE(val)).
|
2009-07-30 16:52:13 +09:00 |
|
Tokuhiro Matsuno
|
d3906bd1ab
|
Perl: use M::I::XSUtil
|
2009-07-30 16:38:03 +09:00 |
|
Tokuhiro Matsuno
|
4db90d23ac
|
- fixed SVt_PVNV issue.
|
2009-07-30 16:22:00 +09:00 |
|
Tokuhiro Matsuno
|
bb455c1f71
|
perl: display module version
|
2009-07-30 13:29:24 +09:00 |
|
Tokuhiro Matsuno
|
3275eee281
|
Perl: display original data
|
2009-07-30 13:24:38 +09:00 |
|
Tokuhiro Matsuno
|
0fe79a7752
|
Perl: added benchmark script for memroy-usage
|
2009-07-30 13:19:49 +09:00 |
|
Tokuhiro Matsuno
|
794adf9469
|
Checking in changes prior to tagging of version 0.07. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 1a51ddf..4e7f1d7 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.07
+
+ - do not use switch (SvTYPE(val)).
+
0.06
- use SvNOK.
|
2009-07-22 16:42:12 +09:00 |
|
Tokuhiro Matsuno
|
718227bc2c
|
Perl: do not use switch (SvTYPE)
|
2009-07-22 16:40:15 +09:00 |
|
Tokuhiro Matsuno
|
390c5ad8a0
|
added test case.
|
2009-07-22 13:41:31 +09:00 |
|
Tokuhiro Matsuno
|
2da4b17d0b
|
Merge branch 'master' of tokuhirom@git.sourceforge.jp:/gitroot/msgpack/msgpack
|
2009-07-22 13:28:27 +09:00 |
|
inada-n
|
d19c488929
|
version: python-0.1.1
|
2009-07-13 15:52:25 +09:00 |
|
inada-n
|
0db5e0439d
|
Fix: Unpacker.unpack() may raise StopIteration before unpacking large object when deserializing from file.
|
2009-07-13 15:49:38 +09:00 |
|
inada-n
|
6083bad5ff
|
Fix wrong MANIFEST.
|
2009-07-13 14:46:53 +09:00 |
|
inada-n
|
63a507a123
|
merge python binding from bzr.
|
2009-07-13 14:40:02 +09:00 |
|
Naoki INADA
|
294e3fe7ab
|
Add setup script for distribution.
|
2009-07-13 14:27:57 +09:00 |
|
Naoki INADA
|
e5c49dae13
|
Release 0.1.0
|
2009-07-12 20:02:21 +09:00 |
|
Naoki INADA
|
900785e1aa
|
Clean up
|
2009-07-12 09:29:11 +09:00 |
|
Naoki INADA
|
979efbb950
|
Support MinGW.
|
2009-07-09 13:41:04 +09:00 |
|
Tokuhiro Matsuno
|
7da1a9b3cf
|
Checking in changes prior to tagging of version 0.06. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 15603ea..1a51ddf 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.06
+
+ - use SvNOK.
+
0.05
- change type detection for old perl
|
2009-07-03 18:19:29 +09:00 |
|
Tokuhiro Matsuno
|
661f273481
|
Perl: use SvNOK.
|
2009-07-03 18:18:40 +09:00 |
|
Tokuhiro Matsuno
|
cb5c878b77
|
Checking in changes prior to tagging of version 0.05. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 33fb36c..15603ea 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.05
+
+ - change type detection for old perl
+
0.04
- check SvROK first(reported by yappo++)
|
2009-07-03 18:15:45 +09:00 |
|
Tokuhiro Matsuno
|
34ed3bc9e3
|
Perl: check IV by SvIOK
|
2009-07-03 18:09:38 +09:00 |
|
Tokuhiro Matsuno
|
ad7cf12128
|
perl: added test case for "the flag is working?"
|
2009-07-03 17:27:44 +09:00 |
|
Tokuhiro Matsuno
|
6fb6283463
|
Checking in changes prior to tagging of version 0.04. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 0c170a3..33fb36c 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,11 @@
+0.04
+
+ - check SvROK first(reported by yappo++)
+ - PreferInteger: faster string to integer conversion; support negative value
+ (frsyuki++)
+ - make PreferInteger variable magical and remove get_sv from _msgpack_pack_sv
+ (frsyuki++)
+
0.03
- performance tuning for too long string
|
2009-07-03 15:23:50 +09:00 |
|
Tokuhiro Matsuno
|
b45dc8db61
|
check SvROK first
|
2009-07-03 15:14:31 +09:00 |
|
Tokuhiro Matsuno
|
3397d261d8
|
Merge branch 'master' of tokuhirom@git.sourceforge.jp:/gitroot/msgpack/msgpack
Conflicts:
perl/lib/Data/MessagePack.pm
|
2009-07-03 11:39:34 +09:00 |
|
frsyuki
|
eaa8be8ddd
|
perl: PreferInteger: faster string to integer conversion; support negative value
|
2009-07-03 02:08:22 +09:00 |
|
frsyuki
|
0f9dcb8610
|
perl: make PreferInteger variable magical and remove get_sv from _msgpack_pack_sv
|
2009-07-03 01:49:37 +09:00 |
|
Tokuhiro Matsuno
|
3446c475d7
|
Checking in changes prior to tagging of version 0.03. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index fb31a69..0c170a3 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,8 @@
+0.03
+
+ - performance tuning for too long string
+ - fixed memory leaks in stream unpacker
+
0.02
- added $Data::MessagePack::PreferInteger
|
2009-07-02 17:43:58 +09:00 |
|
Tokuhiro Matsuno
|
ffef0a0b6f
|
oops. fixed memory leaks in stream unpacker.
|
2009-07-02 17:42:28 +09:00 |
|
Tokuhiro Matsuno
|
580fbe77e9
|
do not check the string longer than 10.
|
2009-07-02 16:40:41 +09:00 |
|