- 06 Aug, 2015 4 commits
-
-
Dane Springmeyer authored
-
Visual studio 2015
Dane Springmeyer authored -
Upgrade to Sqlite 3.8.11.1
Dane Springmeyer authored -
This reverts commit 5efbf428.
Dane Springmeyer authored
-
- 31 Jul, 2015 3 commits
-
-
bergwerkgis authored
-
bergwerkgis authored
-
bergwerkgis authored
-
- 30 Jul, 2015 2 commits
-
-
Ben Gotow authored
-
SQLite3 3.8.11.1 / 3.8.11 includes performance optimizations that make it almost 20% faster than 3.8.0: https://www.sqlite.org/releaselog/3_8_11_1.html.
Ben Gotow authored
-
- 14 Jul, 2015 6 commits
-
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
use latest node version by ABI - generated with https://github.com/mapbox/node-pre-gyp/blob/master/scripts/latest-by-abi.js
Dane Springmeyer authored -
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Remove obsolete file (build system now depends on node-pre-gyp so calling node-gyp directly is not supported)
Dane Springmeyer authored
-
- 09 Jul, 2015 1 commit
-
-
correct instructions for building against sqlcipher
Dane Springmeyer authored
-
- 29 Jun, 2015 1 commit
-
-
AJ ONeal authored
-
- 23 Jun, 2015 1 commit
-
-
Dane Springmeyer authored
-
- 07 May, 2015 5 commits
-
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Fix non-Linux build failure.
Dane Springmeyer authored -
gcc-preinclude.h contains a fix for old Linux systems but it's included unconditionally on other platforms as well. I could update the GYP files to exclude it on other platforms but it seems easier to add a `defined(__linux__)` guard to the header file. Let this be the last fix.
Ben Noordhuis authored
-
- 06 May, 2015 3 commits
-
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Fix non-x86 build failure.
Dane Springmeyer authored
-
- 05 May, 2015 1 commit
-
-
The inclusion of gcc-preinclude.h breaks the build on ARM and i386 because of the missing .symver symbol. Only define it on x86_64. Closes out mapbox/node-sqlite3#445.
Ben Noordhuis authored
-
- 04 May, 2015 8 commits
-
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Fix glibc missing symbol errors
Dane Springmeyer authored
-
- 01 May, 2015 2 commits
-
-
Pre-include gcc-preinclude.h in a few more places to ensure that we don't pick up a reference to the memcpy@@GLIBC_2.14 symbol. Fixes add-on loading on systems with an old glibc, such as RHEL <= 6. Closes out mapbox/node-sqlite3#433.
Ben Noordhuis authored -
Fixes the build with io.js v2.0.0.
Ben Noordhuis authored
-
- 16 Apr, 2015 1 commit
-
-
Dane Springmeyer authored
-
- 14 Feb, 2015 1 commit
-
-
Mithgol authored
-
- 11 Feb, 2015 1 commit
-
-
Dane Springmeyer authored
-