aboutsummaryrefslogtreecommitdiff
path: root/tool
Commit message (Expand)AuthorAge
* Add an explicit call to sqlite3_initialize() to sqlite3_rsync so that it work...HEADmasterstephan30 hours
* Extend the sqlite3_rsync PATH to include /opt/local/bin, per request in [foru...stephan2 days
* Minor bug fixes in the script added by the previous check-indrh3 days
* Add a script to build ARM64EC binaries on Windows11 for ARM64.drh3 days
* Ensure that certain local files are not inadvertently carried over into the s...stephan2025-07-20
* Add the snapshot-zip makefile targets for both Windows and Posix.drh2025-07-14
* Enhance the "mktoolzip.tcl" script (used by the "tool-zip" makefile target) s...drh2025-07-14
* Add the --tclConfig.sh FILE flag to buildtclext.tcl to eliminate the discrepa...stephan2025-06-18
* Update the "msort" function in Lemon so that it works with lists of anydrh2025-06-06
* Remove the clunky test_windirent.h and test_windirent.c files from src/drh2025-06-05
* Enhance sqlite3_rsync so that it works even if the replica database isdrh2025-06-03
* Fix an off-by-one error in sqlite3_rsync, reported indrh2025-06-03
* Fix a goofy hash function in Lemon. No changes to SQLite itself.drh2025-05-29
* Slight change to tool/split-sqlite3c.tcl to make it compatible with jimshdrh2025-05-26
* Avoid calls to sprintf() in Lemon, since OpenBSD hates sprintf().drh2025-05-26
* Remove stray tab characters from source files.drh2025-05-19
* Adjust the tool/warnings.sh script so that it works on the latest versionsdrh2025-05-19
* Latest upstream teaish pieces for minor fixes. Restructure this copy of teais...stephan2025-05-17
* Remove a redundant typedef from the sqlite3_rsync.c source file.drh2025-05-11
* Provide the SQLITE_BUG_COMPATIBLE_20250510 compile-time option that restoresdrh2025-05-10
* Enhance sqlite3_rsync so that if the first attempt to invoke a copydrh2025-05-03
* Fix a harmless redundant variable declaration in sqlite3_rsync.drh2025-05-03
* Addition summary results output when using -vvv on sqlite3_rsync.drh2025-05-03
* Promote the --protocol option to sqlite3_rsync from being an undocumenteddrh2025-05-03
* Improvements to protocol negotiation.drh2025-05-03
* Clean up command-line parsing. Add the undocumented drh2025-05-02
* Now appears to be working. More testing needed. Refinement of thedrh2025-05-02
* Bug fixes. Added new debugging features to better visualize thedrh2025-05-02
* This is the start of an experiment in getting sqlite3_rsync to use lessdrh2025-05-02
* Do not allow sqlite3_rsync to convert the replica from WAL-mode intodrh2025-05-02
* Allow sqlite3_rsync to work on non-WAL-mode databases, as long as thedrh2025-05-01
* Remove long-obsolete performance testing scripts from the tools/ folder.drh2025-04-28
* Latest upstream teaish, which restructures the teaish files a bit.stephan2025-04-13
* Add missing exports of various LDFLAGS and CFLAGS for the teaish build.stephan2025-04-12
* Initial port of the TEA build (autoconf/tea) from autotools to autosetup.stephan2025-04-12
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
* In Tcl, always use eq/ne for comparing strings, not ==/!=jan.nijtmans2025-03-27
* Merge trunk into cygwin-fixes branch. Add .fossil-settings/binary-glob to squ...stephan2025-03-26
|\
| * Remove tool/tclConfigShToAutoDef.sh, as that functionality was moved into aut...stephan2025-03-23
| * Internal configure refactoring to support an ongoing conversion of ./autoconf...stephan2025-03-23
| * Replace use of autosetup/lib/*.auto for sqlite-custom-... features to avoid t...stephan2025-03-22
| * Teach mkautoconfamal.sh to avoid copying autosetup/local.tcl and autosetup/*....stephan2025-03-22
* | Test script patches from Jan Nijtmans: always use -DUSE_TCL_STUBS in buildtcl...stephan2025-03-19
* | Merge trunk into the cygwin-fixes branch.stephan2025-03-19
|\|
| * Update the docs in tool/mkccode.tcl to reflect that it's more generic than it...stephan2025-03-18
| * The substitute "puts" command used by the Windows implementation ofdrh2025-03-11
* | Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more s...stephan2025-03-08
|/
* Approximately 100 typo corrections spanning the whole tree, submitted via [fo...stephan2025-02-27
* Strive to make sorts stable in the mkpragmatab.tcl build script, so thatdrh2025-02-27
* Add support for SQLITE_EXTRA_INIT_MUTEXED - like SQLITE_EXTRA_INIT, but is ca...dan2025-02-27