aboutsummaryrefslogtreecommitdiff
path: root/src/lib/delivery/include
Commit message (Collapse)AuthorAgeFilesLines
* Fix System struct comment positionsJoseph Hunkeler11 days1-4/+2
|
* Add delivery_duplicate() and strdup_maybe() helperJoseph Hunkeler11 days1-0/+7
| | | | | * The indexer needs to generate copies of the delivery context. The previous implementation (memcpy) left a lot to be desired. * strdup_maybe() might be useful elsewhere but for now I am leaving it static
* Add delivery_export.cJoseph Hunkeler2025-07-071-0/+24
|
* Add (conda|pip)_packages_purge configuration keys and driverJoseph Hunkeler2024-12-181-0/+14
|
* Restructure projectdelivery-libJoseph Hunkeler2024-12-111-0/+448
* 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