Update ABI/API compatibility reports after commit ef01f18dfc

This commit is contained in:
OpenJPEG Travis CI 2016-09-08 05:42:03 +00:00
parent 1a17a65017
commit 358fcca41e
5 changed files with 13 additions and 20 deletions

View File

@ -20,7 +20,15 @@
<br/>
<h1>Changelog from Git</h1><br/><br/>
<div class='changelog'>
<pre class='wrap'>commit e078172b1c3f98d2219c37076b238fb759c751ea
<pre class='wrap'>commit ef01f18dfc6780b776d0674ed3e7415c6ef54d24
Author: Matthieu Darbois &lt;mayeut@users.noreply.github.com&gt;
Date: 2016-09-08 07:34:46 +0200
Cast to size_t before multiplication
Need to cast to size_t before multiplication otherwise overflow check is useless.
commit e078172b1c3f98d2219c37076b238fb759c751ea
Author: Matthieu Darbois &lt;mayeut@users.noreply.github.com&gt;
Date: 2016-09-08 00:24:15 +0200
@ -386,7 +394,6 @@ Date: 2016-05-02 16:03:16 +0200
- useless space at end of lines
commit ba0cf122f6820d38a7a5acc65b9d64392dd94e83
Merge: da56086 e1e018a
Author: julienmalik &lt;julienmalik@users.noreply.github.com&gt;
Date: 2016-05-02 14:34:32 +0200
@ -394,20 +401,6 @@ Date: 2016-05-02 14:34:32 +0200
Fix UBSan gcc warning for first arg to memset non null
commit da56086e012117edb278408e6062d1b890b53576
Author: julienmalik &lt;julienmalik@users.noreply.github.com&gt;
Date: 2016-05-02 14:32:08 +0200
Merge pull request #768 from julienmalik/filter_clang_warnings
Ignore clang's summary warning
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
...</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-08 00:24:15'
'current' => '2016-09-08 07:34:46'
},
'HeadersDiff' => {
'1.1' => {
@ -491,7 +491,7 @@ $VAR1 = {
'Maintainer' => 'OpenJPEG team',
'MaintainerUrl' => 'http://www.openjpeg.org/',
'PackageDiff' => {},
'ScmUpdateTime' => '1473287482',
'ScmUpdateTime' => '1473313285',
'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-08<br/>00:24</td>
<td>2016-09-08<br/>07:34</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 7 22:31:49 2016.<br/>
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Sep 8 05:42:02 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>