Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-23 | Use angle brackets for library includes | David Robillard | 1 | -1/+1 | |
2024-09-27 | Make function parameters const wherever possible | David Robillard | 1 | -1/+3 | |
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-26 | Factor out URI prefix in some tests | David Robillard | 1 | -9/+8 | |
2024-06-25 | Improve test suite coverage | David Robillard | 1 | -1/+2 | |
2022-11-25 | Always handle the return value of serd_env_set_base_uri() | David Robillard | 1 | -0/+2 | |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-06-30 | Make node qualify and expand functions tolerate a null Env | David Robillard | 1 | -0/+5 | |
This is convenient in places where you don't necessarily need an Env, since these methods will work the same as with an empty Env. | |||||
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 | -46/+48 | |
2020-11-13 | Allow setting the base URI of an Env to NULL | David Robillard | 1 | -1/+6 | |
2020-11-09 | Rename unit tests to start with a consistent prefix | David Robillard | 1 | -0/+95 | |