Update ABI/API compatibility reports after commit 53d265576a
This commit is contained in:
parent
3754b5f6ba
commit
f4764188d8
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit be6ea90e13fe81a922d831b589c54554282e5545
|
||||
<pre class='wrap'>commit 53d265576ae0cea480f22f3b08f1c05c8af40d4d
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-10-14 22:42:12 +0200
|
||||
|
||||
CMakeLists.txt: turn BUILD_PKGCONFIG_FILES ON by default on Windows if compiler is GCC
|
||||
|
||||
commit be6ea90e13fe81a922d831b589c54554282e5545
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-10-12 01:16:23 +0200
|
||||
|
||||
|
@ -524,15 +530,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
|
||||
|
||||
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
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 10:26:18 +0200
|
||||
|
@ -618,12 +615,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
|
||||
|
||||
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>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -633,7 +633,7 @@ $VAR1 = {
|
|||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'2.3.0' => '2017-10-04 22:23',
|
||||
'current' => '2017-10-12 01:16:23'
|
||||
'current' => '2017-10-14 22:42:12'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1507765385',
|
||||
'ScmUpdateTime' => '1508014523',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-10-12<br/>01:16</td>
|
||||
<td>2017-10-14<br/>22:42</td>
|
||||
<td>7</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>
|
||||
|
@ -170,7 +170,7 @@
|
|||
<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 Wed Oct 11 23:43:31 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Oct 14 20:55:49 2017.<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>
|
||||
|
|
Loading…
Reference in New Issue