Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-27 | Make statement sink take a statement rather than nodes | David Robillard | 1 | -6/+8 | |
This makes the interface more extensible, towards associating more information with statements. The serd_sink_write_nodes wrapper remains so that user code does not need to allocate in order to write statement. | |||||
2020-10-27 | Move SerdField to public API | David Robillard | 1 | -46/+40 | |
2020-10-27 | Use a fixed-size reader stack | David Robillard | 1 | -1/+5 | |
This improves performance, and makes the reader more suitable for embedded or network-facing applications, at the cost of requiring the user to specify a maximum stack size. | |||||
2020-10-27 | Clean up node construction API | David Robillard | 1 | -12/+6 | |
2020-10-27 | Move error handling to world | David Robillard | 1 | -22/+7 | |
2020-10-27 | Add SerdWorld for shared library state | David Robillard | 1 | -12/+6 | |
2020-10-27 | Add SerdSink interface and hide individual function implementations | David Robillard | 1 | -2/+21 | |
2020-10-27 | Bring read/write interface closer to C standard | David Robillard | 1 | -14/+13 | |
2020-10-27 | Merge datatype and/or language into node | David Robillard | 1 | -28/+20 | |
This moves closer to the sord API, and is more convenient in most cases. | |||||
2020-10-27 | Remove SERD_NOTHING node type | David Robillard | 1 | -2/+0 | |
2020-10-27 | Make nodes opaque | David Robillard | 1 | -70/+73 | |
2020-10-27 | Use opaque node API | David Robillard | 1 | -29/+39 | |
2020-10-27 | Remove "get" from accessor names | David Robillard | 1 | -3/+3 | |
2020-10-27 | Rename SerdChunk to SerdStringView | David Robillard | 1 | -6/+5 | |
2020-10-27 | Use char* for strings in public API | David Robillard | 1 | -27/+27 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2020-10-27 | Remove useless character counting | David Robillard | 1 | -4/+3 | |
2020-10-27 | Add SerdBuffer type for mutable buffers | David Robillard | 1 | -7/+7 | |
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks. | |||||
2020-08-16 | Ensure that all free methods tolerate NULL | David Robillard | 1 | -0/+4 | |
2020-08-14 | Fix incorrect separator length | David Robillard | 1 | -1/+1 | |
2020-08-14 | Fix Wswitch-enum warnings | David Robillard | 1 | -6/+4 | |
2020-08-14 | Clean up and separate internal headers | David Robillard | 1 | -0/+12 | |
2020-07-06 | Fix spurious semicolon warnings | David Robillard | 1 | -3/+5 | |
2020-06-21 | Cleanup: Add missing default switch cases | David Robillard | 1 | -0/+3 | |
2020-06-21 | Cleanup: Fix uninitialised variables | David Robillard | 1 | -3/+4 | |
2020-06-21 | Cleanup: Avoid declaring multiple variables on a single line | David Robillard | 1 | -1/+3 | |
2020-06-21 | Clean up includes | David Robillard | 1 | -1/+6 | |
2020-04-26 | Fix potential passing of NULL to printf | David Robillard | 1 | -1/+1 | |
2019-01-05 | Fix unused parameter warnings | David Robillard | 1 | -2/+1 | |
2018-06-15 | Remove redundant SERD_API declarations | David Robillard | 1 | -14/+0 | |
2018-06-10 | Remove syntax assumptions from SerdEnv implementation | David Robillard | 1 | -1/+15 | |
2018-05-27 | Clarify errors returned by serd_env_expand() | David Robillard | 1 | -5/+5 | |
2018-02-04 | Factor out syntax-specific reader implementation | David Robillard | 1 | -8/+0 | |
2017-11-05 | Factor out namespace defines | David Robillard | 1 | -3/+0 | |
2017-09-23 | Use more efficient stack allocation and growth policies | David Robillard | 1 | -1/+1 | |
2017-08-29 | Fix writing of corrupt UTF-8 | David Robillard | 1 | -8/+7 | |
2017-07-30 | Move parse_utf8_char to shared internal header | David Robillard | 1 | -20/+1 | |
2017-07-30 | Cleanup: Add push_bytes function to reduce code verbosity | David Robillard | 1 | -2/+0 | |
2017-07-10 | Cleanup: Separate writer code into smaller functions | David Robillard | 1 | -154/+207 | |
2017-07-10 | Gracefully handle applications that write corrupt UTF-8 | David Robillard | 1 | -7/+13 | |
2017-07-10 | Factor out UTF-8 character size counting | David Robillard | 1 | -23/+1 | |
2017-06-30 | Clean up UTF-8 parsing and use CLZ if available | David Robillard | 1 | -27/+29 | |
2017-06-30 | Cleanup: Remove unnecessary variable | David Robillard | 1 | -4/+3 | |
2017-06-30 | Fix various clang-tidy issues | David Robillard | 1 | -1/+1 | |
2017-05-20 | Abstract more syntax specifics away from writer | David Robillard | 1 | -7/+11 | |
2017-04-14 | Make BulkSink general and factor out details from Writer | David Robillard | 1 | -21/+6 | |
2017-02-14 | Improve struct packing | David Robillard | 1 | -1/+1 | |
2017-01-07 | Add support for writing TriG | David Robillard | 1 | -29/+67 | |
2017-01-06 | Add support for reading TriG | David Robillard | 1 | -10/+11 | |
2017-01-06 | Tidy | David Robillard | 1 | -2/+2 | |
2017-01-05 | Add support for NQuads | David Robillard | 1 | -2/+9 | |