aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* strlist_free callsJoseph Hunkeler2024-04-021-2/+2
* Remove nonsense codeJoseph Hunkeler2024-03-251-2/+1
* 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
* Add missing cleanupJoseph Hunkeler2024-03-221-0/+1
* Add fix_tox_conf functionJoseph Hunkeler2024-03-141-0/+1
* Pretty-print pytest xml results (if xmllint is present)Joseph Hunkeler2024-03-141-0/+3
* 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-101-16/+16
* 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-081-8/+8
* Makes docker builds, artifactory uploads, and testing optional via CLI argume...Joseph Hunkeler2024-03-081-9/+41
* Add CLI option to disable line bufferingJoseph Hunkeler2024-03-071-1/+10
* Enable building docker imageJoseph Hunkeler2024-03-061-0/+3
* Refactor deployment structureJoseph Hunkeler2024-03-061-3/+3
* Fixes several memory leaksJoseph Hunkeler2024-02-261-0/+10
* Expose the docker registry address to template engineJoseph Hunkeler2024-02-231-0/+1
* Fix sizeof against incorrect arrayJoseph Hunkeler2024-02-231-2/+2
* Implement build_name_fmt and build_number_fmt mission rulesJoseph Hunkeler2024-02-181-0/+2
* Fix maximum length passed to strncpyJoseph Hunkeler2024-02-131-1/+1
* Render mission filesJoseph Hunkeler2024-02-131-0/+3
* Disable dumping environment variables in verbose mode (for now)Joseph Hunkeler2024-02-131-2/+2
* Expose more storage variables to template engineJoseph Hunkeler2024-02-131-0/+5
* Enable multiple named artifact upload sections in delivery contextJoseph Hunkeler2024-02-121-0/+1
* Add Delivery.info.time_str_epoch member to store Unix epoch as a string.Joseph Hunkeler2024-02-121-0/+1
* This is what I get for using a GUI... Moved code was not moved. Removed code ...Joseph Hunkeler2024-02-061-62/+0
* Start building wheels again...Joseph Hunkeler2024-02-061-1/+15
* Add note about overriding the python version.Joseph Hunkeler2024-02-061-0/+2
* Tell the user we are succeeding/failing to configure JFrog CLI on their behalfJoseph Hunkeler2024-02-061-2/+2
* Free dangling global pointersJoseph Hunkeler2024-02-061-0/+2
* Fix addressing issue...Joseph Hunkeler2024-02-061-0/+18
* Print the splash banner before the first msg() is shownJoseph Hunkeler2024-02-061-0/+2
* Use two spaces instead of a tab character for main program's argument listing.Joseph Hunkeler2024-02-061-1/+1
* Fix error when no conda/pip packages are present in a delivery.Joseph Hunkeler2024-02-061-3/+8
* Refactor std{out,err} to f_std{out,err}Joseph Hunkeler2024-02-061-2/+2
* Fix up mission directory handlerJoseph Hunkeler2024-01-311-11/+23
* General improvementsJoseph Hunkeler2024-01-301-3/+58