Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | Use logging API for almost all console output | David Robillard | 1 | -0/+1 | |
Towards being smarter about this and maintaining distinction between kinds of output, so the console interface can grow into a more solid language/protocol. | |||||
2022-08-17 | Define JALV_BEGIN_DECLS and define JALV_END_DECLS | David Robillard | 1 | -6/+3 | |
One lines good, three lines bad. | |||||
2022-08-17 | Separate JalvLog from Jalv | David Robillard | 1 | -0/+6 | |
2022-08-17 | Use a consistent interface for error/warning/debug logging | David Robillard | 1 | -2/+16 | |
Towards the ability to hook the log into other things (for display in a UI, for example). The implementation still just prints to stderr, although now with consistent formatting. | |||||
2022-08-17 | Reduce dependence on jalv_internal.h | David Robillard | 1 | -1/+1 | |
2022-08-17 | Move Port definition to its own header | David Robillard | 1 | -0/+2 | |
2022-08-17 | Separate log.h from jalv_internal.h | David Robillard | 1 | -0/+54 | |