Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add write_manifest() helper | Joseph Hunkeler | 2025-03-27 | 1 | -0/+34 |
| | | | | * Store file listing in "TREE" | ||||
* | free(3): If ptr is NULL, no operation is performed.free-mem | Joseph Hunkeler | 2025-03-20 | 1 | -2/+2 |
| | |||||
* | sort_by_latest_rc now sorts against the rc, platform, and python version ↵ | Joseph Hunkeler | 2025-02-18 | 1 | -2/+17 |
| | | | | (descending) | ||||
* | Use the same function as the delivery mechanism to ensure the docker archive ↵ | Joseph Hunkeler | 2025-02-14 | 1 | -1/+1 |
| | | | | name can be resolved | ||||
* | Free version_str | Joseph Hunkeler | 2025-01-30 | 1 | -0/+6 |
| | | | | * Free parts | ||||
* | Add get_docker_images() helper function | Joseph Hunkeler | 2024-12-07 | 1 | -0/+17 |
| | |||||
* | get_files: empty pattern becomes '*' | Joseph Hunkeler | 2024-12-07 | 1 | -0/+4 |
| | |||||
* | Improved markdown output and presentation | Joseph Hunkeler | 2024-12-06 | 1 | -0/+1 |
| | |||||
* | Fix pointers to Delivery struct | Joseph Hunkeler | 2024-12-06 | 1 | -6/+16 |
| | | | | * Dynamic allocation only. I'm completely fed up with "lost" addresses. | ||||
* | Move pandoc code into its own function pandoc_exec() | Joseph Hunkeler | 2024-12-06 | 1 | -0/+59 |
| | |||||
* | Check whether arch and platform are populated before accessing them | Joseph Hunkeler | 2024-12-06 | 1 | -4/+8 |
| | |||||
* | Break down indexer into independent source files | Joseph Hunkeler | 2024-11-18 | 1 | -0/+242 |
* Generate test result output * Add helper function to manage changing file extensions |