SQLite

Check-in [e32b69d730]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add script to amalgamate all LSM files into "lsm1.c".
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e32b69d73062e233b0ac853611d10b24546a346a603289ab0e339a3604ae2af4
User & Date: dan 2017-12-13 14:22:48.449
Context
2017-12-13
15:32
Change some LSM code internal typenames from "Blob" and "Pgno" to "LsmBlob" and "LsmPgno". This allows the LSM code to be compiled as a single unit with sqlite3.c. (check-in: 30bf38d589 user: dan tags: trunk)
14:22
Add script to amalgamate all LSM files into "lsm1.c". (check-in: e32b69d730 user: dan tags: trunk)
10:11
Minor enhancement to two assert() statements in the default VFSes. (check-in: 9cede8a83c user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Added ext/lsm1/tool/mklsm1c.tcl.
Changes to main.mk.