Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
iosdevzone
/
node-sqlite3
Public
forked from
antonycourtney/node-sqlite3
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
fix-unsafe-access
User selector
All users
All time
Commit history
Commits on Mar 6, 2014
start addressing #236
Dane Springmeyer
committed
efee9c8
View commit details
Copy full SHA for efee9c8
Browse repository at this point
call ndoe-pre-gyp build directly to avoid uncessary recompiles
Dane Springmeyer
committed
6a09d7b
View commit details
Copy full SHA for 6a09d7b
Browse repository at this point
always pass --target if it is custom
Dane Springmeyer
committed
d2fb8f2
View commit details
Copy full SHA for d2fb8f2
Browse repository at this point
call nw-gyp only through node-pre-gyp to ensure binding.gyp variables are known
Dane Springmeyer
committed
1fb8696
View commit details
Copy full SHA for 1fb8696
Browse repository at this point
allow sqlite_libname to be overridden in binding.gyp from command line
Dane Springmeyer
committed
786c0d5
View commit details
Copy full SHA for 786c0d5
Browse repository at this point
now node-pre-gyp passes these values
Dane Springmeyer
committed
31aaaca
View commit details
Copy full SHA for 31aaaca
Browse repository at this point
versioned require path - closes #248
Dane Springmeyer
committed
5c2593d
View commit details
Copy full SHA for 5c2593d
Browse repository at this point
upgrade to node-pre-gyp master (future 0.5.x)
Dane Springmeyer
committed
d2bdf5c
View commit details
Copy full SHA for d2bdf5c
Browse repository at this point
Commits on Feb 26, 2014
clean up readme
Dane Springmeyer
committed
88ca9b0
View commit details
Copy full SHA for 88ca9b0
Browse repository at this point
add docs for building against sqlcipher
Dane Springmeyer
committed
a3693f5
View commit details
Copy full SHA for a3693f5
Browse repository at this point
Commits on Feb 25, 2014
make sqlite3 library name configurable - enabling support for linking to sqlite3 variants like SQLCipher - refs #195
Dane Springmeyer
committed
a01efe7
View commit details
Copy full SHA for a01efe7
Browse repository at this point
add npmignore file - refs #253
Dane Springmeyer
committed
2abb769
View commit details
Copy full SHA for 2abb769
Browse repository at this point
Commits on Feb 13, 2014
Merge pull request #252 from Mithgol/support-node-webkit
Show description for c4dff8b
Dane Springmeyer
committed
c4dff8b
View commit details
Copy full SHA for c4dff8b
Browse repository at this point
remove `sleep 3`
Show description for e367dac
Mithgol
committed
e367dac
View commit details
Copy full SHA for e367dac
Browse repository at this point
do not install `libpangocairo:i386` and `libpango:i386`
Show description for 9c555c3
Mithgol
committed
9c555c3
View commit details
Copy full SHA for 9c555c3
Browse repository at this point
also install `libudev0:i386`
Show description for 469d879
Mithgol
committed
469d879
View commit details
Copy full SHA for 469d879
Browse repository at this point
install 32 bit stuff necessary for node-webkit 32 bit
Show description for 354766a
Mithgol
committed
354766a
View commit details
Copy full SHA for 354766a
Browse repository at this point
install ia32-libs
Show description for 0713dce
Mithgol
committed
0713dce
View commit details
Copy full SHA for 0713dce
Browse repository at this point
install libx11-6:i386
Show description for 6dbb9d9
Mithgol
committed
6dbb9d9
View commit details
Copy full SHA for 6dbb9d9
Browse repository at this point
on Linux 64 bit: also `ldd nw`
Mithgol
committed
8b83d45
View commit details
Copy full SHA for 8b83d45
Browse repository at this point
use the primary node-pre-gyp's repository
Mithgol
committed
54f460b
View commit details
Copy full SHA for 54f460b
Browse repository at this point
attempt ldd
Show description for e370b9c
Mithgol
committed
e370b9c
View commit details
Copy full SHA for e370b9c
Browse repository at this point
save and restore PATH
Mithgol
committed
fcdc43a
View commit details
Copy full SHA for fcdc43a
Browse repository at this point
sudo apt-get update --fix-missing
Show description for 05d7f8c
Mithgol
committed
05d7f8c
View commit details
Copy full SHA for 05d7f8c
Browse repository at this point
try installing libx11-dev
Mithgol
committed
ccf56f4
View commit details
Copy full SHA for ccf56f4
Browse repository at this point
also install libx11-6
Mithgol
committed
65be174
View commit details
Copy full SHA for 65be174
Browse repository at this point
on Linux 32 bit: download, unpack, use and erase node-webkit
Mithgol
committed
65280f0
View commit details
Copy full SHA for 65280f0
Browse repository at this point
for testing node-webkit, launch a virtual display
Show description for 6fc9166
Mithgol
committed
6fc9166
View commit details
Copy full SHA for 6fc9166
Browse repository at this point
on Linux 64 bit: download, unpack, use and erase node-webkit
Mithgol
committed
a86e300
View commit details
Copy full SHA for a86e300
Browse repository at this point
update node-pre-gyp's source branch
Show description for 6655d7c
Mithgol
committed
6655d7c
View commit details
Copy full SHA for 6655d7c
Browse repository at this point
try node-webkit's filename fix
Show description for 738aaf6
Mithgol
committed
738aaf6
View commit details
Copy full SHA for 738aaf6
Browse repository at this point
use `https` (instead of `http`) in the value of `remote_uri`
Show description for b580a1d
Mithgol
committed
b580a1d
View commit details
Copy full SHA for b580a1d
Browse repository at this point
use the tarball version of node-pre-gyp v0.4.2
Show description for 7dc529b
Mithgol
committed
7dc529b
View commit details
Copy full SHA for 7dc529b
Browse repository at this point
oops, the previous commit requires node-pre-gyp v0.4.2 or newer
Mithgol
committed
ff08389
View commit details
Copy full SHA for ff08389
Browse repository at this point
added `--runtime=node-webkit --overwrite` twice
Show description for e3324ce
Mithgol
committed
e3324ce
View commit details
Copy full SHA for e3324ce
Browse repository at this point
Previous
Next
You can’t perform that action at this time.