Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-24 | Rename jalv_internal.h to jalv.h | David Robillard | 1 | -1/+1 | |
The "internal" name never made much sense to begin with (since this is a program, not a library), but now this header only describes the "main" Jalv struct and functions directly associated with it (the top-level interface of the application), so name it accordingly. This also makes include-what-you-use actually check this header, which it wasn't before for some mysterious reason. | |||||
2024-11-24 | Use angle brackets for library includes | David Robillard | 1 | -2/+2 | |
2024-11-24 | Move main() and related code to a separate file | David Robillard | 1 | -0/+76 | |