aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_model.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Remove SERD_NO_INLINE_OBJECTSDavid Robillard1-1/+4
This seems like pointless complexity now, since it's easy to just write simply ordered statements yourself.
2022-01-28Add a close function to SerdByteSinkDavid Robillard1-14/+21
This simplifies everything by replacing special cases with a more general close function. A type is no longer stored in the structure, so the other constructors are now essentially syntactic sugar for the universal serd_byte_sink_new_function().
2022-01-14Add modelDavid Robillard1-0/+1396