Update ABI/API compatibility reports after commit e5a561b5d8
This commit is contained in:
parent
857952ba9d
commit
ff52a2b874
|
@ -20,7 +20,29 @@
|
||||||
<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 4c8aba2add074c4a8101156037e9ca7051bc4baf
|
<pre class='wrap'>commit e5a561b5d86e6292832a7baefdcdf24e25821ae3
|
||||||
|
Merge: 4c8aba2 f92d30f
|
||||||
|
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||||
|
Date: 2017-09-21 17:39:24 +0200
|
||||||
|
|
||||||
|
Merge pull request #1024 from stweil/warnings
|
||||||
|
|
||||||
|
Add missing newline at end of file
|
||||||
|
|
||||||
|
commit f92d30f9e7340f50294cca438c1fb62fb4fb03dd
|
||||||
|
Author: Stefan Weil <sw@weilnetz.de>
|
||||||
|
Date: 2017-09-14 22:02:41 +0200
|
||||||
|
|
||||||
|
Add missing newline at end of file
|
||||||
|
|
||||||
|
This fixes warnings from the clang compiler:
|
||||||
|
|
||||||
|
/openjpeg/src/lib/openjp2/sparse_array.h:141:32: warning:
|
||||||
|
no newline at end of file [-Wnewline-eof]
|
||||||
|
|
||||||
|
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||||
|
|
||||||
|
commit 4c8aba2add074c4a8101156037e9ca7051bc4baf
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2017-09-21 14:37:01 +0200
|
Date: 2017-09-21 14:37:01 +0200
|
||||||
|
|
||||||
|
@ -378,15 +400,6 @@ Date: 2017-09-01 16:30:45 +0200
|
||||||
|
|
||||||
opj_j2k_decode_tiles(): apply whole single tile image decoding optimization to reading at reduced resolution as well
|
opj_j2k_decode_tiles(): apply whole single tile image decoding optimization to reading at reduced resolution as well
|
||||||
|
|
||||||
commit 98b93103613c90753fb6c57696f9403f8ea0b1d6
|
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
|
||||||
Date: 2017-09-01 16:30:44 +0200
|
|
||||||
|
|
||||||
Various changes to allow tile buffers of more than 4giga pixels
|
|
||||||
|
|
||||||
Untested though, since that means a tile buffer of at least 16 GB. So
|
|
||||||
there might be places where uint32 overflow on multiplication still occur...
|
|
||||||
|
|
||||||
commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28
|
commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2017-09-01 10:26:18 +0200
|
Date: 2017-09-01 10:26:18 +0200
|
||||||
|
@ -472,12 +485,6 @@ 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
|
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 <even.rouault@spatialys.com>
|
|
||||||
Date: 2017-08-21 23:06:53 +0200
|
|
||||||
|
|
||||||
test_tile_encoder: fix checks on argc
|
|
||||||
|
|
||||||
...</pre></div>
|
...</pre></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -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-09-21 14:37:01'
|
'current' => '2017-09-21 17:39:24'
|
||||||
},
|
},
|
||||||
'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' => '1505998295',
|
'ScmUpdateTime' => '1506009726',
|
||||||
'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>2017-09-21<br/>14:37</td>
|
<td>2017-09-21<br/>17:39</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 Thu Sep 21 12:51:58 2017.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Sep 21 16:02:30 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>
|
||||||
|
|
Loading…
Reference in New Issue