Add jimsh.exe and jimsh0.exe to the clean rules in Makefile.msc so that stale...
Add jimsh.exe and jimsh0.exe to the clean rules in Makefile.msc so that stale builds of those files from msys2 and friends do not cause mysterious build errors. (tags: trunk)
View ArticleEnhance speedtest1 with a new testset that calls sqlite3_open() and uses the...
Enhance speedtest1 with a new testset that calls sqlite3_open() and uses the connection many times. (tags: trunk)
View ArticleMake the "mix1" testset the default for speedtest1. (tags: trunk)
Make the "mix1" testset the default for speedtest1. (tags: trunk)
View ArticleAdd the --size option to the test/speedtest.tcl script. (tags: trunk)
Add the --size option to the test/speedtest.tcl script. (tags: trunk)
View ArticleRemove a pointless line of code. (tags: trunk)
Remove a pointless line of code. (tags: trunk)
View ArticleExperimental change to allow clients to block when taking a SHARED lock to...
Experimental change to allow clients to block when taking a SHARED lock to connect to a wal mode database. (tags: win32-enable-setlk)
View ArticleAdapt [https://fossil-scm.org/home/info/3bff7b92d6d|Fossil SCM patch...
Adapt [https://fossil-scm.org/home/info/3bff7b92d6d|Fossil SCM patch 3bff7b92d6d], applying -lrt for platforms which need it for one of {fdatasync, nanosleep}. (tags: trunk)
View ArticleMake the --out-implib support ([6092b0b86bf93a3d]) specifically opt-in...
Make the --out-implib support ([6092b0b86bf93a3d]) specifically opt-in because the feature check for it passes on some platforms where it is not recognized at link-time. (tags: trunk)
View ArticleMake the --out-implib support ([6092b0b86bf93a3d]) specifically opt-in...
Make the --out-implib support ([6092b0b86bf93a3d]) specifically opt-in because the feature check for it passes on some platforms where it is not recognized at link-time. (tags: branch-3.49)
View ArticleAdapt [https://fossil-scm.org/home/info/3bff7b92d6d|Fossil SCM patch...
Adapt [https://fossil-scm.org/home/info/3bff7b92d6d|Fossil SCM patch 3bff7b92d6d], applying -lrt for platforms which need it for one of {fdatasync, nanosleep}. (tags: branch-3.49)
View ArticleAttempt to improvement performance of multiple OP_Columns that occur in a...
Attempt to improvement performance of multiple OP_Columns that occur in a row. Minimal improvement for a lot of complexity and risk. (tags: column-optimization)
View ArticleMove the configure flags definition and handling into...
Move the configure flags definition and handling into autosetup/sqlite-config.tcl to avoid duplication between auto.def and autoconf/auto.def while still giving us a way to filter the...
View Article*MERGE* Merge latest changes from trunk into this branch. (tags:...
*MERGE* Merge latest changes from trunk into this branch. (tags: win32-enable-setlk)
View ArticleMove the configure flags definition and handling into...
Move the configure flags definition and handling into autosetup/sqlite-config.tcl to avoid duplication between auto.def and autoconf/auto.def while still giving us a way to filter the...
View ArticleRename a configure-internal function and fix handling of --dump-defines for...
Rename a configure-internal function and fix handling of --dump-defines for the autoconf bundle. (tags: trunk)
View ArticleRename a configure-internal function and fix handling of --dump-defines for...
Rename a configure-internal function and fix handling of --dump-defines for the autoconf bundle. (tags: branch-3.49)
View ArticleFix "unused variable" warnings in os_unix.c and os_win.c. (tags:...
Fix "unused variable" warnings in os_unix.c and os_win.c. (tags: win32-enable-setlk)
View ArticleUpdate tool/mkctimec.tcl so that sqlite3_compileoption_xxx() APIs report on...
Update tool/mkctimec.tcl so that sqlite3_compileoption_xxx() APIs report on the SQLITE_ENABLE_SETLK_TIMEOUT option. (tags: win32-enable-setlk)
View ArticleOmit the src/ctime.c source file, since it is automatically generated by a...
Omit the src/ctime.c source file, since it is automatically generated by a TCL script. Instead, add rules to the various makefiles to generate ctime.c on demand. (tags: trunk)
View Article