Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -0/+955 |
* Move core library sources into src/lib/core * Move command-line programs into src/cli |