Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-21 | Replace serd_reader_set_strict() with SerdReaderFlags | David Robillard | 1 | -1/+1 | |
This makes reader options extensible and should hopefully prevent the need for grafting on more similar functions in the future. | |||||
2020-06-21 | Add Env to Sink | David Robillard | 1 | -1/+1 | |
This isn't technically necessary for any sink, but is a pattern common to every sink implementation in serd, so having it here reduces boilerplate and parameters in user code. | |||||
2020-06-21 | Add test for reading chunks | David Robillard | 1 | -0/+112 | |