aboutsummaryrefslogtreecommitdiffstats
path: root/serd
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-25Tidy.David Robillard1-11/+13
2011-02-25Switch to 2-clause BSD license.David Robillard1-19/+27
2011-02-25Switch to standard Javadoc/Doxygen style comments without leading asterisks.David Robillard1-154/+296
2011-02-16Make serd_writer_set_prefix return bool so it is compatible with SerdPrefixSi...David Robillard1-2/+3
2011-02-16Add SERD_STYLE_RESOLVED option for resolving (expanding) relative URIs in out...David Robillard1-23/+44
2011-02-10Add serd_node_new_uri_from_string.David Robillard1-7/+8
2011-02-10Add base parameter to serd_node_new_uri and add serd_node_new_uri_from_node.David Robillard1-1/+15
2011-02-10Make serd_uri_resolve return void, since it has no error case anyway.David Robillard1-2/+2
2011-02-03Add ability to set blank node prefix for parsing several files without conflict.David Robillard1-0/+12