Simplify how the targets which may or may not be enabled, depending on config...
Simplify how the targets which may or may not be enabled, depending on config flags, are formulated in main.mk. (tags: autosetup)
View ArticleGet most of the numerous misc tool binaries building. (tags: autosetup)
Get most of the numerous misc tool binaries building. (tags: autosetup)
View ArticleResolve two build FIXMEs. (tags: autosetup)
Resolve two build FIXMEs. (tags: autosetup)
View ArticleAdd sqlite3rebaser_... to the API symbols accepted by the 'checksymbols'...
Add sqlite3rebaser_... to the API symbols accepted by the 'checksymbols' makefile target. (tags: trunk)
View ArticleBring checksymbols target up to date and add a TODO based on a feature...
Bring checksymbols target up to date and add a TODO based on a feature request from the forum. (tags: autosetup)
View ArticleIn testrunner.tcl: Better estimates for ETC (Estimated Time to Completion)....
In testrunner.tcl: Better estimates for ETC (Estimated Time to Completion). Show the ETC even for the single-line status reports. (tags: trunk)
View ArticleRename hwaci-error to the more descriptive hwaci-fatal. Use autosetup's...
Rename hwaci-error to the more descriptive hwaci-fatal. Use autosetup's file-isexec instead of [file executable] for portability. Remove the binary file lookup cache - unnecessary complexity. When...
View ArticleTouch configure-generated files at configure-time even if autosetup does not...
Touch configure-generated files at configure-time even if autosetup does not update them because their contents would not be changed. Works around wonky deps causing too-frequent rebuilds. (tags:...
View ArticleAfter discussing [4d4423df8d14] with Steve Bennett, do not prepend...
After discussing [4d4423df8d14] with Steve Bennett, do not prepend $prefix/bin to the search path for binaries, as that path is commonly used for cross-compiled targets and we want binaries which will...
View ArticleSet I/O mode to binary in Windows in sqlite3_rsync. (tags: trunk)
Set I/O mode to binary in Windows in sqlite3_rsync. (tags: trunk)
View ArticleFurther changes to sqlite3_rsync.c to work around Windows issues. (tags: trunk)
Further changes to sqlite3_rsync.c to work around Windows issues. (tags: trunk)
View ArticleTeach ext/wasm/GNUmakefile to use tool/emcc.sh and fix a syntax error in...
Teach ext/wasm/GNUmakefile to use tool/emcc.sh and fix a syntax error in tool/emcc.sh.in. Work around a JimTCL incompatibility in tool/mkshellc.tcl. (tags: autosetup)
View ArticleMinor cleanups to how configure generates tool/emcc.sh. (tags: autosetup)
Minor cleanups to how configure generates tool/emcc.sh. (tags: autosetup)
View ArticleDo not typedef Tcl_Size if it is already #defined. (tags: trunk)
Do not typedef Tcl_Size if it is already #defined. (tags: trunk)
View ArticleAdd still more logging to determine why schema loads are so slow in some...
Add still more logging to determine why schema loads are so slow in some circumstances. (tags: cf8f1552-commit-instr)
View ArticleMinor build docs and cleanups. (tags: autosetup)
Minor build docs and cleanups. (tags: autosetup)
View ArticleAdd the SQLITE_IOCAP_BYPASS device characteristic. Do not allow the...
Add the SQLITE_IOCAP_BYPASS device characteristic. Do not allow the SQLITE_DIRECT_OVERFLOW_READ optimization if that capability is missing. (tags: bypass-iocap)
View ArticleRename to SQLITE_IOCAP_SUBPAGE_READ. (tags: bypass-iocap)
Rename to SQLITE_IOCAP_SUBPAGE_READ. (tags: bypass-iocap)
View Article*MERGE* Add the SQLITE_IOCAP_SUBPAGE_READ bit to the possible returns values...
*MERGE* Add the SQLITE_IOCAP_SUBPAGE_READ bit to the possible returns values from xDeviceCharacteristics method of the system-IO abstract class. The direct-overflow-read optimization is disabled for...
View ArticleAdd the "halt" command to testrunner.tcl (tags: trunk)
Add the "halt" command to testrunner.tcl (tags: trunk)
View Article