Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-27 | Make function parameters const wherever possible | David Robillard | 1 | -6/+6 | |
The early history of this code didn't tend to make parameters const, but the "const density" is high enough now that I often find myself wondering if something is mutable for some reason, or just old and sloppier. So, eliminate this confusion by making (hopefully) all function parameters const if possible. | |||||
2024-06-25 | Replace questionable switch statements with shorter conditionals | David Robillard | 1 | -9/+2 | |
2023-04-05 | Fix relative URI creation | David Robillard | 1 | -18/+36 | |
2023-04-05 | Use distinct include guards for internal headers | David Robillard | 1 | -4/+4 | |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -39/+42 | |
2020-12-31 | Avoid "else" after "break" and "return" | David Robillard | 1 | -5/+2 | |
2020-12-15 | Clean up includes | David Robillard | 1 | -0/+4 | |
2020-11-10 | Add const, pure, and malloc function attributes | David Robillard | 1 | -3/+3 | |
2020-08-14 | Clean up and separate internal headers | David Robillard | 1 | -0/+106 | |