.. |
win
|
Update description strings in the VSIX package.
|
2012-08-06 10:51:55 +00:00 |
build-all-msvc.bat
|
Modify metadata for the VSIX package and add tooling support for PDBs.
|
2012-07-31 00:43:31 +00:00 |
build-shell.sh
|
Fix harmless static-analysis warnings, mosting having to do with memory
|
2012-04-11 11:38:53 +00:00 |
diffdb.c
|
Prepare for the 2.5.5 release. (CVS 661)
|
2002-07-06 16:32:14 +00:00 |
extract.c
|
Add command-line utilities "offsets.c" and "extract.c" for use in
|
2011-08-09 18:14:36 +00:00 |
fragck.tcl
|
For Windows VFS, modified xGetLastError() to call FormatMessage()
|
2009-10-21 02:00:47 +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
|
Fix a problem in the legacy genfkey code to do with column names that require quoting.
|
2009-10-08 13:42:28 +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 |
lemon.c
|
In Lemon, when comparing the output to the *.h file to see if it has changed,
|
2012-06-16 15:26:31 +00:00 |
lempar.c
|
Enhancements to lemon to generate more compact action tables and to avoid
|
2009-11-03 19:18:31 +00:00 |
mkkeywordhash.c
|
Fix a harmless compiler warning in the mkkeywordhash.c utility program.
|
2012-04-18 10:13:20 +00:00 |
mkopts.tcl
|
Add a script that will break the amalgamation source file up into 4 or 5
|
2011-04-01 18:12:58 +00:00 |
mkspeedsql.tcl
|
For Windows VFS, modified xGetLastError() to call FormatMessage()
|
2009-10-21 02:00:47 +00:00 |
mksqlite3c-noext.tcl
|
Remove more references to OS/2.
|
2012-06-21 15:09:20 +00:00 |
mksqlite3c.tcl
|
Remove support for OS/2 from the source tree.
|
2012-06-21 13:00:37 +00:00 |
mksqlite3h.tcl
|
Force almagamation gen scripts to use unix line endings for consistency across platforms.
|
2011-06-17 15:54:59 +00:00 |
mksqlite3internalh.tcl
|
Remove more references to OS/2.
|
2012-06-21 15:09:20 +00:00 |
mkvsix.tcl
|
Modify VSIX package generation tool to put the PDB files in the Debug directory.
|
2012-08-06 22:29:26 +00:00 |
offsets.c
|
Add command-line utilities "offsets.c" and "extract.c" for use in
|
2011-08-09 18:14:36 +00:00 |
omittest.tcl
|
Remove more references to OS/2.
|
2012-06-21 15:09:20 +00:00 |
opcodeDoc.awk
|
initial check-in of the new version (CVS 1)
|
2000-05-29 14:26:00 +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 |
showdb.c
|
If the SELECT that finds all root pages in the showdb fails, then report
|
2012-04-03 15:10:34 +00:00 |
showjournal.c
|
Updates to the showjournal.c utility in order to bring it up to version 3.
|
2010-10-01 13:28:43 +00:00 |
showwal.c
|
Add the write-ahead log viewer/debugger tool to the tools/ folder.
|
2010-07-07 20:38:26 +00:00 |
soak1.tcl
|
For Windows VFS, modified xGetLastError() to call FormatMessage()
|
2009-10-21 02:00:47 +00:00 |
space_used.tcl
|
For Windows VFS, modified xGetLastError() to call FormatMessage()
|
2009-10-21 02:00:47 +00:00 |
spaceanal.tcl
|
Update sqlite3_analyzer to correctly find all database files when the
|
2012-04-06 00:09:27 +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
|
Update utility program speedtest8inst1.c. (CVS 5201)
|
2008-06-11 11:00:31 +00:00 |
speedtest16.c
|
Consolidated inline assembly versions of "hwtime()" into hwtime.h. Provided MSVC version. Modified code for consistent use of hwtime(). Changed implementation to use sqlite_uint64 and sqlite_int64 instead of unsigned long long int and long long int for MSVC compiler support. (CVS 5178)
|
2008-05-29 20:22:37 +00:00 |
speedtest.tcl
|
For Windows VFS, modified xGetLastError() to call FormatMessage()
|
2009-10-21 02:00:47 +00:00 |
split-sqlite3c.tcl
|
Add a script that will break the amalgamation source file up into 4 or 5
|
2011-04-01 18:12:58 +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
|
Adjust the symbols.sh script for STAT3. Add the symbols-mingw.sh script for
|
2011-10-13 14:18:51 +00:00 |
tostr.awk
|
Backslash escaping is not working right in tostr.awk on the latest ubuntu.
|
2011-08-31 17:46:50 +00:00 |
vdbe-compress.tcl
|
For Windows VFS, modified xGetLastError() to call FormatMessage()
|
2009-10-21 02:00:47 +00:00 |
warnings-clang.sh
|
Fix harmless Clang warnings.
|
2012-06-06 23:59:36 +00:00 |
warnings.sh
|
Merge the stat3-enhancement branch with trunk, but keep the resulting merge
|
2011-08-26 13:16:33 +00:00 |