Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | Use logging API for almost all console output | David Robillard | 1 | -1/+3 | |
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 | Switch to meson build system | David Robillard | 1 | -5/+3 | |
2022-08-17 | Separate JalvLog from Jalv | David Robillard | 1 | -6/+5 | |
2022-08-17 | Use a consistent interface for error/warning/debug logging | David Robillard | 1 | -19/+51 | |
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 | Move Port definition to its own header | David Robillard | 1 | -0/+1 | |
2022-08-17 | Separate options.h from jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Move JalvURIDs and JalvNodes to their own headers | David Robillard | 1 | -0/+1 | |
2022-08-17 | Separate log.h from jalv_internal.h | David Robillard | 1 | -1/+6 | |
2022-08-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-05-30 | Move implementations out of shared header | David Robillard | 1 | -0/+32 | |
Generally cleaner, and conveniently avoids clang-tidy warnings that result from checking this code as C++. | |||||
2022-05-27 | Move platform-specific terminal code out of headers | David Robillard | 1 | -0/+29 | |
2022-05-27 | Format all code with clang-format | David Robillard | 1 | -35/+30 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-09-27 | Clean up includes | David Robillard | 1 | -0/+7 | |
2016-07-31 | Clean up log output | David Robillard | 1 | -5/+22 | |
2015-10-10 | Add option to enable plugin trace log messages | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5764 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-05 | Implement log extension. | David Robillard | 1 | -0/+43 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4146 a436a847-0d15-0410-975c-d299462d15a1 |