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:49 UTC

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

Merge pull request #118 from davisp/feature-add-rebar3-support

Add support for rebar3

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

Branch: refs/heads/master
Commit: a7db72493d2288533afbb417d5c2e6f11db84639
Parents: 4c0bfbc c7756da
Author: Paul J. Davis <pa...@gmail.com>
Authored: Mon Oct 10 11:53:57 2016 -0500
Committer: GitHub <no...@github.com>
Committed: Mon Oct 10 11:53:57 2016 -0500

----------------------------------------------------------------------
 .gitignore                           |   5 +
 .travis.yml                          |  10 +-
 Makefile                             |  12 +-
 enc                                  | Bin 0 -> 23260 bytes
 rebar.config                         |  11 +-
 rebar.config.script                  |  39 ++---
 test/jiffy_01_yajl_tests.erl         |   3 +-
 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 ++
 11 files changed, 297 insertions(+), 241 deletions(-)
----------------------------------------------------------------------