Age | Commit message (Expand) | Author | Files | Lines |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -46/+46 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -5/+5 |
2012-07-05 | Add error callback to reader and writer for custom error reporting. | David Robillard | 1 | -1/+50 |
2012-05-08 | Add incremental read interface suitable for reading from infinite streams. | David Robillard | 1 | -0/+34 |
2012-03-18 | Add serd_reader_set_default_graph() for reading a file as a named graph. | David Robillard | 1 | -0/+12 |
2012-03-10 | Add serd_writer_set_root_uri(), root parameter to | David Robillard | 1 | -0/+20 |
2012-03-08 | Add escape parameter to serd_node_new_file_uri(). | David Robillard | 1 | -1/+7 |
2012-03-08 | serd_node_new_uri_from_path => serd_node_new_file_uri. | David Robillard | 1 | -4/+4 |
2012-03-08 | Add serd_writer_get_env(). | David Robillard | 1 | -2/+46 |
2012-03-03 | Add serd_chunk_sink for easy writing to a string. | David Robillard | 1 | -1/+23 |
2012-02-20 | Implement pretty-printing for collections. | David Robillard | 1 | -1/+4 |
2012-01-18 | Make serd_node_new_integer take int64_t instead of long. | David Robillard | 1 | -1/+1 |
2012-01-16 | Support compilation as C++ under MSVC++ | David Robillard | 1 | -2/+3 |
2012-01-16 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2012-01-14 | Lint. | David Robillard | 1 | -1/+1 |
2012-01-08 | Update man page. | David Robillard | 1 | -2/+5 |
2011-12-30 | Add serd_node_new_blob and serd_base64_decode for handling arbitrary binary | David Robillard | 1 | -0/+26 |
2011-12-23 | Add serd_file_sink for the common case of writing to a FILE* stream. | David Robillard | 1 | -0/+10 |
2011-12-19 | Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() for | David Robillard | 1 | -0/+36 |
2011-12-12 | Make bulk writer internal and inlinable to avoid function call overhead in th... | David Robillard | 1 | -47/+8 |
2011-12-11 | Add SerdBulkSink for writing bulk output and corresponding serdi -B option. | David Robillard | 1 | -6/+46 |
2011-11-04 | Move serd_strlen and serd_strerror to string.c and document both in "String U... | David Robillard | 1 | -5/+14 |
2011-09-29 | Tidy. | David Robillard | 1 | -1/+1 |
2011-09-27 | Add serd_env_set_prefix_from_strings for convenience. | David Robillard | 1 | -0/+9 |
2011-08-21 | Gracefully handle NULL reader sinks. | David Robillard | 1 | -6/+10 |
2011-05-24 | Tidy up documentation | David Robillard | 1 | -26/+25 |
2011-05-24 | Add serd_uri_to_path to API. | David Robillard | 1 | -2/+8 |
2011-05-24 | Improve documentation. | David Robillard | 1 | -2/+2 |
2011-05-19 | Express inlining information via statement flags rather than node types. | David Robillard | 1 | -37/+37 |
2011-05-18 | Add test to ensure blank node IDs don't clash with generated IDs. | David Robillard | 1 | -4/+29 |
2011-05-12 | Use conventional string lengths not including NULL terminator | David Robillard | 1 | -4/+4 |
2011-05-11 | Create SerdNodeFlags typedef for flags. | David Robillard | 1 | -1/+17 |
2011-05-11 | Record whether strings contains quotes or newlines for smart selection of lon... | David Robillard | 1 | -18/+25 |
2011-05-09 | Improve documentation and const-correctness. | David Robillard | 1 | -9/+8 |
2011-05-06 | Make writer methods directly compatible with reader callbacks. | David Robillard | 1 | -2/+10 |
2011-05-06 | Merge SerdEnv and SerdReadState. | David Robillard | 1 | -67/+30 |
2011-05-06 | Improve documentation. | David Robillard | 1 | -23/+24 |
2011-05-05 | Tidy. | David Robillard | 1 | -1/+1 |
2011-05-05 | Make serd_read_state_get_base_uri return a pointer. | David Robillard | 1 | -1/+1 |
2011-04-30 | Use descriptive return codes instead of bool | David Robillard | 1 | -25/+37 |
2011-04-27 | Don't hide pointers in typedefs. | David Robillard | 1 | -31/+31 |
2011-04-24 | Fix reader memory stack use and verify read_object fully clears its stack. | David Robillard | 1 | -0/+7 |
2011-04-23 | Improve node struct alignment | David Robillard | 1 | -3/+3 |
2011-04-23 | Tidy. | David Robillard | 1 | -1/+0 |
2011-04-22 | Fix license header (awk oops). | David Robillard | 1 | -1/+1 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 1 | -20/+12 |
2011-03-29 | Update library preprocessor boilerplate | David Robillard | 1 | -13/+13 |
2011-03-17 | Improve documentation. | David Robillard | 1 | -24/+32 |
2011-03-07 | Fix documentation typo. | David Robillard | 1 | -1/+1 |
2011-03-06 | Fix Doxygen warning. | David Robillard | 1 | -3/+1 |