Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-01-13 | Split up serd_internal.h | David Robillard | 1 | -0/+2 |
2022-01-13 | Use thread-safe strerror_r() if available | David Robillard | 1 | -0/+4 |
2022-01-13 | Move fopen wrapper to world | David Robillard | 1 | -4/+0 |
2022-01-13 | Add SerdWorld for shared library state | David Robillard | 1 | -3/+5 |
2022-01-13 | Simplify reader interface | David Robillard | 1 | -0/+17 |
2022-01-13 | Align node allocations | David Robillard | 1 | -0/+5 |
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 | -4/+8 |
2020-11-13 | Remove dead code | David Robillard | 1 | -3/+0 |
2020-11-13 | Use aligned allocation via C11 or Windows API where possible | David Robillard | 1 | -4/+13 |
2020-11-10 | Add const, pure, and malloc function attributes | David Robillard | 1 | -1/+3 |
2020-08-14 | Clean up and separate internal headers | David Robillard | 1 | -0/+28 |