Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Factor out serd_choose_input_syntax() | David Robillard | 3 | -13/+38 | |
2022-01-28 | Add a close function to SerdByteSink | David Robillard | 2 | -2/+3 | |
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-28 | Collapse input and output options into a single flag | David Robillard | 3 | -22/+95 | |
2022-01-28 | Simplify command line usage printing | David Robillard | 1 | -24/+27 | |
2022-01-28 | Remove redundant check for command line argument count | David Robillard | 1 | -4/+1 | |
2022-01-28 | Move serdi to tools subdirectory | David Robillard | 4 | -0/+715 | |
This separates the command-line tool code from the library implementation. |