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

Tamp down various harmless compiler warnings. Use "int" in places instead of...

Tamp down various harmless compiler warnings. Use "int" in places instead of "u16" or "i16" since the compiler complains less and generates faster code. (tags: trunk)

View Article


Replace --dll-basename=none with --dll-basename=default. (tags:...

Replace --dll-basename=none with --dll-basename=default. (tags: configure-dll-support)

View Article


Update the help text to account for [35b1c32f80b9]. (tags:...

Update the help text to account for [35b1c32f80b9]. (tags: configure-dll-support)

View Article

Prototype implementation of the unistr() SQL function. (tags: unistr)

Prototype implementation of the unistr() SQL function. (tags: unistr)

View Article

Enhance the %Q, %q, and %w printf conversions so that if the alternate-form...

Enhance the %Q, %q, and %w printf conversions so that if the alternate-form flag # is present, they transform backslash and control characters into unistr()-style backslash escape codes. (tags: unistr)

View Article


The %#Q conversion now adds unistr('...') around the converted string if...

The %#Q conversion now adds unistr('...') around the converted string if escape characters were inserted. %#w now works just like %w as escape sequences inside of identifiers are not recognized. (tags:...

View Article

Internal configure doc cleanups. Apply the [5ecbe7ddc4] unix-on-windows DLL...

Internal configure doc cleanups. Apply the [5ecbe7ddc4] unix-on-windows DLL install dir fix to the canonical build. (tags: configure-dll-support)

View Article

Internal cleanups to how certain linker flags are tested. (tags:...

Internal cleanups to how certain linker flags are tested. (tags: configure-dll-support)

View Article


Add (disabled) infrastructure for disabling use of the rpath linker flag....

Add (disabled) infrastructure for disabling use of the rpath linker flag. This is a proactive precautionary measure because how the rpath is used does not match up with what the unix-on-windows...

View Article


Work toward VT100-safe output from the CLI by default. (tags: unistr)

Work toward VT100-safe output from the CLI by default. (tags: unistr)

View Article

Further improvements to control-character escapes in the CLI. (tags: unistr)

Further improvements to control-character escapes in the CLI. (tags: unistr)

View Article

Three different --escape modes: symbol, ascii, off. (tags: unistr)

Three different --escape modes: symbol, ascii, off. (tags: unistr)

View Article

Make column output modes in the CLI responsive to the --escape setting....

Make column output modes in the CLI responsive to the --escape setting. (tags: unistr)

View Article


Update jimsh0.c from upstream autosetup to address...

Update jimsh0.c from upstream autosetup to address [https://github.com/msteveb/autosetup/issues/75|autosetup ticket #75], triggered by this build in the Gentoo project. (tags: configure-dll-support)

View Article

Add some internal notes about potential changes for the rpath flag handling....

Add some internal notes about potential changes for the rpath flag handling. (tags: configure-dll-support)

View Article


Configure-internal doc tweaks. Fix the distclean rules for libsqlite3.dll.a...

Configure-internal doc tweaks. Fix the distclean rules for libsqlite3.dll.a on msys/cygwin/mingw, broken when the DLL basename was changed for those platforms. (tags: configure-dll-support)

View Article

Further consolidation of the main auto.def and the autoconf auto.def content...

Further consolidation of the main auto.def and the autoconf auto.def content into sqlite-config.tcl. (tags: configure-dll-support)

View Article


Move the configure output about the SQLite version and build dirs up, so that...

Move the configure output about the SQLite version and build dirs up, so that they appear before any tests for the C compiler and such. (tags: configure-dll-support)

View Article

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

*MERGE* Merge latest changes from trunk into this branch. (tags: win32-enable-setlk)

View Article

Further consolidation of auto.def and autoconf/auto.def. Note in configure...

Further consolidation of auto.def and autoconf/auto.def. Note in configure --help that --disable-largefile is a legacy option which has no effect on the library but may influence the generated...

View Article
Browsing all 2701 articles
Browse latest View live