drh
|
019de3d553
Fix the Microsoft makefile so that it does not set SQLITE_TEMP_STORE
|
6 dní pred |
stephan
|
29d1d91502
Add a note in Makefile.msc about EXTRA_SRC files possibly requiring manual editing, as discussed in [forum:903f721f3e7c0d25|forum thread 903f721f3e7c0d25].
|
2 týždňov pred |
drh
|
eed134c4d3
Fix the build of sqlite3_analyzer.exe on Windows that was broken by
|
2 týždňov pred |
drh
|
42516b2ef9
Omit the antiquated and long-unsupport async extension since it has been
|
1 mesiac pred |
drh
|
5ea8d1ed5a
In Makefile.msc, build jimsh0.exe locally, not in the source directory.
|
2 mesiacov pred |
drh
|
8ce6d66986
The "WITHOUT_JIMSH=1" option on the nmake command-line forces the use of
|
2 mesiacov pred |
drh
|
9bcfb2b694
Basic builds now appear to work using jimsh0 on Windows.
|
2 mesiacov pred |
drh
|
ae07b98a3c
Add the tool/cp.tcl script and use it to simplify Makefile.msc.
|
2 mesiacov pred |
drh
|
542d1c923e
Tweaks to help make jimsh0 usable to build using nmake. Does not quite work
|
2 mesiacov pred |
drh
|
f578ce102e
Change the name of the new utility program from sqlite3-rsync to
|
2 mesiacov pred |
drh
|
45b4dca606
Fix the "tool-zip" makefile target so that it includes sqlite3-rsync.
|
2 mesiacov pred |
drh
|
17408fbbd8
An improved method for statically linking sqlite3_analyzer.exe using Tcl9.
|
2 mesiacov pred |
drh
|
f553588c76
Adjustments to the Makefile.msc to get static builds of sqlite3_analyzer.exe
|
2 mesiacov pred |
drh
|
50ec92f7ce
Improvements to Makefile.msc: (1) Attempt to find sane values for key
|
2 mesiacov pred |
drh
|
50bb0aaa2c
Changes to the TCL extension and how it is built, suggested by Jan Nijtmans.
|
2 mesiacov pred |
drh
|
6ba175f0c8
Port sqlite3_analyzer.exe to use sqlite3_stdio.
|
3 mesiacov pred |
drh
|
a55901a27c
Port sqldiff over to use sqlite3_stdio.
|
3 mesiacov pred |
drh
|
57b32ef924
Add the sqlite3_stdio.h library for Windows console I/O.
|
3 mesiacov pred |
drh
|
1d9db01065
CLI uses only lib-c for I/O on Windows. No calls to Win32. Works on Win11,
|
3 mesiacov pred |
drh
|
5e419c1048
Add the run-fuzzcheck target to the MSVC makefile.
|
3 mesiacov pred |
drh
|
61e3067529
Cleanup the sqlite3-rsync executable as part of "make clean"
|
3 mesiacov pred |
drh
|
d0d3182fa8
Change the hash algorithm from SHA1 to a 6-round KeccakF1600 with a rate
|
3 mesiacov pred |
drh
|
165daef043
Add sha1() functions to the CLI. Fix sha1b() such that it actually returns
|
3 mesiacov pred |
drh
|
f1fb5ce10f
Improved debugging output.
|
3 mesiacov pred |
drh
|
dc3bec34a6
Progress on the sqlite3-rsync utility. This is an incremental check-in. It
|
3 mesiacov pred |
drh
|
a9c8f7cf34
Initial infrastructure for the sqlite3-rsync utility. Prototype only.
|
3 mesiacov pred |
drh
|
dbab768d07
Fix dependencies in makefiles to include ext/misc/vfstrace.c as necessary.
|
3 mesiacov pred |
drh
|
7bd230cf4d
Make the default TCLDIR be C:\Tcl in the Makefile.msc.
|
3 mesiacov pred |
drh
|
c1042cd133
Include percentile() and merge() in the fuzzcheck test utility.
|
3 mesiacov pred |
drh
|
90fa4c7b2c
Enhance the percentile() and median() extension functions so that they can be
|
3 mesiacov pred |