aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1013-139/+139
* 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-082-11/+46
* Add CLI option to disable line bufferingJoseph Hunkeler2024-03-071-1/+10
* Zero argument bufferJoseph Hunkeler2024-03-071-0/+2
* Add OMC_ROOT environment to control where OMC writes its files toJoseph Hunkeler2024-03-071-1/+11
* Enable building docker imageJoseph Hunkeler2024-03-061-0/+3
* Set global.jfrog.repo through config, or environment variableJoseph Hunkeler2024-03-061-0/+9
* Implement docker delivery configurationJoseph Hunkeler2024-03-061-6/+59
* Refactor deployment structureJoseph Hunkeler2024-03-062-45/+47
* Add paths for build_docker_dir and docker_artifact_dirJoseph Hunkeler2024-03-061-0/+2
* Replace raw LF with LINE_SEP defineJoseph Hunkeler2024-03-061-6/+6
* Reset console color before writingJoseph Hunkeler2024-03-061-0/+1
* docker_save function will pipe output of "docker save" to a compression progr...Joseph Hunkeler2024-03-061-2/+22
* docker_script function now returns exit code from processJoseph Hunkeler2024-03-061-7/+14
* emit "Executing: [cmd]" when OMC_DOCKER_QUIET flag is not presentJoseph Hunkeler2024-03-061-1/+3
* Fix path_basenameJoseph Hunkeler2024-03-061-1/+1
* Fix memory corruption in runtime_set and tpl_renderJoseph Hunkeler2024-03-043-16/+11
* Remove semicolon from call to guard_freeJoseph Hunkeler2024-03-041-1/+1
* Prototypes documentationJoseph Hunkeler2024-03-043-92/+74
* Actually exit when a path is /, instead of removing the entire filesystemJoseph Hunkeler2024-03-041-0/+1
* xmkstemp allow setting file modeJoseph Hunkeler2024-03-044-5/+5