Update ABI/API compatibility reports after commit fac916f72a
This commit is contained in:
parent
93321bbd90
commit
bd1ee03d1c
|
@ -20,7 +20,19 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 8715ce2749d1e5a1e9c77646e9a2ddf0ec82bac9
|
||||
<pre class='wrap'>commit fac916f72a162483a4d6d804fd070fdf32f402ed
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-09-22 00:30:34 +0200
|
||||
|
||||
Fix PNM file reading (#847)
|
||||
|
||||
Malformed PNM file could cause a crash in opj_compress.
|
||||
Checks were added to prevent this.
|
||||
|
||||
Fixes #843
|
||||
Updates #440
|
||||
|
||||
commit 8715ce2749d1e5a1e9c77646e9a2ddf0ec82bac9
|
||||
Author: Stefan Weil <sw@weilnetz.de>
|
||||
Date: 2016-09-21 21:15:25 +0200
|
||||
|
||||
|
@ -784,7 +796,6 @@ Date: 2016-05-02 14:34:32 +0200
|
|||
Fix UBSan gcc warning for first arg to memset non null
|
||||
|
||||
commit da56086e012117edb278408e6062d1b890b53576
|
||||
Merge: b51d088 04b8cbd
|
||||
Author: julienmalik <julienmalik@users.noreply.github.com>
|
||||
Date: 2016-05-02 14:32:08 +0200
|
||||
|
||||
|
@ -792,33 +803,12 @@ Date: 2016-05-02 14:32:08 +0200
|
|||
|
||||
Ignore clang's summary warning
|
||||
|
||||
commit 04b8cbd27aae2372b19598a38ba15e860952cae2
|
||||
Author: Julien Malik <julien.malik@paraiso.me>
|
||||
Date: 2016-05-02 12:55:43 +0200
|
||||
|
||||
Ignore clang's summary warning
|
||||
|
||||
This assumes prior text has matched some other warning expression.
|
||||
|
||||
This reduces the warnings reported for clang build on the dashboard,
|
||||
which were caused only by the "XXX warnings generated." message.
|
||||
For some reason they were not reported when not using ctest launchers.
|
||||
|
||||
This commit allows to confidently use ctest launchers to improve
|
||||
dashboard reports.
|
||||
|
||||
commit e1e018a8dc8c96f45486768356b7fb370ae0527c
|
||||
Author: Julien Malik <julien.malik@paraiso.me>
|
||||
Date: 2016-05-02 12:13:24 +0200
|
||||
|
||||
Fix UBSan gcc warning for first arg to memset non null
|
||||
|
||||
commit b51d088267cb88eb95555ea047755120e36c511b
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-05-01 18:05:46 +0200
|
||||
|
||||
Update to libtiff-4.0.6 (#764)
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -423,7 +423,7 @@ $VAR1 = {
|
|||
'2.0.1' => '2014-04-22 07:53',
|
||||
'2.1' => '2014-04-29 12:58',
|
||||
'2.1.1' => '2016-07-05 14:54',
|
||||
'current' => '2016-09-21 21:15:25'
|
||||
'current' => '2016-09-22 00:30:34'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -491,7 +491,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1474485820',
|
||||
'ScmUpdateTime' => '1474497764',
|
||||
'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>2016-09-21<br/>21:15</td>
|
||||
<td>2016-09-22<br/>00:30</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.1.1/current/report.html'>100%</a></td>
|
||||
|
@ -143,7 +143,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 Sep 21 19:24:10 2016.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Sep 21 22:43:12 2016.<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