[Pkg-javascript-commits] [node-nan] branch master updated (f7e1f85 -> e415473)
Jérémy Lal
kapouer at moszumanska.debian.org
Tue Oct 27 09:57:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
kapouer pushed a change to branch master
in repository node-nan.
from f7e1f85 Update changelog
new 0f957b0 Imported Upstream version 2.1.0
new 83c34a0 Merge tag 'upstream/2.1.0'
new 30b3ac7 Update changelog
new e415473 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 | 9 +-
CHANGELOG.md | 12 +-
Makefile | 2 +
README.md | 10 +-
appveyor.yml | 17 ++-
debian/changelog | 6 +
doc/callback.md | 2 +-
doc/maybe_types.md | 20 ++++
doc/methods.md | 59 +++++++---
doc/new.md | 20 ++--
doc/persistent.md | 15 ++-
doc/v8_internals.md | 2 +-
doc/v8_misc.md | 22 ++++
nan.h | 125 ++++++++++++++++++--
nan_callbacks_12_inl.h | 2 +-
nan_callbacks_pre_12_inl.h | 12 +-
nan_implementation_12_inl.h | 5 +
nan_implementation_pre_12_inl.h | 5 +
nan_new.h | 8 ++
nan_persistent_pre_12_inl.h | 4 +
nan_typedarray_contents.h | 87 ++++++++++++++
package.json | 7 +-
test/binding.gyp | 17 ++-
test/cpp/nannew.cpp | 29 ++++-
test/cpp/objectwraphandle.cpp | 12 +-
test/cpp/setcallhandler.cpp | 45 ++++++++
test/cpp/typedarrays.cpp | 66 +++++++++++
test/cpp/wrappedobjectfactory.cpp | 128 +++++++++++++++++++++
test/js/nannew-test.js | 5 +
test/js/{gc-test.js => setcallhandler-test.js} | 17 ++-
test/js/typedarrays-test.js | 74 ++++++++++++
...handle-test.js => wrappedobjectfactory-test.js} | 16 +--
32 files changed, 764 insertions(+), 96 deletions(-)
create mode 100644 nan_typedarray_contents.h
create mode 100644 test/cpp/setcallhandler.cpp
create mode 100644 test/cpp/typedarrays.cpp
create mode 100644 test/cpp/wrappedobjectfactory.cpp
copy test/js/{gc-test.js => setcallhandler-test.js} (68%)
create mode 100644 test/js/typedarrays-test.js
copy test/js/{objectwraphandle-test.js => wrappedobjectfactory-test.js} (68%)
--
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