Update ABI/API compatibility reports after commit b63a433ba1
This commit is contained in:
parent
295ba46970
commit
cb731d918c
|
@ -20,7 +20,17 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 46c1eff9e98bbcf794d042f7b2e3d45556e805ce
|
||||
<pre class='wrap'>commit b63a433ba168bad5fa10e83de04d6305e6a222e2
|
||||
Author: Max Moroz <dor3s1@gmail.com>
|
||||
Date: 2020-01-13 09:07:54 -0800
|
||||
|
||||
tests/fuzzers: link fuzz binaries using $LIB_FUZZING_ENGINE. (#1230)
|
||||
|
||||
This was changed some time ago (https://google.github.io/oss-fuzz/getting-started/new-project-guide/) but the build didn't fail as there is a fallback mechanism. The main advantage of the new approach is that for libFuzzer this produces more performant binaries (as `$LIB_FUZZING_ENGINE` expands into `-fsanitize=fuzzer`, which links libFuzzer from the compiler-rt, allowing better optimization tricks).
|
||||
|
||||
I'm also experimenting with dataflow (https://github.com/google/oss-fuzz/issues/1632) on your project, and the dataflow config doesn't have a fallback (as it's a new configuration), therefore I'm proposing a change to migrate from `-lFuzzingEngine` to `$LIB_FUZZING_ENGINE`.
|
||||
|
||||
commit 46c1eff9e98bbcf794d042f7b2e3d45556e805ce
|
||||
Merge: ac37373 024b840
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-01-11 11:29:11 +0100
|
||||
|
@ -884,14 +894,6 @@ Date: 2018-02-25 19:20:38 +0100
|
|||
|
||||
.travis.yml: temporarily disable OPJ_CI_ASAN=1 (refs #1091)
|
||||
|
||||
commit b49fa93aa759cb2e2e22e174ef793470eb02a148
|
||||
Author: Stefan Weil <sw@weilnetz.de>
|
||||
Date: 2018-02-24 14:55:33 +0100
|
||||
|
||||
openjp3d: Convert ISO-8859 to UTF-8
|
||||
|
||||
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -705,7 +705,7 @@ $VAR1 = {
|
|||
'2.2.0' => '2017-08-10 00:31',
|
||||
'2.3.0' => '2017-10-04 22:23',
|
||||
'2.3.1' => '2019-04-02 10:08',
|
||||
'current' => '2020-01-11 11:29:11'
|
||||
'current' => '2020-01-13 09:07:54'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -813,7 +813,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1578739071',
|
||||
'ScmUpdateTime' => '1578935812',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
Binary file not shown.
Binary file not shown.
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>2020-01-11<br/>11:29</td>
|
||||
<td>2020-01-13<br/>09:07</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.3.1/current/report.html'>100%</a></td>
|
||||
|
@ -179,7 +179,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 Sat Jan 11 10:38:24 2020.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Jan 13 17:17:28 2020.<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