| Commit message (Expand) | Author | Age |
* | Upstream teaish for a tcl portability fix on Haiku and a much nicer impl of p... | stephan | 2025-04-29 |
* | Upstream teaish fixes and improvements. | stephan | 2025-04-23 |
* | Latest upstream teaish for fixes and improvements. | stephan | 2025-04-16 |
* | Further cleanups and code consolidation between teaish.tcl and sqlite-config.... | stephan | 2025-04-15 |
* | Move the post-configure dot-in-file validation from sqlite-config.tcl to proj... | stephan | 2025-04-12 |
* | Doc updates in proj.tcl. Improve configure check for whether fdatasync or nan... | stephan | 2025-04-09 |
* | Rename proj-current-proc-name to proj-current-scope and have it distinguish b... | stephan | 2025-04-07 |
* | Extend proj-dot-ins-append to provide a way to use it for the special-case em... | stephan | 2025-04-05 |
* | Move the automatic reconfigure tcl code from sqlite-config.tcl to proj.tcl so... | stephan | 2025-04-05 |
* | Refactor proj-make-from-dot-in and friends to be more useful and remove some ... | stephan | 2025-04-05 |
* | Correct a makefile var name type in the configure script, introduced in [4947... | stephan | 2025-04-04 |
* | Add more vars to the tclConfig.sh-to-tcl exporter, for use in the TEA build. | stephan | 2025-04-04 |
* | Account for the Mac-specific -instal_name linker flag, which is apparently ne... | stephan | 2025-04-04 |
* | Adapt the --all flag to apply to a different set of features, and default to ... | stephan | 2025-04-04 |
* | Improve --all flag handling so that combinations of (--all --disable-FEATURE)... | stephan | 2025-04-04 |
* | Minor configure-internal cleanups to support the autosetup port of the TEA bu... | stephan | 2025-04-04 |
* | Make the --static-cli-shell flag available in the autoconf build mode. | stephan | 2025-04-04 |
* | On HaikuOS, if --prefix is not explicitly provided then default it to /boot/h... | stephan | 2025-04-04 |
* | Add the --static-cli-shell configure flag to the canonical build, which works... | stephan | 2025-04-03 |
* | Add the --static-tclsqlite3 configure flag (canonical build only) to build tc... | stephan | 2025-04-03 |
|\ |
|
| * | Minor cleanups to the --static-tclsqlite3 support. | stephan | 2025-04-03 |
| * | Add experimental --static-tclsqlite3 configure flag to build tclsqlite3 stati... | stephan | 2025-04-02 |
|/ |
|
* | Ensure that the compilation of extensions get the same CFLAGS as the core lib... | stephan | 2025-03-31 |
* | Correct the ordering of the configure script's handling of the --dev and --de... | stephan | 2025-03-31 |
* | Configure/make doc tweaks. No functional changes. | stephan | 2025-03-28 |
* | Remove tool/tclConfigShToAutoDef.sh, as that functionality was moved into aut... | stephan | 2025-03-23 |
* | Internal configure refactoring to support an ongoing conversion of ./autoconf... | stephan | 2025-03-23 |
* | Replace use of autosetup/lib/*.auto for sqlite-custom-... features to avoid t... | stephan | 2025-03-22 |
* | In the post-configure validation, ensure than no more than one autosetup/lib/... | stephan | 2025-03-22 |
* | Document the new configuration customization approach and extend it to enable... | stephan | 2025-03-22 |
* | Add a mechanism to the configure script to allow certain client-specific buil... | stephan | 2025-03-22 |
* | Configure script internal cleanups and re-orgs. No functional changes. | stephan | 2025-03-22 |
* | Flesh out the new proc-debug and its infrastructure a bit. | stephan | 2025-03-21 |
* | Proxy configure's msg-debug with proc-debug, which works the same except that... | stephan | 2025-03-21 |
* | Teach the configure script to be able find a default installation of libreadl... | stephan | 2025-03-20 |
* | Add support for the --with-wasi-sdk configure flag to the autoconf build. | stephan | 2025-03-17 |
* | Add --asan-fsanitize=... configure flag to the canonical build to optionally ... | stephan | 2025-03-16 |
* | Configure-internal doc cleanups. No functional changes. | stephan | 2025-03-16 |
* | Configure-internal build cleanups (no functional changes). Add EXTRA_SRC to t... | stephan | 2025-03-15 |
* | Back out the most significant part of [5c28a17253e2f], as Cygwin is a hybrid.... | stephan | 2025-03-06 |
* | Fix a tcl typo in the previous checkin which triggers an error on one machine... | stephan | 2025-03-06 |
* | Have the configure script report cygwin as SQLITE_OS_UNIX instead of SQLITE_O... | stephan | 2025-03-06 |
* | Roll back part of [6d87a8efe]: the check for tclsh90.exe (as opposed to tclsh... | stephan | 2025-03-04 |
* | Teach autosetup how to find tclsh v9.0 on cygwin. | stephan | 2025-03-04 |
* | Document the EXTRA_SRC makefile var and add --amalgamation-extra-src=list to ... | stephan | 2025-03-04 |
* | Internal configure script cleanups. Resolve an as-yet-hypothetical corner cas... | stephan | 2025-03-03 |
* | Minor configure script doc tweaks. This is also a note that the basic element... | stephan | 2025-03-03 |
* | Approximately 100 typo corrections spanning the whole tree, submitted via [fo... | stephan | 2025-02-27 |
* | Undo part of [69e83ab859c], as that order of operations breaks the --prefix=.... | stephan | 2025-02-26 |
* | configure: extend the readline detection a bit so that it can find readline o... | stephan | 2025-02-26 |