[Pkg-javascript-commits] [node-nan] branch upstream updated (b2239b7 -> 1d911d8)
Jérémy Lal
kapouer at moszumanska.debian.org
Sat Feb 4 00:06:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
kapouer pushed a change to branch upstream
in repository node-nan.
from b2239b7 New upstream version 2.4.0
new 1d911d8 New upstream version 2.5.1
The 1 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 | 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(-)
create mode 100644 nan_private.h
create mode 100644 test/cpp/private.cpp
copy test/js/{gc-test.js => private-test.js} (50%)
--
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