Update ABI/API compatibility reports after commit 8df07d5866
This commit is contained in:
parent
7869f62a1f
commit
47b1ef07a3
|
@ -20,7 +20,31 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit ce8edf9bffb8caae5480b862a04b66e0e355394b
|
||||
<pre class='wrap'>commit 8df07d5866c9e3517bf04a7abee4a07a04735df4
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-19 18:35:52 +0200
|
||||
|
||||
Avoid relying on operator precedence (raised by cppcheck)
|
||||
|
||||
commit c22ea12219c711031ef9b5823f2d9eb1081261e9
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-19 18:35:31 +0200
|
||||
|
||||
Workaroudn cppcheck (correct) warning about same code in then and else branches
|
||||
|
||||
commit c84e594cffb181b96f522becf1ba0302e2cc6da7
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-19 18:35:07 +0200
|
||||
|
||||
Fix badly named variable in function prototype (raised by cppcheck)
|
||||
|
||||
commit 82ab7effe3e65b989ee8e97719ceca71908b16ed
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-19 18:34:49 +0200
|
||||
|
||||
Remove redundant test (raised by cppcheck)
|
||||
|
||||
commit ce8edf9bffb8caae5480b862a04b66e0e355394b
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-19 18:25:55 +0200
|
||||
|
||||
|
|
|
@ -560,7 +560,7 @@ $VAR1 = {
|
|||
'2.1.1' => '2016-07-05 14:54',
|
||||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'current' => '2017-09-19 18:25:55'
|
||||
'current' => '2017-09-19 18:35:52'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1505848083',
|
||||
'ScmUpdateTime' => '1505853280',
|
||||
'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-09-19<br/>18:25</td>
|
||||
<td>2017-09-19<br/>18:35</td>
|
||||
<td>7</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>
|
||||
|
@ -161,7 +161,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 Tue Sep 19 19:08:28 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue Sep 19 20:35:04 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