[Pkg-javascript-commits] [node-nan] branch upstream updated (53fd905 -> 419972d)

Jérémy Lal kapouer at moszumanska.debian.org
Sat Sep 6 20:55:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

kapouer pushed a change to branch upstream
in repository node-nan.

      from  53fd905   Imported Upstream version 1.2.0
      adds  419972d   Imported Upstream version 1.3.0

No new revisions were added by this update.

Summary of changes:
 .dntrc                                            |  25 +-
 .travis.yml                                       |  18 +-
 CHANGELOG.md                                      | 200 +++++++++
 README.md                                         | 109 ++++-
 appveyor.yml                                      |  32 ++
 examples/async_pi_estimate/pi_est.cc              |  25 +-
 nan.h                                             | 500 ++++++++++++++--------
 package.json                                      |  12 +-
 test/binding.gyp                                  |  14 +
 test/cpp/{returnundefined.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 -
 36 files changed, 1170 insertions(+), 569 deletions(-)
 create mode 100644 CHANGELOG.md
 create mode 100644 appveyor.yml
 copy test/cpp/{returnundefined.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