Binary compatibility report for the Raptor library between 1.3.3 and 1.4.0 versions on x86
Test Info
Library Name | Raptor |
Version #1 | 1.3.3 |
Version #2 | 1.4.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 146 / 117 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 36 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (36)
raptor.h,
libraptor.so.1.1.0
raptor_free_iostream ( raptor_iostream* iostr )
raptor_free_serializer ( raptor_serializer* rdf_serializer )
raptor_iostream_format_hexadecimal ( raptor_iostream* iostr, unsigned int integer, int width )
raptor_iostream_get_bytes_written_count ( raptor_iostream* iostr )
raptor_iostream_write_byte ( raptor_iostream* iostr, int const byte )
raptor_iostream_write_bytes ( raptor_iostream* iostr, void const* ptr, size_t size, size_t nmemb )
raptor_iostream_write_counted_string ( raptor_iostream* iostr, void const* string, size_t len )
raptor_iostream_write_decimal ( raptor_iostream* iostr, int integer )
raptor_iostream_write_end ( raptor_iostream* iostr )
raptor_iostream_write_string ( raptor_iostream* iostr, void const* string )
raptor_new_iostream_from_handler ( void* context, struct raptor_iostream_handler* handler )
raptor_new_iostream_to_file_handle ( FILE* handle )
raptor_new_iostream_to_filename ( char const* filename )
raptor_new_iostream_to_sink ( )
raptor_new_iostream_to_string ( void** string_p, size_t* length_p, void*(*malloc_handler)(size_t) )
raptor_new_serializer ( char const* name )
raptor_owl_namespace_uri [data]
raptor_rdf_namespace_uri [data]
raptor_rdf_namespace_uri_len [data]
raptor_rdf_schema_namespace_uri [data]
raptor_serialize_end ( raptor_serializer* rdf_serializer )
raptor_serialize_start ( raptor_serializer* rdf_serializer, raptor_uri* uri, raptor_iostream* iostream )
raptor_serialize_start_to_file_handle ( raptor_serializer* rdf_serializer, raptor_uri* uri, FILE* fh )
raptor_serialize_start_to_filename ( raptor_serializer* rdf_serializer, char const* filename )
raptor_serialize_start_to_string ( raptor_serializer* rdf_serializer, raptor_uri* uri, void** string_p, size_t* length_p )
raptor_serialize_statement ( raptor_serializer* rdf_serializer, struct raptor_statement const* statement )
raptor_serializer_get_iostream ( raptor_serializer* serializer )
raptor_serializer_get_locator ( raptor_serializer* rdf_serializer )
raptor_serializer_set_error_handler ( raptor_serializer* serializer, void* user_data, raptor_message_handler handler )
raptor_serializer_set_warning_handler ( raptor_serializer* serializer, void* user_data, raptor_message_handler handler )
raptor_serializer_syntax_name_check ( char const* name )
raptor_serializers_enumerate ( unsigned int const counter, char const** name, char const** label, char const** mime_type, unsigned char const** uri_string )
raptor_stringbuffer_copy_to_string ( raptor_stringbuffer* stringbuffer, unsigned char* string, size_t length )
raptor_www_fetch_to_string ( raptor_www* www, raptor_uri* uri, void** string_p, size_t* length_p, void*(*malloc_handler)(size_t) )
raptor_xml_namespace_uri [data]
raptor_xmlschema_datatypes_namespace_uri [data]
to the top
Header Files (1)
raptor.h
to the top
Shared Libraries (1)
libraptor.so.1.1.0
to the top