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 12247907fb968fb500761dff841b4d95edc09c3f (commit)
from 896ac9ba4285da085bf21c2c060bc1dde65827ac (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 12247907fb968fb500761dff841b4d95edc09c3f
Author: Dave Beckett <[email protected]>
Date: Thu Mar 25 23:47:07 2010 -0700
Alter parser registration to be more static and declarative.
raptor_parser_factory: field name turns into C array of names.
field mime_types turns into a C array of #raptor_type_q
(raptor_free_parser_factory): Do not free data fields that are now
static and shared.
(raptor_world_register_parser_factory): Reduce args to just world
plus factory handler.
(raptor_parser_factory_add_alias,
raptor_parser_factory_add_mime_type): Deleted
(raptor_world_get_parser_factory, raptor_world_enumerate_parsers,
raptor_parser_get_mime_type, raptor_world_guess_parser_name,
raptor_parser_get_accept_header_all): Update to handle mime_types as
array of #raptor_type_q
Alter all parser registrations to pass in static data for names,
mime_types, label and uri_string in factory registration function
handler.
-----------------------------------------------------------------------
Summary of changes:
src/ntriples_parse.c | 22 ++--
src/raptor_grddl.c | 20 ++-
src/raptor_guess.c | 12 ++-
src/raptor_internal.h | 19 +--
src/raptor_librdfa.c | 13 ++-
src/raptor_parse.c | 318 ++++++++++++++-----------------------------------
src/raptor_rdfxml.c | 25 +++--
src/raptor_rss.c | 27 +++--
src/turtle_parser.y | 55 +++++----
9 files changed, 205 insertions(+), 306 deletions(-)
hooks/post-receive
--
Raptor RDF parser and serializer library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits