aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer/helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* Restructure projectdelivery-libJoseph Hunkeler2024-12-111-27/+0
| | | | | | * 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
* Add get_docker_images() helper functionJoseph Hunkeler2024-12-071-0/+1
|
* Fix pointers to Delivery structJoseph Hunkeler2024-12-061-1/+1
| | | | * Dynamic allocation only. I'm completely fed up with "lost" addresses.
* Export pandoc_exec()Joseph Hunkeler2024-12-061-0/+11
|
* Break down indexer into independent source filesJoseph Hunkeler2024-11-181-0/+15
* Generate test result output * Add helper function to manage changing file extensions