Age | Commit message (Expand) | Author | Files | Lines |
2024-06-24 | Write blank lines between graphs and statements in TriG | David Robillard | 1 | -1/+1 |
2024-06-24 | Clean up nonnull parameter assertions | David Robillard | 5 | -3/+32 |
2024-06-23 | Gracefully handle failure to terminate written anonymous nodes | David Robillard | 1 | -14/+14 |
2024-06-23 | Gracefully handle errors while writing the end of anonymous nodes | David Robillard | 1 | -1/+1 |
2024-06-22 | Strengthen clang-tidy configuration | David Robillard | 1 | -3/+5 |
2024-06-22 | Avoid non-enum switches with missing default cases | David Robillard | 2 | -25/+25 |
2024-06-09 | Treat out of range unicode characters as errors | David Robillard | 1 | -2/+2 |
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 1 | -1/+2 |
2024-03-29 | Fix lax NQuads parsing | David Robillard | 1 | -5/+9 |
2024-03-29 | Support reading lone lists in lax mode | David Robillard | 1 | -1/+1 |
2024-03-28 | Add assertions for all non-null pointers in the public API | David Robillard | 9 | -0/+106 |
2024-03-10 | Simplify writer logic | David Robillard | 1 | -18/+17 |
2024-03-10 | Remove unnecessary internal writer separator case | David Robillard | 1 | -21/+7 |
2024-03-08 | Fix parsing NQuads lines with no space before the final dot | David Robillard | 2 | -2/+2 |
2024-01-23 | Serd 0.32.2v0.32.2 | David Robillard | 1 | -1/+1 |
2024-01-20 | Fix writing empty list objects within blank nodes | David Robillard | 1 | -0/+8 |
2024-01-09 | Avoid regressions in clang nullability checks | David Robillard | 3 | -1/+47 |
2024-01-09 | Enable clang nullability checks | David Robillard | 1 | -2/+2 |
2023-10-22 | Serd 0.32.0v0.32.0 | David Robillard | 1 | -1/+1 |
2023-09-22 | Fix potential realloc leaks | David Robillard | 2 | -6/+12 |
2023-09-22 | Remove unused include | David Robillard | 1 | -1/+0 |
2023-05-08 | Avoid use of strtoul() | David Robillard | 3 | -9/+16 |
2023-05-04 | Fix whitespace | David Robillard | 1 | -2/+2 |
2023-05-03 | Make serd_reader_read_chunk() work with NQuads | David Robillard | 3 | -2/+7 |
2023-05-03 | Factor out read_nquads_statement() | David Robillard | 1 | -42/+54 |
2023-05-03 | Remove redundant wrapper function | David Robillard | 1 | -7/+1 |
2023-04-30 | Add long "help" and "version" options to serdi | David Robillard | 2 | -1/+9 |
2023-04-16 | Gracefully handle errors when writing text | David Robillard | 5 | -85/+143 |
2023-04-06 | Clean up error handling and use TRY macros more broadly | David Robillard | 2 | -37/+41 |
2023-04-06 | Improve pretty-printing of lists and inline subjects | David Robillard | 4 | -161/+247 |
2023-04-06 | Remove support for writing Turtle named inline nodes extension | David Robillard | 1 | -30/+6 |
2023-04-06 | Simplify remove_dot_segments() implementation | David Robillard | 1 | -53/+15 |
2023-04-06 | Make URI writing stricter by default | David Robillard | 2 | -8/+11 |
2023-04-06 | Gracefully handle boolean subject and predicate errors | David Robillard | 1 | -0/+3 |
2023-04-06 | Improve help text | David Robillard | 1 | -2/+2 |
2023-04-05 | Fix sign conversion warnings | David Robillard | 2 | -2/+2 |
2023-04-05 | Improve writer error handling | David Robillard | 6 | -149/+198 |
2023-04-05 | Fix relative URI creation | David Robillard | 2 | -25/+43 |
2023-04-05 | Update to clang-format 12 | David Robillard | 1 | -4/+4 |
2023-04-05 | Simplify writing URI delimiters | David Robillard | 1 | -10/+5 |
2023-04-05 | Fix potential memory leaks when a write is aborted | David Robillard | 1 | -68/+82 |
2023-04-05 | Remove redundant null check in serd_env_set_base_uri() | David Robillard | 1 | -2/+2 |
2023-04-05 | Shrink UTF-8 utility code | David Robillard | 1 | -36/+5 |
2023-04-05 | Add nullability annotations to internal node functions | David Robillard | 1 | -6/+7 |
2023-04-05 | Use distinct include guards for internal headers | David Robillard | 12 | -47/+47 |
2023-04-05 | Use conventional status variable name | David Robillard | 1 | -17/+17 |
2023-04-05 | Fix pretty-printing of anonymous subjects | David Robillard | 1 | -3/+9 |
2023-04-02 | Improve TriG pretty-printing and remove trailing newlines | David Robillard | 1 | -3/+9 |
2023-03-31 | Fix possible hang when writing nested Turtle lists | David Robillard | 1 | -6/+13 |
2023-03-31 | Fix incorrect parsing of strange quote escape patterns | David Robillard | 1 | -3/+9 |