[Pkg-javascript-commits] [node-nan] branch master updated (f6d2b82 -> 5efaf12)
Jérémy Lal
kapouer at moszumanska.debian.org
Sat Sep 6 20:40:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a change to branch master
in repository node-nan.
from f6d2b82 Release
new 419972d Imported Upstream version 1.3.0
new 2b1706e Merge tag 'upstream/1.3.0'
new 5efaf12 Move to pkg-javascript
The 3 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:
.dntrc | 25 +-
.travis.yml | 18 +-
CHANGELOG.md | 200 +++++++++++
README.md | 109 +++++-
appveyor.yml | 32 ++
debian/control | 4 +-
examples/async_pi_estimate/pi_est.cc | 25 +-
nan.h | 500 +++++++++++++++++----------
package.json | 12 +-
test/binding.gyp | 14 +
test/cpp/{returnnull.cpp => isolatedata.cpp} | 26 +-
test/cpp/makecallback.cpp | 74 ++++
test/cpp/multifile2.cpp | 4 +-
test/cpp/news.cpp | 13 +-
test/cpp/settemplate.cpp | 9 +-
test/cpp/settergetter.cpp | 91 +++--
test/cpp/strings.cpp | 178 +++-------
test/js/asyncworker-test.js | 7 +-
test/js/asyncworkererror-test.js | 5 +-
test/js/bufferworkerpersistent-test.js | 11 +-
test/js/isolatedata-test.js | 11 +
test/js/makecallback-test.js | 24 ++
test/js/morenews-test.js | 35 +-
test/js/multifile-test.js | 5 +-
test/js/news-test.js | 95 ++---
test/js/optionvalues-test.js | 7 +-
test/js/persistent-test.js | 5 +-
test/js/returnemptystring-test.js | 9 +-
test/js/returnnull-test.js | 9 +-
test/js/returnundefined-test.js | 9 +-
test/js/returnvalue-test.js | 9 +-
test/js/settemplate-test.js | 54 ++-
test/js/settergetter-test.js | 5 +-
test/js/strings-test.js | 81 +----
test/js/symbols-test.js | 7 +-
test/js/weak-test.js | 5 +-
test/package.json | 16 -
37 files changed, 1172 insertions(+), 571 deletions(-)
create mode 100644 CHANGELOG.md
create mode 100644 appveyor.yml
copy test/cpp/{returnnull.cpp => isolatedata.cpp} (50%)
create mode 100644 test/cpp/makecallback.cpp
create mode 100644 test/js/isolatedata-test.js
create mode 100644 test/js/makecallback-test.js
delete mode 100644 test/package.json
--
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