aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-28Add support for xsd:hexBinary literalsDavid Robillard1-6/+48
2022-01-28Add serd_nodes_file_uri()David Robillard1-0/+12
2022-01-28Expose serd_nodes_token()David Robillard1-0/+21
2022-01-28Consolidate number support into a single "value" APIDavid Robillard1-124/+143
2022-01-28Remove datatype arguments from integer and base64 constructorsDavid Robillard1-14/+6
2022-01-28Add custom allocator supportDavid Robillard1-61/+201
2022-01-28Make environments and sinks part of the worldDavid Robillard1-8/+13
2022-01-28Fix handling of deferred write errors that happen when closingDavid Robillard1-4/+8
2022-01-28Use simpler names for I/O function typesDavid Robillard1-24/+27
2022-01-28Use more human-readable status codesDavid Robillard1-25/+28
2022-01-28Add "contextual" output optionDavid Robillard1-1/+10
2022-01-28Simplify input stream APIDavid Robillard1-47/+70
2022-01-28Simplify output stream APIDavid Robillard1-52/+49
2022-01-28Provide a full output stream implementation for SerdBufferDavid Robillard1-31/+46
2022-01-28Remove SERD_NO_INLINE_OBJECTSDavid Robillard1-2/+1
2022-01-28Put rdf:type properties first when pretty-printingDavid Robillard1-3/+11
2022-01-28Make blank node prefixing automaticDavid Robillard1-25/+0
2022-01-28Split SERD_READ_VERBATIM into two more precise flagsDavid Robillard1-11/+20
2022-01-28Add a reader flag to disable generated blank label avoidanceDavid Robillard1-0/+15
2022-01-28Add a close function to SerdByteSinkDavid Robillard1-4/+8
2022-01-28Expose serd_strncasecmp in public APIDavid Robillard1-0/+12
2022-01-28Preserve anonymous graph syntax in TriGDavid Robillard1-6/+7
2022-01-28Add version constants to public headerDavid Robillard1-0/+23
2022-01-28Make serd_writer_set_root_uri() take a string viewDavid Robillard1-2/+1
2022-01-28Simplify reader and writer flagsDavid Robillard1-9/+84
2022-01-14Add statement filteringDavid Robillard1-0/+35
2022-01-14Add support for converting literals to canonical formDavid Robillard1-0/+27
2022-01-14Add modelDavid Robillard1-1/+408
2022-01-14Avoid dynamic allocation when fetching interned nodesDavid Robillard1-14/+79
2022-01-14Make StringView buffer non-nullableDavid Robillard1-2/+2
2022-01-14Expose low-level node construction APIDavid Robillard1-65/+322
2022-01-14Rename serd_new_simple_node() to serd_new_token()David Robillard1-5/+10
2022-01-14Preserve long or short quoting from input documentsDavid Robillard1-50/+45
2022-01-14Factor out serd_write_file_uri()David Robillard1-2/+25
2022-01-14Add serd_statement_matches()David Robillard1-0/+14
2022-01-14Add serd_node_compare()David Robillard1-0/+15
2022-01-14Add serd_node_from_syntax() and serd_node_to_syntax()David Robillard1-0/+48
2022-01-14Remove SERD_CURIE node datatype entirelyDavid Robillard1-34/+36
2022-01-14Expand URIs in readerDavid Robillard1-0/+3
2022-01-14Move SerdEnv mutation from writer to readerDavid Robillard1-5/+6
2022-01-14Add extensible logging APIDavid Robillard1-23/+193
2022-01-13Add SERD_READ_EXACT_BLANKS flagDavid Robillard1-2/+3
2022-01-13Add support for parsing variablesDavid Robillard1-3/+14
2022-01-13Make Reader always read from a ByteSourceDavid Robillard1-35/+86
2022-01-13Add serd_canonical_path()David Robillard1-0/+13
2022-01-13Make serd_uri_string_length() precise and add it to public APIDavid Robillard1-1/+15
2022-01-13Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-11/+9
2022-01-13Handle read errors more preciselyDavid Robillard1-0/+1
2022-01-13Add serd_env_copy() and serd_env_equals()David Robillard1-0/+10
2022-01-13Make Writer always write to a ByteSinkDavid Robillard1-46/+72