aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-02[WIP] Add support for URI hex escape decodingDavid Robillard1-0/+2
2023-12-02Use ZixAllocator directlyDavid Robillard1-4/+5
2023-12-02Use ZixStringView directlyDavid Robillard1-11/+12
2023-12-02Use SerdNodes instead of manual memory management in testsDavid Robillard1-49/+19
2023-12-02Add "contextual" output optionDavid Robillard1-0/+1
2023-12-02Add SERD_READ_ORDERED to preserve blank node ordering in modelsDavid Robillard1-0/+1
2023-12-02Add model and serd-sort utilityDavid Robillard1-0/+57
2023-12-02Add "longhand" mode to write rdf:type predicates normallyDavid Robillard1-0/+1
2023-12-02Factor out and rewrite command-line interfaceDavid Robillard1-16/+315
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 Robillard1-0/+70
2023-12-02[WIP] Generalize node construction APIDavid Robillard1-2/+2
2023-12-02Add support for custom allocatorsDavid Robillard1-2/+2
2023-12-02[WIP] Add extensible logging APIDavid Robillard1-4/+7
2023-12-02Factor out serd_choose_syntax()David Robillard1-0/+19
2023-12-02Factor out opening output filesDavid Robillard1-0/+14
2023-12-02Factor out setting base URI from a pathDavid Robillard1-0/+20
2023-12-02Add support for reading multiple files at onceDavid Robillard1-0/+34
2023-12-02Move serdi to tools subdirectoryDavid Robillard1-0/+41