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 05ebdcc09dd58f6b6743a78f4227fd288a32fcb6 (commit)
from c6fb5e5a36da98482b3d783b619ac61cf3f0900f (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 05ebdcc09dd58f6b6743a78f4227fd288a32fcb6
Author: Dave Beckett <[email protected]>
Date: Tue Mar 9 20:22:27 2010 -0800
Update serializer set/get option API to use generic code
raptor_serializer_s: Add raptor_object_options field
and delete multiple option_* fields that are now managed by it.
(raptor_new_serializer): Init options with
raptor_object_options_init. Set defaults that are not 0 or NULL.
(raptor_free_serializer): Use raptor_object_options_clear() to tidy
up option strings.
(raptor_serializer_set_option): Use
raptor_object_options_set_option().
(raptor_serializer_set_option_string): Deleted, merged into above.
(raptor_serializer_get_option): Use
raptor_object_options_get_option().
(raptor_serializer_get_option_string): Deleted, merged into above.
Update many references in serializers to numeric and string options
to use RAPTOR_OPTIONS_GET/SET_STRING/NUMERIC macros. Some code
tidying to break long lines.
-----------------------------------------------------------------------
Summary of changes:
src/raptor.h | 8 +-
src/raptor_internal.h | 58 +-----
src/raptor_serialize.c | 486 +++-------------------------------------
src/raptor_serialize_dot.c | 39 +++-
src/raptor_serialize_json.c | 25 ++-
src/raptor_serialize_rdfxml.c | 22 +-
src/raptor_serialize_rdfxmla.c | 26 ++-
src/raptor_serialize_rss.c | 34 ++--
src/raptor_serialize_turtle.c | 10 +-
9 files changed, 133 insertions(+), 575 deletions(-)
hooks/post-receive
--
Raptor RDF parser and serializer library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits