aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Reduce stack usage for archsuffix variableJoseph Hunkeler2023-11-201-3/+3
| | | | * Add spaces to banner
* Implements slightly improved error handlingJoseph Hunkeler2023-11-201-32/+101
| | | | | | | * 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)
* Implements getopt argument parsingJoseph Hunkeler2023-11-201-3/+132
| | | | | | * Initial SPM_GLOBAL structure * Allow override of target python version * Add usage statement generator
* Add placeholders for conda.tool[_build_]versionJoseph Hunkeler2023-10-311-0/+4
|
* Guard ini_free() in case cfg is not in useJoseph Hunkeler2023-10-311-1/+4
| | | | * Free delivery delivery context
* Remove or disable dead codeJoseph Hunkeler2023-10-311-5/+1
|
* Use new info.release_name memberJoseph Hunkeler2023-10-311-0/+3
|
* Removes code that has moved to various source filesJoseph Hunkeler2023-10-311-142/+0
|
* Initial commitJoseph Hunkeler2023-10-261-0/+373