2024-10-31 |
dan | Update this branch so that it works with ZipVFS. readonly-ignore-wal-jrnl |
commit | commitdiff | tree |
2024-10-30 |
dan | Require the SQLITE_ENABLE_READONLY_WALJOURNAL pre-proce... |
commit | commitdiff | tree |
2024-10-30 |
dan | Merge latest trunk changes into this branch. |
commit | commitdiff | tree |
2024-10-30 |
dan | Fix a problem that could occur if a read-only connectio... |
commit | commitdiff | tree |
2024-10-30 |
stephan | Clean up and add docs to the TCL vetting steps. Make... |
commit | commitdiff | tree |
2024-10-30 |
stephan | Remove accommodation of the legacy-named shared librari... |
commit | commitdiff | tree |
2024-10-30 |
stephan | Generic makefile cleanups. |
commit | commitdiff | tree |
2024-10-30 |
stephan | Re-enable exporting of TCLLIBDIR at configure-time... |
commit | commitdiff | tree |
2024-10-30 |
stephan | When calculating the TCLLIBDIR in main.mk, allow the... |
commit | commitdiff | tree |
2024-10-29 |
stephan | Split the core-most CFLAGS, which should not be overrid... |
commit | commitdiff | tree |
2024-10-29 |
stephan | Try to detect if --with-readline-cflags is passed a... |
commit | commitdiff | tree |
2024-10-29 |
stephan | General auto.def cleanups and docs. |
commit | commitdiff | tree |
2024-10-29 |
dan | Add fault-injection tests for the new code on this... |
commit | commitdiff | tree |
2024-10-29 |
dan | Allow read-only connections to ignore hot journals... |
commit | commitdiff | tree |
2024-10-29 |
stephan | Reformulate the readline completion signature compatibi... |
commit | commitdiff | tree |
2024-10-29 |
stephan | Rename an almost-name-colliding auto.def function.... |
commit | commitdiff | tree |
2024-10-29 |
stephan | Remove some extraneous configure output. |
commit | commitdiff | tree |
2024-10-29 |
drh | Fix a typo in LICENSE.md |
commit | commitdiff | tree |
2024-10-29 |
stephan | When either --readline or --editline are explicitly... |
commit | commitdiff | tree |
2024-10-29 |
stephan | Minor --help text tweak. |
commit | commitdiff | tree |
2024-10-29 |
stephan | Add proj-assert proc and add a couple of asserts to... |
commit | commitdiff | tree |
2024-10-29 |
stephan | Teach configure --editline to report itself to shell... |
commit | commitdiff | tree |
2024-10-29 |
stephan | Remove LDFLAGS_LIBZ from sqlite3.pc.in (pkg-config... |
commit | commitdiff | tree |
2024-10-29 |
stephan | Remove some dead auto.def code. Link tclsqlite3 shell... |
commit | commitdiff | tree |
2024-10-28 |
drh | Enclose the generated "sqlite3.c" and "sqlite3.h" in... |
commit | commitdiff | tree |
2024-10-28 |
drh | Remove unnecessary install-sh and spec.template files. |
commit | commitdiff | tree |
2024-10-28 |
stephan | Minor makefile formatting cleanups. No functional changes. |
commit | commitdiff | tree |
2024-10-28 |
stephan | Calculate TCLLIBDIR in the makefile targets which use... |
commit | commitdiff | tree |
2024-10-28 |
stephan | Remove the ltmain.sh autotools remnant. |
commit | commitdiff | tree |
2024-10-28 |
drh | Remove the never-used and never-documented and long... |
commit | commitdiff | tree |
2024-10-28 |
stephan | Perform some makefile acrobatics to get the tclConfig... |
commit | commitdiff | tree |
2024-10-28 |
drh | The async extension was superseded by WAL mode about... |
commit | commitdiff | tree |
2024-10-28 |
dan | Have sqlite3_rsync avoid write-locking the origin database. |
commit | commitdiff | tree |
2024-10-28 |
drh | Omit the antiquated and long-unsupport async extension... omit-async |
commit | commitdiff | tree |
2024-10-28 |
drh | Omit ext/consio from the tree. No longer needed or... |
commit | commitdiff | tree |
2024-10-28 |
stephan | Update Makefile.linux-generic to account for recent... |
commit | commitdiff | tree |
2024-10-28 |
stephan | Link libtclsqlite3.so to libsqlite3.so, not libsqlite3.a. |
commit | commitdiff | tree |
2024-10-28 |
stephan | Rename the 'hwaci' auto.def utility API to the more... |
commit | commitdiff | tree |
2024-10-28 |
drh | Remove the long-unused, legacy vsixtest/ logic from... |
commit | commitdiff | tree |
2024-10-28 |
stephan | Simplify how hwaci-xfer-options-aliases figures out... |
commit | commitdiff | tree |
2024-10-28 |
stephan | Document why -IPREFIX/include is now part of T.cc.sqlite. |
commit | commitdiff | tree |
2024-10-28 |
stephan | Correct the default config value for HAVE_TCL (0 until... |
commit | commitdiff | tree |
2024-10-28 |
stephan | Have --enable-editline fail rather than emit a warning... |
commit | commitdiff | tree |
2024-10-28 |
stephan | Docs and small code cleanups in hwaci-common.tcl. |
commit | commitdiff | tree |
2024-10-28 |
stephan | Add --with-icu-config flag to use the icu-config binary... |
commit | commitdiff | tree |
2024-10-27 |
stephan | Expand the 'make help' target and clean up some overly... |
commit | commitdiff | tree |
2024-10-27 |
stephan | Re-order the auto.def flags logical groups. Add some... |
commit | commitdiff | tree |
2024-10-27 |
stephan | Generic cleanups in auto.def and hwaci-common.tcl. |
commit | commitdiff | tree |
2024-10-27 |
stephan | Doc additions and minor cleanups in the --flag alias... |
commit | commitdiff | tree |
2024-10-27 |
stephan | Rename --with-readline-lib/inc to --with-readline-ldfla... |
commit | commitdiff | tree |
2024-10-27 |
stephan | When ICU is enabled, ensure that the CLI shell build... |
commit | commitdiff | tree |
2024-10-27 |
stephan | When readline is enabled, attempt to determine whether... |
commit | commitdiff | tree |
2024-10-27 |
drh | Fix build errors in fts5_tcl.c on Mac. |
commit | commitdiff | tree |
2024-10-27 |
dan | Fix test code added by [ba358d26]. |
commit | commitdiff | tree |
2024-10-27 |
drh | Improvements to the PATTERN option of the "testrunner... |
commit | commitdiff | tree |
2024-10-27 |
drh | Help systems still using Tcl8.6 to compile tclsqlite... |
commit | commitdiff | tree |
2024-10-27 |
stephan | Remove some incorrect code comments. |
commit | commitdiff | tree |
2024-10-27 |
stephan | Re-add the --disable-static flag to (mostly) disable... |
commit | commitdiff | tree |
2024-10-27 |
stephan | Generic auto.def cleanups. |
commit | commitdiff | tree |
2024-10-27 |
stephan | Ensure that --disable-tcl is honored. Move LDFLAGS... |
commit | commitdiff | tree |
2024-10-27 |
stephan | configure: add --with-icu-lib=LDFLAGS and --enable... |
commit | commitdiff | tree |
2024-10-27 |
stephan | Makefile.in: include CPPFLAGS in the CFLAGS, as the... |
commit | commitdiff | tree |
2024-10-27 |
stephan | configure: document why --enable-editline does not... |
commit | commitdiff | tree |
2024-10-27 |
stephan | Bring the automated readline detection up to parity... |
commit | commitdiff | tree |
2024-10-27 |
stephan | Rename --with-readline-ldflags/cflags to --with-readlin... |
commit | commitdiff | tree |
2024-10-27 |
stephan | Correct sqlite3.pc to represent the library, not the... |
commit | commitdiff | tree |
2024-10-26 |
stephan | Get --with-linenoise=DIR configure flag working. |
commit | commitdiff | tree |
2024-10-26 |
stephan | Remove the install-lib makefile dep from install-tcl... |
commit | commitdiff | tree |
2024-10-26 |
stephan | configure flag --disable-readline now trumps --with... |
commit | commitdiff | tree |
2024-10-26 |
stephan | Add new configure --with-readline-ldflags/cflags/header... |
commit | commitdiff | tree |
2024-10-26 |
dan | Add test case for fts5 trigram tokenizer. |
commit | commitdiff | tree |
2024-10-26 |
drh | In Makefile.msc, build jimsh0.exe locally, not in the... |
commit | commitdiff | tree |
2024-10-26 |
stephan | Remove LDFLAGS_ZLIB from sqlite3.pc.in because -lsqlite... |
commit | commitdiff | tree |
2024-10-26 |
stephan | Patch bundle accumulated via /chat: add missing --enabl... |
commit | commitdiff | tree |
2024-10-26 |
drh | Fix a bug in the computation of LDFLAGS.libsqlite3... |
commit | commitdiff | tree |
2024-10-26 |
stephan | Add missing B.exe extension to src-verify, as reported... |
commit | commitdiff | tree |
2024-10-26 |
stephan | Doc typo fix. |
commit | commitdiff | tree |
2024-10-26 |
stephan | Rephrase 'older' as 'legacy' in the docs from [0a50e330... |
commit | commitdiff | tree |
2024-10-26 |
stephan | Expand the libtool-style link support from [0a50e33051... |
commit | commitdiff | tree |
2024-10-26 |
stephan | Disable generation of config.defines.json until/unless... |
commit | commitdiff | tree |
2024-10-25 |
stephan | Correct unresolved @LIBS@ placeholder in sqlite3.pc.in. |
commit | commitdiff | tree |
2024-10-25 |
stephan | Use (cc-with {-includes stdint.h}) when checking for... |
commit | commitdiff | tree |
2024-10-25 |
stephan | When --with-tclsh=X is used, use X for all TCL purposes... |
commit | commitdiff | tree |
2024-10-25 |
stephan | Fix BUILD_CFLAGS (for B.cc) to not inherent CFLAGS... |
commit | commitdiff | tree |
2024-10-25 |
stephan | Experimentally: when ./configure CC=foo is used in... |
commit | commitdiff | tree |
2024-10-25 |
stephan | Rename VERSION_XYZ to the more conventional PACKAGE_VER... |
commit | commitdiff | tree |
2024-10-25 |
drh | Update the compile-for-*.md documents. |
commit | commitdiff | tree |
2024-10-25 |
drh | Rework the configure+make system to use autosetup rathe... |
commit | commitdiff | tree |
2024-10-25 |
drh | Restore the amalgamation-tarball and snapshot-tarball... autosetup |
commit | commitdiff | tree |
2024-10-25 |
stephan | Minor auto.def cleanups and doc addtions. |
commit | commitdiff | tree |
2024-10-25 |
drh | New jimsh0.c file for autosetup. |
commit | commitdiff | tree |
2024-10-25 |
drh | Update the LICENSE.md file to describe BSD-licensed... |
commit | commitdiff | tree |
2024-10-25 |
stephan | Ensure that jimsh is built in the proper dir in an... |
commit | commitdiff | tree |
2024-10-25 |
stephan | Rename config-defines.json to config.defines.json for... |
commit | commitdiff | tree |
2024-10-25 |
stephan | Add --defs-json-include-lowercase configure flag to... |
commit | commitdiff | tree |
2024-10-25 |
stephan | Internal cleanups and docs in hwaci-common.tcl. |
commit | commitdiff | tree |
2024-10-25 |
stephan | Docs related to the -array defs-dump option. Rename... |
commit | commitdiff | tree |
2024-10-25 |
stephan | Experimentally add the -array formatting option to... |
commit | commitdiff | tree |
2024-10-25 |
stephan | ./configure now emits config-defs.json, a JSON-formatte... |
commit | commitdiff | tree |
2024-10-24 |
drh | The "WITHOUT_JIMSH=1" option on the nmake command-line... |
commit | commitdiff | tree |
next |