aboutsummaryrefslogtreecommitdiffstats
path: root/serd
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-19Express inlining information via statement flags rather than node types.David Robillard1-37/+37
2011-05-18Add test to ensure blank node IDs don't clash with generated IDs.David Robillard1-4/+29
2011-05-12Use conventional string lengths not including NULL terminatorDavid Robillard1-4/+4
2011-05-11Create SerdNodeFlags typedef for flags.David Robillard1-1/+17
2011-05-11Record whether strings contains quotes or newlines for smart selection of lon...David Robillard1-18/+25
2011-05-09Improve documentation and const-correctness.David Robillard1-9/+8
2011-05-06Make writer methods directly compatible with reader callbacks.David Robillard1-2/+10
2011-05-06Merge SerdEnv and SerdReadState.David Robillard1-67/+30
2011-05-06Improve documentation.David Robillard1-23/+24
2011-05-05Tidy.David Robillard1-1/+1
2011-05-05Make serd_read_state_get_base_uri return a pointer.David Robillard1-1/+1
2011-04-30Use descriptive return codes instead of boolDavid Robillard1-25/+37
2011-04-27Don't hide pointers in typedefs.David Robillard1-31/+31
2011-04-24Fix reader memory stack use and verify read_object fully clears its stack.David Robillard1-0/+7
2011-04-23Improve node struct alignmentDavid Robillard1-3/+3
2011-04-23Tidy.David Robillard1-1/+0
2011-04-22Fix license header (awk oops).David Robillard1-1/+1
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+12
2011-03-29Update library preprocessor boilerplateDavid Robillard1-13/+13
2011-03-17Improve documentation.David Robillard1-24/+32
2011-03-07Fix documentation typo.David Robillard1-1/+1
2011-03-06Fix Doxygen warning.David Robillard1-3/+1
2011-03-02Fix parsing several files/strings with the same parser.David Robillard1-0/+10
2011-02-25Abstract common read state tracking code (SerdReadState) to make user code le...David Robillard1-5/+58