Update ABI/API compatibility reports after commit e92fe29016
This commit is contained in:
parent
abb4571bde
commit
a0abda31c5
|
@ -20,7 +20,24 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 20291aad07591da40ac86e5f5a87b4f6d154ba6a
|
||||
<pre class='wrap'>commit e92fe29016300e7ae9ccfa6e9cf5422456f57e25
|
||||
Merge: 20291aa 328f076
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-05-09 12:33:07 +0200
|
||||
|
||||
Merge pull request #917 from rouault/bench
|
||||
|
||||
Add performance benchmarking scripts
|
||||
|
||||
commit 328f076d2639d8664436e2b620cf9eed4f7dee53
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-05-04 15:22:14 +0200
|
||||
|
||||
Add performance benchmarking scripts
|
||||
|
||||
And run them by Travis-CI
|
||||
|
||||
commit 20291aad07591da40ac86e5f5a87b4f6d154ba6a
|
||||
Merge: a18040e 04980a8
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-05-03 12:41:02 +0200
|
||||
|
@ -669,12 +686,6 @@ Date: 2016-06-21 17:21:08 +0200
|
|||
|
||||
Automatic upload of ABI report (ctd)
|
||||
|
||||
commit 954dad66dea3c5bb1e59187987e77c18f7b593ec
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-06-21 16:46:38 +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,14 +814,6 @@ Date: 2016-05-21 15:52:02 +0200
|
|||
are met. And use it in opj_t1_dec_clnpass(). The compiler generates
|
||||
more efficient code.
|
||||
|
||||
commit c539808d097945866c0f7120ccdea28921a011a2
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2016-05-21 15:41:36 +0200
|
||||
|
||||
opj_t1_updateflags(): tiny optimization
|
||||
|
||||
We can avoid using a loop-up table with some shift arithmetics.
|
||||
|
||||
...</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-03 12:41:02'
|
||||
'current' => '2017-05-09 12:33:07'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -574,7 +574,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1493808652',
|
||||
'ScmUpdateTime' => '1494326736',
|
||||
'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-03<br/>12:41</td>
|
||||
<td>2017-05-09<br/>12:33</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 Wed May 3 10:51:10 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue May 9 10:45:52 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