Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-08 | Clean up env test | David Robillard | 1 | -4/+4 | |
2021-03-08 | Add serd_env_copy() and serd_env_equals() | David Robillard | 1 | -0/+23 | |
2021-03-08 | Replace multiple stream callbacks with SerdEvent | David Robillard | 1 | -10/+14 | |
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. | |||||
2021-03-08 | Simplify SerdEnv API | David Robillard | 1 | -32/+28 | |
2021-03-07 | Simplify node construction API | David Robillard | 1 | -21/+26 | |
2021-03-07 | Simplify URI API and implementation | David Robillard | 1 | -0/+3 | |
2021-03-07 | Make nodes opaque | David Robillard | 1 | -32/+37 | |
2021-03-07 | Remove "get" from accessor names | David Robillard | 1 | -3/+3 | |
2021-03-07 | Rename SerdChunk to SerdStringView | David Robillard | 1 | -2/+2 | |
2021-03-07 | 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-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 | |