| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace mkdir() calls with mkdirs() (from copy.h) | Joseph Hunkeler | 2023-11-20 | 1 | -10/+7 |
| | | |||||
| * | Use globals | Joseph Hunkeler | 2023-11-20 | 1 | -0/+8 |
| | | | | | | | * continue_on_error set by omc config * always_update_base_environment set by omc config * Passing OMC_MSG_RESTRICT flag to msg() will print only in verbose mode | ||||
| * | Implements slightly improved error handling | Joseph Hunkeler | 2023-11-20 | 1 | -17/+58 |
| | | | | | | | | * Return status from conda_ and delivery_ functions * Caller prints meaningful error, and handles it * Enable warnings during compilation * Squelch format-truncation warning -- those strings are extremely unlikely to overflow (famous last words) | ||||
| * | Replaces BUFSIZ with OMC_BUFSIZ | Joseph Hunkeler | 2023-11-20 | 1 | -2/+2 |
| | | |||||
| * | Remove debug shell call | Joseph Hunkeler | 2023-10-31 | 1 | -8/+2 |
| | | |||||
| * | Consolidate functions and defines from main.c | Joseph Hunkeler | 2023-10-31 | 1 | -5/+126 |
| | | |||||
| * | Add delivery get_spec_header() | Joseph Hunkeler | 2023-10-31 | 1 | -0/+15 |
| | | |||||
| * | Add delivery_free function | Joseph Hunkeler | 2023-10-31 | 1 | -0/+48 |
| | | | | | * Add guard_free_ macros | ||||
| * | Fixes memory leak in conv_ macros | Joseph Hunkeler | 2023-10-31 | 1 | -3/+4 |
| | | |||||
| * | Initial commit | Joseph Hunkeler | 2023-10-26 | 1 | -0/+626 |
