drh 543ee479eb Enhance lemon so that it accepts the -U command-line option that undefines il y a 5 jours
..
win 1273614191 When using Visual Studio 2013, add the appropriate MaxPlatformVersion attribute to the VSIX SDK manifest. il y a 10 ans
GetFile.cs fe293347ac Minor enhancements to the TclKit download tool. il y a 5 ans
GetTclKit.bat f5e7691e2b Minor updates to the Windows batch tools. il y a 2 ans
Replace.cs 9aeb971ceb Support generating the '.def' file using the autoconf Makefile for MSVC. il y a 8 ans
build-all-msvc.bat f5e7691e2b Minor updates to the Windows batch tools. il y a 2 ans
build-shell.sh 5600adf1b1 Move the vfstrace extension out of src/ over into ext/misc/ where it belongs. il y a 3 mois
buildtclext.tcl f6fdf32553 buildtclext.tcl: add docs explaining the DESTDIR check and break out of the auto_path search loop early if the DESTDIR is not writable, rather than re-checking that repeatedly. il y a 1 mois
cg_anno.tcl b1dd3db537 Tweak the tool/cg_anno.tcl script so that it can run on systems without /usr/bin/tclsh. il y a 5 ans
checkSpacing.c a6b0a9cb80 Change the checkSpacing utility program to ignore whitespace at end-of-line il y a 12 ans
cktclsh.sh 10e751937c The Makefile distinguishes between tcl8.4 and tcl8.5. Some makefile targets il y a 1 an
cp.tcl ae5ef1e80f Fix the new tool/cp.tcl so that it works with older TCL versions, such as il y a 2 mois
custom.txt 624cb96f54 An assortment of comment typo fixes discovered by aspell. Add several new words to tool/custom.txt. No code changes. il y a 2 mois
dbhash.c 067b92ba00 Extend the refactoring into extensions. Clean up stray newlines. il y a 4 ans
dbtotxt.c 5187c955f6 The new --script option to dbtotxt.c looks for an SQL script at the head of il y a 2 ans
dbtotxt.md 3374648545 Add the "dbtotxt" utility program and the ability to read "dbtotxt" output il y a 6 ans
emcc.sh.in e957bd1ce7 Enhance the --with-emsdk flag to use a default value of 'auto', meaning to search the environment for it, and to fail fatally if --with-emsdk is explicitly provided but the SDK is not found. il y a 1 mois
enlargedb.c 4e6861d23d Add the "enlargedb" utility program used to construct very large database il y a 4 ans
extract-sqlite3h.tcl 91ed9ce0dd Add a script to tool/ that will extract the sqlite3.h header file from an il y a 5 ans
extract.c f6cee7d100 Add command-line utilities "offsets.c" and "extract.c" for use in il y a 13 ans
fast_vacuum.c 067b92ba00 Extend the refactoring into extensions. Clean up stray newlines. il y a 4 ans
find_tclconfig.tcl 91db27aff5 Clean up and restructure the TCL configuration sections in autoconf. il y a 4 mois
fragck.tcl ea5989276a For Windows VFS, modified xGetLastError() to call FormatMessage() il y a 15 ans
fuzzershell.c 1935887a68 Ensure that all fields of static sqlite3_module objects are explicitly il y a 1 an
genfkey.README e632004fdd Remove genfkey.c. Change genfkey.README to talk about the new shell dot-command, not the old standalone genfkey program. (CVS 6326) il y a 16 ans
genfkey.test 6ab91a7a7a Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases il y a 6 ans
getlock.c 092e4bdb91 Add the "getlock" utility for determining if a database file (on unix) is il y a 13 ans
index_usage.c 067b92ba00 Extend the refactoring into extensions. Clean up stray newlines. il y a 4 ans
kvtest-speed.sh 0caad09585 Remove a C99-style comment. Fixes to the kvtest-speed.sh script. il y a 8 ans
lemon.c 543ee479eb Enhance lemon so that it accepts the -U command-line option that undefines il y a 5 jours
lempar.c 21bdfe5884 Performance enhancements to the parser template. il y a 11 mois
libvers.c ce3c5011d9 Add the libvers.c tool in the tool/ subdirectory. il y a 8 ans
loadfts.c fcd4325398 Fix the origination date on the loadfts.c utility program. il y a 9 ans
logest.c 2b5fbb2836 Fix harmless compiler warnings seen with MSVC. il y a 3 ans
max-limits.c 943aa77a8a Add the "max-limits" utility program to the tools/ subdirectory. il y a 7 ans
merge-test.tcl 48a296c589 Add the merge-test.tcl script to ease verification of LTS branches. il y a 3 ans
mkautoconfamal.sh 853fb5e723 Fix a bug in the mkautoconfamal.sh script, introduced by check-in [3308fdda4b81c110] il y a 1 an
mkccode.tcl c73b85c156 Get sqlite3_analyzer optionally linking against libsqlite3.so instead of embedding sqlite3.c. Patch mkccode.tcl to accept digits in its IFDEF/IFNDEF checks and sqlite3_analyzer.c.in to only include sqlite3.c if -DINCLUDE_SQLITE3_C is passed to mkccode.tcl. il y a 1 mois
mkctimec.tcl bc4df6079c Remove the never-used and never-documented and long-ago deprecated il y a 1 mois
mkkeywordhash.c a955ec806a Change the name of the enabling compile-time macro to il y a 3 mois
mkmsvcmin.tcl 064b681e9b First attempt at getting the build to work with Tcl 9.0. il y a 4 mois
mkopcodec.tcl 20de9f6cb1 Minor tweaks to various TCL build scripts so that they work even for TCL 8.4, il y a 3 ans
mkopcodeh.tcl 744e5672bf Add new assert() statements, which if they had existed three years ago, il y a 9 mois
mkopts.tcl cb7d541d3a Replace the sqlite3_memdb_ptr() interface with the more general il y a 7 ans
mkpragmatab.tcl 8a93ce7458 Update the srctree-check.tcl script and child script so that they can be run il y a 1 an
mkshellc.tcl 6ac6bedc80 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. il y a 2 mois
mksourceid.c a3b75e982a Remove an asm() block from build tool mksourceid.c, as it causes build failures on some systems and performance is not important at build-time. il y a 5 ans
mkspeedsql.tcl ea5989276a For Windows VFS, modified xGetLastError() to call FormatMessage() il y a 15 ans
mksqlite3c-noext.tcl d31e7addd6 Update the amalgamation build script to include window.c. il y a 6 ans
mksqlite3c.tcl 8b3ba8eb5a Enclose the generated "sqlite3.c" and "sqlite3.h" in a single big #ifdef so il y a 1 mois
mksqlite3h.tcl 8b3ba8eb5a Enclose the generated "sqlite3.c" and "sqlite3.h" in a single big #ifdef so il y a 1 mois
mksqlite3internalh.tcl 2318d3387d Work in progress on fixing harmless compiler warnings when using -W4 and MSVC. il y a 10 ans
mktoolzip.tcl 72c5b9bf0e Add sqlite3_rsync to the docs at the top of mktoolzip.tcl. No code changes. il y a 2 mois
mkvsix.tcl 064b681e9b First attempt at getting the build to work with Tcl 9.0. il y a 4 mois
offsets.c 067b92ba00 Extend the refactoring into extensions. Clean up stray newlines. il y a 4 ans
omittest-msvc.tcl 0c4517a61a Get the tool/omittest-msvc.tcl script working. il y a 2 ans
omittest.tcl 3196c349d1 Do not fail the omittest if ICU libraries are not installed. il y a 3 mois
opcodesum.tcl 860a95fd01 Add a simple TCL script for summing cachegrind information for each VDBE il y a 8 ans
pagesig.c 5600adf1b1 Move the vfstrace extension out of src/ over into ext/misc/ where it belongs. il y a 3 mois
replace.tcl 064b681e9b First attempt at getting the build to work with Tcl 9.0. il y a 4 mois
restore_jrnl.tcl 064b681e9b First attempt at getting the build to work with Tcl 9.0. il y a 4 mois
rollback-test.c bce7365cb4 Add a simple test program to aid in verifying that journals are cross-platform. il y a 13 ans
run-speed-test.sh fbcd3130f6 Improvements to the performance testing program "speedtest1.c" and the il y a 8 ans
showdb.c e92f8e565b Further enhancement to PTRMAP display in showdb: Show the details of invalid il y a 3 mois
showjournal.c cdabd7bd50 Fix harmless compiler warnings. il y a 9 ans
showlocks.c 0f40e8dd41 Update the showlocks utility program so that it functions on files with il y a 4 ans
showshm.c 666fb6914d Add the showshm utility program for printing out the shm header in a il y a 7 ans
showstat4.c a4e54e868e Enhance the showstat4 utility program to show the full precision of il y a 7 ans
showwal.c 1d91f8619b Fix minor problems with the "showwal" utility program. Add a missing header il y a 1 an
soak1.tcl ea5989276a For Windows VFS, modified xGetLastError() to call FormatMessage() il y a 15 ans
spaceanal.tcl 99f50dd219 Close the db as sqlite3_analyzer exits. (See [forum:af384c2315d9718a|forum post, "sqlite3_analyzer not closing WAL-mode db cleanly" ].) il y a 3 mois
speed-check.sh e8b2c92240 Remove all code that makes use of the C-language "long double" datatype. il y a 2 mois
speedtest.tcl ea5989276a For Windows VFS, modified xGetLastError() to call FormatMessage() il y a 15 ans
speedtest16.c c56fac7483 Fix uses of ctype functions (ex: isspace()) on signed characters in test il y a 9 ans
speedtest2.tcl ea5989276a For Windows VFS, modified xGetLastError() to call FormatMessage() il y a 15 ans
speedtest8.c 5eddafeb64 New speed testing tools. (CVS 5786) il y a 16 ans
speedtest8inst1.c c56fac7483 Fix uses of ctype functions (ex: isspace()) on signed characters in test il y a 9 ans
spellsift.tcl bc91738e66 Add a C-source spell-checking facility. make misspell (on Nix) il y a 1 an
split-sqlite3c.tcl 28f4e7b286 Enhance the split-sqlite3c.tcl script so that it uses single-character il y a 1 an
sqldiff.c a55901a27c Port sqldiff over to use sqlite3_stdio. il y a 3 mois
sqlite3_analyzer.c.in c73b85c156 Get sqlite3_analyzer optionally linking against libsqlite3.so instead of embedding sqlite3.c. Patch mkccode.tcl to accept digits in its IFDEF/IFNDEF checks and sqlite3_analyzer.c.in to only include sqlite3.c if -DINCLUDE_SQLITE3_C is passed to mkccode.tcl. il y a 1 mois
sqlite3_rsync.c 19afe7ffd1 Have sqlite3_rsync avoid write-locking the origin database. il y a 1 mois
sqltclsh.c.in 98dfb2fc08 Fix compilation of 'sqltclsh.exe' for MSVC. il y a 7 ans
sqltclsh.tcl 8682e12190 Modify the sqltclsh startup script to look for a properly formatted il y a 7 ans
src-verify.c ea7ea76a59 Avoid a segfault when calling src-verify without any arguments. il y a 2 mois
srcck1.c bd441f7700 Change SQLITE_TRACE_STMT to return unexpanded SQL text in the X argument. il y a 8 ans
srctree-check.tcl 264c691863 Remove the configure-script VERSION check from tool/srctree-check.tcl, as it's not relevant in the autosetup build. il y a 2 mois
stack_usage.tcl c65714ddf0 Add the stack_usage.tcl script for analyzing the output of objdump on the il y a 12 ans
stripccomments.c b5e2e6fcd3 More work on the JS end-user deliverables. Add tool/stripccomments.c to support that. il y a 2 ans
symbols-mingw.sh beaba6282b Adjust the symbols.sh script for STAT3. Add the symbols-mingw.sh script for il y a 13 ans
symbols.sh 660107f35e Update tool/symbols.sh to ignore symbols from sessions and rebaser and to not il y a 5 ans
tclConfigShToAutoDef.sh 4b24cb2a3a Rename tool/tclConfigShToTcl.sh to tool/tclConfigShToAutoDef.sh in the name of pedantic correctness. il y a 1 mois
tclConfigShToMake.sh fe5602ffd9 Perform some makefile acrobatics to get the tclConfig.sh state applied for static makefiles. il y a 1 mois
varint.c 9c0153457a Add the "varint.c" utility program in the tool directory. il y a 10 ans
vdbe-compress.tcl 519fc4f8c2 Work around a minor JimTCL regexp incompatibility in tool/vdbe-compress.tcl. Summary: it thinks that backslash-escaped octal values are back-references, which it does not like. il y a 2 mois
vdbe_profile.tcl 878b44c128 Add TOTAL rows to the output generated by tool/vdbe_profile.tcl. il y a 2 ans
version-info.c bb51af68f4 Move ext/wasm/version-info.c to tool/ for re-use in build other dist bundles. il y a 1 an
warnings-clang.sh 0a38646806 Fix the "snapshot-tarball" makefile target, which was broken by the shell.c il y a 7 ans
warnings.sh 9b1334b7d3 Unix builds now assume the presence of nanosleep() in the standard library. il y a 1 an