Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Add model and serd-sort utility | David Robillard | 1 | -0/+2 | |
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 SerdNodes for storing a cache of interned nodes | David Robillard | 1 | -0/+1 | |
2023-12-02 | [WIP] Generalize node construction API | David Robillard | 1 | -0/+5 | |
2023-12-02 | Add support for custom allocators | David Robillard | 1 | -0/+1 | |
This makes it explicit in the API where memory is allocated, and allows the user to provide a custom allocator to avoid the use of the default system allocator for whatever reason. | |||||
2023-12-02 | Add SerdStatement | David Robillard | 1 | -0/+1 | |
2023-12-02 | Add SerdCaret | David Robillard | 1 | -0/+1 | |
2023-12-02 | Add SerdWorld for shared library state | David Robillard | 1 | -0/+1 | |
2023-12-02 | Add SerdSink interface and hide implementations | David Robillard | 1 | -0/+1 | |
2023-12-02 | Make nodes opaque | David Robillard | 1 | -0/+1 | |
2023-05-11 | Clean up documentation and remove junk files from install | David Robillard | 1 | -53/+49 | |
2023-04-06 | Clean up documentation symbol ignore list | David Robillard | 1 | -12/+0 | |
2022-12-04 | Clean up documentation configuration | David Robillard | 1 | -16/+37 | |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -0/+3 | |
2022-07-10 | Switch to meson build system | David Robillard | 1 | -3/+4 | |
2022-06-12 | Update top-level copyright dates | David Robillard | 1 | -1/+1 | |
2021-01-16 | Add fallback configuration if documentation theme is unavailable | David Robillard | 1 | -26/+50 | |
2021-01-06 | Switch to LV2 documentation theme | David Robillard | 1 | -37/+38 | |
2020-12-21 | Fix documentation page width | David Robillard | 1 | -1/+1 | |
2020-12-21 | Generate documentation with Sphinx | David Robillard | 1 | -0/+86 | |