aboutsummaryrefslogtreecommitdiff
path: root/autosetup
Commit message (Expand)AuthorAge
* Skip checking for dlopen() on mingw builds and those which include "windows" ...stephan2 days
* Pedantic internal build doc fix.stephan2025-07-17
* Add the --disable-rpath configure script flag to address [forum:13cac3b56516f...stephan2025-06-22
* Add the --enable-column-metadata flag to the configure script (off by default...stephan2025-06-18
* Eliminate configure/build discrepancies in how 'make tclextension-...' works ...stephan2025-06-18
* Add the --tclConfig.sh FILE flag to buildtclext.tcl to eliminate the discrepa...stephan2025-06-18
* Extend [b5c6cb13cff5] to use a wildcard on darwin* because some OSes report a...stephan2025-06-17
* proj.tcl portability fixes and cleanups suggested in [forum:7b218c3c9f|forum ...stephan2025-06-17
* tea build: add an info-exists check after a 'scan' call, as scan does not cre...stephan2025-06-04
* Configure-related fixes and additions, most notably integration of self-tests...stephan2025-05-30
* In the TEA build, enable USE_TCL_STUBS on Mac platforms.stephan2025-05-26
* When detecting TCLLIBDIR, skip over //zipfs paths, as the (file isdirectory) ...stephan2025-05-26
* Add the --osmalloc option to the test/speedtest.tcl testing script.drh2025-05-23
* Minor tcl doc update.stephan2025-05-17
* Rename feature-tests.tcl to feature.tcl. Haiku tcl portability fixes.stephan2025-05-17
* Latest upstream teaish pieces for minor fixes. Restructure this copy of teais...stephan2025-05-17
* Upstream teaish for a tcl portability fix on Haiku and a much nicer impl of p...stephan2025-04-29
* tea: pull in upstream teaish. Consolidate the build definition from the upstr...stephan2025-04-28
* proj.tcl: correct the auto-reconfigure rules to include any X=Y passed to con...stephan2025-04-27
* Teaish internal API tweaks and ensure that -encoding utf-8 is used when sourc...stephan2025-04-25
* Upstream teaish fixes and improvements.stephan2025-04-23
* Latest upstream jimtcl to fix rare segfault cases.stephan2025-04-22
* Generic cleanups and fixes in the teaish build.stephan2025-04-22
* Upstream teaish, which simplifies how extension metadata are initialized and ...stephan2025-04-17
* A portability fix for proj.tcl: some Tcl builds do not like (array set x $som...stephan2025-04-16
* Latest upstream teaish for fixes and improvements.stephan2025-04-16
* Cleanups and refactoring in proj.tcl and teaish.stephan2025-04-15
* Further cleanups and code consolidation between teaish.tcl and sqlite-config....stephan2025-04-15
* Update teaish to the latest upstream copy. Move some of its utility code into...stephan2025-04-14
* Port autoconf/tea from the autotools to autosetup.stephan2025-04-12
|\
| * Initial port of the TEA build (autoconf/tea) from autotools to autosetup.stephan2025-04-12
* | Move the post-configure dot-in-file validation from sqlite-config.tcl to proj...stephan2025-04-12
|/
* Doc updates in proj.tcl. Improve configure check for whether fdatasync or nan...stephan2025-04-09
* During the post-configure validation of @VAR@ references, ignore commented-ou...stephan2025-04-07
* Rename proj-current-proc-name to proj-current-scope and have it distinguish b...stephan2025-04-07
* Make it legal to call proj-fatal from the global scope.stephan2025-04-07
* Extend proj-dot-ins-append to provide a way to use it for the special-case em...stephan2025-04-05
* Add a note that SQLite's copy of proj.tcl can be considered the "canonical co...stephan2025-04-05
* Move the automatic reconfigure tcl code from sqlite-config.tcl to proj.tcl so...stephan2025-04-05
* Refactor proj-make-from-dot-in and friends to be more useful and remove some ...stephan2025-04-05
* Correct a makefile var name type in the configure script, introduced in [4947...stephan2025-04-04
* Add more vars to the tclConfig.sh-to-tcl exporter, for use in the TEA build.stephan2025-04-04
* Account for the Mac-specific -instal_name linker flag, which is apparently ne...stephan2025-04-04
* Adapt the --all flag to apply to a different set of features, and default to ...stephan2025-04-04
* Improve --all flag handling so that combinations of (--all --disable-FEATURE)...stephan2025-04-04
* Minor configure-internal cleanups to support the autosetup port of the TEA bu...stephan2025-04-04
* Minor configure script internal doc edits. No functional changes.stephan2025-04-04
* Make the --static-cli-shell flag available in the autoconf build mode.stephan2025-04-04
* On HaikuOS, if --prefix is not explicitly provided then default it to /boot/h...stephan2025-04-04
* Add the --static-cli-shell configure flag to the canonical build, which works...stephan2025-04-03