More potentially-controversial makefile symbol renaming. This is simply more...
More potentially-controversial makefile symbol renaming. This is simply more readable to my eyes. (tags: autosetup)
View ArticleVarious build cleanups centered around straightening out various uses of...
Various build cleanups centered around straightening out various uses of CFLAGS and its cousins. Teach Makefile.linux-generic to figure out the TOP dir on its own (a GNU Make-ism, but it's a...
View ArticleBeginnings of rephrasing #if SQLITE_CORE to #ifdef/ifndef for consistency, as...
Beginnings of rephrasing #if SQLITE_CORE to #ifdef/ifndef for consistency, as discussed in [forum:cea40371c5e34b09 | forum post cea40371c5e34b09]. (tags: ifdef-SQLITE_CORE)
View ArticleUpdate the version number for the TEA extension. (tags: autosetup)
Update the version number for the TEA extension. (tags: autosetup)
View Article*MERGE* Merge all the latest trunk enhancements into the autosetup branch....
*MERGE* Merge all the latest trunk enhancements into the autosetup branch. (tags: autosetup)
View ArticleFix the sqlite3(.EXE) build to honor --disable-amalgamation. (tags: autosetup)
Fix the sqlite3(.EXE) build to honor --disable-amalgamation. (tags: autosetup)
View ArticleFix an inconsistency in the way SQLITE_CORE is used in fts3.c. (tags: trunk)
Fix an inconsistency in the way SQLITE_CORE is used in fts3.c. (tags: trunk)
View ArticleFix jimsh0.c so that it compiles using MSVC: "cl jimsh0.c" (tags: autosetup)
Fix jimsh0.c so that it compiles using MSVC: "cl jimsh0.c" (tags: autosetup)
View ArticleMinor makefile tweaks to account for customizations via a custom hand-built...
Minor makefile tweaks to account for customizations via a custom hand-built makefile. (tags: autosetup)
View ArticleTweaks to help make jimsh0 usable to build using nmake. Does not quite work...
Tweaks to help make jimsh0 usable to build using nmake. Does not quite work yet, but getting closer. (tags: autosetup)
View ArticleBack out [bd66222721] because it causes conflicts with test runs, apparently...
Back out [bd66222721] because it causes conflicts with test runs, apparently due to .o files being built with different flags. This means that the CLI shell currently does not honor...
View ArticleAdd the tool/cp.tcl script and use it to simplify Makefile.msc. (tags:...
Add the tool/cp.tcl script and use it to simplify Makefile.msc. (tags: autosetup)
View ArticleFix the new tool/cp.tcl so that it works with older TCL versions, such as...
Fix the new tool/cp.tcl so that it works with older TCL versions, such as jimtcl. (tags: autosetup)
View ArticleAdd missing ZERO_ARGUMENT_GENERATE_SERIES checks to ext/misc/series.c, as...
Add missing ZERO_ARGUMENT_GENERATE_SERIES checks to ext/misc/series.c, as reported via support mail. (tags: ifdef-SQLITE_CORE)
View ArticleAdd missing ZERO_ARGUMENT_GENERATE_SERIES checks to ext/misc/series.c, as...
Add missing ZERO_ARGUMENT_GENERATE_SERIES checks to ext/misc/series.c, as reported via support mail. (tags: trunk)
View ArticleAdd missing ZERO_ARGUMENT_GENERATE_SERIES checks to ext/misc/series.c. (tags:...
Add missing ZERO_ARGUMENT_GENERATE_SERIES checks to ext/misc/series.c. (tags: branch-3.47)
View ArticleFix a bug in jimsh0.c for when it is compiled using MSVC. (tags: autosetup)
Fix a bug in jimsh0.c for when it is compiled using MSVC. (tags: autosetup)
View ArticleBasic builds now appear to work using jimsh0 on Windows. (tags: autosetup)
Basic builds now appear to work using jimsh0 on Windows. (tags: autosetup)
View ArticlePatch sqlite3_rsync.c to disable undesirable automatic line ending...
Patch sqlite3_rsync.c to disable undesirable automatic line ending conversions on Windows. (tags: branch-3.47)
View ArticleThe "WITHOUT_JIMSH=1" option on the nmake command-line forces the use of...
The "WITHOUT_JIMSH=1" option on the nmake command-line forces the use of standard TCL for building, instead of jimsh0. (tags: autosetup)
View Article