- 16 Oct, 2013 1 commit
-
-
Dane Springmeyer authored
-
- 07 Oct, 2013 2 commits
-
-
fixes #108 issue is that we perform auto-detection of the parameter style based on the type of the first parameter. if it is an object, we switch to the object syntax. however, buffers are also objects, so we have to special case them too like RegExp and Date.
Konstantin Käfer authored -
Conflicts: package.json
Konstantin Käfer authored
-
- 11 Sep, 2013 4 commits
-
-
Dane Springmeyer authored
-
This reverts commit 2572bb86.
Dane Springmeyer authored -
Dane Springmeyer authored
-
add script to build a cross walk from node semver to process.versions.modules value - refs https://github.com/developmentseed/node-sqlite3/wiki/Binaries
Dane Springmeyer authored
-
- 10 Sep, 2013 3 commits
-
-
Dane Springmeyer authored
-
ensure we use integers for node abi version - in the case of node v0.11.3 this converts 0x000C -> 12
Dane Springmeyer authored -
Dane Springmeyer authored
-
- 09 Sep, 2013 4 commits
-
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Support for binary deployment
Dane Springmeyer authored
-
- 08 Sep, 2013 1 commit
-
-
default to installing from pre-built binaries: build from source now with 'npm install --build-from-source'
Dane Springmeyer authored
-
- 14 Aug, 2013 2 commits
-
-
remove && in engins
Dane Springmeyer authored -
Calvin Metcalf authored
-
- 07 Aug, 2013 6 commits
-
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
added a section that explains rebuilding sqlite3 for node-webkit
Dane Springmeyer authored -
Code improvements
Dane Springmeyer authored -
Fix installation instructions in README.md
Dane Springmeyer authored
-
- 03 Aug, 2013 1 commit
-
-
Michael Williamson authored
-
- 24 Jul, 2013 2 commits
- 19 Jul, 2013 2 commits
- 18 Jul, 2013 1 commit
-
-
a couple of minor changes in README
Dane Springmeyer authored
-
- 17 Jul, 2013 6 commits
-
-
Node's website http://nodejs.org/ is hyperlinked instead of the engine's GitHub repository. A local hyperlink to the “INSTALLING” section is introduced instead of less detailed `npm install sqlite3`.
Mithgol authored -
create “INSTALLING” section in README for the most simple instructions
Dane Springmeyer authored -
Currently the most simple `npm install sqlite3` is buried in the most deep bottom of the “BUILDING” section. And the instructions for building the `master` branch immediately precede it. This commit creates a separate “INSTALLING” section (placed before “BUILDING”) containing only the most simple instructions. A new method of building the `master` branch is introduced. The user's system won't even need `git` for that because a tarball is downloaded by npm from GitHub. A message about the necessity of meeting node-gyp's requirements is given.
Mithgol authored -
Dane Springmeyer authored
-
display npm package version
Dane Springmeyer authored -
The https://badge.fury.io/ service is used to display the latest version of the project's npm package. A quick look at the GitHub's project page may then tell any user if an upgrade is available (without visiting https://npmjs.org/package/sqlite3 for this purpose). A hyperlink to https://npmjs.org/package/sqlite3 is still available so that the package's version can be confirmed whenever the user feels that https://badge.fury.io/ service is less trusted (or if https://badge.fury.io/ is down, though the latter I haven't experienced yet).
Mithgol authored
-
- 16 Jul, 2013 5 commits
-
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
configure Travis CI services
Dane Springmeyer authored -
run test/support/createdb.js before testing
Dane Springmeyer authored
-