aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use array notation instead of pure pointersJoseph Hunkeler2024-03-221-13/+16
* Fix bad reallocJoseph Hunkeler2024-03-221-1/+9
* Consolidate pointer assignment to if-statementJoseph Hunkeler2024-03-222-6/+3
* Replace free() with guard_* macrosJoseph Hunkeler2024-03-223-6/+10
* Remove unused pointerJoseph Hunkeler2024-03-221-5/+0
* Fix realloc error handlingJoseph Hunkeler2024-03-221-1/+2
* Bugfix in split()Joseph Hunkeler2024-03-221-4/+0
* Duplicate keys and values instead of copying their pointers.Joseph Hunkeler2024-03-221-15/+31
* Fix size of realloc'd dataJoseph Hunkeler2024-03-221-6/+12
* Free tempfile bufferJoseph Hunkeler2024-03-221-1/+3
* Encapsulate the tox.ini generation.Joseph Hunkeler2024-03-221-8/+8
* Free resources on errorJoseph Hunkeler2024-03-221-4/+9
* Increase command string size.Joseph Hunkeler2024-03-221-1/+1
* Return on error immediately to avoid an invalid readJoseph Hunkeler2024-03-221-1/+0
* Remove the user-facing "${VAR}" notation.Joseph Hunkeler2024-03-221-10/+14
* Free more members from the delivery contextJoseph Hunkeler2024-03-221-0/+4
* Dynamically allocate Delivery.system.platform array.Joseph Hunkeler2024-03-221-0/+5
* Remove split_free() functionJoseph Hunkeler2024-03-221-12/+1
* Use GENERIC_ARRAY_FREE instead of split_free()Joseph Hunkeler2024-03-225-11/+11
* Remove unused pointer to the caller runtime environment. Unused.Joseph Hunkeler2024-03-221-1/+1
* Populate the strlist returned by delivery_build_wheels so we can actually fre...Joseph Hunkeler2024-03-221-2/+7
* Remove redundant free of config_inputJoseph Hunkeler2024-03-221-1/+0
* Simplify environment name generation.Joseph Hunkeler2024-03-221-2/+3
* Frees config_input path after its consumed by ini_openJoseph Hunkeler2024-03-221-0/+1
* Zero python_override_version before useJoseph Hunkeler2024-03-221-0/+2
* Remove redundant free of globals.sysconfdirJoseph Hunkeler2024-03-221-1/+0
* Free more dangling resourcesJoseph Hunkeler2024-03-221-0/+1
* Free more dangling resourcesJoseph Hunkeler2024-03-221-0/+1
* Move collapse_whitespace to utils.c / utils.hJoseph Hunkeler2024-03-222-11/+25
* Remove commented codeJoseph Hunkeler2024-03-221-1/+0
* Add missing cleanupJoseph Hunkeler2024-03-221-0/+1
* Add missing cleanupJoseph Hunkeler2024-03-182-2/+5
* Add fix_tox_conf functionJoseph Hunkeler2024-03-143-1/+77
* We're executing the test, so tell the userJoseph Hunkeler2024-03-141-1/+2
* Fix bug that prevented package deferrals from proceeding when package names c...Joseph Hunkeler2024-03-141-2/+2
* Splits OMC directory creation into two stagesJoseph Hunkeler2024-03-141-7/+15
* Pretty-print pytest xml results (if xmllint is present)Joseph Hunkeler2024-03-143-0/+92
* Allow path_store function to replace existing path elements without causing m...Joseph Hunkeler2024-03-141-0/+4
* Zero out the mkstemp template string to avoid garbage in file namesJoseph Hunkeler2024-03-141-1/+1
* Add template functions to store/load function pointers.Joseph Hunkeler2024-03-141-0/+27
* Replace ini_show with ini_writeJoseph Hunkeler2024-03-141-4/+23
* BugfixJoseph Hunkeler2024-03-141-5/+6
* Only set continue_on_error and always_update_base if not already set by CLI a...Joseph Hunkeler2024-03-121-4/+9
* Wording and indentJoseph Hunkeler2024-03-121-2/+3
* Exit on invalid argument inputJoseph Hunkeler2024-03-111-2/+1
* Set globals struct values as intendedJoseph Hunkeler2024-03-111-7/+2
* Consolidate argument parsing loop controlJoseph Hunkeler2024-03-111-7/+3
* Fix missing break statement in OPT_NO_TESTING caseJoseph Hunkeler2024-03-111-0/+1
* Make opt_short long enough to fix ARG outputJoseph Hunkeler2024-03-111-1/+1
* Change "config" and "python" so their arguments are requiredJoseph Hunkeler2024-03-111-3/+3