[Pkg-javascript-commits] [node-nan] branch master updated (e415473 -> 9b3c4ef)

Jérémy Lal kapouer at moszumanska.debian.org
Sun Jan 10 22:36:15 UTC 2016


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

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

      from  e415473   Release
       new  afe1728   Imported Upstream version 2.2.0
       new  00d67b8   Merge tag 'upstream/2.2.0'
       new  b88d93d   Update changelog
       new  9b3c4ef   Release

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                            |   1 +
 CHANGELOG.md                           |   9 +-
 LICENSE.md                             |   2 +-
 Makefile                               |   2 +-
 README.md                              |  27 +++-
 appveyor.yml                           |   1 +
 debian/changelog                       |   6 +
 doc/.build.sh                          |  35 ++---
 doc/maybe_types.md                     |  12 ++
 doc/methods.md                         |   3 +-
 doc/node_misc.md                       |  51 -------
 doc/object_wrappers.md                 | 263 +++++++++++++++++++++++++++++++++
 doc/v8_misc.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                                  |  30 ++--
 nan_callbacks.h                        |   2 +-
 nan_callbacks_12_inl.h                 |   2 +-
 nan_callbacks_pre_12_inl.h             |   2 +-
 nan_converters.h                       |   2 +-
 nan_converters_43_inl.h                |   2 +-
 nan_converters_pre_43_inl.h            |   2 +-
 nan_implementation_12_inl.h            |   2 +-
 nan_implementation_pre_12_inl.h        |   2 +-
 nan_maybe_43_inl.h                     |  17 ++-
 nan_maybe_pre_43_inl.h                 |  10 +-
 nan_new.h                              |   2 +-
 nan_object_wrap.h                      |   2 +-
 nan_persistent_12_inl.h                |   2 +-
 nan_persistent_pre_12_inl.h            |   4 +-
 nan_typedarray_contents.h              |  12 +-
 nan_weak.h                             |   2 +-
 package.json                           |   2 +-
 test/cpp/accessors.cpp                 |  16 +-
 test/cpp/accessors2.cpp                |  10 +-
 test/cpp/asyncprogressworker.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       |   8 +-
 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         |   8 +-
 test/cpp/nancallback.cpp               |   2 +-
 test/cpp/nannew.cpp                    |   4 +-
 test/cpp/news.cpp                      |   2 +-
 test/cpp/objectwraphandle.cpp          |  14 +-
 test/cpp/persistent.cpp                |  34 +++--
 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      |  25 +++-
 test/js/accessors-test.js              |   9 +-
 test/js/accessors2-test.js             |   2 +-
 test/js/asyncprogressworker-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       |  14 +-
 test/js/persistent-test.js             |  24 ++-
 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            |   8 +
 test/js/weak-test.js                   |   2 +-
 test/js/weak2-test.js                  |   2 +-
 test/js/wrappedobjectfactory-test.js   |   2 +-
 tools/1to2.js                          |   4 +-
 112 files changed, 574 insertions(+), 253 deletions(-)
 create mode 100644 doc/object_wrappers.md

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