Update ABI/API compatibility reports after commit 8650b70e06
This commit is contained in:
parent
a0abda31c5
commit
f8536ac942
|
@ -20,7 +20,22 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit e92fe29016300e7ae9ccfa6e9cf5422456f57e25
|
||||
<pre class='wrap'>commit 8650b70e06408d394c1708846b6fc2d86cf14079
|
||||
Merge: e92fe29 05d5845
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-05-09 13:16:53 +0200
|
||||
|
||||
Merge pull request #918 from rouault/profile
|
||||
|
||||
Add profiling of CPU and memory usage (#912)
|
||||
|
||||
commit 05d58451a1221ba95db8fb1d159eb0f76dbafb22
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-05-06 15:06:24 +0200
|
||||
|
||||
Add profiling of CPU and memory usage (#912)
|
||||
|
||||
commit e92fe29016300e7ae9ccfa6e9cf5422456f57e25
|
||||
Merge: 20291aa 328f076
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-05-09 12:33:07 +0200
|
||||
|
@ -680,12 +695,6 @@ Date: 2016-06-21 17:41:29 +0200
|
|||
|
||||
Automatic upload of ABI report (end)
|
||||
|
||||
commit cdcb77e796f8f06d3838356c0a2931a82b4375be
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-06-21 17:21:08 +0200
|
||||
|
||||
Automatic upload of ABI report (ctd)
|
||||
|
||||
commit 7d3c7a345f05adbc9ca26d8ca7f6c7fffa5096be
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2016-05-26 23:51:32 +0200
|
||||
|
@ -803,17 +812,6 @@ Date: 2016-05-21 16:27:35 +0200
|
|||
|
||||
Specialize decoding passes for 64x64 code blocks
|
||||
|
||||
commit d8fef96f23ea8b12226d7326118f2ffd91da28ac
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2016-05-21 15:52:02 +0200
|
||||
|
||||
Improve code generation in opj_t1_dec_clnpass()
|
||||
|
||||
Add a opj_t1_dec_clnpass_step_only_if_flag_not_sig_visit() method that
|
||||
does the job of opj_t1_dec_clnpass_step_only() assuming the conditions
|
||||
are met. And use it in opj_t1_dec_clnpass(). The compiler generates
|
||||
more efficient code.
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -496,7 +496,7 @@ $VAR1 = {
|
|||
'2.1' => '2014-04-29 12:58',
|
||||
'2.1.1' => '2016-07-05 14:54',
|
||||
'2.1.2' => '2016-09-28 18:18',
|
||||
'current' => '2017-05-09 12:33:07'
|
||||
'current' => '2017-05-09 13:16:53'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -574,7 +574,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1494326736',
|
||||
'ScmUpdateTime' => '1494329211',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
Binary file not shown.
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-05-09<br/>12:33</td>
|
||||
<td>2017-05-09<br/>13:16</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.2/current/report.html'>100%</a></td>
|
||||
|
@ -152,7 +152,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 May 9 10:45:52 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue May 9 11:27:08 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