Add --with-icu-config flag to use the icu-config binary to find the required...
Add --with-icu-config flag to use the icu-config binary to find the required ldflags for linking the ICU libraries. (tags: trunk)
View ArticleDocs and small code cleanups in hwaci-common.tcl. (tags: trunk)
Docs and small code cleanups in hwaci-common.tcl. (tags: trunk)
View ArticleHave --enable-editline fail rather than emit a warning which would easily be...
Have --enable-editline fail rather than emit a warning which would easily be overlooked by automated builds. The error message explains a potential workaround for activating libedit. (tags: trunk)
View ArticleCorrect the default config value for HAVE_TCL (0 until proven otherwise) and...
Correct the default config value for HAVE_TCL (0 until proven otherwise) and fix the starting dir for SQLITE_AUTORECONFIG (formerly SQLITE_AUTOREMAKE), as reported in [forum:8ab69387008f2f6c | forum...
View ArticleDocument why -IPREFIX/include is now part of T.cc.sqlite. (tags: trunk)
Document why -IPREFIX/include is now part of T.cc.sqlite. (tags: trunk)
View Article*MERGE* Merge latest trunk changes into this branch. (tags:...
*MERGE* Merge latest trunk changes into this branch. (tags: fts5-tokendata-prefix)
View ArticleSimplify how hwaci-xfer-options-aliases figures out whether flags are...
Simplify how hwaci-xfer-options-aliases figures out whether flags are provided. (tags: trunk)
View ArticleRemove the long-unused, legacy vsixtest/ logic from the source tree. (tags:...
Remove the long-unused, legacy vsixtest/ logic from the source tree. (tags: trunk)
View ArticleRename the 'hwaci' auto.def utility API to the more generic 'proj' API, per...
Rename the 'hwaci' auto.def utility API to the more generic 'proj' API, per /chat discussion. Fix a function name typo which caused readline detection to kill the configure in one code path. (tags: trunk)
View ArticleLink libtclsqlite3.so to libsqlite3.so, not libsqlite3.a. (tags: trunk)
Link libtclsqlite3.so to libsqlite3.so, not libsqlite3.a. (tags: trunk)
View ArticleUpdate Makefile.linux-generic to account for recent var renaming. (tags: trunk)
Update Makefile.linux-generic to account for recent var renaming. (tags: trunk)
View ArticleOmit ext/consio from the tree. No longer needed or supported. (tags: trunk)
Omit ext/consio from the tree. No longer needed or supported. (tags: trunk)
View ArticleOmit the antiquated and long-unsupport async extension since it has been...
Omit the antiquated and long-unsupport async extension since it has been superseded by WAL mode for over a decade. (tags: omit-async)
View ArticleHave sqlite3_rsync avoid write-locking the origin database. (tags: trunk)
Have sqlite3_rsync avoid write-locking the origin database. (tags: trunk)
View Article*MERGE* The async extension was superseded by WAL mode about 11 years ago,...
*MERGE* The async extension was superseded by WAL mode about 11 years ago, and has long been deprecated. Remove it from the source tree. (Anybody who really needs it can still dig it out of the...
View ArticlePerform some makefile acrobatics to get the tclConfig.sh state applied for...
Perform some makefile acrobatics to get the tclConfig.sh state applied for static makefiles. (tags: trunk)
View ArticleRemove the never-used and never-documented and long-ago deprecated...
Remove the never-used and never-documented and long-ago deprecated user-authentication feature option. [65884d4f81a4705b]. (tags: trunk)
View ArticleRemove the ltmain.sh autotools remnant. (tags: trunk)
Remove the ltmain.sh autotools remnant. (tags: trunk)
View ArticleCalculate TCLLIBDIR in the makefile targets which use it, rather than via the...
Calculate TCLLIBDIR in the makefile targets which use it, rather than via the configure script. This enables its use in static makefiles. (tags: trunk)
View ArticleMinor makefile formatting cleanups. No functional changes. (tags: trunk)
Minor makefile formatting cleanups. No functional changes. (tags: trunk)
View Article