aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Implements slightly improved error handlingJoseph Hunkeler2023-11-202-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.hJoseph Hunkeler2023-11-201-0/+19
| | | | | | * copytree() * mkdirs() * copy2()
* RebrandingJoseph Hunkeler2023-11-205-21/+33
|
* Rebrand for the last timeJoseph Hunkeler2023-11-207-22/+25
| | | | | * Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h
* Rebrand SPM to OHMYCALJoseph Hunkeler2023-11-032-10/+10
|
* Add commentsJoseph Hunkeler2023-11-032-98/+367
|
* Consolidate conda_setup_headless() from main.cJoseph Hunkeler2023-10-311-0/+1
|
* Consolidate functions and defines from main.cJoseph Hunkeler2023-10-311-0/+7
|
* Add delivery get_spec_header()Joseph Hunkeler2023-10-311-0/+1
|
* Add delivery_free functionJoseph Hunkeler2023-10-311-0/+1
| | | | * Add guard_free_ macros
* Add new members to DeliveryJoseph Hunkeler2023-10-311-0/+11
|
* Remove const type constraint from input stringJoseph Hunkeler2023-10-311-1/+1
|
* msg() function is now type voidJoseph Hunkeler2023-10-311-1/+5
| | | | * Add debug_shell() function to interactively examine the runtime environment
* Initial commitJoseph Hunkeler2023-10-2613-0/+476