Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Add model and serd-sort utility | David Robillard | 1 | -1/+1 | |
With all the new functionality, the complexity of the serd-pipe command-line interface is starting to push the limits of available flags. So, instead of grafting on further options to control a model, this commit adds a new tool, serd-sort, which acts somewhat like a stripped-down serd-pipe that stores statements in a model in memory. This keeps the complexity (including the user-facing complexity) of any one tool down, since other more focused tools can be used for streaming tasks in a pipeline. In other words, abandon Swissarmyknifeism, take a page from the Unix philosophy, and try to expose the model functionality to the command-line in a dedicated focused tool. The model implementation is tested by using this tool to run a subset of the usual test suites, and a special suite to test statement sorting. | |||||
2023-12-02 | Add statement filter sink and serd-filter tool | David Robillard | 1 | -1/+1 | |
2023-12-02 | [WIP] Preserve long or short quoting from input documents | David Robillard | 1 | -17/+0 | |
2023-12-02 | Use Zix attributes directly | David Robillard | 1 | -2/+2 | |
2023-12-02 | Use more human-readable status codes | David Robillard | 1 | -1/+1 | |
2023-12-02 | Split up public API header | David Robillard | 1 | -2/+5 | |
2023-12-02 | Use char* for strings in public API | David Robillard | 1 | -6/+6 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2023-12-02 | Remove useless character counting | David Robillard | 1 | -8/+3 | |
2023-04-16 | Gracefully handle errors when writing text | David Robillard | 1 | -1/+1 | |
2023-04-05 | Improve writer error handling | David Robillard | 1 | -1/+1 | |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
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 | -21/+21 | |
2020-11-09 | Split out string tests | David Robillard | 1 | -0/+64 | |