Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Support writing all escapes in Turtle and TriG prefixed names | David Robillard | 1 | -1/+2 | |
2023-12-02 | Add support for writing terse output with minimal newlines | David Robillard | 1 | -0/+1 | |
2023-12-02 | Simplify statement flags | David Robillard | 1 | -0/+1 | |
2023-12-02 | Simplify writer style options and write UTF-8 by default | David Robillard | 1 | -0/+1 | |
2023-12-02 | Add SerdWorld for shared library state | David Robillard | 1 | -0/+1 | |
2023-12-02 | Clean up numeric node construction and access API | David Robillard | 1 | -0/+1 | |
2023-12-02 | Use a fixed-size reader stack | David Robillard | 1 | -0/+1 | |
2023-12-02 | Bring read/write interface closer to the C standard | David Robillard | 1 | -0/+1 | |
2023-12-02 | Make nodes opaque | David Robillard | 1 | -0/+1 | |
2023-12-02 | Rename SerdChunk to SerdStringView | David Robillard | 1 | -0/+1 | |
2023-12-02 | Add SerdBuffer type for mutable buffers | David Robillard | 1 | -0/+1 | |
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks. | |||||
2023-12-02 | Use char* for strings in public API | David Robillard | 1 | -0/+1 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2023-12-02 | Remove support for reading Turtle named inline nodes extension | David Robillard | 1 | -0/+1 | |
2023-12-02 | Remove useless character counting | David Robillard | 1 | -0/+1 | |
2023-12-02 | Remove serd_uri_to_path() | David Robillard | 1 | -0/+7 | |
2023-10-22 | Serd 0.32.0v0.32.0 | David Robillard | 1 | -2/+2 | |
2023-05-11 | Clean up documentation and remove junk files from install | David Robillard | 1 | -1/+2 | |
2023-05-05 | Add options to disable html or singlehtml documentation | David Robillard | 1 | -1/+2 | |
2023-05-03 | Make serd_reader_read_chunk() work with NQuads | David Robillard | 1 | -1/+2 | |
2023-04-30 | Add long "help" and "version" options to serdi | David Robillard | 1 | -2/+3 | |
Although serdi still "officially" has a BSD-style interface, meson uses --version to find the version of executables. So, support that, and also add --help, since users will often try that for unknown commands. | |||||
2023-04-16 | Gracefully handle errors when writing text | David Robillard | 1 | -1/+1 | |
2023-04-06 | Improve pretty-printing of lists and inline subjects | David Robillard | 1 | -0/+1 | |
2023-04-06 | Remove support for writing Turtle named inline nodes extension | David Robillard | 1 | -0/+1 | |
2023-04-06 | Make URI writing stricter by default | David Robillard | 1 | -1/+2 | |
2023-04-06 | Simplify naming of W3C test directories | David Robillard | 1 | -1/+2 | |
This matches the names used in <https://github.com/w3c/rdf-tests.git>. | |||||
2023-04-05 | Clean up remaining stale test suite data | David Robillard | 1 | -1/+2 | |
2023-04-05 | Improve writer error handling | David Robillard | 1 | -2/+3 | |
2023-04-05 | Fix relative URI creation | David Robillard | 1 | -1/+2 | |
2023-04-05 | Fix potential memory leaks when a write is aborted | David Robillard | 1 | -1/+2 | |
Also clean up and simplify writer context management in general. | |||||
2023-04-02 | Improve TriG pretty-printing and remove trailing newlines | David Robillard | 1 | -1/+2 | |
2023-03-31 | Fix possible hang when writing nested Turtle lists | David Robillard | 1 | -1/+2 | |
2023-03-31 | Fix incorrect parsing of strange quote escape patterns | David Robillard | 1 | -1/+2 | |
2023-02-12 | Check for POSIX features with the build system | David Robillard | 1 | -1/+2 | |
2022-12-20 | Avoid using ASCII grave as a quote | David Robillard | 1 | -1/+2 | |
2022-12-19 | Allow SERD_API to be defined by the user | David Robillard | 1 | -1/+2 | |
2022-12-11 | Update NEWS file | David Robillard | 1 | -1/+3 | |
2022-12-09 | Add serd_reader_skip_until_byte() to public API | David Robillard | 1 | -2/+3 | |
2022-12-08 | Replace duplicated dox_to_sphinx script with sphinxygen dependency | David Robillard | 1 | -1/+2 | |
2022-11-28 | Improve serdi man page | David Robillard | 1 | -1/+2 | |
2022-11-24 | Gracefully handle bad characters in Turtle blank node syntax | David Robillard | 1 | -1/+2 | |
2022-11-24 | Gracefully handle bad characters in Turtle datatype syntax | David Robillard | 1 | -1/+2 | |
2022-11-14 | Add Windows path separator support to serd_node_new_file_uri() | David Robillard | 1 | -1/+2 | |
2022-10-23 | Fix hang when skipping an error at EOF when lax parsing | David Robillard | 1 | -0/+1 | |
2022-10-23 | Fix crash when trying to read chunks without starting | David Robillard | 1 | -1/+2 | |
2022-10-23 | Test header for warnings more strictly | David Robillard | 1 | -1/+2 | |
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 1 | -0/+6 | |
2022-09-08 | Serd 0.30.16v0.30.16 | David Robillard | 1 | -2/+2 | |
2022-09-01 | Update NEWS file | David Robillard | 1 | -1/+2 | |
2022-08-09 | Allow programs to be used from subproject | David Robillard | 1 | -1/+2 | |
2022-07-20 | Make NEWS file readable by dpkg-parsechangelog | David Robillard | 1 | -20/+20 | |