aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #147 from jhunkeler/conda-updatesHEAD1.8.0masterJoseph Hunkeler2026-06-2329-221/+746
|\
| * test_utils.c: rename filename to inputfileconda-updatesJoseph Hunkeler2026-06-231-4/+7
| * tests: add compression test dataJoseph Hunkeler2026-06-236-0/+1
| * test_utils.c: addJoseph Hunkeler2026-06-231-0/+44
| * Fix zstd file magicJoseph Hunkeler2026-06-231-1/+1
| * Add GBO test using a modern conda installerJoseph Hunkeler2026-06-222-0/+96
| * Update stasis.iniJoseph Hunkeler2026-06-221-2/+2
| * Increase verbosity of the string testsJoseph Hunkeler2026-06-221-9/+46
| * Remove unused argumentJoseph Hunkeler2026-06-221-1/+1
| * pkg_index_providesJoseph Hunkeler2026-06-221-29/+74
| * Update test_wheel.c to use conda_capababilities()Joseph Hunkeler2026-06-221-2/+4
| * Update test_conda.c to use conda_capababilities()Joseph Hunkeler2026-06-221-30/+22
| * Rewrite debug_hexdumpJoseph Hunkeler2026-06-222-47/+33
| * Replace __FUNCTION__ with __func__Joseph Hunkeler2026-06-222-2/+2
| * tests: Do not print the reason message for tests that passed when a failure o...Joseph Hunkeler2026-06-221-0/+1
| * Passing the conda installation directory to delivery_conda_enable isn't neces...Joseph Hunkeler2026-06-222-9/+9
| * Ignore stderr from installation dry-runJoseph Hunkeler2026-06-221-0/+1
| * Ensure .condrc exists and conda knows where to find itJoseph Hunkeler2026-06-221-0/+13
| * Store conda installation prefix in capabilities structureJoseph Hunkeler2026-06-223-3/+7
| * Update test_recipe.cJoseph Hunkeler2026-06-221-6/+6
| * Remove redundant code left behind from developmentJoseph Hunkeler2026-06-221-11/+0
| * Add python_importlib_metadata_version functionJoseph Hunkeler2026-06-222-18/+46
| * Add support for modern versions of conda and mambaJoseph Hunkeler2026-06-221-22/+54
| * Separate the recipe style and build system.Joseph Hunkeler2026-06-221-22/+45
| * Set mamba-related environment variablesJoseph Hunkeler2026-06-221-0/+2
| * Add STASIS_ALWAYS_BUILD_FOR_HOST environment variable triggerJoseph Hunkeler2026-06-222-0/+5
| * Disallow extraneous conda and pip version specsJoseph Hunkeler2026-06-221-0/+48
| * Add recipe_get_build_systemJoseph Hunkeler2026-06-222-17/+43
| * delivery_conda_enable: always pin conda's version to the same version provide...Joseph Hunkeler2026-06-221-0/+24
| * shell: throw warning if temporary script's permissions cannot be modifiedJoseph Hunkeler2026-06-221-1/+3
| * delivery_conda_enable populates CondaCapabilities membersJoseph Hunkeler2026-06-221-1/+11
| * Add CondaCapabilities as argument to conda_setup_headlessJoseph Hunkeler2026-06-222-2/+2
| * Hook CondaCapabilities up to the delivery contextJoseph Hunkeler2026-06-222-0/+4
| * String handlingJoseph Hunkeler2026-06-221-19/+18
| * Add conda_capable, conda_capable functionsJoseph Hunkeler2026-06-222-0/+108
|/
* General fixes (#149)1.7.1Joseph Hunkeler2026-06-227-24/+32
* Always display information about docker even if its not available (#144)Joseph Hunkeler2026-06-222-29/+44
* Micromamba improvement (#148)1.7.0Joseph Hunkeler2026-06-1814-31/+227
* Safe strings, finally (#145)Joseph Hunkeler2026-06-0234-331/+236
* Merge pull request #139 from jhunkeler/bughunt-10021.6.1Joseph 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