date | project | content | link |
|---|
| 16:37 Wednesday | redland | Commit by dajobe :: r 85825b8 /src/rdf_storage_virtuoso.c: ( link) (librdf_storage_virtuoso_get_contexts): Init iterator so it has a value even for error cases. | # |
| 07:27 Wednesday | redland-raptor | Commit by dajobe :: r 6f3fce2 /docs/raptor-1-to-2-map.tsv: ( link) code style | # |
| 07:27 Wednesday | redland-raptor | Commit by dajobe :: r 42ea8a4 /src/raptor.h: ( link) code style | # |
| 07:19 Wednesday | redland-raptor | Commit by dajobe :: r 252a74a /src/raptor.h: ( link) Merge branch 'master' of git.librdf.org:/repositories/raptor | # |
| 07:19 Wednesday | redland-raptor | Commit by dajobe :: r 5cd8098 /docs/tmpl/ (4 files): ( link) Update doc tmpls | # |
| 07:18 Wednesday | redland-raptor | Commit by dajobe :: r 074f935 /src/raptor.h: ( link) Remove raptor_world_set_www_flags prototype. | # |
| 07:16 Wednesday | redland-raptor | Commit by dajobe :: r 421081c /docs/raptor-1-to-2-map.tsv: ( link) Update raptor_xml_writer_set_feature/string new names | # |
| 06:55 Wednesday | redland-raptor | Commit by dajobe :: r 9227e5a /docs/raptor-1-to-2-map.tsv: ( link) #ws | # |
| 06:54 Wednesday | redland-raptor | Commit by dajobe :: r bb60335 /docs/raptor-1-to-2-map.tsv: ( link) Remove raptor_world_set_www_flags which was added in raptor2 | # |
| 06:53 Wednesday | redland-raptor | Commit by dajobe :: r 62d9294 / (4 files in 2 dirs): ( link) (raptor_world_set_flag): Replaces raptor_world_set_www_flags with world flag RAPTOR_WORLD_FLAG_WWW_SKIP_INIT_FINISH | # |
| 06:53 Wednesday | redland-raptor | Commit by dajobe :: r 3630f69 /docs/raptor-sections.txt: ( link) Remove get/set option_string forms | # |
| 06:53 Wednesday | redland-raptor | Commit by dajobe :: r 55e06b7 /docs/raptor-1-to-2-map.tsv: ( link) Update serializer and xml_writer get/set options to use just 1 function. | # |
| 06:53 Wednesday | redland-raptor | Commit by dajobe :: r efcccaa /src/ (4 files): ( link) Update sax2 set options (there is no get) to use generic code.
(raptor_new_sax2): Init options structure.
(raptor_free_sax2): Clear options structure.
(raptor_sax2_set_option): Alter signature to use new format. This
API is not yet public.
Update code and callers to use the option access macros. | # |
| 06:53 Wednesday | redland-raptor | Commit by dajobe :: r ad3bb20 /src/raptor_xml_writer.c: ( link) (raptor_new_xml_writer): Call raptor_object_options_init | # |
| 06:31 Wednesday | redland-raptor | Commit by dajobe :: r c9861d5 / (8 files in 2 dirs): ( link) 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. | # |
| 04:25 Wednesday | redland-raptor | Commit by dajobe :: r 05ebdcc /src/ (9 files): ( link) 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. | # |
| 03:17 Wednesday | redland-raptor | Commit by dajobe :: r c6fb5e5 /docs/raptor-1-to-2-map.tsv: ( link) Update API docs for
raptor_parser_set_option: args changed
raptor_parser_set_option_string: deleted, use above
raptor_parser_get_option: args changed
raptor_parser_get_option_string: deleted, use above | # |
| 03:17 Wednesday | redland-raptor | Commit by dajobe :: r c0e8823 /src/raptor_parse.c: ( link) autodocs | # |
| 03:17 Wednesday | redland-raptor | Commit by dajobe :: r 97dba04 /src/raptor_option.c: ( link) autodocs | # |
| 03:09 Wednesday | redland-raptor | Commit by dajobe :: r 99540a6 /src/ (3 files): ( link) Update parser set/get option API to use generic code
raptor_parser_s: loose cache_control and user_agent char* option
fields that are now managed by the raptor_object_options.
(raptor_free_parser): Use raptor_object_options_clear() to tidy up
option strings.
(raptor_parser_set_option): Use raptor_object_options_set_option().
(raptor_parser_set_option_string): Deleted, merged into above.
(raptor_parser_get_option): Use raptor_object_options_get_option().
(raptor_parser_get_option_string): Deleted, merged into above.
Update references to string options to use
RAPTOR_OPTIONS_GET/SET_STIRNG macros. | # |