Update ABI/API compatibility reports after commit 1be0128fabd66139b3cbfa79cce4c1c28e3...
authorOpenJPEG Travis CI <info@openjpeg.org>
Mon, 26 Sep 2016 09:51:37 +0000 (09:51 +0000)
committerOpenJPEG Travis CI <info@openjpeg.org>
Mon, 26 Sep 2016 09:51:37 +0000 (09:51 +0000)
abi-check/installed/openjpeg/2.1.1/lib/libopenjp2.so.2.1.1
abi-check/installed/openjpeg/current/include/openjpeg-2.1/openjpeg.h
abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.1.1
abi-check/installed/openjpeg/current/lib/openjpeg-2.1/OpenJPEGTargets-debug.cmake
abi-check/openjpeg.json
abi-check/timeline/openjpeg/index.html

index 9c9f080e65d92242c0cb6b6cc413bcd05a5e9b6c..12de328194226b8504641cce0853b1ffa8ccf2f5 100644 (file)
Binary files a/abi-check/installed/openjpeg/2.1.1/lib/libopenjp2.so.2.1.1 and b/abi-check/installed/openjpeg/2.1.1/lib/libopenjp2.so.2.1.1 differ
index 7912c236a66380eedf0664988cd9723e418c6e6f..c07e9c84b347b51ade0db0e880a0d9bed4b2b63e 100644 (file)
@@ -1262,25 +1262,6 @@ OPJ_API void OPJ_CALLCONV opj_set_default_decoder_parameters(opj_dparameters_t *
 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_setup_decoder(opj_codec_t *p_codec,
                                                                                                opj_dparameters_t *parameters );
 
-/**
- * Allocates worker threads for the compressor/decompressor.
- *
- * By default, only the main thread is used. If this function is not used,
- * but the OPJ_NUM_THREADS environment variable is set, its value will be
- * used to initialize the number of threads. The value can be either an integer
- * number, or "ALL_CPUS". If OPJ_NUM_THREADS is set and this function is called,
- * this function will override the behaviour of the environment variable.
- *
- * Note: currently only has effect on the decompressor.
- *
- * @param p_codec       decompressor handler
- * @param num_threads   number of threads.
- *
- * @return OPJ_TRUE     if the decoder is correctly set
- */
-OPJ_API OPJ_BOOL OPJ_CALLCONV opj_codec_set_threads(opj_codec_t *p_codec,
-                                                    int num_threads);
-
 /**
  * Decodes an image header.
  *
@@ -1573,19 +1554,6 @@ OPJ_API OPJ_BOOL OPJ_CALLCONV opj_set_MCT( opj_cparameters_t *parameters,
                                                   OPJ_INT32 * p_dc_shift,
                                                   OPJ_UINT32 pNbComp);
 
-/*
-==========================================================
-   Thread functions
-==========================================================
-*/
-
-/** Returns if the library is built with thread support.
- * OPJ_TRUE if mutex, condition, thread, thread pool are available.
- */
-OPJ_API OPJ_BOOL OPJ_CALLCONV opj_has_thread_support(void);
-
-/** Return the number of virtual CPUs */
-OPJ_API int OPJ_CALLCONV opj_get_num_cpus(void);
 
 
 #ifdef __cplusplus
index 6ac3a200a496815c459d2e41ab64799e49ed041d..b281043f16a6acf52c24b873bc3d5a15f6c84e6a 100644 (file)
Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.1.1 and b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.1.1 differ
index d5baa006a914ab27e4c211800e2e692730dffb28..b98a3b765af553b5c2b04be94e98174a0353dcd4 100644 (file)
@@ -13,7 +13,7 @@ GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
 # Import target "openjp2" for configuration "Debug"
 SET_PROPERTY(TARGET openjp2 APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
 SET_TARGET_PROPERTIES(openjp2 PROPERTIES
-  IMPORTED_LINK_INTERFACE_LIBRARIES_DEBUG "m;-lpthread"
+  IMPORTED_LINK_INTERFACE_LIBRARIES_DEBUG "m"
   IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libopenjp2.so.2.1.1"
   IMPORTED_SONAME_DEBUG "libopenjp2.so.7"
   )
index 71800a4c7d3536dd553f82e8b48b82491299b9d9..27d7c7fcdc708cdd731a5cbd379bf148a6982919 100644 (file)
     "HeadersDiff":    "On",
     "PkgDiff":        "Off",
     "ABIView":        "Off",
-    "ABIDiff":        "Off"
+    "ABIDiff":        "Off",
+    "PublicSymbols":  "public_symbols/openjpeg/1.4/list",
+    "PublicTypes":    "public_types/openjpeg/1.4/list"
   },
   {
     "Number":         "1.2",
     "HeadersDiff":    "On",
     "PkgDiff":        "Off",
     "ABIView":        "Off",
-    "ABIDiff":        "Off"
+    "ABIDiff":        "Off",
+    "PublicSymbols":  "public_symbols/openjpeg/1.2/list",
+    "PublicTypes":    "public_types/openjpeg/1.2/list"
   },
   {
     "Number":         "1.1",
index 766cbbbf118d0924b0b195de931f5a4bdd3290ec..3032000fcae05d5aef9dfdf57e6a9f1d3008f2e8 100644 (file)
 <td>N/A</td>
 <td>N/A</td>
 </tr>
-</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Sep 26 09:40:00 2016.<br/>
+</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Sep 26 09:51:36 2016.<br/>
 <br/>
 <hr/>
 <div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>