Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-25 | Clean up includes and improve source file separation | David Robillard | 1 | -16/+0 | |
2018-11-25 | Move system utilities to separate source files | David Robillard | 1 | -27/+0 | |
2018-11-25 | Hide fopen wrapper and use reader interface consistently | David Robillard | 1 | -12/+10 | |
2018-11-25 | Move error handling to world | David Robillard | 1 | -11/+0 | |
2018-11-25 | Add SerdWorld for shared library state | David Robillard | 1 | -3/+5 | |
2018-11-25 | Clean up and separate internal headers | David Robillard | 1 | -555/+0 | |
2018-11-25 | Simplify reader interface | David Robillard | 1 | -2/+2 | |
2018-11-25 | Make nodes opaque | David Robillard | 1 | -1/+11 | |
2018-11-25 | Use opaque node API | David Robillard | 1 | -0/+2 | |
2018-11-25 | Make serd_strtod API const-correct | David Robillard | 1 | -1/+1 | |
This is an API breakage, but a minor one (particularly since NULL is allowed) that avoids the flaw in the C API. | |||||
2018-11-25 | Rename SerdChunk to SerdSlice | David Robillard | 1 | -3/+3 | |
2018-11-25 | Use char* for strings in public API | David Robillard | 1 | -24/+24 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2018-11-25 | Remove useless character counting | David Robillard | 1 | -1/+0 | |
2018-11-11 | Shrink serd_byte_source_advance() code slightly | David Robillard | 1 | -4/+2 | |
2018-09-30 | Fix calloc argument order | David Robillard | 1 | -1/+1 | |
2018-09-16 | Fix const casts | David Robillard | 1 | -1/+1 | |
2018-07-22 | Inline serd_byte_source_advance | David Robillard | 1 | -2/+34 | |
2018-07-12 | Fix making relative URIs that are shorter than, but under, the root | David Robillard | 1 | -14/+30 | |
2018-06-11 | Zero-initialize stack memory | David Robillard | 1 | -1/+1 | |
2018-06-10 | Fix relative URI serialisation | David Robillard | 1 | -2/+9 | |
2018-02-04 | Factor out syntax-specific reader implementation | David Robillard | 1 | -0/+89 | |
2018-02-04 | Factor out is_xdigit | David Robillard | 1 | -1/+8 | |
2017-12-26 | Print file open error in standard format | David Robillard | 1 | -1/+2 | |
2017-11-05 | Move cursor from reader to byte source | David Robillard | 1 | -0/+8 | |
2017-11-05 | Move EOF flag from reader to byte source | David Robillard | 1 | -0/+1 | |
2017-11-05 | Factor out namespace defines | David Robillard | 1 | -0/+3 | |
2017-09-24 | Make serdi syntax options case-insensitive | David Robillard | 1 | -0/+12 | |
2017-09-23 | Use more efficient stack allocation and growth policies | David Robillard | 1 | -1/+1 | |
2017-08-29 | Fix writing of corrupt UTF-8 | David Robillard | 1 | -7/+1 | |
2017-07-30 | Move parse_utf8_char to shared internal header | David Robillard | 1 | -0/+24 | |
2017-07-30 | Cleanup: Add push_bytes function to reduce code verbosity | David Robillard | 1 | -0/+2 | |
2017-07-10 | Factor out UTF-8 character size counting | David Robillard | 1 | -0/+23 | |
2017-07-09 | Add serd_node_from_substring() | David Robillard | 1 | -0/+6 | |
This allows creating nodes in-place from substrings of other strings to allow zero-copy serialization from existing delimited buffers. | |||||
2017-07-08 | Fix parsing of hex escapes in file URIs | Johannes Mueller | 1 | -0/+7 | |
This fixes round-trip of paths to/from escaped file URIs. | |||||
2017-06-30 | Fix various clang-tidy issues | David Robillard | 1 | -1/+1 | |
2017-06-29 | Fix strict parsing of abolute URI schemes | David Robillard | 1 | -0/+11 | |
2017-04-24 | Allow arbitrary page size to be passed for custom sources | David Robillard | 1 | -2/+2 | |
2017-04-14 | Make BulkSink general and factor out details from Writer | David Robillard | 1 | -13/+21 | |
2017-04-14 | Factor out file reading from reader | David Robillard | 1 | -0/+46 | |
2016-08-01 | Use consistent feature test macros | David Robillard | 1 | -1/+1 | |
2016-05-17 | Fix unaligned memory access (UB which breaks ARM) | David Robillard | 1 | -1/+33 | |
With this fix, the test suite runs cleanly with UBSan. | |||||
2014-10-03 | Remove dependence on fmax() to avoid portability issues. | David Robillard | 1 | -8/+0 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@476 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@471 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@469 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@467 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-31 | Remove unnecessary branch condition. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@447 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-02-03 | Correctly handle posix_memalign failure | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@411 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-08-08 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵ | David Robillard | 1 | -1/+1 | |
-Wmissing-prototypes. git-svn-id: http://svn.drobilla.net/serd/trunk@374 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-07-05 | Add error callback to reader and writer for custom error reporting. | David Robillard | 1 | -0/+13 | |
Add -q option to serdi to suppress all non-data output, e.g. errors. Resolves #815. git-svn-id: http://svn.drobilla.net/serd/trunk@354 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-03-28 | Strip duplicate blank lines. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@341 490d8e77-9747-427b-9fa3-0b8f29cee8a0 |