aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove wheelinfo.c, wheelinfo.h, test_wheelinfo.cJoseph Hunkeler30 hours3-168/+0
* Refactor delivery_install.c to use wheel_*() library functions, instead of wh...Joseph Hunkeler30 hours3-113/+338
* Tune conditions that dump errors from pip and conda during index resolutionbugfix-1003Joseph Hunkeler37 hours1-27/+28
* Add matching popd() call on errorJoseph Hunkeler37 hours2-0/+7
* Remove errant linefeeds from messagesJoseph Hunkeler37 hours1-3/+3
* Remove errant double call to SYSERRORJoseph Hunkeler44 hours1-1/+0
* Fix zstd file magicJoseph Hunkeler8 days1-1/+1
* Remove unused argumentJoseph Hunkeler9 days1-1/+1
* pkg_index_providesJoseph Hunkeler9 days1-29/+74
* Rewrite debug_hexdumpJoseph Hunkeler9 days2-47/+33
* Passing the conda installation directory to delivery_conda_enable isn't neces...Joseph Hunkeler9 days2-9/+9
* Ignore stderr from installation dry-runJoseph Hunkeler9 days1-0/+1
* Ensure .condrc exists and conda knows where to find itJoseph Hunkeler9 days1-0/+13
* Store conda installation prefix in capabilities structureJoseph Hunkeler9 days3-3/+7
* Remove redundant code left behind from developmentJoseph Hunkeler9 days1-11/+0
* Add python_importlib_metadata_version functionJoseph Hunkeler9 days2-18/+46
* Add support for modern versions of conda and mambaJoseph Hunkeler9 days1-22/+54
* Separate the recipe style and build system.Joseph Hunkeler9 days1-22/+45
* Set mamba-related environment variablesJoseph Hunkeler9 days1-0/+2
* Add STASIS_ALWAYS_BUILD_FOR_HOST environment variable triggerJoseph Hunkeler9 days1-0/+4
* Disallow extraneous conda and pip version specsJoseph Hunkeler9 days1-0/+48
* Add recipe_get_build_systemJoseph Hunkeler9 days2-17/+43
* delivery_conda_enable: always pin conda's version to the same version provide...Joseph Hunkeler9 days1-0/+24
* shell: throw warning if temporary script's permissions cannot be modifiedJoseph Hunkeler9 days1-1/+3
* delivery_conda_enable populates CondaCapabilities membersJoseph Hunkeler9 days1-1/+11
* Add CondaCapabilities as argument to conda_setup_headlessJoseph Hunkeler9 days2-2/+2
* Hook CondaCapabilities up to the delivery contextJoseph Hunkeler9 days2-0/+4
* String handlingJoseph Hunkeler9 days1-19/+18
* Add conda_capable, conda_capable functionsJoseph Hunkeler9 days2-0/+108
* General fixes (#149)1.7.1Joseph Hunkeler9 days6-23/+31
* Always display information about docker even if its not available (#144)Joseph Hunkeler9 days2-29/+44
* Micromamba improvement (#148)1.7.0Joseph Hunkeler13 days11-24/+209
* Safe strings, finally (#145)Joseph Hunkeler2026-06-0230-323/+230
* Replace escape sequence '\e' with '\x1b' (portable)Joseph Hunkeler2026-05-121-6/+6
* Replace __FUNCTION__ with __func__ (portable)Joseph Hunkeler2026-05-121-1/+1
* Replace void pointer with pointer to tplfunc_frame structureJoseph Hunkeler2026-05-124-13/+16
* Remove redundant __FUNCTION__Joseph Hunkeler2026-05-122-4/+4
* Placate FORTIFY_SOURCE warningJoseph Hunkeler2026-05-121-1/+3
* Reverse logic on status checkJoseph Hunkeler2026-05-121-14/+14
* Usable lines denote the number of entriesJoseph Hunkeler2026-05-121-3/+6
* One argument for error message stringJoseph Hunkeler2026-05-121-2/+2
* Remove linefeed from debug messageJoseph Hunkeler2026-05-121-1/+1
* Missing temp file is a warning, not an errorJoseph Hunkeler2026-05-121-1/+1
* exit on errorJoseph Hunkeler2026-05-121-14/+77
* free result on errorJoseph Hunkeler2026-05-121-0/+1
* Use log_print_error instead of SYSERRORJoseph Hunkeler2026-05-121-1/+1
* give a better idea of which munmap failedJoseph Hunkeler2026-05-121-2/+2
* make dep_status constantJoseph Hunkeler2026-05-121-1/+1
* if conda fails, returnJoseph Hunkeler2026-05-121-2/+10
* when no spec is present use the package name insteadJoseph Hunkeler2026-05-121-4/+8