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

Rename VERSION_XYZ to the more conventional PACKAGE_VERSION and remove the...

Rename VERSION_XYZ to the more conventional PACKAGE_VERSION and remove the unused VERSION_XY. (tags: trunk)

View Article


Experimentally: when ./configure CC=foo is used in a non-cross-compilation...

Experimentally: when ./configure CC=foo is used in a non-cross-compilation build and CC_FOR_BUILD is not explicitly provided, force CC_FOR_BUILD to default to CC. This is debatable - see the code...

View Article


Fix BUILD_CFLAGS (for B.cc) to not inherit CFLAGS (which are only for T.cc)....

Fix BUILD_CFLAGS (for B.cc) to not inherit CFLAGS (which are only for T.cc). (tags: trunk)

View Article

When --with-tclsh=X is used, use X for all TCL purposes, including in-tree...

When --with-tclsh=X is used, use X for all TCL purposes, including in-tree code generation, per developer request. (tags: trunk)

View Article

Use (cc-with {-includes stdint.h}) when checking for the various int types...

Use (cc-with {-includes stdint.h}) when checking for the various int types because, despite it being C99, it turns out that we do indeed use it if it's available. (tags: trunk)

View Article


Correct unresolved @LIBS@ placeholder in sqlite3.pc.in. (tags: trunk)

Correct unresolved @LIBS@ placeholder in sqlite3.pc.in. (tags: trunk)

View Article

Disable generation of config.defines.json until/unless it proves interesting....

Disable generation of config.defines.json until/unless it proves interesting. Honor the --disable-largefile flag. When installing libsqlite3.so and an older-style libtool installation is found, re-link...

View Article

Expand the libtool-style link support from [0a50e33051] such that if...

Expand the libtool-style link support from [0a50e33051] such that if INSTALL_SO_086_LINKS=1 is passed to 'make install' then the libtool-style names are always linked in, regardless of whether they...

View Article


Rephrase 'older' as 'legacy' in the docs from [0a50e33051] and...

Rephrase 'older' as 'legacy' in the docs from [0a50e33051] and [2b2ca7dec18d]. (tags: trunk)

View Article


Doc typo fix. (tags: trunk)

Doc typo fix. (tags: trunk)

View Article

Add missing B.exe extension to src-verify, as reported in the forum. (tags:...

Add missing B.exe extension to src-verify, as reported in the forum. (tags: trunk)

View Article

Fix a bug in the computation of LDFLAGS.libsqlite3 introduced by...

Fix a bug in the computation of LDFLAGS.libsqlite3 introduced by [63218898ed0a6d46]. (tags: trunk)

View Article

Remove LDFLAGS_ZLIB from sqlite3.pc.in because -lsqlite3 already includes...

Remove LDFLAGS_ZLIB from sqlite3.pc.in because -lsqlite3 already includes that. (tags: trunk)

View Article


In Makefile.msc, build jimsh0.exe locally, not in the source directory....

In Makefile.msc, build jimsh0.exe locally, not in the source directory. (tags: trunk)

View Article

Add test case for fts5 trigram tokenizer. (tags: trunk)

Add test case for fts5 trigram tokenizer. (tags: trunk)

View Article


Add new configure --with-readline-ldflags/cflags/header flags as brute-force...

Add new configure --with-readline-ldflags/cflags/header flags as brute-force method for clients to tell configure how to compile and link against readline. (tags: trunk)

View Article

configure flag --disable-readline now trumps --with-readline-... (tags: trunk)

configure flag --disable-readline now trumps --with-readline-... (tags: trunk)

View Article


Remove the install-lib makefile dep from install-tcl, as it breaks...

Remove the install-lib makefile dep from install-tcl, as it breaks non-root-user invocations of 'make install-tcl' when the --prefix is left at its default and --with-tcl is explicitly provided. (tags:...

View Article

Get --with-linenoise=DIR configure flag working. (tags: trunk)

Get --with-linenoise=DIR configure flag working. (tags: trunk)

View Article

Correct sqlite3.pc to represent the library, not the CLI shell. Remove the...

Correct sqlite3.pc to represent the library, not the CLI shell. Remove the half-baked an unused READLINE_H config define. Internal tcl doc fixes. (tags: trunk)

View Article
Browsing all 2701 articles
Browse latest View live