Update ABI/API compatibility reports after commit 5c56933daf

This commit is contained in:
OpenJPEG Travis CI 2017-06-17 23:03:53 +00:00
parent b4d1a9fbf8
commit e9bbb2458f
3 changed files with 24 additions and 22 deletions

View File

@ -20,7 +20,27 @@
<br/> <br/>
<h1>Changelog from Git</h1><br/><br/> <h1>Changelog from Git</h1><br/><br/>
<div class='changelog'> <div class='changelog'>
<pre class='wrap'>commit 32b20b93e04d38303f736e975eb5f483fda01ca5 <pre class='wrap'>commit 5c56933daf1da88aa6f2a8c8dc5fcc7b1d76cb00
Merge: 32b20b9 8df2521
Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
Date: 2017-06-18 00:49:20 +0200
Merge pull request #955 from rouault/remove_opj_nosanitize
Remove OPJ_NOSANITIZE in opj_bio_read() and opj_bio_write() (#761)
commit 8df2521a6015af7f69a378811986ddb0b3bfbd3a
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2017-06-17 19:15:00 +0200
Remove OPJ_NOSANITIZE in opj_bio_read() and opj_bio_write() (#761)
Commit 29313eb5 introduced those flags to avoid issues with
-fsanitize=unsigned-integer-overflow
However it is better just to rewrite the loop to avoid such condition
to occur.
commit 32b20b93e04d38303f736e975eb5f483fda01ca5
Author: Even Rouault &lt;even.rouault@spatialys.com&gt; Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2017-06-17 16:37:56 +0200 Date: 2017-06-17 16:37:56 +0200
@ -796,24 +816,6 @@ Date: 2016-09-06 01:31:15 +0200
In case multiple ihdr box are present, only the first one shall be In case multiple ihdr box are present, only the first one shall be
taken into account. taken into account.
commit ccd9ced49ea66f31b1d3d9dd07f4438fa94db328
Author: Matthieu Darbois &lt;mayeut@users.noreply.github.com&gt;
Date: 2016-09-06 00:50:44 +0200
Add overflow check in opj_j2k_update_image_data (#817)
commit 9f24b078c7193e886f6cfb329d3469eb1facf68d
Author: Matthieu Darbois &lt;mayeut@users.noreply.github.com&gt;
Date: 2016-09-06 00:49:53 +0200
Change 'restrict' define to 'OPJ_RESTRICT' (#816)
Visual Studio 2015 does not pass regression tests with `__restrict` so kept disabled for MSVC.
Need to check proper usage of OPJ_RESTRICT (if correct then theres
probably a bug in vc14)
Closes #661
...</pre></div> ...</pre></div>
</body> </body>

View File

@ -473,7 +473,7 @@ $VAR1 = {
'2.1' => '2014-04-29 12:58', '2.1' => '2014-04-29 12:58',
'2.1.1' => '2016-07-05 14:54', '2.1.1' => '2016-07-05 14:54',
'2.1.2' => '2016-09-28 18:18', '2.1.2' => '2016-09-28 18:18',
'current' => '2017-06-17 16:37:56' 'current' => '2017-06-18 00:49:20'
}, },
'HeadersDiff' => { 'HeadersDiff' => {
'1.1' => { '1.1' => {

View File

@ -30,7 +30,7 @@
<th>Headers<br/>Diff</th> <th>Headers<br/>Diff</th>
</tr> </tr>
<tr id='current'><td>current</td> <tr id='current'><td>current</td>
<td>2017-06-17<br/>16:37</td> <td>2017-06-18<br/>00:49</td>
<td>N/A</td> <td>N/A</td>
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td> <td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
<td>N/A</td> <td>N/A</td>
@ -152,7 +152,7 @@
<td>N/A</td> <td>N/A</td>
<td>N/A</td> <td>N/A</td>
</tr> </tr>
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Jun 17 14:52:41 2017.<br/> </table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Jun 17 23:03:52 2017.<br/>
<br/> <br/>
<hr/> <hr/>
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div> <div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>