Age | Commit message (Expand) | Author | Files | Lines |
2023-12-02 | Replace multiple stream callbacks with SerdEvent | David Robillard | 1 | -0/+2 |
2023-12-02 | Clean up numeric node construction and access API | David Robillard | 1 | -14/+0 |
2023-12-02 | [WIP] Use exess for reading and writing numeric and binary literals | David Robillard | 1 | -60/+7 |
2023-12-02 | Use more human-readable status codes | David Robillard | 1 | -14/+32 |
2023-12-02 | Split up public API header | David Robillard | 1 | -1/+4 |
2023-12-02 | Use char* for strings in public API | David Robillard | 1 | -18/+18 |
2023-12-02 | Remove useless character counting | David Robillard | 1 | -32/+18 |
2023-04-16 | Gracefully handle errors when writing text | David Robillard | 1 | -0/+2 |
2023-04-05 | Improve writer error handling | David Robillard | 1 | -0/+2 |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 |
2021-05-31 | Make most function parameters const | David Robillard | 1 | -5/+7 |
2021-05-31 | Remove "static inline" for functions in implementation files | David Robillard | 1 | -2/+2 |
2021-05-31 | Remove default case from exhaustive switch | David Robillard | 1 | -2/+0 |
2021-05-31 | Fix unannotated switch fallthroughs | David Robillard | 1 | -3/+8 |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -105/+118 |
2020-08-14 | Separate base64 implementation | David Robillard | 1 | -49/+0 |
2020-08-14 | Clean up and separate internal headers | David Robillard | 1 | -1/+1 |
2020-06-21 | Cleanup: Add missing default switch cases | David Robillard | 1 | -0/+3 |
2020-06-21 | Clean up includes | David Robillard | 1 | -1/+5 |
2019-10-27 | Fix integer conversion warnings | David Robillard | 1 | -2/+6 |
2018-09-04 | Fix fallthrough warnings with GCC8 | David Robillard | 1 | -3/+8 |
2018-07-22 | Add serd_free for freeing memory allocated by serd | David Robillard | 1 | -0/+6 |
2018-06-15 | Remove redundant SERD_API declarations | David Robillard | 1 | -4/+0 |
2017-07-09 | Add serd_node_from_substring() | David Robillard | 1 | -9/+38 |
2017-06-30 | Fix various clang-tidy issues | David Robillard | 1 | -2/+2 |
2016-07-09 | Fix construction of URIs with UTF-8 characters | David Robillard | 1 | -6/+9 |
2012-07-05 | Add error callback to reader and writer for custom error reporting. | David Robillard | 1 | -1/+4 |
2012-03-01 | Tolerate NULL endptr in serd_strtod. | David Robillard | 1 | -1/+4 |
2012-02-20 | Fix collection parsing code to not leak stack space. | David Robillard | 1 | -2/+1 |
2012-01-16 | Support compilation as C++ under MSVC++ | David Robillard | 1 | -3/+3 |
2012-01-16 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2011-12-30 | Add serd_node_new_blob and serd_base64_decode for handling arbitrary binary | David Robillard | 1 | -0/+46 |
2011-12-25 | Near 100% branch coverage. | David Robillard | 1 | -1/+1 |
2011-12-24 | Test serd_strlen and serd_strerror. | David Robillard | 1 | -0/+1 |
2011-12-19 | Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() for | David Robillard | 1 | -0/+55 |
2011-11-04 | Move serd_strlen and serd_strerror to string.c and document both in "String U... | David Robillard | 1 | -0/+58 |
2011-01-24 | Remove SerdString cruft. | David Robillard | 1 | -91/+0 |
2011-01-24 | Remove SerdString from public API in favour of more expressive (and not neces... | David Robillard | 1 | -8/+27 |
2011-01-20 | Add serd_string_free to API. | David Robillard | 1 | -0/+7 |
2011-01-20 | Rework character reading functions to support reading multi-byte characters (... | David Robillard | 1 | -0/+65 |