Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-03-07 | Merge datatype/language into node | David Robillard | 1 | -43/+15 |
2021-03-07 | Remove SERD_NOTHING node type | David Robillard | 1 | -15/+1 |
2021-03-07 | Make nodes opaque | David Robillard | 1 | -42/+51 |
2021-03-07 | Remove "get" from accessor names | David Robillard | 1 | -4/+4 |
2021-03-07 | Rename SerdStyle to SerdWriterFlags | David Robillard | 1 | -5/+4 |
2021-03-07 | Use char* for strings in public API | David Robillard | 1 | -29/+27 |
2021-03-07 | Add SerdBuffer type for mutable buffers | David Robillard | 1 | -5/+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 | -261/+268 |
2020-11-13 | Remove tests that pass null to nonnull parameters | David Robillard | 1 | -6/+2 |
2020-11-11 | Add nonnull and nullable attributes to API | David Robillard | 1 | -0/+8 |
2020-11-09 | Add a test for reading strings with no trailing newline | David Robillard | 1 | -0/+23 |
2020-11-09 | Split out reader and writer tests | David Robillard | 1 | -0/+329 |