[Pkg-javascript-commits] [node-nan] branch master updated (7add228 -> 8a3a986)
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 19:43:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a change to branch master
in repository node-nan.
from 7add228 Merge branch 'master' of ssh://git.debian.org/git/pkg-javascript/node-nan
new 0850c0f Bump policy and debhelper
new 1f82963 New upstream version 2.7.0
new 450687b Updated version 2.7.0 from 'upstream/2.7.0'
new 670fc09 Improve patch
new bd0b2f9 Improve rules
new 13a6440 Improve rules
new 5977ddc Add testsuite
new 54c6cc7 Finalize changelog
new ac9e320 Fix runtestsuite
new 8a3a986 Finalize debian package
The 10 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 | 7 +-
CHANGELOG.md | 19 +++-
Makefile | 10 +--
README.md | 25 +++++-
appveyor.yml | 7 +-
debian/changelog | 8 +-
debian/compat | 2 +-
debian/control | 19 ++--
debian/patches/rename_node.patch | 14 ---
debian/patches/series | 1 -
debian/rules | 16 +++-
debian/tests/control | 8 ++
debian/tests/require | 3 +
debian/tests/runtestsuite | 26 ++++++
doc/.build.sh | 1 +
doc/asyncworker.md | 5 +-
doc/json.md | 62 +++++++++++++
doc/methods.md | 22 ++---
nan.h | 20 +++--
nan_converters.h | 8 ++
nan_json.h | 159 +++++++++++++++++++++++++++++++++
nan_maybe_pre_43_inl.h | 2 +-
package.json | 7 +-
test/binding.gyp | 9 ++
test/cpp/accessors.cpp | 2 +-
test/cpp/accessors2.cpp | 2 +-
test/cpp/asyncprogressworker.cpp | 2 +-
test/cpp/asyncprogressworkersignal.cpp | 4 +-
test/cpp/asyncprogressworkerstream.cpp | 4 +-
test/cpp/converters.cpp | 8 ++
test/cpp/indexedinterceptors.cpp | 2 +-
test/cpp/json-parse.cpp | 34 +++++++
test/cpp/json-stringify.cpp | 71 +++++++++++++++
test/cpp/makecallback.cpp | 2 +-
test/cpp/namedinterceptors.cpp | 2 +-
test/cpp/objectwraphandle.cpp | 3 +-
test/cpp/settemplate.cpp | 2 +-
test/js/converters-test.js | 8 +-
test/js/json-parse-test.js | 36 ++++++++
test/js/json-stringify-test.js | 92 +++++++++++++++++++
test/js/weak-test.js | 15 ++--
41 files changed, 659 insertions(+), 90 deletions(-)
delete mode 100644 debian/patches/rename_node.patch
create mode 100644 debian/tests/control
create mode 100644 debian/tests/require
create mode 100755 debian/tests/runtestsuite
create mode 100644 doc/json.md
create mode 100644 nan_json.h
create mode 100644 test/cpp/json-parse.cpp
create mode 100644 test/cpp/json-stringify.cpp
create mode 100644 test/js/json-parse-test.js
create mode 100644 test/js/json-stringify-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