You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/06/07 16:01:57 UTC

[12/12] jiffy commit: updated refs/heads/master to 99a3d43

Merge remote-tracking branch 'davisp/master'

Update to latest Jiffy


Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/99a3d437
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/99a3d437
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/99a3d437

Branch: refs/heads/master
Commit: 99a3d4378bd6832210c58b22cc259486d4fc067a
Parents: d3c00e1 4e0088f
Author: Paul J. Davis <pa...@gmail.com>
Authored: Wed Jun 7 11:00:57 2017 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Wed Jun 7 11:00:57 2017 -0500

----------------------------------------------------------------------
 .gitignore                           |    5 +
 .travis.yml                          |   10 +-
 Makefile                             |   12 +-
 enc                                  |  Bin 0 -> 23260 bytes
 rebar.config                         |   11 +-
 rebar.config.script                  |   39 +-
 src/jiffy.app.src                    |   16 +-
 src/jiffy.erl                        |    1 +
 test/jiffy_01_yajl_tests.erl         |    3 +-
 test/jiffy_09_reg_issue_24_tests.erl | 3449 +----------------------------
 test/jiffy_10_short_double_tests.erl |    3 +-
 test/jiffy_11_proper_tests.erl       |  185 --
 test/jiffy_11_property_tests.erl     |  257 +++
 test/jiffy_util.hrl                  |   13 +
 14 files changed, 315 insertions(+), 3689 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/99a3d437/.travis.yml
----------------------------------------------------------------------
diff --cc .travis.yml
index 51614ce,4762c65..b393e6c
--- a/.travis.yml
+++ b/.travis.yml
@@@ -1,17 -1,17 +1,15 @@@
  language: erlang
 -notifications:
 -  email: paul.joseph.davis@gmail.com
 -script: make check
 +
  otp_release:
+    - 19.1
+    - 19.0
+    - 18.3
+    - 18.2
     - 17.5
     - 17.4
-    - 17.3
-    - 17.1
-    - 17.0
     - R16B03-1
     - R16B02
-    - R16B01
     - R15B03
     - R15B02
-    - R15B01
     - R14B04
     - R14B03
-    - R14B02

http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/99a3d437/Makefile
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/99a3d437/rebar.config
----------------------------------------------------------------------