Age | Commit message (Expand) | Author | Files | Lines |
2018-05-27 | Make serd_strtod API const-correct | David Robillard | 1 | -3/+3 |
2018-05-27 | Use char* for strings in public API | David Robillard | 1 | -18/+20 |
2018-05-27 | Remove useless character counting | David Robillard | 1 | -30/+15 |
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 |