Age | Commit message (Expand) | Author | Files | Lines |
2022-01-28 | Simplify output stream API | David Robillard | 7 | -127/+113 |
2022-01-28 | Provide a full output stream implementation for SerdBuffer | David Robillard | 3 | -7/+8 |
2022-01-28 | Remove SERD_NO_INLINE_OBJECTS | David Robillard | 1 | -1/+4 |
2022-01-28 | Put rdf:type properties first when pretty-printing | David Robillard | 15 | -15/+76 |
2022-01-28 | Fix TriG graph indentation | David Robillard | 3 | -4/+27 |
2022-01-28 | Fix pretty-printing nested empty lists and add test suite | David Robillard | 25 | -195/+431 |
2022-01-28 | Make tools read stdin by default | David Robillard | 1 | -22/+0 |
2022-01-28 | Replace serdi with more fine-grained tools | David Robillard | 47 | -315/+1307 |
2022-01-28 | Make blank node prefixing automatic | David Robillard | 4 | -21/+3 |
2022-01-28 | Write test outputs to a temporary directory | David Robillard | 1 | -19/+11 |
2022-01-28 | Split up test suite build definitions | David Robillard | 12 | -87/+166 |
2022-01-28 | Factor out serd_choose_input_syntax() | David Robillard | 1 | -0/+2 |
2022-01-28 | Add a close function to SerdByteSink | David Robillard | 4 | -30/+41 |
2022-01-28 | Collapse input and output options into a single flag | David Robillard | 2 | -9/+13 |
2022-01-28 | Move serdi to tools subdirectory | David Robillard | 1 | -1/+1 |
2022-01-28 | Replace serdi -b and -e options with a block size option | David Robillard | 2 | -7/+5 |
2022-01-28 | Factor out common test runner facilities | David Robillard | 2 | -58/+71 |
2022-01-28 | Support writing all escapes in Turtle and TriG prefixed names | David Robillard | 1 | -0/+77 |
2022-01-14 | Add statement filtering | David Robillard | 3 | -0/+206 |
2022-01-14 | Add support for converting literals to canonical form | David Robillard | 11 | -1/+239 |
2022-01-14 | Add model | David Robillard | 7 | -1/+1559 |
2022-01-14 | Use Nodes in Env implementation | David Robillard | 1 | -3/+5 |
2022-01-14 | Avoid dynamic allocation when fetching interned nodes | David Robillard | 1 | -26/+256 |
2022-01-14 | Expose low-level node construction API | David Robillard | 3 | -29/+74 |
2022-01-14 | Rename serd_new_simple_node() to serd_new_token() | David Robillard | 1 | -7/+0 |
2022-01-14 | Preserve long or short quoting from input documents | David Robillard | 7 | -75/+74 |
2022-01-14 | Add serd_statement_matches() | David Robillard | 1 | -0/+9 |
2022-01-14 | Add serd_node_compare() | David Robillard | 1 | -0/+51 |
2022-01-14 | Add serd_node_from_syntax() and serd_node_to_syntax() | David Robillard | 3 | -2/+157 |
2022-01-14 | Leave statement caret at the start of literals | David Robillard | 1 | -0/+50 |
2022-01-14 | Add tests for weird prefixed name edge cases in RDF 1.1 Turtle | David Robillard | 6 | -0/+58 |
2022-01-14 | Factor out NQuads reader | David Robillard | 2 | -0/+10 |
2022-01-14 | Factor out NTriples reader | David Robillard | 9 | -7/+79 |
2022-01-14 | Test lax NTriples parsing separately | David Robillard | 14 | -25/+88 |
2022-01-14 | Factor out UTF-8 reading utilities | David Robillard | 2 | -0/+9 |
2022-01-14 | Remove SERD_CURIE node datatype entirely | David Robillard | 5 | -81/+27 |
2022-01-14 | Expand URIs in reader | David Robillard | 3 | -7/+75 |
2022-01-14 | Move SerdEnv mutation from writer to reader | David Robillard | 5 | -46/+40 |
2022-01-14 | Add extensible logging API | David Robillard | 2 | -0/+147 |
2022-01-13 | Add support for parsing variables | David Robillard | 18 | -12/+150 |
2022-01-13 | Make Reader always read from a ByteSource | David Robillard | 8 | -43/+169 |
2022-01-13 | Add support for reading multiple files at once | David Robillard | 6 | -1/+75 |
2022-01-13 | Add serd_canonical_path() | David Robillard | 2 | -1/+30 |
2022-01-13 | Simplify handling of input string arguments | David Robillard | 1 | -0/+1 |
2022-01-13 | Add input base URI option | David Robillard | 2 | -6/+15 |
2022-01-13 | Support reading lone lists in lax mode | David Robillard | 3 | -0/+10 |
2022-01-13 | Fix crash when attempting to read before starting | David Robillard | 1 | -0/+3 |
2022-01-13 | Align nodes on the reader stack | David Robillard | 1 | -1/+3 |
2022-01-13 | Replace serd_reader_set_strict() with SerdReaderFlags | David Robillard | 4 | -9/+12 |
2022-01-13 | Handle read errors more precisely | David Robillard | 1 | -1/+1 |