[Pkg-javascript-commits] [node-nan] branch upstream updated (95eb717 -> 06bd8b6)
Jérémy Lal
kapouer at moszumanska.debian.org
Mon Feb 26 21:20:32 UTC 2018
This is an automated email from the git hooks/post-receive script.
kapouer pushed a change to branch upstream
in repository node-nan.
from 95eb717 New upstream version 2.8.0
new 06bd8b6 New upstream version 2.9.2
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 | 4 +
CHANGELOG.md | 21 +-
LICENSE.md | 2 +-
Makefile | 3 +
README.md | 33 ++-
doc/asyncworker.md | 15 +-
doc/callback.md | 30 ++-
doc/maybe_types.md | 6 +-
doc/node_misc.md | 62 +++++-
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 | 239 +++++++++++++++++++--
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_json.h | 13 +-
nan_maybe_43_inl.h | 16 +-
nan_maybe_pre_43_inl.h | 6 +-
nan_new.h | 2 +-
nan_object_wrap.h | 2 +-
nan_persistent_12_inl.h | 2 +-
nan_persistent_pre_12_inl.h | 2 +-
nan_private.h | 2 +-
nan_typedarray_contents.h | 2 +-
nan_weak.h | 2 +-
package.json | 2 +-
test/binding.gyp | 8 +
test/cpp/accessors.cpp | 2 +-
test/cpp/accessors2.cpp | 2 +-
test/cpp/asyncprogressqueueworker.cpp | 4 +-
test/cpp/asyncprogressqueueworkerstream.cpp | 4 +-
test/cpp/asyncprogressworker.cpp | 4 +-
test/cpp/asyncprogressworkersignal.cpp | 4 +-
test/cpp/asyncprogressworkerstream.cpp | 4 +-
test/cpp/asyncresource.cpp | 68 ++++++
test/cpp/asyncworker.cpp | 10 +-
test/cpp/asyncworkererror.cpp | 2 +-
test/cpp/buffer.cpp | 2 +-
test/cpp/bufferworkerpersistent.cpp | 8 +-
test/cpp/callbackcontext.cpp | 65 ++++++
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/json-parse.cpp | 2 +-
test/cpp/json-stringify.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 | 14 +-
test/cpp/nannew.cpp | 2 +-
test/cpp/news.cpp | 2 +-
test/cpp/objectwraphandle.cpp | 2 +-
test/cpp/persistent.cpp | 2 +-
test/cpp/private.cpp | 2 +-
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 +-
.../async_pi_estimate/pi_est.h => test/cpp/sleep.h | 12 +-
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/asyncprogressqueueworker-test.js | 2 +-
test/js/asyncprogressqueueworkerstream-test.js | 2 +-
test/js/asyncprogressworker-test.js | 2 +-
test/js/asyncprogressworkersignal-test.js | 2 +-
test/js/asyncprogressworkerstream-test.js | 2 +-
test/js/asyncresource-test.js | 75 +++++++
test/js/asyncworker-test.js | 74 ++++++-
test/js/asyncworkererror-test.js | 2 +-
test/js/buffer-test.js | 2 +-
test/js/bufferworkerpersistent-test.js | 2 +-
test/js/callbackcontext-test.js | 79 +++++++
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/json-parse-test.js | 8 +
test/js/json-stringify-test.js | 8 +
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/private-test.js | 2 +-
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 +-
130 files changed, 918 insertions(+), 181 deletions(-)
create mode 100644 test/cpp/asyncresource.cpp
create mode 100644 test/cpp/callbackcontext.cpp
copy examples/async_pi_estimate/pi_est.h => test/cpp/sleep.h (55%)
create mode 100644 test/js/asyncresource-test.js
create mode 100644 test/js/callbackcontext-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