Age | Commit message (Expand) | Author | Files | Lines |
2021-03-08 | Separate ByteSink from Writer | David Robillard | 1 | -3/+7 |
2021-03-08 | Replace multiple stream callbacks with SerdEvent | David Robillard | 1 | -26/+19 |
2021-03-08 | Add SerdStatement | David Robillard | 1 | -10/+6 |
2021-03-08 | Add SerdCursor | David Robillard | 1 | -1/+2 |
2021-03-08 | Remove serd_reader_set_default_graph() | David Robillard | 1 | -36/+23 |
2021-03-08 | Add serd_world_get_blank() | David Robillard | 1 | -0/+18 |
2021-03-08 | Add SerdWorld for shared library state | David Robillard | 1 | -5/+15 |
2021-03-08 | Clean up nodes in reader/writer tests | David Robillard | 1 | -12/+20 |
2021-03-08 | Simplify literal construction API | David Robillard | 1 | -3/+2 |
2021-03-08 | Use a fixed-size reader stack | David Robillard | 1 | -3/+3 |
2021-03-07 | Simplify reader interface | David Robillard | 1 | -20/+20 |
2021-03-07 | Add SerdSink interface and hide implementations | David Robillard | 1 | -27/+36 |
2021-03-07 | Bring read/write interface closer to C standard | David Robillard | 1 | -5/+10 |
2021-03-07 | Simplify reader interface | David Robillard | 1 | -9/+10 |
2021-03-07 | Simplify node construction API | David Robillard | 1 | -21/+30 |
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 |