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

configure: automatically fail the check for rpath on AIX systems and provide...

configure: automatically fail the check for rpath on AIX systems and provide a --disable-rpath flag as a fallback for use on platforms which pass the configure-time rpath check but then fail at...

View Article


Bump VERSION to 3.49.2. (tags: branch-3.49)

Bump VERSION to 3.49.2. (tags: branch-3.49)

View Article


configure: in several places where support for -Wl,... linker flags are...

configure: in several places where support for -Wl,... linker flags are checked, ensure that the check invokes the linker (not just the compiler) to avoid false positives. This allows us to remove the...

View Article

configure: in several places where support for -Wl,... linker flags are...

configure: in several places where support for -Wl,... linker flags are checked, ensure that the check invokes the linker (not just the compiler) to avoid false positives. This allows us to remove the...

View Article

Detect when a UNIQUE or PRIMARY KEY on a WITHOUT ROWID table would need to...

Detect when a UNIQUE or PRIMARY KEY on a WITHOUT ROWID table would need to use more than SQLITE_LIMIT_COLUMN columns and raise an error. Also include some unrelated compiler warning fixes. (tags: trunk)

View Article


Makefile-internal var renaming in prep for pending portability-related...

Makefile-internal var renaming in prep for pending portability-related changes in the handling of DLLs. No functional/build interface changes. (tags: trunk)

View Article

Extend --out-implib to optionally specify the import lib's name. Add...

Extend --out-implib to optionally specify the import lib's name. Add as-yet-unused internals for specifying the DLL's base name (which differs across the Windows-side Unix-esque environments). (tags:...

View Article

The number of declared columns in an index is limited to SQLITE_LIMIT_COLUMN....

The number of declared columns in an index is limited to SQLITE_LIMIT_COLUMN. But the actual number of columns in the implementation might need to be twice as much to account for the primary key at the...

View Article


Add --dll-basename flag to give clients control over the DLL's base name....

Add --dll-basename flag to give clients control over the DLL's base name. Split the DLL installation makefile rules into digestible, platform-specific chunks. On Windows-side Unix-like environments,...

View Article


Ensure that the prefix/bin dir exists on msys/cygwin installations before...

Ensure that the prefix/bin dir exists on msys/cygwin installations before installing the DLL there. (tags: configure-dll-support)

View Article

Fix another deps problem for msys installs. (tags: configure-dll-support)

Fix another deps problem for msys installs. (tags: configure-dll-support)

View Article

Only use the platform-specific --dll-basename if that option is explicitly...

Only use the platform-specific --dll-basename if that option is explicitly provided, else use libsqlite3. (tags: configure-dll-support)

View Article

Configure docs/help text tweaks. No functional changes. (tags:...

Configure docs/help text tweaks. No functional changes. (tags: configure-dll-support)

View Article


Rename configure-defined ENABLE_SHARED/STATIC makefile vars to ENABLE_LIB_......

Rename configure-defined ENABLE_SHARED/STATIC makefile vars to ENABLE_LIB_... so that they're consistent between the canonical and autoconf builds (baby steps towards further configure code...

View Article

Fix installation rules for import lib in the autoconf bundle, broken by...

Fix installation rules for import lib in the autoconf bundle, broken by recent refactoring in this branch. (tags: configure-dll-support)

View Article


Fix an incorrect assert added by [d7729dbbf231d57c]. (tags: trunk)

Fix an incorrect assert added by [d7729dbbf231d57c]. (tags: trunk)

View Article

tool/mksqlite3h.tcl: when invoking the mksourceid binary, add a .exe to it,...

tool/mksqlite3h.tcl: when invoking the mksourceid binary, add a .exe to it, if needed, to appease msys2. (tags: configure-dll-support)

View Article


Random non-functional configure script cleanups. (tags: configure-dll-support)

Random non-functional configure script cleanups. (tags: configure-dll-support)

View Article

Ensure that [08c9e56f60] uses an absolute path when appending .exe to...

Ensure that [08c9e56f60] uses an absolute path when appending .exe to mksourceid. (tags: configure-dll-support)

View Article

On unix-on-windows platforms, if either of --out-implib or --dll-basename are...

On unix-on-windows platforms, if either of --out-implib or --dll-basename are not provided, auto-enable them. Add the 'none' special value to those flags to specifically disable the...

View Article
Browsing all 2701 articles
Browse latest View live