aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis/include
Commit message (Collapse)AuthorAgeFilesLines
* Move utility functions to utils.cJoseph Hunkeler12 days1-4/+0
|
* Implement task timeoutJoseph Hunkeler2025-12-301-0/+5
| | | | | | * Add argument: --task-timeout=1[s,m,h] * Timed out tasks are SIGKILL'd * If killing a task fails, the entire program ends
* Add --no-task-logging CLI argumentJoseph Hunkeler2025-11-141-0/+1
|
* Restructure projectdelivery-libJoseph Hunkeler2024-12-114-0/+57
* 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