Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Add support for custom allocators | David Robillard | 1 | -19/+1 | |
This makes it explicit in the API where memory is allocated, and allows the user to provide a custom allocator to avoid the use of the default system allocator for whatever reason. | |||||
2023-12-02 | [TESTED] Replace -b and -e options with a block size option | David Robillard | 1 | -17/+0 | |
This is more powerful, and reduces the number of command line options that almost nobody needs to care about. | |||||
2023-12-02 | Use Zix attributes directly | David Robillard | 1 | -4/+4 | |
2023-12-02 | Split up serd_internal.h | David Robillard | 1 | -0/+2 | |
2023-12-02 | Use thread-safe strerror_r() if available | David Robillard | 1 | -0/+4 | |
2023-12-02 | Move fopen wrapper to world | David Robillard | 1 | -4/+0 | |
2023-12-02 | Simplify reader interface | David Robillard | 1 | -0/+17 | |
2023-12-02 | Align node allocations | David Robillard | 1 | -0/+4 | |
2023-12-02 | Split up public API header | David Robillard | 1 | -1/+1 | |
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 | -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 | |