Update ABI/API compatibility reports after commit 898ca6f522
This commit is contained in:
parent
1997f8fa18
commit
123ddb9843
|
@ -20,7 +20,15 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 86698be6e9ca3375a42e7cc00c743bd1bf9b203d
|
||||
<pre class='wrap'>commit 898ca6f52247cf869b66048b21871f236fd5f900
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-06-21 22:09:08 +0200
|
||||
|
||||
Remove clang-3.9 build
|
||||
|
||||
c.f. travis-ci/travis-ci#6120
|
||||
|
||||
commit 86698be6e9ca3375a42e7cc00c743bd1bf9b203d
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-06-21 17:41:29 +0200
|
||||
|
||||
|
@ -775,30 +783,6 @@ Date: 2015-11-01 16:56:50 +0100
|
|||
|
||||
Fix compiler warnings
|
||||
|
||||
commit 7dfcbf9d7b2cb21b753752c06c504b0620191c2a
|
||||
Author: Stefan Weil <sw@weilnetz.de>
|
||||
Date: 2015-10-29 09:35:54 +0100
|
||||
|
||||
convert: Fix compiler warnings
|
||||
|
||||
Fix this and other similar compiler warnings:
|
||||
|
||||
src/bin/jp2/convert.c: In function ‘tga_readheader’:
|
||||
src/bin/jp2/convert.c:595:5: warning:
|
||||
dereferencing type-punned pointer will break strict-aliasing rules
|
||||
[-Wstrict-aliasing]
|
||||
cmap_len = get_ushort(*(unsigned short*)(&tga[5]));
|
||||
|
||||
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||
|
||||
commit 4ac509182a00de635e814372ba813851062bedb3
|
||||
Author: Stefan Weil <sw@weilnetz.de>
|
||||
Date: 2015-10-29 09:12:03 +0100
|
||||
|
||||
convert: Remove unneeded type casts
|
||||
|
||||
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||
|
||||
commit e975ca2832ecb012c1bd768c5d971eeb6032cbc4
|
||||
Merge: 80be580 b06bed7
|
||||
Author: mayeut <mayeut@users.noreply.github.com>
|
||||
|
@ -848,6 +832,15 @@ Date: 2015-10-20 13:02:51 +0200
|
|||
Used for platforms where none of posix_memalign(), memalign() and
|
||||
_aligned_malloc() is available.
|
||||
|
||||
commit 0967d6485414e7038d51f11e4e57f7a4bf5b4572
|
||||
Author: Stephan Mühlstrasser <stm@pdflib.com>
|
||||
Date: 2015-10-20 13:02:51 +0200
|
||||
|
||||
Generic aligned malloc implementation.
|
||||
|
||||
Used for platforms where none of posix_memalign(), memalign() and
|
||||
_aligned_malloc() is available.
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -383,7 +383,7 @@ $VAR1 = {
|
|||
'2.0' => '2014-03-28 08:13',
|
||||
'2.0.1' => '2014-04-22 07:53',
|
||||
'2.1' => '2014-04-29 12:58',
|
||||
'current' => '2016-06-21 17:41:29'
|
||||
'current' => '2016-06-21 22:09:08'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -445,7 +445,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1466524184',
|
||||
'ScmUpdateTime' => '1466540252',
|
||||
'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-06-21<br/>17:41</td>
|
||||
<td>2016-06-21<br/>22:09</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/current/report.html'>100%</a></td>
|
||||
|
@ -134,7 +134,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 Jun 21 15:50:13 2016.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue Jun 21 20:17:56 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