[Pkg-javascript-commits] [node-sqlite3] branch upstream updated (c098d7b -> 97ad028)
László Böszörményi
gcs at moszumanska.debian.org
Sun Apr 24 18:06:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
gcs pushed a change to branch upstream
in repository node-sqlite3.
from c098d7b Imported Upstream version 2.1.15+ds2
adds 312f022 Imported Upstream version 2.1.19+ds1
adds 181e5bf Imported Upstream version 2.2.0+ds1
adds 97ad028 Imported Upstream version 3.1.3+ds1
No new revisions were added by this update.
Summary of changes:
.gitignore | 7 +-
.npmignore | 12 +
.travis.yml | 121 +++++++++-
CHANGELOG.md | 167 ++++++++++++-
CONTRIBUTING.md | 57 +++++
LICENSE | 33 +--
Makefile | 50 +++-
README.md | 153 +++++++-----
appveyor.yml | 56 +++++
binding.gyp | 80 +++----
configure | 3 -
deps/common-sqlite.gypi | 55 ++++-
deps/sqlite3.gyp | 12 +-
lib/sqlite3.js | 114 ++++-----
package.json | 51 ++--
scripts/build-appveyor.bat | 160 +++++++++++++
scripts/build-local.bat | 59 +++++
scripts/build_against_node.sh | 79 ++++++
scripts/build_against_node_webkit.sh | 91 +++++++
scripts/build_for_node_webkit.cmd | 15 ++
scripts/install_node.sh | 21 ++
scripts/validate_tag.sh | 24 ++
src/async.h | 2 +-
src/database.cc | 347 ++++++++++++++-------------
src/database.h | 64 ++---
src/gcc-preinclude.h | 6 +
src/macros.h | 105 ++++----
src/node_sqlite3.cc | 9 +-
src/statement.cc | 451 ++++++++++++++++++-----------------
src/statement.h | 58 ++---
test/issue-108.test.js | 28 +++
test/json.test.js | 22 ++
test/named_columns.test.js | 9 +
test/nw/.gitignore | 3 +
test/nw/Makefile | 39 +++
test/nw/index.html | 14 ++
test/nw/package.json | 9 +
test/prepare.test.js | 51 ++++
test/profile.test.js | 7 +-
test/unicode.test.js | 73 +++++-
40 files changed, 1978 insertions(+), 739 deletions(-)
create mode 100644 .npmignore
create mode 100644 CONTRIBUTING.md
create mode 100644 appveyor.yml
delete mode 100755 configure
create mode 100644 scripts/build-appveyor.bat
create mode 100644 scripts/build-local.bat
create mode 100755 scripts/build_against_node.sh
create mode 100755 scripts/build_against_node_webkit.sh
create mode 100644 scripts/build_for_node_webkit.cmd
create mode 100755 scripts/install_node.sh
create mode 100755 scripts/validate_tag.sh
create mode 100644 src/gcc-preinclude.h
create mode 100644 test/issue-108.test.js
create mode 100644 test/json.test.js
create mode 100644 test/nw/.gitignore
create mode 100755 test/nw/Makefile
create mode 100644 test/nw/index.html
create mode 100644 test/nw/package.json
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-sqlite3.git
More information about the Pkg-javascript-commits
mailing list