aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant code left behind from developmentconda-updatesJoseph Hunkeler18 hours1-11/+0
* Add python_importlib_metadata_version functionJoseph Hunkeler18 hours2-18/+46
* Add support for modern versions of conda and mambaJoseph Hunkeler30 hours1-22/+54
* Separate the recipe style and build system.Joseph Hunkeler30 hours1-22/+45
* Set mamba-related environment variablesJoseph Hunkeler42 hours1-0/+2
* Free result when shell_output failsJoseph Hunkeler42 hours1-0/+1
* Remove redundant calls to memsetJoseph Hunkeler42 hours1-7/+0
* Initialize installer_url and python_override_version to zeroJoseph Hunkeler42 hours1-2/+3
* Remove unused procJoseph Hunkeler42 hours1-7/+2
* Return when item is NULLJoseph Hunkeler42 hours1-2/+7
* Add STASIS_ALWAYS_BUILD_FOR_HOST environment variable triggerJoseph Hunkeler42 hours2-0/+5
* Disallow extraneous conda and pip version specsJoseph Hunkeler42 hours1-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
* strlist_contains: Allow index result argument to be NULLJoseph Hunkeler9 days1-2/+6
* join: Fix segfault on memory errorJoseph Hunkeler9 days1-0/+4
* join_ex: Fix leak on memory errorJoseph Hunkeler9 days1-0/+5
* 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
* Safe strings, finally (#145)Joseph Hunkeler11 days34-331/+236
* Merge pull request #139 from jhunkeler/bughunt-1002HEAD1.6.1masterJoseph Hunkeler2026-05-1234-298/+688
|\
| * replace for-loop with while-loop since 'i' was unusedbughunt-1002Joseph Hunkeler2026-05-121-1/+1
| * Replace escape sequence '\e' with '\x1b' (portable)Joseph Hunkeler2026-05-121-6/+6
| * Replace __FUNCTION__ with __func__ (portable)Joseph Hunkeler2026-05-123-6/+6
| * Replace void pointer with pointer to tplfunc_frame structureJoseph Hunkeler2026-05-125-14/+17
| * 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
| * remove linefeed from debug messageJoseph Hunkeler2026-05-121-1/+1
| * free platform array on errorJoseph Hunkeler2026-05-121-0/+3
| * Remove linefeed from errorJoseph Hunkeler2026-05-121-1/+1
| * Blank warning as new lineJoseph Hunkeler2026-05-121-1/+2
| * Give log messages variable verbosityJoseph Hunkeler2026-05-111-7/+26
| * Remove linefeed from warning messageJoseph Hunkeler2026-05-111-1/+1
| * The time has comeJoseph Hunkeler2026-05-111-1/+1