Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-31 | Add rooted URI resolution test | David Robillard | 1 | -1/+3 | |
2018-12-31 | Separate style enum from style flags types | David Robillard | 1 | -2/+2 | |
2018-12-31 | Make SerdSink opaque | David Robillard | 1 | -6/+9 | |
2018-12-31 | Simplify SerdEnv API | David Robillard | 1 | -19/+25 | |
2018-12-31 | Remove escape parameter from serd_new_file_uri | David Robillard | 1 | -9/+6 | |
Since characters are escaped because they are not valid characters in a URI, any use of this function without escaping is problematic at best. | |||||
2018-12-31 | Shorten node constructor names | David Robillard | 1 | -50/+55 | |
2018-12-31 | Make statement sink take a statement rather than nodes | David Robillard | 1 | -20/+13 | |
This makes the interface more extensible, towards associating more information with statements. The serd_sink_write_nodes wrapper remains so that user code does not need to allocate in order to write statement. | |||||
2018-12-31 | Use fixed size stack | David Robillard | 1 | -2/+2 | |
2018-12-30 | Set datatypes on integer, decimal, and base64 nodes | David Robillard | 1 | -5/+17 | |
2018-12-30 | Add serd_world_get_blank() | David Robillard | 1 | -0/+21 | |
2018-12-30 | Clean up node construction API | David Robillard | 1 | -85/+86 | |
2018-12-30 | Clean up includes and improve source file separation | David Robillard | 1 | -1/+2 | |
2018-12-30 | Hide fopen wrapper and use reader interface consistently | David Robillard | 1 | -13/+11 | |
2018-12-30 | Add blank node API | David Robillard | 1 | -0/+10 | |
2018-12-30 | Make serd_node_new_literal take datatype as a node | David Robillard | 1 | -3/+9 | |
2018-12-30 | Add SerdWorld for shared library state | David Robillard | 1 | -4/+12 | |
2018-12-30 | Add SerdSink interface and hide individual function implementations | David Robillard | 1 | -18/+14 | |
2018-12-30 | Bring read/write interface closer to C standard | David Robillard | 1 | -1/+1 | |
2018-12-30 | Merge datatype and/or language into node | David Robillard | 1 | -32/+57 | |
This moves closer to the sord API, and is more convenient in most cases. | |||||
2018-12-30 | Remove serd_uri_to_path() | David Robillard | 1 | -26/+0 | |
2018-12-30 | Make nodes opaque | David Robillard | 1 | -144/+170 | |
2018-12-30 | Make serd_strtod API const-correct | David Robillard | 1 | -2/+4 | |
This is an API breakage, but a minor one (particularly since NULL is allowed) that avoids the flaw in the C API. | |||||
2018-12-30 | Rename SerdChunk to SerdSlice | David Robillard | 1 | -1/+1 | |
2018-12-30 | Use char* for strings in public API | David Robillard | 1 | -88/+83 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2018-12-30 | Remove useless character counting | David Robillard | 1 | -19/+9 | |
2018-12-30 | Use SerdBuffer for mutable buffers | David Robillard | 1 | -4/+4 | |
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks. | |||||
2018-12-30 | Fix unused parameter warnings | David Robillard | 1 | -0/+10 | |
2018-12-26 | Remove test utilities and simply use assert for unit tests | David Robillard | 1 | -252/+105 | |
2018-07-22 | Fix memory leak in test suite | David Robillard | 1 | -0/+1 | |
2018-07-22 | Add serd_free for freeing memory allocated by serd | David Robillard | 1 | -5/+5 | |
2018-07-14 | Fix length of base64 encoded nodes | David Robillard | 1 | -0/+3 | |
2018-07-12 | Fix making relative URIs that are shorter than, but under, the root | David Robillard | 1 | -0/+9 | |
2018-06-10 | Test serd_strlen() with NULL flags | David Robillard | 1 | -0/+4 | |
2018-06-10 | Fix relative URI serialisation | David Robillard | 1 | -0/+12 | |
2018-01-04 | Open files in binary mode to preserve line endings on Windows | David Robillard | 1 | -1/+1 | |
2017-12-26 | Report source file and line on test failures | David Robillard | 1 | -98/+89 | |
2017-07-10 | Gracefully handle applications that write corrupt UTF-8 | David Robillard | 1 | -4/+11 | |
2017-07-10 | Reduce test code length | David Robillard | 1 | -17/+8 | |
2017-07-09 | Add serd_node_from_substring() | David Robillard | 1 | -0/+21 | |
This allows creating nodes in-place from substrings of other strings to allow zero-copy serialization from existing delimited buffers. | |||||
2017-07-08 | Improve URI escaping and parsing tests | David Robillard | 1 | -103/+53 | |
2017-01-03 | Test file URI escaping | David Robillard | 1 | -0/+17 | |
2016-07-11 | Fix memory leak | David Robillard | 1 | -0/+1 | |
2016-07-10 | Add serd_node_new_relative_uri() | David Robillard | 1 | -2/+14 | |
2016-06-13 | Fix use of uninitialized fields | David Robillard | 1 | -4/+1 | |
Fixes #1135 | |||||
2015-10-08 | Update copyright dates | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@505 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-05 | Fix warning on Windows | David Robillard | 1 | -2/+4 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@497 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-04 | Fix test program on BSD | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@496 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-02 | Full test coverage | David Robillard | 1 | -1/+13 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@492 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 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@467 490d8e77-9747-427b-9fa3-0b8f29cee8a0 |