aboutsummaryrefslogtreecommitdiff
path: root/tool/sqlite3_analyzer.c.in
Commit message (Collapse)AuthorAge
* Minor tweaks to the way auxiliary tools are built, to make it easier todrh2021-11-18
| | | | | customize the builds without having to alter the code. FossilOrigin-Name: 90b06b6f42918852cfb15258be462c6bed260c6a618b86fa9084bac72fa2f58f
* Update the built procedures for the sqlite3_analyzer utility to allow itdrh2017-10-31
| | | | | | to be linked with an external sqlite3.o library. Automatically detect a missing dbstat extension and report the compile-time error. FossilOrigin-Name: bb39744f4b2b25c10d293e85db7579e2a99c639fdab45e93d1de75952b68b2de
* Improved ability to generate stand-alone program using TCL and SQLite bydrh2017-10-13
| | | | | | | compiling with -DTCLSH_INIT_PROC=name to cause the TCL interpreter to be initialized using procedure name(). Both sqlite3_analyzer and testfixture are now built this way. FossilOrigin-Name: d65d1f297ddb07b799ff5b2e560575fc59a6fa74c752269cc85ab84348fb7da4
* Add the tcl/mkccode.tcl script used to construct a single C-language sourcedrh2017-10-13
fiel for programs that combine C-code, SQLite, and TCL. Use this script to construct the sqlite3_analyzer program. FossilOrigin-Name: 298a3fddec459c4fd2b840bd363239dc627f1dda90e2d5e478846cb895a8ad82