Update ABI/API compatibility reports after commit bc71bd1219

This commit is contained in:
OpenJPEG Travis CI 2017-08-23 17:12:48 +00:00
parent 8994ecabe0
commit e9c474b879
6 changed files with 199 additions and 211 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 8180eeace13ffceef5dd7c3f80be156e36181846 <pre class='wrap'>commit bc71bd1219269057ea18e6acbc77a96ec37aba82
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2017-08-23 18:58:32 +0200
opj_dwt_decode_partial_97(): perf improvement: limit copy of coefficients at end of horizontal pass to actual range of interest
commit 8180eeace13ffceef5dd7c3f80be156e36181846
Author: Even Rouault &lt;even.rouault@spatialys.com&gt; Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2017-08-21 23:06:53 +0200 Date: 2017-08-21 23:06:53 +0200
@ -486,12 +492,6 @@ Date: 2017-07-06 16:11:11 +0200
n0: 39822000 0x40374E: main (opj_decompress.c:1459) n0: 39822000 0x40374E: main (opj_decompress.c:1459)
n0: 15904584 in 52 places, all below massif's threshold (1.00%) n0: 15904584 in 52 places, all below massif's threshold (1.00%)
commit 373520db309430b68dd9ff09cba03a25f711a88e
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2017-07-06 13:23:29 +0200
Add documentation for magic values in the code
commit bc3cb7410023e9d0c7ff9972a0bc8cf1fe9b32a4 commit bc3cb7410023e9d0c7ff9972a0bc8cf1fe9b32a4
Author: szukw000 &lt;szukw000@arcor.de&gt; Author: szukw000 &lt;szukw000@arcor.de&gt;
Date: 2017-08-07 16:44:28 +0200 Date: 2017-08-07 16:44:28 +0200
@ -516,24 +516,12 @@ Date: 2017-08-02 17:07:29 +0200
Update abi-check to take into account new defaults for "add" git command Update abi-check to take into account new defaults for "add" git command
commit eb90d8ec935eba934bfd260cc80c8ef445dff4fd
Author: Antonin Descampe &lt;antonin@gmail.com&gt;
Date: 2017-08-02 16:50:11 +0200
WIP: fix abi-check and automatic upload
commit 00f45684a8339e69ed55df2397f3c19d09fecaed commit 00f45684a8339e69ed55df2397f3c19d09fecaed
Author: szukw000 &lt;szukw000@arcor.de&gt; Author: szukw000 &lt;szukw000@arcor.de&gt;
Date: 2017-07-31 13:58:08 +0200 Date: 2017-07-31 13:58:08 +0200
Catch images broken by AFL Catch images broken by AFL
commit 13cde9fa37249628af6b6f10601b733f87a025f4
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2017-07-30 19:46:52 +0200
src/lib/openjp2/*.h: use OPJ_ prefix for inclusion guards instead of reserved __ (#587)
...</pre></div> ...</pre></div>
</body> </body>

View File

@ -560,7 +560,7 @@ $VAR1 = {
'2.1.1' => '2016-07-05 14:54', '2.1.1' => '2016-07-05 14:54',
'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',
'current' => '2017-08-21 23:06:53' 'current' => '2017-08-23 18:58:32'
}, },
'HeadersDiff' => { 'HeadersDiff' => {
'1.1' => { '1.1' => {
@ -648,7 +648,7 @@ $VAR1 = {
'Maintainer' => 'OpenJPEG team', 'Maintainer' => 'OpenJPEG team',
'MaintainerUrl' => 'http://www.openjpeg.org/', 'MaintainerUrl' => 'http://www.openjpeg.org/',
'PackageDiff' => {}, 'PackageDiff' => {},
'ScmUpdateTime' => '1503350449', 'ScmUpdateTime' => '1503508343',
'Soname' => { 'Soname' => {
'1.1' => { '1.1' => {
'lib/libopenjpeg.so' => 'libopenjpeg.so' 'lib/libopenjpeg.so' => 'libopenjpeg.so'

View File

@ -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>2017-08-21<br/>23:06</td> <td>2017-08-23<br/>18:58</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.2.0/current/report.html'>100%</a></td> <td class='ok'><a href='../../objects_report/openjpeg/2.2.0/current/report.html'>100%</a></td>
@ -161,7 +161,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 Mon Aug 21 21:21:13 2017.<br/> </table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Aug 23 17:12:47 2017.<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>