HomeSort by: relevance | last modified time | path
    Searched defs:teaish (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/dist/autosetup/teaish/
feature.tcl 16 # private/internal APIs. Those with a prefix of teaish- are
20 # @teaish-check-libz
26 proc teaish-check-libz {} {
27 teaish-check-cached "Checking for libz" {
30 teaish-ldflags-prepend [define LDFLAGS_LIBZ [get-define lib_deflate]]
38 # @teaish-check-librt ?funclist?
41 # so, appends -lrt via [teaish-ldflags-prepend] and returns 1, else
47 proc teaish-check-librt {{funclist {fdatasync nanosleep}}} {
48 teaish-check-cached -nostatus "Checking whether ($funclist) need librt" {
55 teaish-ldflags-prepend -r [define LDFLAGS_LIBRT $ldrt
    [all...]
core.tcl 12 # ----- @module teaish.tcl -----
16 # private/internal APIs. Those with a prefix of teaish- are
19 # Teaish has a hard dependency on proj.tcl, and any public API members
20 # of that module are considered legal for use by teaish extensions.
22 # Project home page: https://fossil.wanderinghorse.net/r/teaish
30 # Teaish's version number, not to be confused with
48 # cases where teaish manages ./pkgIndex.tcl.
61 # The 0x0f bits indicate that teaish is responsible for cleaning up
99 # Queues for use with teaish-checks-queue and teaish-checks-run
    [all...]
tester.tcl 13 # Helper routines for running tests on teaish extensions
16 # ----- @module teaish/tester.tcl -----
22 # with/via teaish.tester.tcl and target canonical Tcl only, not JimTcl
250 # @teaish-build-flag3 flag tgtVar ?dflt?
256 # Caveat #1: only valid when called in the context of teaish's default
257 # "make test" recipe, e.g. from teaish.test.tcl. It is not valid from
258 # a teaish.tcl configure script because (A) the state it relies on
262 # normally handled via teaish.tester.tcl.in.
268 proc teaish-build-flag3 {flag tgtVar {dflt ""}} {
283 # @teaish-build-flag flag ?dflt
    [all...]
  /src/external/public-domain/sqlite/dist/tea/
teaish.tcl 0 # Teaish configure script for the SQLite Tcl extension
18 # Set up the package info for teaish...
29 # The copy from the teaish tree, used as a dev/test bed before
36 set distname sqlite-teaish
56 # copy in the teaish tree, though, should be able to "make dist".
62 teaish-pkginfo-set -vars {
76 }} [teaish-get -dir]
83 proc teaish-options {} {
125 proc teaish-configure {} {
126 use teaish/featur
    [all...]

Completed in 18 milliseconds