aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer/include
Commit message (Collapse)AuthorAgeFilesLines
* Convert context manipulation from stack+heap to just heapJoseph Hunkeler2025-11-044-7/+6
|
* get_latest_deliveries() now optionally returns the count of elements in the ↵Joseph Hunkeler2025-11-041-0/+1
| | | | returned array of Delivery structs
* Add write_manifest() helperJoseph Hunkeler2025-03-271-0/+1
| | | | * Store file listing in "TREE"
* Encapsulate macro arguments in parenthesesJoseph Hunkeler2025-02-121-2/+2
|
* Restructure projectdelivery-libJoseph Hunkeler2024-12-116-0/+69
* 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