Age | Commit message (Expand) | Author | Files | Lines |
2022-01-28 | [WIP] Add validation | David Robillard | 1 | -0/+1 |
2022-01-28 | Preserve anonymous graph syntax in TriG | David Robillard | 1 | -1/+2 |
2022-01-28 | Support writing all escapes in Turtle and TriG prefixed names | David Robillard | 1 | -1/+2 |
2022-01-14 | Add support for converting literals to canonical form | David Robillard | 1 | -0/+1 |
2022-01-14 | Add model | David Robillard | 1 | -0/+1 |
2022-01-14 | Preserve long or short quoting from input documents | David Robillard | 1 | -1/+2 |
2022-01-14 | Add extensible logging API | David Robillard | 1 | -0/+1 |
2022-01-13 | Add support for parsing variables | David Robillard | 1 | -1/+2 |
2022-01-13 | Improve writer error handling | David Robillard | 1 | -0/+1 |
2022-01-13 | Add support for writing terse collections | David Robillard | 1 | -0/+1 |
2022-01-13 | Add option for writing terse output without newlines | David Robillard | 1 | -0/+1 |
2022-01-13 | Simplify streaming API and improve pretty printing | David Robillard | 1 | -0/+1 |
2022-01-13 | Simplify writer style options | David Robillard | 1 | -0/+1 |
2022-01-13 | Add SerdWorld for shared library state | David Robillard | 1 | -0/+1 |
2022-01-13 | Clean up numeric node construction and access API | David Robillard | 1 | -0/+1 |
2022-01-13 | Use a fixed-size reader stack | David Robillard | 1 | -0/+1 |
2022-01-13 | Bring read/write interface closer to C standard | David Robillard | 1 | -0/+1 |
2022-01-13 | Make nodes opaque | David Robillard | 1 | -0/+1 |
2022-01-13 | Rename SerdChunk to SerdStringView | David Robillard | 1 | -0/+1 |
2022-01-13 | Use char* for strings in public API | David Robillard | 1 | -0/+1 |
2022-01-13 | Add SerdBuffer type for mutable buffers | David Robillard | 1 | -0/+1 |
2022-01-13 | Remove support for Turtle named inline nodes extension | David Robillard | 1 | -0/+1 |
2022-01-13 | Remove useless character counting | David Robillard | 1 | -0/+1 |
2022-01-13 | Remove serd_uri_to_path() | David Robillard | 1 | -0/+6 |
2021-04-11 | Support combining several BSD-style command line flags in serdi | David Robillard | 1 | -1/+2 |
2021-04-09 | Write statements with invalid URI characters in lax mode | David Robillard | 1 | -1/+2 |
2021-02-15 | Fix writing long literals with triple quotes | David Robillard | 1 | -0/+6 |
2021-01-20 | Serd 0.30.10v0.30.10 | David Robillard | 1 | -2/+2 |
2021-01-17 | Remove aligned_alloc support | David Robillard | 1 | -1/+2 |
2021-01-16 | Fix documentation installation directory | Guido Aulisi | 1 | -1/+2 |
2021-01-16 | Add fallback configuration if documentation theme is unavailable | David Robillard | 1 | -1/+2 |
2021-01-09 | Fix SERD_DISABLE_DEPRECATED | David Robillard | 1 | -0/+6 |
2021-01-07 | Serd 0.30.8v0.30.8 | David Robillard | 1 | -2/+2 |
2021-01-01 | Remove the need for a generated configuration header | David Robillard | 1 | -1/+2 |
2020-12-17 | Don't install API man pages | David Robillard | 1 | -1/+2 |
2020-11-14 | Deprecate serd_uri_to_path() | David Robillard | 1 | -1/+2 |
2020-11-14 | Refuse to write relative URI references to NTriples | David Robillard | 1 | -1/+2 |
2020-11-13 | Remove use of C character class functions that may use locale | David Robillard | 1 | -1/+2 |
2020-11-13 | Use aligned allocation via C11 or Windows API where possible | David Robillard | 1 | -1/+2 |
2020-11-10 | Fix potential memory error when serialising URIs | David Robillard | 1 | -1/+2 |
2020-11-09 | Move header to conventional include directory | David Robillard | 1 | -1/+2 |
2020-11-09 | Rename test directory | David Robillard | 1 | -0/+6 |
2020-09-27 | Serd 0.30.6v0.30.6 | David Robillard | 1 | -2/+2 |
2020-08-16 | Ensure that all free methods tolerate NULL | David Robillard | 1 | -1/+2 |
2020-08-15 | Clean up reader error handling | David Robillard | 1 | -1/+2 |
2020-08-15 | Harden prefixed name parsing | David Robillard | 1 | -1/+2 |
2020-06-21 | Normalise NEWS file | David Robillard | 1 | -1/+1 |
2020-06-21 | Strengthen function checks to check for type | David Robillard | 1 | -0/+6 |
2020-04-26 | Serd 0.30.4v0.30.4 | David Robillard | 1 | -2/+2 |
2019-12-08 | Fix reading from a null-delimited socket | David Robillard | 1 | -1/+2 |