Update ABI/API compatibility reports after commit 83d7a6d4a4
This commit is contained in:
parent
6ef840297f
commit
55f2da8a79
|
@ -20,7 +20,19 @@
|
||||||
<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 f7a126af61877cd4623327142521d82a0c19430d
|
<pre class='wrap'>commit 83d7a6d4a44833e78321bfd367dc0f822a8d0945
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2017-05-15 14:11:47 +0200
|
||||||
|
|
||||||
|
MQC: remove disabled MQC_PERF_OPT mode, which brings no performance improvements (see #923)
|
||||||
|
|
||||||
|
commit 4431fa72657b6c4a92c3cf29cfc5c8df69424a0e
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2017-05-15 14:09:51 +0200
|
||||||
|
|
||||||
|
Add comments about non successfull attempt of implementing alternate INITDEC, DECODE and BYTEIN procedures (refs #921)
|
||||||
|
|
||||||
|
commit f7a126af61877cd4623327142521d82a0c19430d
|
||||||
Merge: 28d2eab 3c2972f
|
Merge: 28d2eab 3c2972f
|
||||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||||
Date: 2017-05-15 13:08:03 +0200
|
Date: 2017-05-15 13:08:03 +0200
|
||||||
|
@ -717,18 +729,6 @@ Date: 2016-07-05 15:29:02 +0200
|
||||||
|
|
||||||
Upload changelog and convert some files to mardown
|
Upload changelog and convert some files to mardown
|
||||||
|
|
||||||
commit 9d5002f8fd2f52521b5303ae391051ef201e9b5c
|
|
||||||
Author: Antonin Descampe <antonin@gmail.com>
|
|
||||||
Date: 2016-06-26 20:00:37 +0200
|
|
||||||
|
|
||||||
Remove useless diff command in abi-check.sh
|
|
||||||
|
|
||||||
commit e4c74f536461f6af1d4487bf4e8250d60a06f431
|
|
||||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
|
||||||
Date: 2016-06-25 01:09:42 +0200
|
|
||||||
|
|
||||||
Correct abi-check.sh for PR (#791)
|
|
||||||
|
|
||||||
commit 7d3c7a345f05adbc9ca26d8ca7f6c7fffa5096be
|
commit 7d3c7a345f05adbc9ca26d8ca7f6c7fffa5096be
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2016-05-26 23:51:32 +0200
|
Date: 2016-05-26 23:51:32 +0200
|
||||||
|
|
|
@ -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-05-15 13:08:03'
|
'current' => '2017-05-15 14:11:47'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
|
|
@ -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-05-15<br/>13:08</td>
|
<td>2017-05-15<br/>14:11</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 Mon May 15 11:23:14 2017.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon May 15 12:28:18 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>
|
||||||
|
|
Loading…
Reference in New Issue