aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use do-while in COE_CHECK_ABORT.Joseph Hunkeler2024-04-021-6/+7
* Add REPLACE_TRUNCATE_AFTER_MATCH mode to replace_textJoseph Hunkeler2024-04-021-2/+4
* Adjust guard_strlist_free to match new function signatureJoseph Hunkeler2024-04-021-1/+1
* Changes to strlist_*() functions:Joseph Hunkeler2024-04-021-3/+3
* Changes to ini_write() behavior:Joseph Hunkeler2024-04-021-1/+5
* Fix replace_text*() functionsJoseph Hunkeler2024-04-021-2/+2
* Rebrand to OMCJoseph Hunkeler2024-03-261-3/+3
* Dynamically allocate Delivery.system.platform array.Joseph Hunkeler2024-03-221-1/+1
* Remove split_free() functionJoseph Hunkeler2024-03-221-1/+0
* 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
* Move collapse_whitespace to utils.c / utils.hJoseph Hunkeler2024-03-221-0/+2
* Add fix_tox_conf functionJoseph Hunkeler2024-03-142-0/+12
* Pretty-print pytest xml results (if xmllint is present)Joseph Hunkeler2024-03-142-0/+14
* Add template functions to store/load function pointers.Joseph Hunkeler2024-03-141-0/+24
* Replace ini_show with ini_writeJoseph Hunkeler2024-03-141-2/+4
* Use do/while in guard_* macros to make them behave more like functionsJoseph Hunkeler2024-03-101-3/+3
* Makes docker builds, artifactory uploads, and testing optional via CLI argume...Joseph Hunkeler2024-03-081-0/+3
* Refactor deployment structureJoseph Hunkeler2024-03-061-14/+18
* Add paths for build_docker_dir and docker_artifact_dirJoseph Hunkeler2024-03-061-0/+2
* docker_save function will pipe output of "docker save" to a compression progr...Joseph Hunkeler2024-03-061-1/+4
* Prototypes documentationJoseph Hunkeler2024-03-048-37/+397
* xmkstemp allow setting file modeJoseph Hunkeler2024-03-041-1/+16
* Document functions and usageJoseph Hunkeler2024-02-283-49/+376
* Implement initial driver code for docker buildsJoseph Hunkeler2024-02-231-0/+10
* Add docker.h to main headerJoseph Hunkeler2024-02-231-0/+1
* Initial commit of docker integration codeJoseph Hunkeler2024-02-231-0/+22
* Extract git repository informationJoseph Hunkeler2024-02-182-0/+3
* Implement build_name_fmt and build_number_fmt mission rulesJoseph Hunkeler2024-02-181-1/+5
* Quote inputs to string argumentJoseph Hunkeler2024-02-181-4/+4
* Compatibility changesJoseph Hunkeler2024-02-135-2/+49
* Implement delivery_mission_render_filesJoseph Hunkeler2024-02-132-0/+10
* Enable multiple named artifact upload sections in delivery contextJoseph Hunkeler2024-02-122-1/+3
* Add Delivery.info.time_str_epoch member to store Unix epoch as a string.Joseph Hunkeler2024-02-122-3/+5
* Implement path_storeJoseph Hunkeler2024-02-121-0/+2
* Add path_store functionJoseph Hunkeler2024-02-121-0/+1
* Fix missing underscore in __APPLE__ defineJoseph Hunkeler2024-02-061-1/+1
* First pass at OS detectionJoseph Hunkeler2024-02-062-1/+19
* Fix addressing issue...Joseph Hunkeler2024-02-061-2/+24
* Begin consolidating artifactory upload proceduresJoseph Hunkeler2024-02-061-0/+8
* Refactor std{out,err} to f_std{out,err}Joseph Hunkeler2024-02-061-2/+6
* Fix jf cli option 'regexp' to be boolean, not stringJoseph Hunkeler2024-02-061-1/+1
* Improve download()Joseph Hunkeler2024-02-061-1/+1
* Consolidate header includes to omc.hJoseph Hunkeler2024-02-063-7/+5
* Restructure rules directoryJoseph Hunkeler2024-01-301-0/+11
* Initial commit of template engine code (not hooked up yet)Joseph Hunkeler2024-01-301-0/+16
* General improvementsJoseph Hunkeler2024-01-302-3/+38
* Add config.h.in header templateJoseph Hunkeler2024-01-292-0/+9
* Include time (everywhere)Joseph Hunkeler2023-12-101-0/+2
* Add globals_free() prototypeJoseph Hunkeler2023-12-101-0/+5