Age | Commit message (Expand) | Author | Files | Lines |
2022-01-28 | Simplify output stream API | David Robillard | 1 | -52/+49 |
2022-01-28 | Provide a full output stream implementation for SerdBuffer | David Robillard | 1 | -31/+46 |
2022-01-28 | Remove SERD_NO_INLINE_OBJECTS | David Robillard | 1 | -2/+1 |
2022-01-28 | Put rdf:type properties first when pretty-printing | David Robillard | 1 | -3/+11 |
2022-01-28 | Make blank node prefixing automatic | David Robillard | 1 | -25/+0 |
2022-01-28 | Split SERD_READ_VERBATIM into two more precise flags | David Robillard | 1 | -11/+20 |
2022-01-28 | Add a reader flag to disable generated blank label avoidance | David Robillard | 1 | -0/+15 |
2022-01-28 | Add a close function to SerdByteSink | David Robillard | 1 | -4/+8 |
2022-01-28 | Expose serd_strncasecmp in public API | David Robillard | 1 | -0/+12 |
2022-01-28 | Preserve anonymous graph syntax in TriG | David Robillard | 1 | -6/+7 |
2022-01-28 | Add version constants to public header | David Robillard | 1 | -0/+23 |
2022-01-28 | Make serd_writer_set_root_uri() take a string view | David Robillard | 1 | -2/+1 |
2022-01-28 | Simplify reader and writer flags | David Robillard | 1 | -9/+84 |
2022-01-14 | Add statement filtering | David Robillard | 1 | -0/+35 |
2022-01-14 | Add support for converting literals to canonical form | David Robillard | 1 | -0/+27 |
2022-01-14 | Add model | David Robillard | 1 | -1/+408 |
2022-01-14 | Avoid dynamic allocation when fetching interned nodes | David Robillard | 1 | -14/+79 |
2022-01-14 | Make StringView buffer non-nullable | David Robillard | 1 | -2/+2 |
2022-01-14 | Expose low-level node construction API | David Robillard | 1 | -65/+322 |
2022-01-14 | Rename serd_new_simple_node() to serd_new_token() | David Robillard | 1 | -5/+10 |
2022-01-14 | Preserve long or short quoting from input documents | David Robillard | 1 | -50/+45 |
2022-01-14 | Factor out serd_write_file_uri() | David Robillard | 1 | -2/+25 |
2022-01-14 | Add serd_statement_matches() | David Robillard | 1 | -0/+14 |
2022-01-14 | Add serd_node_compare() | David Robillard | 1 | -0/+15 |
2022-01-14 | Add serd_node_from_syntax() and serd_node_to_syntax() | David Robillard | 1 | -0/+48 |
2022-01-14 | Remove SERD_CURIE node datatype entirely | David Robillard | 1 | -34/+36 |
2022-01-14 | Expand URIs in reader | David Robillard | 1 | -0/+3 |
2022-01-14 | Move SerdEnv mutation from writer to reader | David Robillard | 1 | -5/+6 |
2022-01-14 | Add extensible logging API | David Robillard | 1 | -23/+193 |
2022-01-13 | Add SERD_READ_EXACT_BLANKS flag | David Robillard | 1 | -2/+3 |
2022-01-13 | Add support for parsing variables | David Robillard | 1 | -3/+14 |
2022-01-13 | Make Reader always read from a ByteSource | David Robillard | 1 | -35/+86 |
2022-01-13 | Add serd_canonical_path() | David Robillard | 1 | -0/+13 |
2022-01-13 | Make serd_uri_string_length() precise and add it to public API | David Robillard | 1 | -1/+15 |
2022-01-13 | Replace serd_reader_set_strict() with SerdReaderFlags | David Robillard | 1 | -11/+9 |
2022-01-13 | Handle read errors more precisely | David Robillard | 1 | -0/+1 |
2022-01-13 | Add serd_env_copy() and serd_env_equals() | David Robillard | 1 | -0/+10 |
2022-01-13 | Make Writer always write to a ByteSink | David Robillard | 1 | -46/+72 |
2022-01-13 | Move I/O function prototypes to their own section | David Robillard | 1 | -4/+10 |
2022-01-13 | Add empty syntax type for suppressing output | David Robillard | 1 | -8/+14 |
2022-01-13 | Replace SERD_WRITE_STRICT flag with SERD_WRITE_LAX | David Robillard | 1 | -1/+1 |
2022-01-13 | Improve writer error handling | David Robillard | 1 | -1/+4 |
2022-01-13 | Add support for writing terse collections | David Robillard | 1 | -1/+3 |
2022-01-13 | Add option for writing terse output without newlines | David Robillard | 1 | -1/+2 |
2022-01-13 | Simplify streaming API and improve pretty printing | David Robillard | 1 | -8/+5 |
2022-01-13 | Simplify SerdEnv API | David Robillard | 1 | -18/+8 |
2022-01-13 | Separate ByteSink from writer | David Robillard | 1 | -4/+3 |
2022-01-13 | Expose SerdByteSink in public API | David Robillard | 1 | -0/+38 |
2022-01-13 | Simplify writer style options | David Robillard | 1 | -5/+4 |
2022-01-13 | Replace multiple stream callbacks with SerdEvent | David Robillard | 1 | -52/+67 |