drh
|
9bf5bea607
Document that -nofollow does not work on Windows. Fix Windows symlink
|
2 months ago |
drh
|
d02833bf05
New configuration option --dynlink-tools causes some command-line tools like
|
2 months ago |
drh
|
914e32f24a
Use shared-library flags, not shared-object flags, to create shared libraries.
|
2 months ago |
drh
|
2722e2e822
Bug fix in the SubrtnSig logic from [c9a3498113074bbc], if a subquery is
|
2 months ago |
drh
|
d4a65cfc51
Provide the sqlite3ShowWhereTerm() interface callable interactively from
|
2 months ago |
drh
|
9566982328
Do not report an sqlite3_error_offset() for errors that occur inside of
|
2 months ago |
stephan
|
a34fbd1b9b
Add fix from [bfab759611b0] to sqltclsh. Remove some now-unneeded has_tclsh84/5 checks in cases where jimsh can be used.
|
2 months ago |
drh
|
18c9e2638e
Add missing $TCL_LIBS to the link for sqlite3_analyzer.
|
2 months ago |
stephan
|
457d9384a2
Rename --link-tools-dynamically to --dynlink-tools, per discussion.
|
2 months ago |
stephan
|
b81e11b25b
Move the in-comment-code commentary about --with-debug, from [7b14309be4], into the --help text for that flag, where it's readily visible.
|
2 months ago |
stephan
|
c73b85c156
Get sqlite3_analyzer optionally linking against libsqlite3.so instead of embedding sqlite3.c. Patch mkccode.tcl to accept digits in its IFDEF/IFNDEF checks and sqlite3_analyzer.c.in to only include sqlite3.c if -DINCLUDE_SQLITE3_C is passed to mkccode.tcl.
|
2 months ago |
stephan
|
d3aaf963a9
Merge trunk into this branch. Fix a small jimtcl/tclsh regex incompatibility in mkccode.tcl.
|
2 months ago |
drh
|
5608fb36ec
Enhancements to tool/mkccode.tcl such that it recognizes -D command line
|
2 months ago |
stephan
|
3cd93a0b67
Revert linking the shell to the dll for reasons explained in new makefile comments. Move the --with-debug configure flag into the developer options set and add commentary about why it should never be used for production builds.
|
2 months ago |
stephan
|
5ef61df185
Reformulate sqldiff deps and rules so that the target matches the resulting file name, to avoid rebuilding it on every make invocation. Apply the same treatment to the sqlite3 CLI shell.
|
2 months ago |
stephan
|
fbd9de1830
Initial configure support for linking certain binaries to libsqlite3.so instead of embedding it dynamically (which they typically do). This currently applies only to sqldiff, but support for adding the same for other tools is planned. This requires disabling the soname because setting it causes the build to link to whatever libsqlite3.so.0 is installed system-wide, so the soname now defaults to off.
|
2 months ago |
dan
|
fefc7b1bf7
Fix a problem handling OOM errors in fts3 that could occur when parsing multi-token strings.
|
2 months ago |
drh
|
ea206ad17b
Reduce divergence from begin-concurrent.
|
3 months ago |
drh
|
12599d566b
Attempt to reduce divergence with the wal2 branch.
|
3 months ago |
drh
|
5cad859f61
Attempt to reduce divergence with begin-concurrent.
|
3 months ago |
stephan
|
0df847cc77
Remove the .POSIX entries from the makefiles because they cause portability problems rather than solve them.
|
3 months ago |
dan
|
de8aa17eb5
Fix a "applying zero offset to null pointer" usan error in the fts5 trigram tokenizer.
|
3 months ago |
drh
|
9c8235b1bd
Fix minor problems in testrunner.tcl that pop up when the command-line arguments
|
3 months ago |
drh
|
bbc6e5c9b7
Make the --vfstrace output from the CLI go to the same output channel as
|
3 months ago |
stephan
|
f6fdf32553
buildtclext.tcl: add docs explaining the DESTDIR check and break out of the auto_path search loop early if the DESTDIR is not writable, rather than re-checking that repeatedly.
|
3 months ago |
drh
|
70d390134c
Call fflush() on ".echo" output from the shell, so that the output to
|
3 months ago |
drh
|
18689b8fb2
Fix argument expansion in sqlite-tclsh on Windows such that if an argument
|
3 months ago |
stephan
|
50faa8d17e
Handle DESTDIR at an earlier phase in buildtclext.tcl to account for the is-writable-dir check and to filter out //zipfs: dirs as (im)possible installation targets.
|
3 months ago |
stephan
|
f6c7cc606e
Add the --destdir flag to the tclextension-install makefile target.
|
3 months ago |
stephan
|
d8f6222bee
Add --destdir flag support to buildtclext.tcl, but do not yet add that to the makefile (so that this change can be cherrypicked to the 3.47 build).
|
3 months ago |