Age | Commit message (Expand) | Author | Files | Lines |
2023-12-02 | [WIP] Generalize node construction API | David Robillard | 1 | -8/+8 |
2023-12-02 | Add support for custom allocators | David Robillard | 1 | -39/+163 |
2023-12-02 | [WIP] Remove SERD_CURIE node datatype entirely | David Robillard | 1 | -54/+20 |
2023-12-02 | [WIP] Preserve long or short quoting from input documents | David Robillard | 1 | -2/+4 |
2023-12-02 | Clean up SerdEnv tests | David Robillard | 1 | -65/+249 |
2023-12-02 | Add serd_env_copy() and serd_env_equals() | David Robillard | 1 | -0/+43 |
2023-12-02 | Simplify SerdEnv API | David Robillard | 1 | -40/+45 |
2023-12-02 | Replace multiple stream callbacks with SerdEvent | David Robillard | 1 | -6/+12 |
2023-12-02 | Simplify node construction API | David Robillard | 1 | -23/+26 |
2023-12-02 | Simplify URI API and implementation | David Robillard | 1 | -0/+11 |
2023-12-02 | Make nodes opaque | David Robillard | 1 | -38/+42 |
2023-12-02 | Split up public API header | David Robillard | 1 | -1/+4 |
2023-12-02 | Remove "get" from accessor names | David Robillard | 1 | -3/+3 |
2023-12-02 | Rename SerdChunk to SerdStringView | David Robillard | 1 | -2/+2 |
2023-12-02 | Use char* for strings in public API | David Robillard | 1 | -16/+11 |
2022-11-25 | Always handle the return value of serd_env_set_base_uri() | David Robillard | 1 | -0/+2 |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 |
2021-06-30 | Make node qualify and expand functions tolerate a null Env | David Robillard | 1 | -0/+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 | -46/+48 |
2020-11-13 | Allow setting the base URI of an Env to NULL | David Robillard | 1 | -1/+6 |
2020-11-09 | Rename unit tests to start with a consistent prefix | David Robillard | 1 | -0/+95 |