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 |
2024-10-24 |
drh | Basic builds now appear to work using jimsh0 on Windows. |
commit | commitdiff | tree |
2024-10-24 |
drh | Fix a bug in jimsh0.c for when it is compiled using... |
commit | commitdiff | tree |
2024-10-24 |
stephan | Add missing ZERO_ARGUMENT_GENERATE_SERIES checks to... |
commit | commitdiff | tree |
2024-10-24 |
drh | Fix the new tool/cp.tcl so that it works with older... |
commit | commitdiff | tree |
2024-10-24 |
drh | Fix harmless compiler warnings. One of the warnings... |
commit | commitdiff | tree |
2024-10-24 |
drh | Add the tool/cp.tcl script and use it to simplify Makef... |
commit | commitdiff | tree |
2024-10-24 |
stephan | Back out [bd66222721] because it causes conflicts with... |
commit | commitdiff | tree |
2024-10-24 |
drh | Tweaks to help make jimsh0 usable to build using nmake... |
commit | commitdiff | tree |
2024-10-24 |
stephan | Minor makefile tweaks to account for customizations... |
commit | commitdiff | tree |
2024-10-24 |
drh | Fix jimsh0.c so that it compiles using MSVC: "cl jimsh0.c" |
commit | commitdiff | tree |
2024-10-24 |
dan | Fix an inconsistency in the way SQLITE_CORE is used... |
commit | commitdiff | tree |
2024-10-24 |
stephan | Fix the sqlite3(.EXE) build to honor --disable-amalgama... |
commit | commitdiff | tree |
2024-10-24 |
drh | Merge all the latest trunk enhancements into the autose... |
commit | commitdiff | tree |
2024-10-24 |
drh | Update the version number for the TEA extension. |
commit | commitdiff | tree |
2024-10-24 |
stephan | Various build cleanups centered around straightening... |
commit | commitdiff | tree |
2024-10-24 |
stephan | More potentially-controversial makefile symbol renaming... |
commit | commitdiff | tree |
2024-10-24 |
stephan | Bump version number to 3.48.0 (in this branch only... |
commit | commitdiff | tree |
2024-10-24 |
stephan | Potentially controversial/unconventional makefile symbo... |
commit | commitdiff | tree |
2024-10-24 |
stephan | Generic build cleanups. |
commit | commitdiff | tree |
2024-10-24 |
stephan | Get Makefile.linux-generic (formerly Makefile.linux... |
commit | commitdiff | tree |
2024-10-24 |
stephan | General make cleanups. Start adding a sanity-check... |
commit | commitdiff | tree |
2024-10-24 |
stephan | Rename some build vars for legibility. Fix hwaci-make... |
commit | commitdiff | tree |
2024-10-24 |
stephan | Fix out-of-tree builds configured with --disable-amalga... |
commit | commitdiff | tree |
2024-10-23 |
stephan | Remove unused configure check for clang-18. |
commit | commitdiff | tree |
2024-10-23 |
stephan | Remove three autotools files which are not needed in... |
commit | commitdiff | tree |
2024-10-23 |
stephan | Fix a #define typo in jimsh0.c, eliminating the need... |
commit | commitdiff | tree |
2024-10-23 |
stephan | After compiling jimsh, run sanity tests on it to ensure... |
commit | commitdiff | tree |
2024-10-23 |
stephan | Work around a minor JimTCL regexp incompatibility in... |
commit | commitdiff | tree |
2024-10-23 |
stephan | Remove the configure-script VERSION check from tool... |
commit | commitdiff | tree |
2024-10-23 |
stephan | Add missing export of LDFLAGS_DLOPEN to Makefile.in. |
commit | commitdiff | tree |
2024-10-23 |
drh | Reorder conditions in sqlite3PagerDirectReadOk() for... |
commit | commitdiff | tree |
2024-10-23 |
drh | Fix harmless compiler warnings in wherecode.c. One... |
commit | commitdiff | tree |
2024-10-23 |
drh | Add two new #include statements to the composite "fts5... |
commit | commitdiff | tree |
next |