Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |