This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Raptor RDF parser and serializer library".
The branch, master has been updated
via c9861d54348f3d4f58456b4dc2e7cdf8e6e9c680 (commit)
from 05ebdcc09dd58f6b6743a78f4227fd288a32fcb6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c9861d54348f3d4f58456b4dc2e7cdf8e6e9c680
Author: Dave Beckett <[email protected]>
Date: Tue Mar 9 22:29:50 2010 -0800
Update xml writer set/get option API to use generic code
raptor_xml_writer_s: Add raptor_object_options field and delete
flags, indent, xml_version, xml_declaration fields that are now
managed by it.
(raptor_new_xml_writer): Init options with
raptor_object_options_init. Set defaults that are not 0 or NULL.
(raptor_free_xml_writer): Use raptor_object_options_clear() to tidy
up option strings.
(raptor_xml_writer_set_option): Use
raptor_object_options_set_option().
(raptor_xml_writer_set_option_string): Deleted, merged into
above.
(raptor_xml_writer_get_option): Use
raptor_object_options_get_option().
(raptor_xml_writer_get_option_string): Deleted, merged into
above.
Update many references in xml_writer code to numeric and string
options to use RAPTOR_OPTIONS_GET/SET_STRING/NUMERIC macros.
Update callers of raptor_xml_writer_set_option() inside serializers
to pass in NULL string arg.
Update rapper utility to use new set_options style calls for parser
and serializer.
-----------------------------------------------------------------------
Summary of changes:
src/raptor.h | 8 +-
src/raptor_rdfxml.c | 3 +-
src/raptor_rss.c | 3 +-
src/raptor_serialize_rdfxml.c | 4 +-
src/raptor_serialize_rdfxmla.c | 10 +-
src/raptor_serialize_rss.c | 4 +-
src/raptor_xml_writer.c | 296 +++++++---------------------------------
utils/rapper.c | 25 ++--
8 files changed, 72 insertions(+), 281 deletions(-)
hooks/post-receive
--
Raptor RDF parser and serializer library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits