Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Remove unnecessary includes | David Robillard | 1 | -1/+0 | |
According to include-what-you-use 0.22 on LLVM 18, anyway. | |||||
2024-07-17 | Avoid signed bitwise operations | David Robillard | 1 | -5/+5 | |
2024-07-13 | Add missing includes | David Robillard | 1 | -0/+1 | |
According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal. | |||||
2023-05-12 | Fix use of reserved macro name | David Robillard | 1 | -1/+1 | |
2022-08-23 | Add i18n support | David Robillard | 1 | -1/+2 | |
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-07-20 | Switch to meson build system | David Robillard | 1 | -1/+1 | |
2021-01-02 | Format all code with clang-format | David Robillard | 1 | -33/+32 | |
2020-12-14 | Clean up includes | David Robillard | 1 | -1/+6 | |
2020-11-29 | Put everything in a namespace | David Robillard | 1 | -0/+4 | |
2020-11-28 | Move PortType to its own header | David Robillard | 1 | -0/+1 | |
2020-11-27 | Move Legend implementation to a separate source file | David Robillard | 1 | -0/+85 | |