Update ABI/API compatibility reports after commit e078172b1c

This commit is contained in:
OpenJPEG Travis CI 2016-09-07 22:31:50 +00:00
parent 434729afa4
commit 1a17a65017
5 changed files with 17 additions and 27 deletions

View File

@ -20,7 +20,19 @@
<br/>
<h1>Changelog from Git</h1><br/><br/>
<div class='changelog'>
<pre class='wrap'>commit acfb307df43a811cc56c035d0dc651dac8c9e7de
<pre class='wrap'>commit e078172b1c3f98d2219c37076b238fb759c751ea
Author: Matthieu Darbois &lt;mayeut@users.noreply.github.com&gt;
Date: 2016-09-08 00:24:15 +0200
Add sanity check for tile coordinates (#823)
Coordinates are casted from OPJ_UINT32 to OPJ_INT32
Add sanity check for negative values and upper bound becoming lower
than lower bound.
See also
https://pdfium.googlesource.com/pdfium/+/b6befb2ed2485a3805cddea86dc7574510178ea9
commit acfb307df43a811cc56c035d0dc651dac8c9e7de
Author: Matthieu Darbois &lt;mayeut@users.noreply.github.com&gt;
Date: 2016-09-07 00:00:21 +0200
@ -383,7 +395,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 &lt;julienmalik@users.noreply.github.com&gt;
Date: 2016-05-02 14:32:08 +0200
@ -391,33 +402,12 @@ Date: 2016-05-02 14:32:08 +0200
Ignore clang's summary warning
commit 04b8cbd27aae2372b19598a38ba15e860952cae2
Author: Julien Malik &lt;julien.malik@paraiso.me&gt;
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 &lt;julien.malik@paraiso.me&gt;
Date: 2016-05-02 12:13:24 +0200
Fix UBSan gcc warning for first arg to memset non null
commit b51d088267cb88eb95555ea047755120e36c511b
Author: Matthieu Darbois &lt;mayeut@users.noreply.github.com&gt;
Date: 2016-05-01 18:05:46 +0200
Update to libtiff-4.0.6 (#764)
...</pre></div>
</body>

View File

@ -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-07 00:00:21'
'current' => '2016-09-08 00:24:15'
},
'HeadersDiff' => {
'1.1' => {
@ -491,7 +491,7 @@ $VAR1 = {
'Maintainer' => 'OpenJPEG team',
'MaintainerUrl' => 'http://www.openjpeg.org/',
'PackageDiff' => {},
'ScmUpdateTime' => '1473199785',
'ScmUpdateTime' => '1473287482',
'Soname' => {
'1.1' => {
'lib/libopenjpeg.so' => 'libopenjpeg.so'

View File

@ -30,7 +30,7 @@
<th>Headers<br/>Diff</th>
</tr>
<tr id='current'><td>current</td>
<td>2016-09-07<br/>00:00</td>
<td>2016-09-08<br/>00:24</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 Tue Sep 6 22:10:15 2016.<br/>
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Sep 7 22:31:49 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>