summaryrefslogtreecommitdiff
path: root/src/raptor_serialize_ntriples.c
Commit message (Expand)AuthorAgeFilesLines
* Added W3C Format URIs to the parser and serialiser syntax descriptions.Nicholas J Humfrey2011-10-131-1/+2
* Make sure N-Triples and Turtle serialize legal blank node IDsDave Beckett2011-07-241-2/+35
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-1/+1
* Fixed the nquads serialiser to output the graph name in the fourth column, in...Nicholas J Humfrey2011-01-241-1/+1
* Replace all RAPTOR_FATAL with error log messages in user buildsDave Beckett2011-01-211-1/+3
* Update parsers and serializers to use uri_strings for syntax description.Dave Beckett2010-12-291-4/+12
* Label nquads as "N-Quads"Dave Beckett2010-08-151-1/+1
* Add N-Quads serializer name 'nquads' using N-Triples serializer.Dave Beckett2010-08-141-5/+59
* (raptor_statement_ntriples_write): Add flag to decide whether to write graph ...Dave Beckett2010-05-251-3/+12
* (raptor_statement_print_as_ntriples, raptor_statement_ntriples_write): Write ...Dave Beckett2010-05-251-9/+0
* (raptor_term_ntriples_write, raptor_statement_ntriples_write): Check for NULL...Dave Beckett2010-05-241-4/+24
* raptor_term blank is now a new typedef raptor_term_blank_value with length fi...Dave Beckett2010-05-161-1/+1
* Removed writable static data.Lauri Aalto2010-04-061-1/+1
* ntriples writes text/plainDave Beckett2010-03-311-1/+1
* Syntax description replaces serializer enumeration and get desc methods.Dave Beckett2010-03-261-7/+19
* Rename raptor_iostream write bytes/string method to raptor_iostream_TYPE_writ...Dave Beckett2010-02-181-15/+15
* Give raptor_term_ntriples_write() and raptor_statement_ntriples_write() a ret...Dave Beckett2010-02-171-2/+9
* Rename write to iostream methods of class to follow raptor_CLASS_write() formDave Beckett2010-02-171-23/+23
* raptor_term values are now a union of uri / literal fields / blank stringDave Beckett2010-01-171-8/+8
* raptor_term and raptor_term get usages. statement is pointer to 3 termsDave Beckett2010-01-131-4/+4
* Added raptor_iostream_write_term_ntriples and raptor_iostream_write_statement...Dave Beckett2010-01-101-39/+32
* New raptor_uri implementation - reference counted uris with interning.Dave Beckett2010-01-101-2/+2
* Rename raptor_identifier_type enum and values to raptor_term_typeDave Beckett2010-01-061-6/+6
* Remove RAPTOR_IDENTIFIER_TYPE_XML_LITERALDave Beckett2010-01-061-6/+1
* raptor_identifier_type loses the RAPTOR_IDENTIFIER_TYPE_ORDINAL value.Dave Beckett2010-01-061-9/+0
* Removed RAPTOR_IDENTIFIER_TYPE_PREDICATEDave Beckett2010-01-061-1/+0
* Make a raptor_statement into a 3-tuple of raptor_term.Dave Beckett2010-01-061-8/+8
* Remove all raptor v1 APIs with v2 replacements.Dave Beckett2010-01-051-23/+0
* Code style - whitespace around assignment and comparison opsDave Beckett2010-01-051-1/+1
* Added API flag RAPTOR_V2_AVAILABLE.Lauri Aalto2008-10-061-0/+3
* Refactored raptor_serialize_ntriples internals to use v2 raptor_world APIs.Lauri Aalto2008-10-061-8/+32
* Further internals refactoring to use v2 raptor_uri functions.Lauri Aalto2008-09-191-6/+8
* Moved serializers sequence to raptor_world.Lauri Aalto2008-09-011-2/+3
* 2008Dave Beckett2008-06-141-2/+2
* (raptor_iostream_write_string_python): Added renamed from raptor_iostream_wri...Dave Beckett2008-01-171-60/+2
* (raptor_*_serializer_register_factory, raptor_*_parser_register_factory) Retu...Lauri Aalto2008-01-111-1/+3
* Changed raptor internal init functions to return error codes.Lauri Aalto2008-01-111-6/+6
* Use raptor_unichar instead of unsigned long for a Unicode codepointDave Beckett2007-08-261-1/+1
* Remove RCS ID. Copyright 2006Dave Beckett2006-01-081-5/+2
* N-Triples serializerDave Beckett2005-08-241-0/+321