2024-11-06 |
dan | Add tests for xInstToken() and prefix queries with... |
commit | commitdiff | tree |
2024-11-02 |
dan | Allow an fts5 table or query to be configured to collec... |
commit | commitdiff | tree |
2024-11-01 |
dan | Merge latest trunk changes into this branch. |
commit | commitdiff | tree |
2024-11-01 |
stephan | When configuring with --with-wasi-sdk, ensure that... |
commit | commitdiff | tree |
2024-10-31 |
drh | In testrunner.tcl, only show the ETC on the status... |
commit | commitdiff | tree |
2024-10-31 |
drh | Fix the clean-autosetup target in Makefile.in so that... |
commit | commitdiff | tree |
2024-10-31 |
drh | Extra defenses against UAF when failing to allocate... |
commit | commitdiff | tree |
2024-10-31 |
drh | When building a shared library on Mac, one must specify... |
commit | commitdiff | tree |
2024-10-31 |
drh | Omit unnecessary bold text in ./configure output. |
commit | commitdiff | tree |
2024-10-31 |
drh | Improved differentiation between antirez and msteveb... |
commit | commitdiff | tree |
2024-10-31 |
stephan | Add a missing 'close' call to proj-file-content-list. |
commit | commitdiff | tree |
2024-10-31 |
stephan | Add -trim flag to proj-file-content. |
commit | commitdiff | tree |
2024-10-31 |
stephan | Remove some proj-assert checks which are not valid... |
commit | commitdiff | tree |
2024-10-31 |
stephan | When reading in .default-CFLAGS, trim it. |
commit | commitdiff | tree |
2024-10-31 |
stephan | Add the .POSIX special target to the main makefiles... |
commit | commitdiff | tree |
2024-10-31 |
stephan | Add more deps to T.tcl.env.sh so that it gets rebuilt... |
commit | commitdiff | tree |
2024-10-31 |
stephan | If a file named .default-CFLAGS exists in the build... |
commit | commitdiff | tree |
2024-10-31 |
stephan | When --with-wasi-sdk is active, temporarily swap CC... |
commit | commitdiff | tree |
2024-10-31 |
stephan | Change default CFLAGS to {-g -O2} to match the legacy... |
commit | commitdiff | tree |
2024-10-31 |
stephan | Fix a corner case in automatic TCLLIBDIR detection... |
commit | commitdiff | tree |
2024-10-31 |
stephan | Reimplement how the TCL-related environment vars are... |
commit | commitdiff | tree |
2024-10-30 |
stephan | Minor cleanups to the linenoise flavor detection test. |
commit | commitdiff | tree |
2024-10-30 |
stephan | Move the linenoise flavor check from auto.def to proj... |
commit | commitdiff | tree |
2024-10-30 |
stephan | Expand [c0048e4482e9] to determine the linenoise API... |
commit | commitdiff | tree |
2024-10-30 |
stephan | proj.tcl/main.mk doc updates. No functional changes. |
commit | commitdiff | tree |
2024-10-30 |
drh | Adjust Makefile.in to honor the CC environment variable... |
commit | commitdiff | tree |
2024-10-30 |
drh | Fix the CLI so that it can use either the canonical... |
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 |
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 |
dan | Merge latest trunk changes into this branch. |
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 |
dan | Merge latest trunk into this branch. |
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 |
next |