Update ABI/API compatibility reports after commit 47b43dbc2b
This commit is contained in:
parent
30fadd07f3
commit
1a234459b0
|
@ -20,7 +20,22 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit d45ccb048bb2166c5d975f4e1b8acaf8ba3d198d
|
||||
<pre class='wrap'>commit 47b43dbc2bb5a1e6d61bde91e57ccf7191b07616
|
||||
Merge: d45ccb0 8ed5886
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-09-28 11:24:59 +0200
|
||||
|
||||
Merge pull request #1028 from quangnh89/master
|
||||
|
||||
update instructions to build with Visual Studio and 64-Bit Visual C++ Toolset.
|
||||
|
||||
commit 8ed588608f13af16f63e38267c1d51b124d6d8ad
|
||||
Author: Quang Nguyen <quangnh89@gmail.com>
|
||||
Date: 2017-09-28 10:00:09 +0700
|
||||
|
||||
update instructions to build with Visual Studio and 64-Bit Visual C++ Toolset.
|
||||
|
||||
commit d45ccb048bb2166c5d975f4e1b8acaf8ba3d198d
|
||||
Merge: 3f0de88 e17bbde
|
||||
Author: Antonin Descampe <antonin@descampe.net>
|
||||
Date: 2017-09-26 18:30:20 -0300
|
||||
|
@ -689,18 +704,6 @@ Date: 2017-08-17 16:07:19 +0200
|
|||
|
||||
Zero-initialize tile buffer regions of skipped code-blocks, so as to make Valgrind happy
|
||||
|
||||
commit fe338a057c39797bf61939471ebaef09e44464c7
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-14 13:23:57 +0200
|
||||
|
||||
Sub-tile decoding: only decode precincts and codeblocks that intersect the window specified in opj_set_decode_area()
|
||||
|
||||
commit 17ea17f487a777d14bd322ac06c4e6cb9124a226
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-17 19:05:29 +0200
|
||||
|
||||
Fix -Wconversion warning
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -560,7 +560,7 @@ $VAR1 = {
|
|||
'2.1.1' => '2016-07-05 14:54',
|
||||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'current' => '2017-09-26 18:30:20'
|
||||
'current' => '2017-09-28 11:24:59'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1506462543',
|
||||
'ScmUpdateTime' => '1506591413',
|
||||
'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>2017-09-26<br/>18:30</td>
|
||||
<td>2017-09-28<br/>11: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.2.0/current/report.html'>100%</a></td>
|
||||
|
@ -161,7 +161,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 26 21:49:28 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Sep 28 09:37:15 2017.<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