Update ABI/API compatibility reports after commit cd900d9661
This commit is contained in:
parent
854eebe24e
commit
3c41952e9e
File diff suppressed because it is too large
Load Diff
|
@ -20,7 +20,13 @@
|
||||||
<br/>
|
<br/>
|
||||||
<h1>Changelog from Git</h1><br/><br/>
|
<h1>Changelog from Git</h1><br/><br/>
|
||||||
<div class='changelog'>
|
<div class='changelog'>
|
||||||
<pre class='wrap'>commit 0e6a5553cfef21b764d289585af2c6934a95456b
|
<pre class='wrap'>commit cd900d96618ab77e79812db654731dd6b5fc7bd8
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2018-10-18 11:45:45 +0200
|
||||||
|
|
||||||
|
opj_thread_pool_setup(): fix infinite waiting if a thread creation failed
|
||||||
|
|
||||||
|
commit 0e6a5553cfef21b764d289585af2c6934a95456b
|
||||||
Merge: 8fc09e5 ca16fe5
|
Merge: 8fc09e5 ca16fe5
|
||||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||||
Date: 2018-09-22 23:54:12 +0200
|
Date: 2018-09-22 23:54:12 +0200
|
||||||
|
@ -764,12 +770,6 @@ Date: 2017-09-19 18:25:55 +0200
|
||||||
|
|
||||||
Replace C++ style comments by C ones
|
Replace C++ style comments by C ones
|
||||||
|
|
||||||
commit d415723fd9f2ee415e506e94ee8be8127680fdcd
|
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
|
||||||
Date: 2017-09-19 18:22:07 +0200
|
|
||||||
|
|
||||||
Replace C++ style comments by C ones
|
|
||||||
|
|
||||||
commit e17bbde9066600528ab523adee69d9c9c33ba157
|
commit e17bbde9066600528ab523adee69d9c9c33ba157
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2017-09-19 17:48:07 +0200
|
Date: 2017-09-19 17:48:07 +0200
|
||||||
|
|
|
@ -633,7 +633,7 @@ $VAR1 = {
|
||||||
'2.1.2' => '2016-09-28 18:18',
|
'2.1.2' => '2016-09-28 18:18',
|
||||||
'2.2.0' => '2017-08-10 00:31',
|
'2.2.0' => '2017-08-10 00:31',
|
||||||
'2.3.0' => '2017-10-04 22:23',
|
'2.3.0' => '2017-10-04 22:23',
|
||||||
'current' => '2018-09-22 23:54:12'
|
'current' => '2018-10-18 11:45:45'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
||||||
'Maintainer' => 'OpenJPEG team',
|
'Maintainer' => 'OpenJPEG team',
|
||||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||||
'PackageDiff' => {},
|
'PackageDiff' => {},
|
||||||
'ScmUpdateTime' => '1537654210',
|
'ScmUpdateTime' => '1539858271',
|
||||||
'Soname' => {
|
'Soname' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -30,7 +30,7 @@
|
||||||
<th>Headers<br/>Diff</th>
|
<th>Headers<br/>Diff</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id='current'><td>current</td>
|
<tr id='current'><td>current</td>
|
||||||
<td>2018-09-22<br/>23:54</td>
|
<td>2018-10-18<br/>11:45</td>
|
||||||
<td>7</td>
|
<td>7</td>
|
||||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||||
<td class='ok'><a href='../../objects_report/openjpeg/2.3.0/current/report.html'>100%</a></td>
|
<td class='ok'><a href='../../objects_report/openjpeg/2.3.0/current/report.html'>100%</a></td>
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Sep 22 22:10:34 2018.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Oct 18 10:24:54 2018.<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>
|
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>
|
||||||
|
|
Loading…
Reference in New Issue