]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-10-25  drhMerge the latest trunk enhancements into the lateral... lateral-join
2024-10-25  drhUpdate the compile-for-*.md documents.
2024-10-25  drhRework the configure+make system to use autosetup rathe...
2024-10-25  drhRestore the amalgamation-tarball and snapshot-tarball... autosetup
2024-10-25  stephanMinor auto.def cleanups and doc addtions.
2024-10-25  drhNew jimsh0.c file for autosetup.
2024-10-25  drhUpdate the LICENSE.md file to describe BSD-licensed...
2024-10-25  stephanEnsure that jimsh is built in the proper dir in an...
2024-10-25  stephanRename config-defines.json to config.defines.json for...
2024-10-25  stephanAdd --defs-json-include-lowercase configure flag to...
2024-10-25  stephanInternal cleanups and docs in hwaci-common.tcl.
2024-10-25  stephanDocs related to the -array defs-dump option. Rename...
2024-10-25  stephanExperimentally add the -array formatting option to...
2024-10-25  stephan./configure now emits config-defs.json, a JSON-formatte...
2024-10-24  drhThe "WITHOUT_JIMSH=1" option on the nmake command-line...
2024-10-24  drhBasic builds now appear to work using jimsh0 on Windows.
2024-10-24  drhFix a bug in jimsh0.c for when it is compiled using...
2024-10-24  stephanAdd missing ZERO_ARGUMENT_GENERATE_SERIES checks to...
2024-10-24  drhFix the new tool/cp.tcl so that it works with older...
2024-10-24  drhFix harmless compiler warnings. One of the warnings...
2024-10-24  drhAdd the tool/cp.tcl script and use it to simplify Makef...
2024-10-24  stephanBack out [bd66222721] because it causes conflicts with...
2024-10-24  drhTweaks to help make jimsh0 usable to build using nmake...
2024-10-24  stephanMinor makefile tweaks to account for customizations...
2024-10-24  drhFix jimsh0.c so that it compiles using MSVC: "cl jimsh0.c"
2024-10-24  danFix an inconsistency in the way SQLITE_CORE is used...
2024-10-24  stephanFix the sqlite3(.EXE) build to honor --disable-amalgama...
2024-10-24  drhMerge all the latest trunk enhancements into the autose...
2024-10-24  drhUpdate the version number for the TEA extension.
2024-10-24  stephanVarious build cleanups centered around straightening...
2024-10-24  stephanMore potentially-controversial makefile symbol renaming...
2024-10-24  stephanBump version number to 3.48.0 (in this branch only...
2024-10-24  stephanPotentially controversial/unconventional makefile symbo...
2024-10-24  stephanGeneric build cleanups.
2024-10-24  stephanGet Makefile.linux-generic (formerly Makefile.linux...
2024-10-24  stephanGeneral make cleanups. Start adding a sanity-check...
2024-10-24  stephanRename some build vars for legibility. Fix hwaci-make...
2024-10-24  stephanFix out-of-tree builds configured with --disable-amalga...
2024-10-23  stephanRemove unused configure check for clang-18.
2024-10-23  stephanRemove three autotools files which are not needed in...
2024-10-23  stephanFix a #define typo in jimsh0.c, eliminating the need...
2024-10-23  stephanAfter compiling jimsh, run sanity tests on it to ensure...
2024-10-23  stephanWork around a minor JimTCL regexp incompatibility in...
2024-10-23  stephanRemove the configure-script VERSION check from tool...
2024-10-23  stephanAdd missing export of LDFLAGS_DLOPEN to Makefile.in.
2024-10-23  drhReorder conditions in sqlite3PagerDirectReadOk() for...
2024-10-23  drhFix harmless compiler warnings in wherecode.c. One...
2024-10-23  drhAdd two new #include statements to the composite "fts5...
2024-10-23  stephanAnother fix for autosetup/autosetup-find-tclsh for...
2024-10-23  stephanLatest autosetup/autosetup-find-tclsh from [https:...
2024-10-23  stephanReorder some auto.def code to avoid breaking --help.
2024-10-23  stephanMinor cleanups in the --with-wasi-sdk bits.
2024-10-23  stephanGet auto.def handling the case that no tclsh is install...
2024-10-23  stephanFix /dev/null and stderr redirection ordering in autose...
2024-10-23  stephanUse pkg-config for readline detection, if available...
2024-10-22  danChanges to EXPLAIN QUERY PLAN to identify covering...
2024-10-22  drhAdd the "halt" command to testrunner.tcl
2024-10-22  drhAdd the SQLITE_IOCAP_SUBPAGE_READ bit to the possible...
2024-10-22  drhRename to SQLITE_IOCAP_SUBPAGE_READ. bypass-iocap
2024-10-22  drhAdd the SQLITE_IOCAP_BYPASS device characteristic....
2024-10-22  stephanMinor build docs and cleanups.
2024-10-22  drhDo not typedef Tcl_Size if it is already #defined.
2024-10-22  stephanMinor cleanups to how configure generates tool/emcc.sh.
2024-10-22  stephanTeach ext/wasm/GNUmakefile to use tool/emcc.sh and...
2024-10-22  drhFurther changes to sqlite3_rsync.c to work around Windo...
2024-10-22  drhSet I/O mode to binary in Windows in sqlite3_rsync.
2024-10-22  stephanAfter discussing [4d4423df8d14] with Steve Bennett...
2024-10-22  stephanTouch configure-generated files at configure-time even...
2024-10-22  stephanRename hwaci-error to the more descriptive hwaci-fatal...
2024-10-21  drhIn testrunner.tcl: Better estimates for ETC (Estimated...
2024-10-21  stephanBring checksymbols target up to date and add a TODO...
2024-10-21  stephanAdd sqlite3rebaser_... to the API symbols accepted...
2024-10-21  stephanResolve two build FIXMEs.
2024-10-21  stephanGet most of the numerous misc tool binaries building.
2024-10-21  stephanSimplify how the targets which may or may not be enable...
2024-10-21  stephanMore build doc tweaks and get ./startup building.
2024-10-21  stephanStart moving most Makefile.in docs over to main.mk...
2024-10-21  drhVersion 3.47.0 version-3.47.0
2024-10-21  stephanAdd docs introducing how to define and use autosetup...
2024-10-21  danAdd a case to testrunner.tcl so that mdevtest can run...
2024-10-21  stephanMerge trunk into autosetup branch.
2024-10-21  danAvoid using LIKE in sqlite3expert.c, in case "PRAGMA...
2024-10-20  danFix another problem with ".expert" and virtual tables...
2024-10-20  stephanBuild doc touchups.
2024-10-20  stephanA possible fix for some as-yet-unused configure code...
2024-10-20  stephanCosmetic tweaks to auto.def.
2024-10-20  stephanMinor doc updates.
2024-10-20  stephanDo not check for Emscripten when doing a --with-wasi...
2024-10-20  stephanGeneric build cleanups and reorgs.
2024-10-19  stephanAdd sqlite3_rsync to the docs at the top of mktoolzip...
2024-10-19  stephanMore build cleanups and get it working with BSD make...
2024-10-19  stephanMove most of the makefile code into the static main.mk.
2024-10-19  stephanFactor out all autosetup-processed @if/@else blocks...
2024-10-19  stephanGeneric build cleanups.
2024-10-19  stephanMerge trunk into autosetup branch.
2024-10-19  stephanGet tool-zip target, and its prerequisites, building.
2024-10-19  stephanAdd missing $(TEXE) suffixes in the tool-zip makefile...
2024-10-19  drhMove the #include of hwtime.h from the bottom of util...
2024-10-19  stephanGet more of the test/utility targets building.
2024-10-19  stephanWork around a JimTCL regsub incompatibility in mkccode...
next