aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add recipe_get_build_systemJoseph Hunkeler10 days2-17/+43
| | | | | * Rename RECIPE_TYPE_* to RECIPE_STYLE_* * Add defines for RECIPE_BUILD_* that denote which build system should be used to build the recipe
* delivery_conda_enable: always pin conda's version to the same version ↵Joseph Hunkeler10 days1-0/+24
| | | | | | provided by the installer * Some commands upgrade conda whether it is configured to allow the behavior or not
* shell: throw warning if temporary script's permissions cannot be modifiedJoseph Hunkeler10 days1-1/+3
|
* strlist_contains: Allow index result argument to be NULLJoseph Hunkeler10 days1-2/+6
|
* join: Fix segfault on memory errorJoseph Hunkeler10 days1-0/+4
|
* join_ex: Fix leak on memory errorJoseph Hunkeler10 days1-0/+5
|
* delivery_conda_enable populates CondaCapabilities membersJoseph Hunkeler10 days1-1/+11
|
* Add CondaCapabilities as argument to conda_setup_headlessJoseph Hunkeler10 days2-2/+2
|
* Hook CondaCapabilities up to the delivery contextJoseph Hunkeler10 days2-0/+4
|
* String handlingJoseph Hunkeler10 days1-19/+18
|
* Add conda_capable, conda_capable functionsJoseph Hunkeler10 days2-0/+108
| | | | * Add struct CondaCapabilities
* Safe strings, finally (#145)Joseph Hunkeler12 days34-331/+236
| | | | | | | | * Add string copy and catonate replacements * safe_strncpy * safe_strncat * Replace string functions * gbo.ini: Update tweakwcs to 0.9.0 * generic.ini: Update tweakwcs to 0.9.0
* Merge pull request #139 from jhunkeler/bughunt-1002HEAD1.6.1masterJoseph Hunkeler2026-05-1234-298/+688
|\ | | | | Bughunt 0x1002
| * 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
| | | | | | | | * The log_root in almost every circumstance will be able to handle the extra slash chracter. It complains because log_file and log_path are both sizeof PATH_MAX
| * Reverse logic on status checkJoseph Hunkeler2026-05-121-14/+14
| |
| * Usable lines denote the number of entriesJoseph Hunkeler2026-05-121-3/+6
| | | | | | | | | | * reduce complexity * 'x' should not overflow
| * 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
| | | | | | | | * Add comment so I don't accidentally do it again
| * 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
| | | | | | | | | | | | * WARN = Show only the preface and message * INFO = Show preface, function, and message * DEBUG = Show preface, source file, line number, function, and message
| * Remove linefeed from warning messageJoseph Hunkeler2026-05-111-1/+1
| |
| * The time has comeJoseph Hunkeler2026-05-111-1/+1
| | | | | | | | * Dump the pip log on error
| * Remove check for DEBUG defineJoseph Hunkeler2026-05-111-26/+14
| |
| * Handle error for mapping poolJoseph Hunkeler2026-05-111-0/+4
| |
| * Rename status to child_status to better clarify what we're looking atJoseph Hunkeler2026-05-111-12/+12
| |
| * Change raw fprintf to SYSERRORJoseph Hunkeler2026-05-111-1/+0
| |
| * Allocate heap instead of mmapping the task's command stringJoseph Hunkeler2026-05-111-8/+12
| |
| * Use semaphore to lock the child process up to the point of execvpJoseph Hunkeler2026-05-111-0/+4
| |
| * Close all file descriptors in child process, except STDIN, STDOUT, STDERR.Joseph Hunkeler2026-05-111-3/+14
| | | | | | | | * Rename fd to redirect so I can remember why this is here
| * Update SYS_* macrosJoseph Hunkeler2026-05-111-2/+2
| |
| * Update macroJoseph Hunkeler2026-05-111-1/+1
| |
| * How did you get back in there...Joseph Hunkeler2026-05-111-34/+0
| |
| * Error checkJoseph Hunkeler2026-05-111-0/+6
| |
| * Add debug outputJoseph Hunkeler2026-05-111-0/+8
| |