..
win
When using Visual Studio 2013, add the appropriate MaxPlatformVersion attribute to the VSIX SDK manifest.
2014-05-10 17:28:45 +00:00
build-all-msvc.bat
Make PATH handling more robust in the batch tools for MSVC.
2017-02-27 17:16:27 +00:00
build-shell.sh
Fix the tool/build-shell.sh script to remove references to files that are
2013-04-25 17:27:08 +00:00
cg_anno.tcl
Tweak the tool/cg_anno.tcl script so that it can run on systems without /usr/bin/tclsh.
2019-03-19 11:35:18 +00:00
checkSpacing.c
Change the checkSpacing utility program to ignore whitespace at end-of-line
2012-08-20 16:23:36 +00:00
dbhash.c
Extend the refactoring into extensions. Clean up stray newlines.
2020-06-19 15:24:12 +00:00
dbtotxt.c
Fix harmless compiler warnings seen with MSVC.
2019-04-01 03:07:21 +00:00
dbtotxt.md
Add the "dbtotxt" utility program and the ability to read "dbtotxt" output
2018-12-13 15:06:26 +00:00
enlargedb.c
Add the "enlargedb" utility program used to construct very large database
2020-07-20 14:54:36 +00:00
extract-sqlite3h.tcl
Add a script to tool/ that will extract the sqlite3.h header file from an
2019-03-05 16:53:16 +00:00
extract.c
Add command-line utilities "offsets.c" and "extract.c" for use in
2011-08-09 18:14:36 +00:00
fast_vacuum.c
Extend the refactoring into extensions. Clean up stray newlines.
2020-06-19 15:24:12 +00:00
fragck.tcl
For Windows VFS, modified xGetLastError() to call FormatMessage()
2009-10-21 02:00:47 +00:00
fuzzershell.c
Make USE_FULLWARN=1 the default for MSVC and fix harmless compiler warnings.
2017-04-14 14:50:34 +00:00
genfkey.README
Remove genfkey.c. Change genfkey.README to talk about the new shell dot-command, not the old standalone genfkey program. (CVS 6326)
2009-02-25 15:43:57 +00:00
genfkey.test
Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases
2018-11-07 02:17:01 +00:00
GetFile.cs
Minor enhancements to the TclKit download tool.
2019-11-25 00:07:03 +00:00
getlock.c
Add the "getlock" utility for determining if a database file (on unix) is
2011-04-22 22:55:10 +00:00
GetTclKit.bat
Enhancements to TclKit batch tool for MSVC.
2020-10-14 21:31:20 +00:00
index_usage.c
Extend the refactoring into extensions. Clean up stray newlines.
2020-06-19 15:24:12 +00:00
kvtest-speed.sh
Remove a C99-style comment. Fixes to the kvtest-speed.sh script.
2017-01-31 16:49:01 +00:00
lemon.c
Fix harmless compiler warning seen with MSVC.
2020-09-21 20:18:44 +00:00
lempar.c
Remove a new assert() that the compiler finds is always true at compile-time,
2020-09-20 13:33:28 +00:00
libvers.c
Add the libvers.c tool in the tool/ subdirectory.
2016-05-25 18:53:39 +00:00
loadfts.c
Fix the origination date on the loadfts.c utility program.
2015-07-13 23:55:08 +00:00
logest.c
More harmless compiler warning fixes.
2016-04-12 20:05:06 +00:00
max-limits.c
Add the "max-limits" utility program to the tools/ subdirectory.
2017-02-06 15:27:44 +00:00
mkautoconfamal.sh
Reverse unintentional spacing change in the previous check-in.
2020-06-19 15:35:07 +00:00
mkccode.tcl
Add the tcl/mkccode.tcl script used to construct a single C-language source
2017-10-13 18:58:55 +00:00
mkctimec.tcl
Ensure that the value of the THREADSAFE symbol is always included when
2017-06-17 17:29:24 +00:00
mkkeywordhash.c
Parameterize the hash function in mkkeywordhash.c. This was an attempt to
2020-12-02 02:58:05 +00:00
mkmsvcmin.tcl
Export the public RBU entry points from the Win32 DLL.
2019-12-20 17:41:15 +00:00
mkopcodec.tcl
Number VDBE opcodes starting with 0 instead of 1, as this obviates the
2016-02-01 17:20:08 +00:00
mkopcodeh.tcl
Keep generated opcode values grouped together when required, even when they do not correspond to a token.
2018-07-25 15:12:29 +00:00
mkopts.tcl
Replace the sqlite3_memdb_ptr() interface with the more general
2018-01-03 16:49:52 +00:00
mkpragmatab.tcl
Fix the pragma_foreign_key_check virtual table so that it accepts arguments.
2020-07-03 12:32:04 +00:00
mkshellc.tcl
Add the ".recover" command to the shell tool. For recovering as much data as possible from corrupt databases.
2019-04-27 20:30:19 +00:00
mksourceid.c
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.
2019-11-11 15:13:11 +00:00
mkspeedsql.tcl
For Windows VFS, modified xGetLastError() to call FormatMessage()
2009-10-21 02:00:47 +00:00
mksqlite3c-noext.tcl
Update the amalgamation build script to include window.c.
2018-06-09 17:58:51 +00:00
mksqlite3c.tcl
If an amalgamation is created using SQLITE_ENABLE_UPDATE_DELETE_LIMIT,
2020-09-10 12:41:46 +00:00
mksqlite3h.tcl
Try to remove end-of-line whitespace when building the amalgamation.
2020-06-23 17:57:08 +00:00
mksqlite3internalh.tcl
Work in progress on fixing harmless compiler warnings when using -W4 and MSVC.
2015-01-12 18:02:52 +00:00
mkvsix.tcl
Replace a couple more references to Tcl 8.5 in the Windows build tools.
2016-11-03 21:35:10 +00:00
offsets.c
Extend the refactoring into extensions. Clean up stray newlines.
2020-06-19 15:24:12 +00:00
omittest.tcl
Fix #ifdefs so it compiles cleanly with all SQLITE_OMIT compile-time options.
2020-01-17 19:14:08 +00:00
opcodesum.tcl
Add a simple TCL script for summing cachegrind information for each VDBE
2016-05-20 23:51:14 +00:00
pagesig.c
Another fix to the hash signature algorithm in vfslog.c.
2013-10-10 13:41:04 +00:00
Replace.cs
Support generating the '.def' file using the autoconf Makefile for MSVC.
2016-02-26 23:13:16 +00:00
replace.tcl
The 'replace.tcl' tool should use Unix line-endings.
2016-08-02 19:29:56 +00:00
restore_jrnl.tcl
Added option to dump pages.
2010-01-08 04:50:22 +00:00
rollback-test.c
Add a simple test program to aid in verifying that journals are cross-platform.
2011-04-10 16:39:23 +00:00
run-speed-test.sh
Improvements to the performance testing program "speedtest1.c" and the
2016-03-30 12:20:24 +00:00
showdb.c
Enhance showdb to be 32-bit clean.
2020-07-22 11:42:50 +00:00
showjournal.c
Fix harmless compiler warnings.
2015-10-14 20:34:57 +00:00
showlocks.c
Update the showlocks utility program so that it functions on files with
2020-06-25 23:21:09 +00:00
showshm.c
Add the showshm utility program for printing out the shm header in a
2017-10-30 23:25:06 +00:00
showstat4.c
Enhance the showstat4 utility program to show the full precision of
2017-07-15 17:57:31 +00:00
showwal.c
In the showwal command-line tool, for unix builds, if the
2017-04-16 22:41:49 +00:00
soak1.tcl
For Windows VFS, modified xGetLastError() to call FormatMessage()
2009-10-21 02:00:47 +00:00
spaceanal.tcl
Further refactoring of the schema table name.
2020-06-19 13:33:53 +00:00
speed-check.sh
Add the --checkpoint option to speedtest1.
2020-08-07 14:47:55 +00:00
speedtest2.tcl
For Windows VFS, modified xGetLastError() to call FormatMessage()
2009-10-21 02:00:47 +00:00
speedtest8.c
New speed testing tools. (CVS 5786)
2008-10-09 17:57:33 +00:00
speedtest8inst1.c
Fix uses of ctype functions (ex: isspace()) on signed characters in test
2015-10-29 13:48:15 +00:00
speedtest16.c
Fix uses of ctype functions (ex: isspace()) on signed characters in test
2015-10-29 13:48:15 +00:00
speedtest.tcl
For Windows VFS, modified xGetLastError() to call FormatMessage()
2009-10-21 02:00:47 +00:00
split-sqlite3c.tcl
The source code files generated for the 'sqlite3-all.c' target should not have Windows line-endings.
2017-10-17 18:33:22 +00:00
sqldiff.c
Fix trivial memory leaks in the shell and sqldiff programs.
2020-11-17 21:09:56 +00:00
sqlite3_analyzer.c.in
Update the built procedures for the sqlite3_analyzer utility to allow it
2017-10-31 14:56:44 +00:00
sqltclsh.c.in
Fix compilation of 'sqltclsh.exe' for MSVC.
2018-01-08 14:24:08 +00:00
sqltclsh.tcl
Modify the sqltclsh startup script to look for a properly formatted
2018-01-07 20:38:10 +00:00
srcck1.c
Change SQLITE_TRACE_STMT to return unexpanded SQL text in the X argument.
2016-07-25 02:31:48 +00:00
stack_usage.tcl
Add the stack_usage.tcl script for analyzing the output of objdump on the
2012-09-18 14:00:54 +00:00
symbols-mingw.sh
Adjust the symbols.sh script for STAT3. Add the symbols-mingw.sh script for
2011-10-13 14:18:51 +00:00
symbols.sh
Update tool/symbols.sh to ignore symbols from sessions and rebaser and to not
2019-04-15 13:51:27 +00:00
varint.c
Add the "varint.c" utility program in the tool directory.
2014-10-31 10:31:59 +00:00
vdbe_profile.tcl
Improved header comment on the tool/vdbe_profile.tcl script. No changes to code.
2015-10-16 12:39:52 +00:00
vdbe-compress.tcl
Update the vdbe-compress.tcl script to account for expressions of the form (123>var), where "var" should be replaced with a reference to a union member.
2014-10-16 11:45:14 +00:00
warnings-clang.sh
Fix the "snapshot-tarball" makefile target, which was broken by the shell.c
2017-10-12 14:13:20 +00:00
warnings.sh
Fix typos in the previous check-in.
2018-11-15 19:12:22 +00:00