[Pkg-javascript-commits] [node-nan] 01/04: Merge tag 'upstream/2.5.1'

Jérémy Lal kapouer at moszumanska.debian.org
Sat Feb 4 00:07:03 UTC 2017


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

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

commit c088dacc133b2fcfa1e6957c1433636e2a755bc9
Merge: b3cbf85 1d911d8
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sat Feb 4 01:02:16 2017 +0100

    Merge tag 'upstream/2.5.1'
    
    Upstream version 2.5.1
    
    # gpg: Signature faite le sam. 04 févr. 2017 01:02:16 CET
    # gpg:                avec la clef RSA 03C4E7ABB880F524306E48156611C05EDD39F374
    # gpg: Bonne signature de « Jérémy Lal <kapouer at melix.org> » [ultime]
    # gpg:                 alias « Jérémy Lal <jerry at edagames.com> » [ultime]
    # gpg:                 alias « Jérémy Lal <jerry at eda.sarl> » [ultime]

 .travis.yml                               |   1 +
 CHANGELOG.md                              |  13 ++-
 LICENSE.md                                |   2 +-
 Makefile                                  |   6 +-
 README.md                                 |  22 ++--
 appveyor.yml                              |   1 +
 doc/asyncworker.md                        |   4 +-
 doc/maybe_types.md                        |  48 ++++++++
 doc/object_wrappers.md                    |   4 +-
 doc/scopes.md                             |   2 +-
 doc/v8_internals.md                       |   2 +-
 examples/async_pi_estimate/addon.cc       |   2 +-
 examples/async_pi_estimate/addon.js       |   2 +-
 examples/async_pi_estimate/async.cc       |   2 +-
 examples/async_pi_estimate/async.h        |   2 +-
 examples/async_pi_estimate/pi_est.cc      |   2 +-
 examples/async_pi_estimate/pi_est.h       |   2 +-
 examples/async_pi_estimate/sync.cc        |   2 +-
 examples/async_pi_estimate/sync.h         |   2 +-
 nan.h                                     | 179 +++++++++++++++++------------
 nan_callbacks.h                           |   2 +-
 nan_callbacks_12_inl.h                    |   2 +-
 nan_callbacks_pre_12_inl.h                |  16 ++-
 nan_converters.h                          |   2 +-
 nan_converters_43_inl.h                   |  12 +-
 nan_converters_pre_43_inl.h               |   6 +-
 nan_implementation_12_inl.h               |  82 ++++++--------
 nan_implementation_pre_12_inl.h           |  33 +++---
 nan_maybe_43_inl.h                        | 180 ++++++++++++++++++++++--------
 nan_maybe_pre_43_inl.h                    |   8 +-
 nan_new.h                                 |   2 +-
 nan_object_wrap.h                         |   2 +-
 nan_persistent_12_inl.h                   |  11 +-
 nan_persistent_pre_12_inl.h               |   8 +-
 nan_private.h                             |  73 ++++++++++++
 nan_typedarray_contents.h                 |   7 +-
 nan_weak.h                                |   2 +-
 package.json                              |   4 +-
 test/binding.gyp                          |   4 +
 test/cpp/accessors.cpp                    |   2 +-
 test/cpp/accessors2.cpp                   |   2 +-
 test/cpp/asyncprogressworker.cpp          |   2 +-
 test/cpp/asyncprogressworkersignal.cpp    |   2 +-
 test/cpp/asyncprogressworkerstream.cpp    |   2 +-
 test/cpp/asyncworker.cpp                  |   2 +-
 test/cpp/asyncworkererror.cpp             |   2 +-
 test/cpp/buffer.cpp                       |   2 +-
 test/cpp/bufferworkerpersistent.cpp       |   2 +-
 test/cpp/converters.cpp                   |   2 +-
 test/cpp/error.cpp                        |   2 +-
 test/cpp/gc.cpp                           |   2 +-
 test/cpp/indexedinterceptors.cpp          |   2 +-
 test/cpp/isolatedata.cpp                  |   2 +-
 test/cpp/makecallback.cpp                 |   2 +-
 test/cpp/morenews.cpp                     |   2 +-
 test/cpp/multifile1.cpp                   |   2 +-
 test/cpp/multifile2.cpp                   |   2 +-
 test/cpp/multifile2.h                     |   2 +-
 test/cpp/namedinterceptors.cpp            |   2 +-
 test/cpp/nancallback.cpp                  |   2 +-
 test/cpp/nannew.cpp                       |   2 +-
 test/cpp/news.cpp                         |   2 +-
 test/cpp/objectwraphandle.cpp             |   2 +-
 test/cpp/persistent.cpp                   |   2 +-
 test/cpp/private.cpp                      |  85 ++++++++++++++
 test/cpp/returnemptystring.cpp            |   2 +-
 test/cpp/returnnull.cpp                   |   2 +-
 test/cpp/returnundefined.cpp              |   2 +-
 test/cpp/returnvalue.cpp                  |   2 +-
 test/cpp/setcallhandler.cpp               |   2 +-
 test/cpp/settemplate.cpp                  |   2 +-
 test/cpp/strings.cpp                      |   2 +-
 test/cpp/symbols.cpp                      |   2 +-
 test/cpp/threadlocal.cpp                  |   2 +-
 test/cpp/trycatch.cpp                     |   2 +-
 test/cpp/typedarrays.cpp                  |   2 +-
 test/cpp/weak.cpp                         |   2 +-
 test/cpp/weak2.cpp                        |   2 +-
 test/cpp/wrappedobjectfactory.cpp         |   2 +-
 test/js/accessors-test.js                 |   2 +-
 test/js/accessors2-test.js                |   2 +-
 test/js/asyncprogressworker-test.js       |   2 +-
 test/js/asyncprogressworkersignal-test.js |   2 +-
 test/js/asyncprogressworkerstream-test.js |   2 +-
 test/js/asyncworker-test.js               |   2 +-
 test/js/asyncworkererror-test.js          |   2 +-
 test/js/buffer-test.js                    |   2 +-
 test/js/bufferworkerpersistent-test.js    |   2 +-
 test/js/converters-test.js                |   2 +-
 test/js/error-test.js                     |   2 +-
 test/js/gc-test.js                        |   2 +-
 test/js/indexedinterceptors-test.js       |   2 +-
 test/js/isolatedata-test.js               |   2 +-
 test/js/makecallback-test.js              |   2 +-
 test/js/morenews-test.js                  |   2 +-
 test/js/multifile-test.js                 |   2 +-
 test/js/namedinterceptors-test.js         |   2 +-
 test/js/nancallback-test.js               |   2 +-
 test/js/nannew-test.js                    |   2 +-
 test/js/news-test.js                      |   2 +-
 test/js/objectwraphandle-test.js          |   2 +-
 test/js/persistent-test.js                |   2 +-
 test/js/{gc-test.js => private-test.js}   |  23 ++--
 test/js/returnemptystring-test.js         |   2 +-
 test/js/returnnull-test.js                |   2 +-
 test/js/returnundefined-test.js           |   2 +-
 test/js/returnvalue-test.js               |   2 +-
 test/js/setcallhandler-test.js            |   2 +-
 test/js/settemplate-test.js               |   2 +-
 test/js/strings-test.js                   |   2 +-
 test/js/symbols-test.js                   |   2 +-
 test/js/threadlocal-test.js               |   2 +-
 test/js/trycatch-test.js                  |   2 +-
 test/js/typedarrays-test.js               |   2 +-
 test/js/weak-test.js                      |   2 +-
 test/js/weak2-test.js                     |   2 +-
 test/js/wrappedobjectfactory-test.js      |   2 +-
 tools/1to2.js                             |   2 +-
 118 files changed, 699 insertions(+), 319 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