Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-27 | Make function parameters const wherever possible | David Robillard | 1 | -4/+4 | |
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. | |||||
2023-04-05 | Improve writer error handling | David Robillard | 1 | -3/+8 | |
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 | -48/+47 | |
2020-12-31 | Avoid "else" after "break" and "return" | David Robillard | 1 | -1/+3 | |
2020-12-15 | Clean up includes | David Robillard | 1 | -0/+1 | |
2020-11-13 | Use aligned allocation via C11 or Windows API where possible | David Robillard | 1 | -2/+2 | |
2020-08-14 | Clean up and separate internal headers | David Robillard | 1 | -0/+96 | |