summaryrefslogtreecommitdiffstats
path: root/src/Legend.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-07-17Remove unnecessary includesDavid Robillard1-1/+0
According to include-what-you-use 0.22 on LLVM 18, anyway.
2024-07-17Avoid signed bitwise operationsDavid Robillard1-5/+5
2024-07-13Add missing includesDavid Robillard1-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-12Fix use of reserved macro nameDavid Robillard1-1/+1
2022-08-23Add i18n supportDavid Robillard1-1/+2
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-07-20Switch to meson build systemDavid Robillard1-1/+1
2021-01-02Format all code with clang-formatDavid Robillard1-33/+32
2020-12-14Clean up includesDavid Robillard1-1/+6
2020-11-29Put everything in a namespaceDavid Robillard1-0/+4
2020-11-28Move PortType to its own headerDavid Robillard1-0/+1
2020-11-27Move Legend implementation to a separate source fileDavid Robillard1-0/+85