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

Rename --with-readline-ldflags/cflags to --with-readline-lib/inc because it...

Rename --with-readline-ldflags/cflags to --with-readline-lib/inc because it turns out that ldflags/cflags have (when passed an explicit value) the same semantics the legacy lib/inc flags. Still to-fix...

View Article


Bring the automated readline detection up to parity with the legacy configure...

Bring the automated readline detection up to parity with the legacy configure script. (tags: trunk)

View Article


configure: document why --enable-editline does not work and emit a warning...

configure: document why --enable-editline does not work and emit a warning with a potential alternative/workaround if it's used. Various cosmetic cleanups. (tags: trunk)

View Article

Makefile.in: include CPPFLAGS in the CFLAGS, as the legacy Makefile.in did,...

Makefile.in: include CPPFLAGS in the CFLAGS, as the legacy Makefile.in did, because some downstream scripts rely on that. Remove a duplicated TCLLIBDIR assignment. (tags: trunk)

View Article

configure: add --with-icu-lib=LDFLAGS and --enable-icu-collations. Fix...

configure: add --with-icu-lib=LDFLAGS and --enable-icu-collations. Fix auto-reconfigure when flags contain spaces. (tags: trunk)

View Article


Ensure that --disable-tcl is honored. Move LDFLAGS.icu from the CLI shell...

Ensure that --disable-tcl is honored. Move LDFLAGS.icu from the CLI shell target to LDFLAGS.libsqlite3. (tags: trunk)

View Article

Generic auto.def cleanups. (tags: trunk)

Generic auto.def cleanups. (tags: trunk)

View Article

Re-add the --disable-static flag to (mostly) disable static lib build. Some...

Re-add the --disable-static flag to (mostly) disable static lib build. Some components require the static lib and will trump this preference if they are activated. Delete temp files created by...

View Article


Remove some incorrect code comments. (tags: trunk)

Remove some incorrect code comments. (tags: trunk)

View Article


Help systems still using Tcl8.6 to compile tclsqlite.c by changing a typedef...

Help systems still using Tcl8.6 to compile tclsqlite.c by changing a typedef into a #define. (tags: trunk)

View Article

Improvements to the PATTERN option of the "testrunner.tcl joblist" command....

Improvements to the PATTERN option of the "testrunner.tcl joblist" command. The pattern match is case insensitive and applies to the state and displaytype in addition to displayname. (tags: trunk)

View Article

*MERGE* Merge latest trunk into this branch. (tags: fts5-tokendata-prefix)

*MERGE* Merge latest trunk into this branch. (tags: fts5-tokendata-prefix)

View Article

When readline is enabled, attempt to determine whether the completion API is...

When readline is enabled, attempt to determine whether the completion API is compatible and, if it's not, disable it in the shell app. (tags: trunk)

View Article


Add --with-icu-inc=CFLAGS, but its justification (based on examination of a...

Add --with-icu-inc=CFLAGS, but its justification (based on examination of a downstream build script) as iffy, so this needs to be considered more closely before committing to it. (Edit: no, we don't...

View Article

When ICU is enabled, ensure that the CLI shell build enables its feature flag...

When ICU is enabled, ensure that the CLI shell build enables its feature flag and include LDFLAGS_ICU in sqlite3.pc. (tags: trunk)

View Article


Rename --with-readline-lib/inc to --with-readline-ldflags/cflags, for clarity, but retain the older names as aliases using autosetup's "hidden alias" feature. Rename the newly-added --with-icu-lib to...

View Article

Doc additions and minor cleanups in the --flag alias handling. (tags: trunk)

Doc additions and minor cleanups in the --flag alias handling. (tags: trunk)

View Article


Generic cleanups in auto.def and hwaci-common.tcl. (tags: trunk)

Generic cleanups in auto.def and hwaci-common.tcl. (tags: trunk)

View Article

Re-order the auto.def flags logical groups. Add some discrete bold formatting...

Re-order the auto.def flags logical groups. Add some discrete bold formatting to select configure output. Remove some dead code. Account for behavior misunderstanding of user-notice. Add the start of a...

View Article

Expand the 'make help' target and clean up some overly-noisy configure...

Expand the 'make help' target and clean up some overly-noisy configure output. (tags: trunk)

View Article
Browsing all 2701 articles
Browse latest View live