Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implements slightly improved error handling | Joseph Hunkeler | 2023-11-20 | 2 | -8/+7 | |
| | | | | | | | * 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) | |||||
* | Add copy.c, copy.h | Joseph Hunkeler | 2023-11-20 | 1 | -0/+19 | |
| | | | | | | * copytree() * mkdirs() * copy2() | |||||
* | Rebranding | Joseph Hunkeler | 2023-11-20 | 5 | -21/+33 | |
| | ||||||
* | Rebrand for the last time | Joseph Hunkeler | 2023-11-20 | 7 | -22/+25 | |
| | | | | | * Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h | |||||
* | Rebrand SPM to OHMYCAL | Joseph Hunkeler | 2023-11-03 | 2 | -10/+10 | |
| | ||||||
* | Add comments | Joseph Hunkeler | 2023-11-03 | 2 | -98/+367 | |
| | ||||||
* | Consolidate conda_setup_headless() from main.c | Joseph Hunkeler | 2023-10-31 | 1 | -0/+1 | |
| | ||||||
* | Consolidate functions and defines from main.c | Joseph Hunkeler | 2023-10-31 | 1 | -0/+7 | |
| | ||||||
* | Add delivery get_spec_header() | Joseph Hunkeler | 2023-10-31 | 1 | -0/+1 | |
| | ||||||
* | Add delivery_free function | Joseph Hunkeler | 2023-10-31 | 1 | -0/+1 | |
| | | | | * Add guard_free_ macros | |||||
* | Add new members to Delivery | Joseph Hunkeler | 2023-10-31 | 1 | -0/+11 | |
| | ||||||
* | Remove const type constraint from input string | Joseph Hunkeler | 2023-10-31 | 1 | -1/+1 | |
| | ||||||
* | msg() function is now type void | Joseph Hunkeler | 2023-10-31 | 1 | -1/+5 | |
| | | | | * Add debug_shell() function to interactively examine the runtime environment | |||||
* | Initial commit | Joseph Hunkeler | 2023-10-26 | 13 | -0/+476 | |