aboutsummaryrefslogtreecommitdiffstats
path: root/serd/serd.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Remove ancient MSVC workaround for stdbool.hDavid Robillard1-2/+1
2018-07-22Add serd_free for freeing memory allocated by serdDavid Robillard1-2/+13
2018-06-03Move byte source/sink functions into their own sectionDavid Robillard1-31/+37
2018-06-03Fix comment typoDavid Robillard1-1/+1
2018-05-27Clarify errors returned by serd_env_expand()David Robillard1-0/+5
2018-04-01Fix comment typoDavid Robillard1-1/+1
2018-02-04Fix comment typoDavid Robillard1-1/+1
2017-07-09Add serd_node_from_substring()David Robillard1-0/+10
2017-06-30Use consistent parameter namesDavid Robillard1-5/+5
2017-06-30Fix various clang-tidy issuesDavid Robillard1-7/+9
2017-04-24Allow arbitrary page size to be passed for custom sourcesDavid Robillard1-4/+5
2017-04-14Factor out file reading from readerDavid Robillard1-0/+52
2017-01-06Add support for reading TriGDavid Robillard1-2/+7
2017-01-05Add support for NQuadsDavid Robillard1-2/+8
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-09-10Fix cross-links in documentationDavid Robillard1-2/+2
2016-07-10Add serd_node_new_relative_uri()David Robillard1-1/+20
2016-03-15Use NULL for null pointer constantsDavid Robillard1-2/+4
2015-10-07Update copyright datesDavid Robillard1-1/+1
2015-01-29Fix incorrect comment.David Robillard1-2/+1
2014-12-10Configurable strict parsing to tolerate invalid URIs.David Robillard1-0/+11
2014-11-22Fix warnings when building with ISO C++ compilers.David Robillard1-1/+1
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-46/+46
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-5/+5
2012-07-05Add error callback to reader and writer for custom error reporting.David Robillard1-1/+50
2012-05-08Add incremental read interface suitable for reading from infinite streams.David Robillard1-0/+34
2012-03-18Add serd_reader_set_default_graph() for reading a file as a named graph.David Robillard1-0/+12
2012-03-10Add serd_writer_set_root_uri(), root parameter toDavid Robillard1-0/+20
2012-03-08Add escape parameter to serd_node_new_file_uri().David Robillard1-1/+7
2012-03-08serd_node_new_uri_from_path => serd_node_new_file_uri.David Robillard1-4/+4
2012-03-08Add serd_writer_get_env().David Robillard1-2/+46
2012-03-03Add serd_chunk_sink for easy writing to a string.David Robillard1-1/+23
2012-02-20Implement pretty-printing for collections.David Robillard1-1/+4
2012-01-18Make serd_node_new_integer take int64_t instead of long.David Robillard1-1/+1
2012-01-16Support compilation as C++ under MSVC++David Robillard1-2/+3
2012-01-16Update copyright dates.David Robillard1-1/+1
2012-01-14Lint.David Robillard1-1/+1
2012-01-08Update man page.David Robillard1-2/+5
2011-12-30Add serd_node_new_blob and serd_base64_decode for handling arbitrary binaryDavid Robillard1-0/+26
2011-12-23Add serd_file_sink for the common case of writing to a FILE* stream.David Robillard1-0/+10
2011-12-19Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() forDavid Robillard1-0/+36
2011-12-12Make bulk writer internal and inlinable to avoid function call overhead in th...David Robillard1-47/+8
2011-12-11Add SerdBulkSink for writing bulk output and corresponding serdi -B option.David Robillard1-6/+46
2011-11-04Move serd_strlen and serd_strerror to string.c and document both in "String U...David Robillard1-5/+14
2011-09-29Tidy.David Robillard1-1/+1
2011-09-27Add serd_env_set_prefix_from_strings for convenience.David Robillard1-0/+9
2011-08-21Gracefully handle NULL reader sinks.David Robillard1-6/+10
2011-05-24Tidy up documentationDavid Robillard1-26/+25
2011-05-24Add serd_uri_to_path to API.David Robillard1-2/+8
2011-05-24Improve documentation.David Robillard1-2/+2