Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace localtime with localtime_r and allocate a new buffer for each ↵ | Joseph Hunkeler | 2025-02-04 | 3 | -4/+17 |
| | | | | Delivery context | ||||
* | Improve message on memory error | Joseph Hunkeler | 2025-02-04 | 1 | -1/+1 |
| | |||||
* | Free members recently added to Delivery structure | Joseph Hunkeler | 2025-02-04 | 1 | -0/+3 |
| | |||||
* | Bug fixdelivery-wheel-index-basename | Joseph Hunkeler | 2025-02-04 | 1 | -1/+1 |
| | | | | | * This prevents absolute paths returned by listdir() from being injected into the "bottom" index.html file. * The href target should be relative to the local directory structure, not an absolute path. | ||||
* | Use delivery context, not globals, to populate path to condaremove-package-from-delivery | Joseph Hunkeler | 2024-12-19 | 1 | -2/+2 |
| | |||||
* | Merge pull request #78 from jhunkeler/remove-package-from-delivery | Joseph Hunkeler | 2024-12-19 | 3 | -35/+110 |
|\ | | | | | Allow removing packages from a delivery | ||||
| * | Add (conda|pip)_packages_purge configuration keys and driver | Joseph Hunkeler | 2024-12-18 | 3 | -3/+77 |
| | | |||||
| * | Consolidate package list normalization | Joseph Hunkeler | 2024-12-13 | 1 | -34/+35 |
| | | | | | | | | * Normalize as in, a list of space or tab delimited entries, is converted to a LF delimited list | ||||
* | | delivery_build_wheels return NULL on checkout error | Joseph Hunkeler | 2024-12-16 | 1 | -1/+5 |
|/ | |||||
* | Initialize authentication context | Joseph Hunkeler | 2024-12-11 | 1 | -0/+5 |
| | | | | * Argument generator may fail otherwise | ||||
* | Restructure projectdelivery-lib | Joseph Hunkeler | 2024-12-11 | 2 | -2/+453 |
| | | | | | | * Move headers to relevant include directories within the target tree(s) * Adjust doxygen configuration to search correct paths * Adjust CMake configuration to use new include paths | ||||
* | Move delivery_*.c sources into their own library | Joseph Hunkeler | 2024-12-08 | 12 | -0/+2580 |