Age | Commit message (Expand) | Author | Files | Lines |
2023-03-31 | Fix incorrect parsing of strange quote escape patterns | David Robillard | 1 | -3/+9 |
2023-03-31 | Factor out read_string_escape() | David Robillard | 1 | -11/+20 |
2023-02-12 | Check for POSIX features with the build system | David Robillard | 1 | -31/+54 |
2023-02-06 | Update year in version output | David Robillard | 1 | -2/+2 |
2023-02-05 | Fix inconsistent comment style | David Robillard | 1 | -2/+2 |
2023-02-04 | Fix clang and clang-tidy warnings on Windows | David Robillard | 4 | -3/+4 |
2022-12-20 | Avoid using ASCII grave as a quote | David Robillard | 6 | -27/+27 |
2022-12-10 | Make clang-tidy configuration clean when run via meson | David Robillard | 1 | -0/+2 |
2022-12-09 | Add serd_reader_skip_until_byte() to public API | David Robillard | 2 | -5/+10 |
2022-11-25 | Always handle the return value of serd_env_set_base_uri() | David Robillard | 2 | -16/+20 |
2022-11-25 | Always handle the return value of eat_byte_safe() | David Robillard | 3 | -61/+56 |
2022-11-24 | Gracefully handle bad characters in Turtle blank node syntax | David Robillard | 3 | -2/+11 |
2022-11-24 | Gracefully handle bad characters in Turtle datatype syntax | David Robillard | 1 | -2/+5 |
2022-11-24 | Explicitly ignore the posix_fadvise() return value | David Robillard | 2 | -2/+3 |
2022-11-24 | Avoid redundant comparison | David Robillard | 1 | -1/+1 |
2022-11-24 | Simplify error handling logic | David Robillard | 1 | -6/+5 |
2022-11-24 | Fix improper use of chunk sink | David Robillard | 1 | -4/+4 |
2022-11-15 | Fix implementation-defined integer conversion | David Robillard | 1 | -1/+1 |
2022-11-14 | Add Windows path separator support to serd_node_new_file_uri() | David Robillard | 1 | -4/+16 |
2022-10-23 | Fix hang when skipping an error at EOF when lax parsing | David Robillard | 1 | -1/+1 |
2022-10-23 | Fix crash when trying to read chunks without starting | David Robillard | 1 | -2/+7 |
2022-10-23 | Add trailing commas to enum declarations | David Robillard | 1 | -2/+2 |
2022-10-23 | Fix "suspicious" string comparison | David Robillard | 2 | -2/+1 |
2022-10-23 | Strengthen clang-tidy configuration | David Robillard | 1 | -2/+0 |
2022-10-23 | Use uppercase integer literal suffixes | David Robillard | 5 | -43/+43 |
2022-10-23 | Simplify clang-tidy configuration | David Robillard | 1 | -8/+1 |
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 1 | -1/+1 |
2022-09-08 | Serd 0.30.16v0.30.16 | David Robillard | 1 | -1/+1 |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 24 | -345/+49 |
2022-07-16 | Simplify command line usage printing | David Robillard | 1 | -16/+19 |
2022-07-16 | Remove redundant check for command line argument count | David Robillard | 1 | -4/+1 |
2022-07-16 | Define _POSIX_C_SOURCE globally in the build system | David Robillard | 3 | -6/+0 |
2022-07-16 | Use a lookup table to determine UTF-8 encoding length | David Robillard | 1 | -20/+38 |
2022-07-16 | Fix spelling error in serdi man page | David Robillard | 1 | -1/+1 |
2022-07-13 | Suppress new warnings in clang and clang-tidy 14 | David Robillard | 1 | -0/+2 |
2022-07-10 | Serd 0.30.14v0.30.14 | David Robillard | 1 | -1/+1 |
2022-06-10 | Fix memory consumption when reading documents | David Robillard | 2 | -3/+15 |
2022-05-26 | Serd 0.30.12v0.30.12 | David Robillard | 1 | -1/+1 |
2022-05-26 | Update serdi version output | David Robillard | 1 | -3/+3 |
2022-01-13 | Suppress new warnings in clang-tidy 13 | David Robillard | 1 | -1/+2 |
2021-07-08 | Suppress new warnings in clang-tidy 12 | David Robillard | 1 | -0/+3 |
2021-06-30 | Move local URI utility functions | David Robillard | 1 | -28/+28 |
2021-06-30 | Make node qualify and expand functions tolerate a null Env | David Robillard | 1 | -0/+12 |
2021-06-30 | Avoid writing invalid prefixed name prefixes | David Robillard | 1 | -1/+2 |
2021-05-31 | Make most function parameters const | David Robillard | 11 | -212/+283 |
2021-05-31 | Fix include order | David Robillard | 1 | -1/+2 |
2021-05-31 | Remove "static inline" for functions in implementation files | David Robillard | 7 | -26/+26 |
2021-05-31 | Remove default case from exhaustive switch | David Robillard | 2 | -2/+1 |
2021-05-31 | Clean up switch case comments | David Robillard | 1 | -5/+5 |