aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-02[WIP] Partially resurrect CURIE nodes1.xDavid Robillard2-7/+35
2023-12-02[WIP] Add support for URI hex escape decodingDavid Robillard2-0/+25
2023-12-02Add serd_env_unset_prefix()David Robillard1-0/+12
2023-12-02Use ZixAllocator directlyDavid Robillard15-184/+56
2023-12-02Use ZixStringView directlyDavid Robillard7-125/+44
2023-12-02Use SerdNodes instead of manual memory management in testsDavid Robillard1-0/+10
2023-12-02Add "contextual" output optionDavid Robillard1-0/+9
2023-12-02Add SERD_READ_ORDERED to preserve blank node ordering in modelsDavid Robillard1-0/+10
2023-12-02Add model and serd-sort utilityDavid Robillard6-0/+515
2023-12-02Add statement filter sink and serd-filter toolDavid Robillard3-0/+62
2023-12-02Add "longhand" mode to write rdf:type predicates normallyDavid Robillard1-0/+7
2023-12-02Add serd_node_from_syntax() and serd_node_to_syntax()David Robillard2-0/+85
2023-12-02Cache commonly used nodes in the worldDavid Robillard1-0/+11
2023-12-02Add SerdNodes for storing a cache of interned nodesDavid Robillard3-1/+100
2023-12-02Make blank node prefixing automaticDavid Robillard2-23/+0
2023-12-02Split SERD_READ_VERBATIM into two more precise flagsDavid Robillard1-10/+19
2023-12-02Add a reader flag to disable generated blank label avoidanceDavid Robillard1-0/+15
2023-12-02[WIP] Add support for converting literals to canonical formDavid Robillard2-0/+48
2023-12-02[WIP] Generalize node construction APIDavid Robillard4-150/+419
2023-12-02Add support for custom allocatorsDavid Robillard9-38/+182
2023-12-02[WIP] Simplify reader and writer flagsDavid Robillard2-9/+81
2023-12-02[WIP] Remove SERD_CURIE node datatype entirelyDavid Robillard2-26/+29
2023-12-02[WIP] Expand URIs in readerDavid Robillard1-0/+2
2023-12-02[WIP] Move SerdEnv mutation from writer to readerDavid Robillard2-1/+3
2023-12-02[WIP] Preserve long or short quoting from input documentsDavid Robillard2-27/+22
2023-12-02[WIP] Add extensible logging APIDavid Robillard4-58/+210
2023-12-02[WIP] Preserve anonymous graph syntax in TriGDavid Robillard1-6/+7
2023-12-02[WIP] Add support for reading and writing variablesDavid Robillard2-4/+23
2023-12-02Remove datatype arguments from integer and base64 constructorsDavid Robillard1-6/+2
2023-12-02Simplify output stream APIDavid Robillard5-31/+108
2023-12-02Simplify input stream APIDavid Robillard4-24/+136
2023-12-02Rename SerdErrorFunc to SerdLogFuncDavid Robillard2-6/+6
2023-12-02Make serd_writer_set_root_uri() take a string viewDavid Robillard1-3/+2
2023-12-02Make SerdBuffer an output streamDavid Robillard1-14/+19
2023-12-02Factor out and expose serd_write_file_uri()David Robillard11-11/+27
2023-12-02Separate Turtle and TriG reading codeDavid Robillard1-1/+1
2023-12-02Use Zix attributes directlyDavid Robillard19-274/+288
2023-12-02Add serd_env_copy() and serd_env_equals()David Robillard1-0/+10
2023-12-02Simplify SerdEnv APIDavid Robillard1-15/+13
2023-12-02Make serd_uri_string_length() precise and add it to public APIDavid Robillard1-1/+14
2023-12-02Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-10/+9
2023-12-02Add empty syntax type for suppressing outputDavid Robillard1-6/+9
2023-12-02Use a simple type-safe stack in writerDavid Robillard1-0/+1
2023-12-02Add a set of limits to the worldDavid Robillard2-2/+30
2023-12-02Replace SERD_WRITE_STRICT flag with SERD_WRITE_LAXDavid Robillard1-1/+1
2023-12-02Add support for writing terse output with minimal newlinesDavid Robillard2-0/+3
2023-12-02Simplify statement flagsDavid Robillard1-8/+6
2023-12-02Replace multiple stream callbacks with SerdEventDavid Robillard6-37/+113
2023-12-02Simplify writer style options and write UTF-8 by defaultDavid Robillard1-6/+5
2023-12-02Add SerdStatementDavid Robillard2-6/+93