Commit Graph

53 Commits

Author SHA1 Message Date
Fedor Indutny
34dced2d27 fix windows build 2025-02-13 16:31:02 -08:00
Fedor Indutny
2a6d9a51fe Compatibility with pnpm 2025-02-13 14:37:15 -08:00
Fedor Indutny
c10c625237 Add back libraries on Windows 2024-10-18 15:37:52 -07:00
Fedor Indutny
3a959e1c31 Use signal-sqlcipher-extension 2024-10-18 14:47:29 -07:00
Fedor Indutny
f66b8c6dd1 Use SQLCIPHER_CRYPTO_CC on macOS 2024-10-16 09:39:46 -07:00
Fedor Indutny
6439afa9d5 Revert all changes since v8.8.5 to reapply cleanly 2024-10-16 09:39:01 -07:00
Fedor Indutny
e64c401b72 Some further optimizations 2024-10-15 17:20:39 -07:00
Fedor Indutnyy
d467d0fc5e deps: link with ntdll 2023-08-31 14:45:14 -07:00
Fedor Indutnyy
f328d9b496 deps: add missing libs for the latest rust 2023-01-31 13:19:27 -08:00
Fedor Indutnyy
2e432b0aad rename tokenizer to signal_tokenizer 2023-01-26 14:58:27 -08:00
Fedor Indutnyy
ce0f0aa094 deps: try different library placement 2023-01-25 21:52:50 -08:00
Fedor Indutnyy
50230955c0 gyp: copy windows lib properly 2023-01-25 21:25:05 -08:00
Fedor Indutnyy
dbe34b75a4 deps: fix gyp bug 2023-01-25 19:56:40 -08:00
Fedor Indutnyy
ac7338ad39 src: use our custom icu_tokenizer 2023-01-25 19:36:39 -08:00
Fedor Indutnyy
5caf211b72 Revert "Optimize build side on macOS"
This reverts commit dab57610e8.
2022-11-03 20:49:51 -07:00
Fedor Indutnyy
f51f6fe710 Revert "Optimize linux build size"
This reverts commit fc70f3d416.
2022-11-03 20:49:44 -07:00
Fedor Indutnyy
fc70f3d416 Optimize linux build size 2022-11-03 19:54:44 -07:00
Fedor Indutnyy
dab57610e8 Optimize build side on macOS 2022-11-03 19:49:33 -07:00
Fedor Indutny
bd26a8145b sqlcipher support 2022-04-07 16:44:24 -07:00
Joshua Wise
cece44dc35 documented unsafe mode 2020-04-25 09:31:02 -05:00
Joshua Wise
c1553ed9eb added support for the SQLITE_DIR environment variable for specifying custom sqlite builds 2020-04-22 13:49:52 -05:00
Joshua Wise
1a7cf409b8 ignore warnings from sqlite3 library 2019-12-05 13:35:23 -05:00
Joshua Wise
35e0568d8c added required defines when --sqlite3 is present 2018-10-09 10:27:13 -04:00
Joshua Wise
b71bdcd82b custom amalgamations no longer require sqlite3ext.h 2018-10-09 10:11:11 -04:00
Joshua Wise
5b756b869e removed defines.gypi when using a custom amalgamation 2018-10-04 17:07:28 -04:00
Joshua Wise
0beb045b9b added sqlite3.h and sqlite3ext.h to required outputs 2018-10-04 16:35:05 -04:00
Joshua Wise
efe93b1c63 added the --sqlite3 build option to use a custom amalgamation 2018-10-04 16:27:11 -04:00
Joshua Wise
e8a931550e removed bindings and package-require deps 2018-10-04 14:25:25 -04:00
Joshua Wise
c49509185b enabled SQLITE_ENABLE_UPDATE_DELETE_LIMIT 2018-09-25 19:58:51 -04:00
Joshua Wise
d5b9de56a1 created download script 2018-09-25 15:04:58 -04:00
Joshua Wise
c97e06164e enabled SQLITE_LIKE_DOESNT_MATCH_BLOBS 2018-09-25 04:56:10 -04:00
Joshua Wise
14548bcd85 updated comment 2018-09-25 04:53:55 -04:00
Joshua Wise
436596b54f implemented the expand() method 2018-09-18 17:23:05 -04:00
Joshua Wise
f3a50f3572 removed comment 2018-09-17 20:13:03 -04:00
Joshua Wise
3194a4ddc9 removed some comments 2018-09-17 18:41:28 -04:00
Joshua Wise
6990d839db temporarily disabled stat4 2018-09-16 10:19:48 -04:00
Joshua Wise
44e49a0fc2 added stat4, introspection pragmas, and soundex 2018-09-16 10:02:58 -04:00
Joshua Wise
a97398d014 enabled sqlite debug flags while testing 2018-09-16 05:57:57 -04:00
Joshua Wise
8cc0a5478f removed python script in favor of js 2018-09-15 23:50:43 -04:00
Joshua Wise
07297b9ac9 linted gyp files 2018-09-15 17:25:40 -04:00
Paul Fitzpatrick
901989f99f add FTS4 support 2018-03-17 12:42:24 -04:00
Joshua Wise
ab69a58bd4 added the db.loadExtension() method 2017-08-24 17:29:18 -04:00
Joshua Wise
f3daddb53c improved performance, change wal mode default synchronous setting, and allowed statements to be recompiled automatically following schema changes 2017-04-13 01:37:01 -04:00
Joshua Thomas Wise
bd1c758b0a removed thread-safety, since there is no more multithreading 2017-02-07 17:17:42 -05:00
Joshua Wise
4935a1ed0c updated to sqlite3 3.15.0 2016-10-14 17:54:42 -04:00
Joshua Wise
e5ed2f8495 added to sqlite3.gyp 2016-09-12 21:28:34 -04:00
Joshua Wise
75b6f48ccd wrote API for syncronous operations 2016-09-12 17:16:11 -04:00
Joshua Wise
06814fdce0 updated sqlite3 2016-09-07 22:11:33 -04:00
Joshua Wise
0069de9e22 cleaned up repo 2016-09-07 13:35:04 -04:00
Joshua Wise
e512ea08c1 overhauled scope of module 2016-09-05 04:54:34 -04:00