- 07 Aug, 2013 2 commits
-
-
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
- 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 9 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 -
drop devDependencies from package.json
Dane Springmeyer authored -
Mithgol authored
-
Mithgol authored
-
Fix developmentseed/node-sqlite3#169
Mithgol authored
-
- 15 Jul, 2013 6 commits
-
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Drop step@0.0.4 from devDependencies
Dane Springmeyer authored -
Extend the timeout
Dane Springmeyer authored -
Currently the `devDependencies` value in `package.json` lists `"step": "0.0.4"`, but it does not seem that the `step` module is used anywhere.
Mithgol authored -
`test/parallel_insert.test.js` took 134383ms on 2.2GHz single-core Pentium 4 in Windows XP
Mithgol authored
-
- 11 Jul, 2013 6 commits
-
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
another try at fixing build order based on details at https://code.google.com/p/gyp/issues/detail?id=259
Dane Springmeyer authored -
Dane Springmeyer authored
-
Dane Springmeyer authored
-
- 01 Jul, 2013 2 commits
-
-
Make tar.gz a bundled dependency
Dane Springmeyer authored -
Ryan Mechelke authored
-
- 27 Jun, 2013 1 commit
-
-
Dane Springmeyer authored
-
- 20 Jun, 2013 2 commits
-
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
- 18 Jun, 2013 1 commit
-
-
Dane Springmeyer authored
-
- 17 Jun, 2013 1 commit
-
-
Dane Springmeyer authored
-