aboutsummaryrefslogtreecommitdiffstats
path: root/.reuse/dep5
AgeCommit message (Collapse)AuthorFilesLines
2023-12-02[WIP] Add C++ bindingsDavid Robillard1-1/+1
2023-12-02Add high-level documentationDavid Robillard1-0/+5
2023-12-02Add model and serd-sort utilityDavid Robillard1-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-02Add support for reading multiple files at onceDavid Robillard1-1/+1
2023-12-02Rename serdi to serd-pipeDavid Robillard1-2/+2
2023-04-05Separate test suites and simplify licensing metadataDavid Robillard1-4/+4
2023-04-05Test full URI preservation separatelyDavid Robillard1-1/+1
2023-04-05Test URI and blank node manipulation features separatelyDavid Robillard1-1/+1
2023-04-05Add pretty-printing test suiteDavid Robillard1-1/+1
The earlier "test" was just hitting the code without actually checking the output. This new suite is a set of pretty-printed documents which serd must reproduce exactly to pass. This should make it easy to add cases in the future, since each case is just a document, as it should look.
2023-03-31Fix incorrect parsing of strange quote escape patternsDavid Robillard1-1/+1
2023-03-31Remove trailing whitespaceDavid Robillard1-1/+1
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard1-2/+2
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway.
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-0/+29