Commit Graph

256 Commits

Author SHA1 Message Date
UENISHI Kota
2052a43d7e Fix travis-ci build 2016-01-25 22:35:48 +09:00
UENISHI Kota
af29fa959f Try Hex.pm 2016-01-10 12:20:22 +09:00
UENISHI Kota
84ee78340c Get rid of blob 2016-01-10 12:14:10 +09:00
UENISHI Kota
8f2e415795 Add release notes for 0.4.0 2015-12-11 11:55:05 +09:00
UENISHI Kota
b40f43ab7f Merge branch 'master' of github.com:msgpack/msgpack-erlang 2015-12-11 11:51:28 +09:00
UENISHI Kota
eed86b7973 Run all tests in one make command 2015-12-11 11:51:16 +09:00
UENISHI Kota
784390ce4f Merge pull request #34 from msgpack/eqc-ci
Eqc ci
2015-12-11 11:50:42 +09:00
UENISHI Kota
d157f4991b Test to override install step
64294c8d2e/lib/travis/build/script/erlang.rb (L22-L29)
2015-12-11 11:45:41 +09:00
UENISHI Kota
266bb3b1ac Remove duplicated tests 2015-12-11 11:40:00 +09:00
UENISHI Kota
5c112ac41e Fix quickcheck-ci.com test 2015-12-11 11:32:39 +09:00
UENISHI Kota
707af7db45 Introduce rebar3 eqc plugin 2015-12-11 11:32:39 +09:00
UENISHI Kota
fce46aab56 add smalle eqc test
smaller numtests
2015-12-11 11:32:39 +09:00
UENISHI Kota
4262fb55ca msgpack eqc test test 2015-12-11 11:32:39 +09:00
UENISHI Kota
f4f1b70b2d use make 2015-12-11 11:32:39 +09:00
UENISHI Kota
a94f9d5fc1 add quickcheck-ci.com files 2015-12-11 11:32:39 +09:00
UENISHI Kota
137563aba5 Update travis script 2015-12-11 11:21:34 +09:00
UENISHI Kota
270af96d9d Move microbenchmarks from kuenishi/msgpack-erlang-tests 2015-12-08 15:28:32 +09:00
UENISHI Kota
4ec3857954 Simplify Makefile 2015-12-08 15:13:55 +09:00
UENISHI Kota
a6ed6261fb Default map unpacker function is now maps 2015-12-08 15:07:45 +09:00
UENISHI Kota
7073a0d779 Update documents 2015-12-08 15:05:57 +09:00
UENISHI Kota
d8d576b59c Remove all 'nil' and use 'null' 2015-12-08 14:54:12 +09:00
UENISHI Kota
ca8b61e61f Remove support for old OTP versions 2015-12-08 13:11:06 +09:00
UENISHI Kota
ab2da38b57 Move to rebar3 2015-12-08 13:04:46 +09:00
UENISHI Kota
2834fb1b4b Update release notes 2015-12-08 12:49:14 +09:00
UENISHI Kota
42bd13a9e4 Merge pull request #50 from okeuday/master
Fix msgpack_term() type.
2015-08-18 21:28:20 +09:00
Michael Truog
c260734285 Fix msgpack_term() type. 2015-08-17 13:53:52 -07:00
UENISHI Kota
7cdfd961f2 Merge pull request #45 from mururu/default-map
Use map format by default in 18.0 or over
2015-07-23 21:51:31 +09:00
Yuki Ito
beb231cb71 Use map format by default in 18.0 or over 2015-07-23 21:42:52 +09:00
UENISHI Kota
1a54eb42d1 Merge pull request #47 from mururu/travis-17.5
Add 17.5 to .travis.yml
2015-07-23 20:59:38 +09:00
Yuki Ito
f2f57b4387 Add 17.5 to .travis.yml 2015-07-22 11:40:26 +09:00
UENISHI Kota
3cf6df1b98 Merge pull request #46 from mururu/update-travis
Update .travis.yml
2015-07-21 23:01:34 +09:00
Yuki Ito
80187bd65a Update .travis.yml 2015-07-21 20:36:09 +09:00
UENISHI Kota
e84e60dbff Support OTP-18.0 2015-06-25 16:14:53 +09:00
UENISHI Kota
c666a5f656 Release notes 2015-03-11 22:34:58 +09:00
UENISHI Kota
dcb865b97a No need to bump version 2015-03-11 22:27:49 +09:00
UENISHI Kota
ee88b63d8e Add authors of #40 and #37, thanks! 2015-03-11 22:26:22 +09:00
UENISHI Kota
3d03320a45 Merge pull request #37 from zerth/adjust-ext-type-code-check
Adjust ext type code handling to match spec
2015-03-11 22:24:35 +09:00
UENISHI Kota
3cdc3ad748 Add OTP 17 series 2015-03-11 22:14:09 +09:00
UENISHI Kota
b59e14411e Merge pull request #40 from bb4242/master
Allow packing maps even when {format,map} is not set.
2015-03-11 22:12:19 +09:00
Brett Bethke
39a0ead88f Allow packing maps even when {format,map} is not set. 2015-03-10 11:25:41 -07:00
UENISHI Kota
69d5aa8ff5 Merge pull request #38 from silverbuddy/master
Fix Dialyzer invalid contract warning
2015-01-06 01:07:30 +09:00
silverbuddy
4f7e6d19ef Fix Dialyzer invalid contract warning
The call msgpack:pack(Term::#{},[{'enable_str','true'} | {'format','map'},...])
breaks the contract (msgpack:object(),msgpack:options()) -> binary()
2014-11-12 18:52:50 +03:00
Mike Watters
0f90a3aa18 remove endianness spec from single-byte field 2014-10-30 19:03:39 -07:00
Mike Watters
704d75e00a update encoding/decoding of ext type codes to be explicit about signedness/endianness (and fix now-failing testcase) 2014-10-30 15:40:09 -07:00
Mike Watters
6d4151f116 update ext typecode testcase to ensure correct decoded typecode 2014-10-30 15:38:16 -07:00
Mike Watters
c77a1c3f87 ensure that using ext codes outside the specified range fails 2014-10-30 15:24:27 -07:00
Mike Watters
b4d2a231e1 update accepted typecode range to match msgpack specification of [-128,127] 2014-10-30 15:11:41 -07:00
UENISHI Kota
7cc8266afd @iced for #33, fixes #31 2014-05-29 20:03:30 +09:00
UENISHI Kota
90586fb50e Merge pull request #33 from iced/master
Proper use of null for jiffy-style encoding/decoding.
2014-05-29 19:57:46 +09:00
Andrew Kirilenko
c8a0b4485c Fixing tests for jiffy null support. 2014-05-29 11:12:47 +03:00