[Pkg-javascript-commits] [node-nan] branch upstream updated (419972d -> 8d7c5d5)

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


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

andrewrk-guest pushed a change to branch upstream
in repository node-nan.

      from  419972d   Imported Upstream version 1.3.0
      adds  8d7c5d5   Imported Upstream version 1.8.4

No new revisions were added by this update.

Summary of changes:
 .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(-)
 delete mode 100644 LICENSE
 create mode 100644 LICENSE.md
 create mode 100644 nan_implementation_12_inl.h
 create mode 100644 nan_implementation_pre_12_inl.h
 create mode 100644 nan_new.h
 create mode 100644 nan_string_bytes.h
 create mode 100644 test/cpp/asyncprogressworker.cpp
 create mode 100644 test/cpp/gc.cpp
 create mode 100644 test/cpp/nancallback.cpp
 create mode 100644 test/cpp/nannew.cpp
 create mode 100644 test/cpp/objectwraphandle.cpp
 create mode 100644 test/cpp/threadlocal.cpp
 create mode 100644 test/js/asyncprogressworker-test.js
 create mode 100644 test/js/gc-test.js
 create mode 100644 test/js/nancallback-test.js
 create mode 100644 test/js/nannew-test.js
 create mode 100644 test/js/objectwraphandle-test.js
 create mode 100644 test/js/threadlocal-test.js

-- 
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