Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-24 | Use angle brackets for library includes | David Robillard | 1 | -1/+1 | |
2024-11-24 | Move control port buffers to a separate array | David Robillard | 1 | -3/+3 | |
2024-11-24 | Use a consistent naming scheme for class members in Qt frontend | David Robillard | 1 | -15/+15 | |
2024-11-24 | Use a typedef for ports like other structs | David Robillard | 1 | -5/+4 | |
2024-10-12 | Declare classes final and fix strict GCC release build | David Robillard | 1 | -2/+2 | |
2024-07-12 | Add Qt6 version | David Robillard | 1 | -0/+1 | |
2022-08-17 | Use default member initializers | David Robillard | 1 | -5/+5 | |
2022-08-17 | Remove redundant struct tags | David Robillard | 1 | -3/+5 | |
2022-08-17 | Reduce dependence on jalv_internal.h | David Robillard | 1 | -1/+1 | |
2022-08-17 | Clean up includes | David Robillard | 1 | -32/+4 | |
2022-08-17 | Separate state.h from jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-05-30 | Build Qt moc output as a separate object | David Robillard | 1 | -0/+118 | |
This avoids the weird cyclic dependency, and avoids including generated code in the source which can trigger many compiler and clang-tidy warnings. |