aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-19Express inlining information via statement flags rather than node types.David Robillard1-66/+71
2011-05-18Add test to ensure blank node IDs don't clash with generated IDs.David Robillard1-11/+41
2011-05-12Use conventional string lengths not including NULL terminatorDavid Robillard1-11/+11
2011-05-12Only abbreviate rdf:type to "a" in predicate position.David Robillard1-12/+13
2011-05-12Print newline after @prefix statements.David Robillard1-0/+5
2011-05-12Correctly abbreviate repeated inline blank node objects ("] , [").David Robillard1-6/+19
2011-05-11Fix crash when setting an identical namespace prefix.David Robillard1-1/+1
2011-05-11Record whether strings contains quotes or newlines for smart selection of lon...David Robillard1-23/+38
2011-05-06Make writer methods directly compatible with reader callbacks.David Robillard1-23/+30
2011-05-05Tidy.David Robillard1-2/+2
2011-05-04Fix too-short buffer.David Robillard1-1/+1
2011-04-30Use descriptive return codes instead of boolDavid Robillard1-14/+16
2011-04-30Consistent error messagesDavid Robillard1-3/+3
2011-04-27Don't hide pointers in typedefs.David Robillard1-16/+16
2011-04-24Fix reader memory stack use and verify read_object fully clears its stack.David Robillard1-18/+39
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-02-25Switch to 2-clause BSD license.David Robillard1-18/+24
2011-02-16Make serd_writer_set_prefix return bool so it is compatible with SerdPrefixSi...David Robillard1-9/+18
2011-02-16Turtle rdf:type, xsd:decimal, xsd:integer, and xsd:float abbreviation.David Robillard1-1/+21
2011-02-10Make serd_uri_resolve return void, since it has no error case anyway.David Robillard1-6/+5
2011-01-28Fix crashes when passed NULL nodes.David Robillard1-3/+5
2011-01-26Tolerate NULL base URI.David Robillard1-1/+1
2011-01-26Fix compilation in C++ (which won't implicitly cast 0 to an enum).David Robillard1-0/+2
2011-01-25Add `amalgamate' waf target for building single source file distribution.David Robillard1-0/+2
2011-01-25Change source header tag line.David Robillard1-1/+1
2011-01-24Remove support for 5 and 6 byte UTF-8 characters.David Robillard1-8/+0
2011-01-24Remove SerdString from public API in favour of more expressive (and not neces...David Robillard1-66/+63
2011-01-23Fix build (oops).David Robillard1-1/+1
2011-01-23Faster serd_uri_serialise.David Robillard1-4/+5
2011-01-23Fix abbreviation.David Robillard1-4/+2
2011-01-23Gracefully handle failure to emit statement.David Robillard1-1/+3
2011-01-23Shrink code.David Robillard1-92/+36
2011-01-23Rearrange code, put common internal stuff in serd_internal.h.David Robillard1-2/+1
2011-01-23Code cleanup (appease cpplint).David Robillard1-2/+2
2011-01-23SerdNodeType => SerdType.David Robillard1-14/+14
2011-01-23Streaming abbreviation.David Robillard1-69/+151
2011-01-22SerdNamespaces => SerdEnv.David Robillard1-8/+5
2011-01-21Remove unnecessary writer->prev_o.David Robillard1-6/+1
2011-01-21Full rount-trip test coverage for Turtle reading and writing.David Robillard1-4/+22
2011-01-21Gracefully stop parsing on error (i.e. report exactly one error for each bad ...David Robillard1-8/+8
2011-01-21Preliminary support for writing abbreviated Turtle.David Robillard1-27/+200
2011-01-21Rename write.c to writer.c for consistency.David Robillard1-0/+223