Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Add custom allocator support | David Robillard | 1 | -2/+3 | |
2022-01-28 | Simplify input stream API | David Robillard | 1 | -30/+26 | |
More or less the same rationale as the previous commit, but for reading. This makes for nice symmetry with writing, at the cost of a slightly more annoying reader interface since the source doesn't know its block size or name. | |||||
2022-01-13 | Make Reader always read from a ByteSource | David Robillard | 1 | -37/+24 | |
2022-01-13 | Simplify ByteSource implementation | David Robillard | 1 | -19/+5 | |
2022-01-13 | Add SerdCaret | David Robillard | 1 | -12/+11 | |
2022-01-13 | Simplify reader interface | David Robillard | 1 | -4/+4 | |
2022-01-13 | Bring read/write interface closer to C standard | David Robillard | 1 | -2/+2 | |
2022-01-13 | Make nodes opaque | David Robillard | 1 | -1/+2 | |
2022-01-13 | Use char* for strings in public API | David Robillard | 1 | -5/+5 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2021-01-09 | Add missing pure attributes | David Robillard | 1 | -1/+1 | |
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 | -53/+55 | |
2020-08-14 | Clean up and separate internal headers | David Robillard | 1 | -0/+118 | |