Quantcast
Channel: SQLite
Browsing all 2701 articles
Browse latest View live
↧

Generic makefile cleanups. (tags: trunk)

Generic makefile cleanups. (tags: trunk)

View Article


Remove accommodation of the legacy-named shared libraries from the...

Remove accommodation of the legacy-named shared libraries from the installation rules, per discussion. Rename install-includes to install-headers. Quote installation target dir names "just in case"....

View Article


Clean up and add docs to the TCL vetting steps. Make warning and error...

Clean up and add docs to the TCL vetting steps. Make warning and error messages bold if stdout isatty. (tags: trunk)

View Article

Fix a problem that could occur if a read-only connection switches its journal...

Fix a problem that could occur if a read-only connection switches its journal mode from "persist" to "off" or "memory" when the file-system contains a hot-journal created by a "PRAGMA journal_mode =...

View Article

*MERGE* Merge latest trunk changes into this branch. (tags:...

*MERGE* Merge latest trunk changes into this branch. (tags: readonly-ignore-wal-jrnl)

View Article


Require the SQLITE_ENABLE_READONLY_WALJOURNAL pre-processor macro to activate...

Require the SQLITE_ENABLE_READONLY_WALJOURNAL pre-processor macro to activate the new feature on this branch. (tags: readonly-ignore-wal-jrnl)

View Article

Fix the CLI so that it can use either the canonical Antirez linenoise (with...

Fix the CLI so that it can use either the canonical Antirez linenoise (with HAVE_LINENOISE=1) or Steve Bennett's enhanced linenoise that works on the Win32 console as well as on Unix (with...

View Article

*MERGE* Merge the readonly-ignore-wal-jrnl feature into a sub-branch of...

*MERGE* Merge the readonly-ignore-wal-jrnl feature into a sub-branch of reuse-schema. (tags: reuse-schema-ro-waljrnl)

View Article


Expand [c0048e4482e9] to determine the linenoise API flavor via a compile...

Expand [c0048e4482e9] to determine the linenoise API flavor via a compile test rather than guessing based on the filename. (tags: trunk)

View Article


Move the linenoise flavor check from auto.def to proj.tcl for re-use in...

Move the linenoise flavor check from auto.def to proj.tcl for re-use in downstream projects. (tags: trunk)

View Article

Minor cleanups to the linenoise flavor detection test. (tags: trunk)

Minor cleanups to the linenoise flavor detection test. (tags: trunk)

View Article

Reimplement how the TCL-related environment vars are made available to make...

Reimplement how the TCL-related environment vars are made available to make recipes which need them, reducing the console noise and consolidating it with the has_tclconfig flag file. It now uses a...

View Article

Fix a corner case in automatic TCLLIBDIR detection: if the $auto_path list is...

Fix a corner case in automatic TCLLIBDIR detection: if the $auto_path list is not empty but none of them refer to an existing dir, the last dir in that list would have been accepted as the TCLLIBDIR....

View Article


Change default CFLAGS to {-g -O2} to match the legacy build. (tags: trunk)

Change default CFLAGS to {-g -O2} to match the legacy build. (tags: trunk)

View Article

When --with-wasi-sdk is active, temporarily swap CC and CC_FOR_BUILD for...

When --with-wasi-sdk is active, temporarily swap CC and CC_FOR_BUILD for purposes of looking for APIs required by B.cc. (tags: trunk)

View Article


If a file named .default-CFLAGS exists in the build dir, use its contents as...

If a file named .default-CFLAGS exists in the build dir, use its contents as the default value of the CFLAGS unless it's overridden by being passed in or in the environment. (tags: trunk)

View Article

Add more deps to T.tcl.env.sh so that it gets rebuilt if configure is run...

Add more deps to T.tcl.env.sh so that it gets rebuilt if configure is run with a different --with-tcl value. Remove all references to the superfluous XYZdir makefile vars conventionally set by the...

View Article


Add the .POSIX special target to the main makefiles to hint to the make impl...

Add the .POSIX special target to the main makefiles to hint to the make impl that it should behave POSIXly-correct. Fix the default file extension for static libs in main.mk. (tags: trunk)

View Article

When reading in .default-CFLAGS, trim it. (tags: trunk)

When reading in .default-CFLAGS, trim it. (tags: trunk)

View Article

Remove some proj-assert checks which are not valid on OpenBSD. Ensure that...

Remove some proj-assert checks which are not valid on OpenBSD. Ensure that queued up notices about TCL warnings are displayed before leaving sqlite-check-tcl. (tags: trunk)

View Article
Browsing all 2701 articles
Browse latest View live