Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-25 | Move syntax name/extension utilities to public API | David Robillard | 1 | -0/+36 | |
2018-11-25 | Move SerdField to public API | David Robillard | 1 | -0/+10 | |
2018-11-25 | Use fixed size stack | David Robillard | 1 | -2/+6 | |
2018-11-25 | Set datatypes on integer, decimal, and base64 nodes | David Robillard | 1 | -4/+20 | |
2018-11-25 | Add serd_world_get_blank() | David Robillard | 1 | -0/+10 | |
2018-11-25 | Clean up node construction API | David Robillard | 1 | -57/+40 | |
2018-11-25 | Hide fopen wrapper and use reader interface consistently | David Robillard | 1 | -11/+3 | |
2018-11-25 | Add blank node API | David Robillard | 1 | -0/+10 | |
2018-11-25 | Make serd_node_new_literal take datatype as a node | David Robillard | 1 | -1/+3 | |
2018-11-25 | Add SerdWorld for shared library state | David Robillard | 1 | -26/+45 | |
2018-11-25 | Add SerdSink interface and hide individual function implementations | David Robillard | 1 | -49/+19 | |
2018-11-25 | Bring read/write interface closer to C standard | David Robillard | 1 | -21/+23 | |
2018-11-25 | Merge datatype and/or language into node | David Robillard | 1 | -8/+30 | |
This moves closer to the sord API, and is more convenient in most cases. | |||||
2018-11-25 | Simplify reader interface | David Robillard | 1 | -36/+18 | |
2018-11-25 | Remove serd_uri_to_path() | David Robillard | 1 | -11/+0 | |
2018-11-25 | Make nodes opaque | David Robillard | 1 | -36/+22 | |
2018-11-25 | Add node accessor API | David Robillard | 1 | -0/+28 | |
2018-11-25 | Make serd_strtod API const-correct | David Robillard | 1 | -3/+5 | |
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 | -13/+13 | |
2018-11-25 | Use char* for strings in public API | David Robillard | 1 | -45/+45 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2018-11-25 | Remove useless character counting | David Robillard | 1 | -5/+3 | |
2018-11-25 | Use SerdBuffer for mutable buffers | David Robillard | 1 | -6/+14 | |
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks. | |||||
2018-07-22 | Add serd_free for freeing memory allocated by serd | David Robillard | 1 | -2/+13 | |
2018-06-03 | Move byte source/sink functions into their own section | David Robillard | 1 | -31/+37 | |
2018-06-03 | Fix comment typo | David Robillard | 1 | -1/+1 | |
2018-05-27 | Clarify errors returned by serd_env_expand() | David Robillard | 1 | -0/+5 | |
2018-04-01 | Fix comment typo | David Robillard | 1 | -1/+1 | |
2018-02-04 | Fix comment typo | David Robillard | 1 | -1/+1 | |
2017-07-09 | Add serd_node_from_substring() | David Robillard | 1 | -0/+10 | |
This allows creating nodes in-place from substrings of other strings to allow zero-copy serialization from existing delimited buffers. | |||||
2017-06-30 | Use consistent parameter names | David Robillard | 1 | -5/+5 | |
2017-06-30 | Fix various clang-tidy issues | David Robillard | 1 | -7/+9 | |
2017-04-24 | Allow arbitrary page size to be passed for custom sources | David Robillard | 1 | -4/+5 | |
2017-04-14 | Factor out file reading from reader | David Robillard | 1 | -0/+52 | |
2017-01-06 | Add support for reading TriG | David Robillard | 1 | -2/+7 | |
2017-01-05 | Add support for NQuads | David Robillard | 1 | -2/+8 | |
2016-09-18 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2016-09-10 | Fix cross-links in documentation | David Robillard | 1 | -2/+2 | |
2016-07-10 | Add serd_node_new_relative_uri() | David Robillard | 1 | -1/+20 | |
2016-03-15 | Use NULL for null pointer constants | David Robillard | 1 | -2/+4 | |
2015-10-07 | Update copyright dates | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@500 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-01-29 | Fix incorrect comment. | David Robillard | 1 | -2/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@487 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-12-10 | Configurable strict parsing to tolerate invalid URIs. | David Robillard | 1 | -0/+11 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@480 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-11-22 | Fix warnings when building with ISO C++ compilers. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@477 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -46/+46 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@470 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -5/+5 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@469 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-07-05 | Add error callback to reader and writer for custom error reporting. | David Robillard | 1 | -1/+50 | |
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-05-08 | Add incremental read interface suitable for reading from infinite streams. | David Robillard | 1 | -0/+34 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@350 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-03-18 | Add serd_reader_set_default_graph() for reading a file as a named graph. | David Robillard | 1 | -0/+12 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@338 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-03-10 | Add serd_writer_set_root_uri(), root parameter to | David Robillard | 1 | -0/+20 | |
serd_uri_serialise_relative(), and -r option to serdi, to enable writing URIs with up references (../) within a parent namespace. Resolve dot segments in serd_uri_resolve() instead of at write time. git-svn-id: http://svn.drobilla.net/serd/trunk@336 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-03-08 | Add escape parameter to serd_node_new_file_uri(). | David Robillard | 1 | -1/+7 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@333 490d8e77-9747-427b-9fa3-0b8f29cee8a0 |