aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer/stasis_indexer.c
Commit message (Collapse)AuthorAgeFilesLines
* Break down indexer into independent source filesJoseph Hunkeler2024-11-181-958/+0
| | | | | * Generate test result output * Add helper function to manage changing file extensions
* Sort releases by python versionJoseph Hunkeler2024-11-141-0/+16
|
* Initialize structs to {0} and combine declaration and assignment where possibleJoseph Hunkeler2024-11-011-18/+11
|
* Replace initialize character arrays using {0} instead of memsetJoseph Hunkeler2024-11-011-1/+1
|
* Refactor directory structureJoseph Hunkeler2024-10-141-0/+949
* Move core library sources into src/lib/core * Move command-line programs into src/cli