aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-222-1/+6
* Remove split_free() functionJoseph Hunkeler2024-03-222-13/+1
* Use GENERIC_ARRAY_FREE instead of split_free()Joseph Hunkeler2024-03-225-11/+11
* Add GENERIC_ARRAY_FREE macro to avoid code duplications when freeing characte...Joseph Hunkeler2024-03-221-0/+6
* Make SYSERROR macro act more like perror, and allow extra argumentsJoseph Hunkeler2024-03-221-1/+4
* 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-223-11/+27
* Remove commented codeJoseph Hunkeler2024-03-221-1/+0
* Add missing cleanupJoseph Hunkeler2024-03-221-0/+1
* Add missing cleanupJoseph Hunkeler2024-03-182-2/+5
* Update README.mdJoseph Hunkeler2024-03-141-27/+30
* Add fix_tox_conf functionJoseph Hunkeler2024-03-145-1/+89
* 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-145-0/+106
* 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-142-0/+51
* Replace ini_show with ini_writeJoseph Hunkeler2024-03-142-6/+27
* BugfixJoseph Hunkeler2024-03-141-5/+6
* Remove "OMC ::" from build name.Joseph Hunkeler2024-03-143-3/+3
* 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
* Print ARG next to short option output in usage statementJoseph Hunkeler2024-03-111-0/+3
* Prevent printing non-existent short options in usage statementJoseph Hunkeler2024-03-111-1/+1
* Use do/while in guard_* macros to make them behave more like functionsJoseph Hunkeler2024-03-1014-142/+142
* Replace getter_* and conv_* macros with static functions.Joseph Hunkeler2024-03-101-186/+160
* Override python version _before_ parsing the configs and rendering template s...Joseph Hunkeler2024-03-081-8/+8
* Fix python_compact not getting updated when target python version changedJoseph Hunkeler2024-03-082-11/+14
* Makes docker builds, artifactory uploads, and testing optional via CLI argume...Joseph Hunkeler2024-03-083-11/+49
* Remove TODOs from readme templatesJoseph Hunkeler2024-03-083-3/+0
* Append the release name to README artifacts to prevent documentation clobbering.Joseph Hunkeler2024-03-083-3/+3
* Add CLI option to disable line bufferingJoseph Hunkeler2024-03-071-1/+10