[Pkg-javascript-commits] [node-nan] 04/09: Merge tag 'upstream/1.8.4'

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Mon May 18 20:19:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to branch master
in repository node-nan.

commit d51e27cdc0a38f2eec39f67b1b1bf2cdfb5d0867
Merge: 9cd91c5 8d7c5d5
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Mon May 18 19:47:44 2015 +0000

    Merge tag 'upstream/1.8.4'
    
    Upstream version 1.8.4
    
    # gpg: Signature made Mon 18 May 2015 07:47:41 PM UTC using RSA key ID 6D58AAC8
    # gpg: Good signature from "Andrew Kelley <superjoe30 at gmail.com>"

 .travis.yml                            |   12 +-
 CHANGELOG.md                           |  146 +-
 LICENSE                                |   46 -
 LICENSE.md                             |   13 +
 Makefile                               |   29 +-
 README.md                              |  428 ++++-
 appveyor.yml                           |   24 +-
 cpplint.py                             | 3138 ++++++++++++++++++++++++--------
 examples/async_pi_estimate/addon.cc    |   13 +-
 examples/async_pi_estimate/addon.js    |    8 +
 examples/async_pi_estimate/async.cc    |   13 +-
 examples/async_pi_estimate/async.h     |    9 +-
 examples/async_pi_estimate/pi_est.cc   |   12 +-
 examples/async_pi_estimate/pi_est.h    |    8 +-
 examples/async_pi_estimate/sync.cc     |   13 +-
 examples/async_pi_estimate/sync.h      |    9 +-
 nan.h                                  | 1333 +++++++-------
 nan_implementation_12_inl.h            |  261 +++
 nan_implementation_pre_12_inl.h        |  267 +++
 nan_new.h                              |  328 ++++
 nan_string_bytes.h                     |  312 ++++
 package.json                           |   14 +-
 test/binding.gyp                       |   89 +-
 test/cpp/asyncprogressworker.cpp       |   66 +
 test/cpp/asyncworker.cpp               |    8 +-
 test/cpp/asyncworkererror.cpp          |    8 +-
 test/cpp/bufferworkerpersistent.cpp    |    8 +-
 test/cpp/gc.cpp                        |   38 +
 test/cpp/isolatedata.cpp               |    8 +-
 test/cpp/makecallback.cpp              |   14 +-
 test/cpp/morenews.cpp                  |   10 +-
 test/cpp/multifile1.cpp                |    8 +-
 test/cpp/multifile2.cpp                |    8 +-
 test/cpp/multifile2.h                  |    9 +-
 test/cpp/nancallback.cpp               |   52 +
 test/cpp/nannew.cpp                    |  502 +++++
 test/cpp/news.cpp                      |   56 +-
 test/cpp/objectwraphandle.cpp          |   61 +
 test/cpp/optionvalues.cpp              |    8 +-
 test/cpp/persistent.cpp                |   10 +-
 test/cpp/returnemptystring.cpp         |    8 +-
 test/cpp/returnnull.cpp                |    8 +-
 test/cpp/returnundefined.cpp           |    8 +-
 test/cpp/returnvalue.cpp               |   26 +-
 test/cpp/settemplate.cpp               |   14 +-
 test/cpp/settergetter.cpp              |    8 +-
 test/cpp/strings.cpp                   |   46 +-
 test/cpp/symbols.cpp                   |    8 +-
 test/cpp/threadlocal.cpp               |   68 +
 test/cpp/weak.cpp                      |    8 +-
 test/js/asyncprogressworker-test.js    |   23 +
 test/js/asyncworker-test.js            |    8 +
 test/js/asyncworkererror-test.js       |    8 +
 test/js/bufferworkerpersistent-test.js |    8 +
 test/js/gc-test.js                     |   23 +
 test/js/isolatedata-test.js            |    8 +
 test/js/makecallback-test.js           |    8 +
 test/js/morenews-test.js               |    8 +
 test/js/multifile-test.js              |    8 +
 test/js/nancallback-test.js            |   30 +
 test/js/nannew-test.js                 |   51 +
 test/js/news-test.js                   |   16 +-
 test/js/objectwraphandle-test.js       |   22 +
 test/js/optionvalues-test.js           |    8 +
 test/js/persistent-test.js             |    8 +
 test/js/returnemptystring-test.js      |    8 +
 test/js/returnnull-test.js             |    8 +
 test/js/returnundefined-test.js        |    8 +
 test/js/returnvalue-test.js            |   14 +-
 test/js/settemplate-test.js            |    8 +
 test/js/settergetter-test.js           |    8 +
 test/js/strings-test.js                |   13 +-
 test/js/symbols-test.js                |    8 +
 test/js/threadlocal-test.js            |   13 +
 test/js/weak-test.js                   |    8 +
 75 files changed, 6146 insertions(+), 1788 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-nan.git



More information about the Pkg-javascript-commits mailing list