aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Add the "--fuzzdb FILENAME" to testrunner.tcl as an alternative to settingdrh2025-04-29
| | | | | | the FUZZDB environment variable (as that can be awkward to do on Windows). Further improvements to the testrunner.tcl documentation. FossilOrigin-Name: 6fb84156a262ff89d1a2d1df6fbfac4c1a43fb55b9d15205508662e2c9b0894f
* Update testrunner.tcl documentation. Fix typo in testrunner.tcl output.drh2025-04-29
| | | FossilOrigin-Name: ba8800b4ba0a690c89d9fb96bb9a0d8789d04160ff9c47ea9afb2b403bec7f0b
* Add docs explaining how to test the teaish build.stephan2025-04-16
| | | FossilOrigin-Name: b53619ddb74fa250f03564d04e732248b4161d4d10d6f02268b7c95382d110ff
* Update doc/tcl-extension-testing.md for Unix systems, consolidating the Tcl ↵stephan2025-04-16
| | | | | 8.x and 9.x sections. FossilOrigin-Name: c4c5dcb79c57f6e38cfe9b68b00e60e42d03ef30aeaefc5bf9dafed994849e1d
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
| | | FossilOrigin-Name: 20acd630b91609725794ce84f9eda01d5f3c898407f0948264830851d25ccaa6
* Approximately 100 typo corrections spanning the whole tree, submitted via ↵stephan2025-02-27
| | | | | [forum:0db9827f0464bc33|forum post 0db9827f0464bc33] and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text. FossilOrigin-Name: f50c21484d3cac73589da0376c423de39ae8b842218105786c5aa3726e4dcaed
* Approximately 50 typo fixes, spanning the whole tree, contributed via ↵stephan2025-02-25
| | | | | [forum:006c8fa165083ac3|forum post 006c8fa165083ac3] and individually checked for correctness. Affects only code comments, docs, and a single line of debug output in a test app. FossilOrigin-Name: af928818a030924060ee0762431dae0f16d53a62f4e1132754d052eb9c621ac2
* Updates to the compile-for-windows.md document.drh2025-01-30
| | | FossilOrigin-Name: bcd22ed686954657ba820d53dec255d33797924f76e57b931016813581e04e06
* Cross-link and otherwise improve the various how-to-compile documents.drh2025-01-08
| | | | | No code changes. FossilOrigin-Name: 5e6ede92afae77ce6023f3b294dc565651631c7976d898d800988f1b3ff2e83f
* In the doc/tcl-extension-testing.md document, provide enhanced explanation fordrh2025-01-08
| | | | | why the tcl library needs to be copied into the install directory. FossilOrigin-Name: cff70c859fff37f886fd622b7335a73836ff8cf15e6cb7aabcff449a7e427fa8
* Further refinement to the Tcl extension testing procedure.drh2025-01-07
| | | FossilOrigin-Name: 32b8b078d16b8931afa56e587cf840412c65b68da0bc6fd6280ac773295116cf
* Typo in the previous check-in.drh2025-01-07
| | | FossilOrigin-Name: 5872d7a0a7d4959562e1218bbba1115df8b292d980234273d0d38749edf19822
* Enhancements to the Tcl SQLite extension testing procedures so that theydrh2025-01-07
| | | | | | install a full-featured SQLite and so that Tcl is build statically so that there is no need to worry with LD_LIBRARY_PATH. FossilOrigin-Name: c8972e652ebe62a8583904b5bc1d96b2d598222c037a714c8ff114ca84b52c7a
* Further refactoring of the TCL extension test procedure document, fordrh2025-01-05
| | | | | improved clarity and usability. FossilOrigin-Name: bcdaef434142973a0805117495e561b2dcd1ec1465cacc9b944a3707291afc0d
* Refactor the TCL extension test procedure to deal with TCL8.6 and TCL9.0drh2025-01-05
| | | | | | separately, to simplify the procedures and reduce cognative stress on the tester. FossilOrigin-Name: 5281536327d244ba9507548f7ed607e86e59b98a003e63f6da767471411c8ffc
* Fix typo in the tcl-extension-testing.md document.drh2025-01-05
| | | FossilOrigin-Name: 28150c615cb601dfc9e4f660627228d6a8a715d64c65f7bc77931c9daf8a0dd7
* Improvements to TCL extension test procedure description. Improvements todrh2025-01-05
| | | | | | the tclextension-list and tclextension-verify makefile targets to suppress unnecessary output. FossilOrigin-Name: 3e92fea09af13259d61afd2953fe5f3fc16e3cedfef09e350903aa5299b8e469
* Improvements to testing and validation of the SQLite TCL extension.drh2025-01-04
| | | FossilOrigin-Name: 9d7597cad4a167aef7688e85513d8695e8d919e41f5cd44909aefee5ddf13345
* Adjust the Windows Makefile.msc so that it can build the tclextension withdrh2025-01-04
| | | | | Tcl8.6 successfully. Updates to the tcl-extension test procedure document. FossilOrigin-Name: 0c2cdc632f26d6acac2d508def4ecfcc97462ebcddc20c84f8847e02e42b3a1d
* Add new tcl-extension-testing.md document. The Windows side is not yetdrh2025-01-04
| | | | | working. FossilOrigin-Name: 9dc805df1b1c26196ca53baa6b1b8c2f7e59e0150d02ead53228c77a63ad40f4
* Update the build instructions for Windows to note that VS2015 or later isdrh2025-01-02
| | | | | required to avoid the need to install tclsh.exe. FossilOrigin-Name: da0ef0567be55648413bcbf2e129f348776a908dbad2ac8582ee3e27ac459e3b
* Update the compile-for-*.md documents.drh2024-10-25
| | | FossilOrigin-Name: c4da7fa279274e5a6fe214b5c22f17bcf9b40299aeeab5bfbdae2ba0b2de6af0
* Minor enhancements to the compile-for-windows.md document.drh2024-10-18
| | | FossilOrigin-Name: 5f0cc7f26453faaea20a7bb0a1bcbab381a9bae7a81e099bb27f4b05fac1cd6c
* Fix a typo in compile-for-unix.md. Simplify hyperlinks in the compile-for-*drh2024-10-17
| | | | | documents. FossilOrigin-Name: 8cd7d157741f207c3a38744f2d85a5bb808824b5e83b9e033a8ce3954fe38f43
* Change the name of the new utility program from sqlite3-rsync todrh2024-10-16
| | | | | | sqlite3_rsync - dash changed to underscore - for consistency with the preexisting sqlite3_analyzer. FossilOrigin-Name: 86e794cbaa5ae600635c933b46298a39f2465daf4c5cd1570f2a03e19ac08d9d
* Add the doc/compile-for-unix.md document.drh2024-10-11
| | | FossilOrigin-Name: a3e16e478b03ccc12888eb5700c2e480a446957368f4b37ed322af2f4c9cd7c4
* An improved method for statically linking sqlite3_analyzer.exe using Tcl9.drh2024-10-11
| | | | | Enable wildcard expansion of arguments to testfiture on Windows. FossilOrigin-Name: 9b87ea219bce5689a69efac31063b9b11928e59124c0d36194715ff7faa5129d
* Adjustments to the Makefile.msc to get static builds of sqlite3_analyzer.exedrh2024-10-10
| | | | | working with TCL9. Update the compile-for-windows.md document for TCL9. FossilOrigin-Name: df16d07d8db042cdb1dc6bb9a00a0265ba791a615d74f9152d0b3344e618fe93
* Clarification and simplification to the README.md file and to the instructionsdrh2024-09-06
| | | | | for building on Windows. FossilOrigin-Name: f69ef1a37b2778bdf73ee7e3b3edd74f7344ab8e5eedbedc22203c782e521f5b
* Add instructions for how to do debugging builds of the CLI on Windows.drh2024-06-18
| | | FossilOrigin-Name: abe81c18614b41c78cf3edeaaf8d85d5d2dbdcf331b580f1c98f80d3726d8189
* Document the testrunner.tcl --explain option in doc/testrunner.md.drh2024-03-13
| | | FossilOrigin-Name: 5a7b5fc99a9d5c7693a5707c2050a8c59a8f97732e4763a56982579f8d5959ec
* Minor tweaks to the testrunner documentation.drh2024-03-13
| | | FossilOrigin-Name: 3128b98d2656c7f23f6071c173f96329c7bdc49cd641050fbb7b105b810ba7c7
* Add pointer to documentation to testrunner.tcl help message.dan2024-03-13
| | | FossilOrigin-Name: eff855102f9c0b4e9d876d1cff9d06c07de427b4880c2fa326d4d6e3e1dd13c8
* Experimental changes that prevent parser stack overflows by growing thedrh2024-01-26
| | | | | parser stack with heap memory when it reaches its limit. FossilOrigin-Name: 3fd062905fc20507b7cfc97fa976ac5b57c5b68926bf9136bd5ea4265d2d6528
* Add internal core-developer-only documentation of the JSONB format.drh2023-12-21
| | | FossilOrigin-Name: 4d30478863b2a60512010de9ec6e3099bfaf75d4afee20acec536713fe94334d
* Add the --buildonly and --dryrun options to testrunner.tcl.dan2023-11-24
| | | FossilOrigin-Name: a0c87ae9d3db914d18e2c8811db0d0ae3ad7b15c63de84fa975efce28bace27e
* Allow a pattern to filter test scripts to be appended to testrunner.tcl ↵dan2023-11-24
| | | | | "mdevtest", "sdevtest" and "release" commands. e.g. "tclsh test/testrunner.tcl sdevtest fts5%". FossilOrigin-Name: f8ea0b58b37f4052ded448e595d6d2992988a33b8ecfe58d68f20532f8cb5a37
* Update the windows build documentation to provide the exact command useddrh2023-11-01
| | | | | to build the DLLs that appear on the download page. FossilOrigin-Name: 3524a8914c62f7987d948e5ef50cfdcb07254489e80e2257f38d0050c4baf450
* Fix a minor typo in the previous.drh2023-10-23
| | | FossilOrigin-Name: 9d388267e4e6724e2df333fe09d509e87defcfe984c5c2ebe031152d320812d0
* Add notes on how to build a statically linked version of sqlite3_analyzer.exe.drh2023-10-23
| | | FossilOrigin-Name: 99ce9939c861ecc07877e640f75d395afb6502130bf4b5ccea8b98a80a1569ce
* Add doc/testrunner.md, for documenting the testrunner.tcl script.dan2023-08-24
| | | FossilOrigin-Name: 9c69a28401c7273823f2c2b291fd417febeb278afb9ce085a4b944505ca13d23
* Fix typo in the Lemon documentation.drh2023-08-23
| | | FossilOrigin-Name: 5daeb318c0472e8c004109caacd8bc977145a2c1bfa6f5bdcf87ab89ea51c30b
* More changes to documents for GitHub-style markdown.drh2023-08-23
| | | FossilOrigin-Name: f20f84ef717cea11f92d6a1ab3b4e0fec5752b7ec98ad5b59e06745e7e25b6ee
* Fix the Markdown in the compile-for-windows.md document so that it worksdrh2023-08-23
| | | | | on GitHub. Improved header text in README.md. FossilOrigin-Name: a25360c020275064711d0aa3eb3cec3d764b5266b86f9728243e501d082306ec
* Enhance the notes on compiling for Windows11 to explain how to dodrh2023-08-18
| | | | | 32-bit builds on a 64-bit system. FossilOrigin-Name: dd749e4042bdffb20fe71dd2dba91eab5edc32e4b2773c2fadba43cb54027a17
* Refinements to instructions on compiling for Windows.drh2023-08-16
| | | FossilOrigin-Name: d543c36c35f71c5f0a7ebf6f496feca40d16566d0c5b2c2ba205ff43437ffcd1
* Improved instructions on how to build SQLite on Windows 11 and similar.drh2023-08-16
| | | FossilOrigin-Name: 0f6b2b33736ee07f17f3a4e5f077bb4d0e2481c8f81251b8ce6b78510f372237
* Fix harmless typos in comments.drh2023-05-12
| | | FossilOrigin-Name: 607c3efbe0293d7c11a955a9f21e24fb9f7f1bb758e13e60f4ba0cc0ac8b900c
* Fix typo in the json-enhancements.md document.drh2022-01-10
| | | FossilOrigin-Name: feba24ef774d80ebbaf87a93fc106cb7e482edcc3f237edd4c9d4e918ffb3131
* New proposal for -> and ->> operators.drh2022-01-10
| | | FossilOrigin-Name: 1108e12a2244edc6247050a0e9ad25b912bba6c57c71c51c2bc55167a6955175