Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-14 | Use Nodes in Env implementation | David Robillard | 1 | -3/+5 | |
2022-01-14 | Expose low-level node construction API | David Robillard | 1 | -1/+1 | |
2022-01-14 | Preserve long or short quoting from input documents | David Robillard | 1 | -2/+4 | |
2022-01-14 | Remove SERD_CURIE node datatype entirely | David Robillard | 1 | -57/+20 | |
2022-01-13 | Clean up SerdEnv tests | David Robillard | 1 | -65/+252 | |
2022-01-13 | Add serd_env_copy() and serd_env_equals() | David Robillard | 1 | -0/+43 | |
2022-01-13 | Simplify SerdEnv API | David Robillard | 1 | -33/+41 | |
2022-01-13 | Replace multiple stream callbacks with SerdEvent | David Robillard | 1 | -6/+10 | |
This makes plumbing easier since everything goes through the same "stream" and only one callback is required to handling everything. It's also more easily extensible in case more event types need to be added in the future. | |||||
2022-01-13 | Use SerdNodes to simplify some tests | David Robillard | 1 | -19/+16 | |
2022-01-13 | Simplify node construction API | David Robillard | 1 | -21/+25 | |
2022-01-13 | Simplify URI API and implementation | David Robillard | 1 | -0/+12 | |
2022-01-13 | Make nodes opaque | David Robillard | 1 | -37/+41 | |
2022-01-13 | Remove "get" from accessor names | David Robillard | 1 | -3/+3 | |
2022-01-13 | Rename SerdChunk to SerdStringView | David Robillard | 1 | -2/+2 | |
2022-01-13 | Use char* for strings in public API | David Robillard | 1 | -16/+11 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2021-06-30 | Make node qualify and expand functions tolerate a null Env | David Robillard | 1 | -0/+5 | |
This is convenient in places where you don't necessarily need an Env, since these methods will work the same as with an empty Env. | |||||
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 | |