aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-12-02[WIP] Partially resurrect CURIE nodes1.xDavid Robillard1-0/+7
2023-12-02[WIP] Add support for URI hex escape decodingDavid Robillard2-1/+3
2023-12-02Use ZixAllocator directlyDavid Robillard3-16/+17
2023-12-02Use ZixStringView directlyDavid Robillard4-18/+19
2023-12-02Use SerdNodes instead of manual memory management in testsDavid Robillard2-52/+19
2023-12-02Add "contextual" output optionDavid Robillard4-3/+4
2023-12-02Add SERD_READ_ORDERED to preserve blank node ordering in modelsDavid Robillard1-0/+1
2023-12-02Add model and serd-sort utilityDavid Robillard6-24/+342
2023-12-02Add statement filter sink and serd-filter toolDavid Robillard2-0/+327
2023-12-02Add "longhand" mode to write rdf:type predicates normallyDavid Robillard1-0/+1
2023-12-02Factor out and rewrite command-line interfaceDavid Robillard4-306/+563
2023-12-02Make blank node prefixing automaticDavid Robillard1-40/+4
2023-12-02Split SERD_READ_VERBATIM into two more precise flagsDavid Robillard1-1/+2
2023-12-02Add a reader flag to disable generated blank label avoidanceDavid Robillard1-0/+1
2023-12-02Collapse input and output options into single flagsDavid Robillard3-41/+112
2023-12-02[WIP] Add support for converting literals to canonical formDavid Robillard1-8/+17
2023-12-02[WIP] Generalize node construction APIDavid Robillard2-5/+6
2023-12-02Add support for custom allocatorsDavid Robillard2-10/+11
2023-12-02Add command-line option to write output to a fileDavid Robillard1-2/+11
2023-12-02[WIP] Simplify reader and writer flagsDavid Robillard1-1/+1
2023-12-02[WIP] Move SerdEnv mutation from writer to readerDavid Robillard1-4/+5
2023-12-02[WIP] Add extensible logging APIDavid Robillard3-16/+14
2023-12-02[WIP] Add support for reading and writing variablesDavid Robillard1-1/+5
2023-12-02[TESTED] Replace -b and -e options with a block size optionDavid Robillard1-15/+20
2023-12-02Factor out serd_choose_syntax()David Robillard3-5/+25
2023-12-02Factor out opening output filesDavid Robillard3-7/+23
2023-12-02Factor out setting base URI from a pathDavid Robillard3-11/+27
2023-12-02Add support for reading multiple files at onceDavid Robillard3-39/+165
2023-12-02Simplify handling of input string argumentsDavid Robillard1-11/+15
2023-12-02Add base URI command-line optionDavid Robillard1-5/+11
2023-12-02Rename serdi to serd-pipeDavid Robillard2-11/+8
2023-12-02Move serdi to tools subdirectoryDavid Robillard5-0/+381