Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-05-31 | Fix unannotated switch fallthroughs | David Robillard | 2 | -7/+27 |
2021-05-31 | Fix some conversion warnings | David Robillard | 3 | -7/+7 |
2021-05-16 | Remove redundant cast | David Robillard | 1 | -1/+1 |
2021-05-16 | Avoid else after break | David Robillard | 1 | -3/+3 |
2021-04-12 | Sort command line argument handling code | David Robillard | 1 | -7/+7 |
2021-04-11 | Support combining several BSD-style command line flags in serdi | David Robillard | 1 | -59/+68 |
2021-04-09 | Write invalid characters in URIs with percent encoding | David Robillard | 1 | -5/+9 |
2021-04-09 | Write statements with invalid URI characters in lax mode | David Robillard | 1 | -9/+9 |
2021-02-15 | Fix writing long literals with triple quotes | David Robillard | 2 | -3/+11 |
2021-01-20 | Serd 0.30.10v0.30.10 | David Robillard | 1 | -1/+1 |
2021-01-17 | Remove aligned_alloc support | David Robillard | 2 | -19/+0 |
2021-01-10 | Add missing includes | David Robillard | 1 | -0/+2 |
2021-01-10 | Avoid use of strcpy | David Robillard | 1 | -3/+3 |
2021-01-09 | Only define WIN32_LEAN_AND_MEAN for MSVC | David Robillard | 1 | -1/+3 |
2021-01-09 | Avoid GCC warning about printed string overflow | David Robillard | 1 | -9/+14 |
2021-01-09 | Avoid GCC warning about potential signed overflow | David Robillard | 1 | -1/+1 |
2021-01-09 | Add missing pure attributes | David Robillard | 2 | -2/+2 |
2021-01-09 | Fix fallback aligned_alloc() detection | David Robillard | 1 | -1/+1 |