Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Break down indexer into independent source files | Joseph Hunkeler | 2024-11-18 | 1 | -958/+0 |
| | | | | | * Generate test result output * Add helper function to manage changing file extensions | ||||
* | Sort releases by python version | Joseph Hunkeler | 2024-11-14 | 1 | -0/+16 |
| | |||||
* | Initialize structs to {0} and combine declaration and assignment where possible | Joseph Hunkeler | 2024-11-01 | 1 | -18/+11 |
| | |||||
* | Replace initialize character arrays using {0} instead of memset | Joseph Hunkeler | 2024-11-01 | 1 | -1/+1 |
| | |||||
* | Refactor directory structure | Joseph Hunkeler | 2024-10-14 | 1 | -0/+949 |
* Move core library sources into src/lib/core * Move command-line programs into src/cli |