Update ABI/API compatibility reports after commit b63a433ba168bad5fa10e83de04d6305e6a...
authorOpenJPEG Travis CI <info@openjpeg.org>
Mon, 13 Jan 2020 17:17:29 +0000 (17:17 +0000)
committerOpenJPEG Travis CI <info@openjpeg.org>
Mon, 13 Jan 2020 17:17:29 +0000 (17:17 +0000)
abi-check/changelog/openjpeg/current/log.html
abi-check/db/openjpeg/Tracker.data
abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.a
abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.so.2.3.1
abi-check/installed/openjpeg/current/lib/libopenjp2.a
abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.1
abi-check/timeline/openjpeg/index.html

index c50cda9c2989b1bb22e7452f66cef0eb50d48221..e0a8b6619d9cafd256bbe6011a3d0b641fc90a2c 100644 (file)
 <br/>
 <h1>Changelog from Git</h1><br/><br/>
 <div class='changelog'>
-<pre class='wrap'>commit 46c1eff9e98bbcf794d042f7b2e3d45556e805ce
+<pre class='wrap'>commit b63a433ba168bad5fa10e83de04d6305e6a222e2
+Author: Max Moroz &lt;dor3s1@gmail.com&gt;
+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 &lt;even.rouault@spatialys.com&gt;
 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 &lt;sw@weilnetz.de&gt;
-Date:   2018-02-24 14:55:33 +0100
-
-    openjp3d: Convert ISO-8859 to UTF-8
-    
-    Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
-
 ...</pre></div>
 
 </body>
index 2c1558bcea890fe1592e817717bb9d77fabbec8e..7dace9879ad3d4bc794a1bf0f3990d621f295e25 100644 (file)
@@ -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'
index 387b2da177405183b626dff6214d04116cc916eb..b16317122622751561488aa956a009fcafa6d615 100644 (file)
Binary files a/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.a and b/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.a differ
index 40c05f0ef22d9cc187d9a03b48bc9624d1c8aaef..48de9f533499edce168c53398c7f2eccd9e01a1a 100644 (file)
Binary files a/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.so.2.3.1 and b/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.so.2.3.1 differ
index 98a25b040a815751896d047fd42d477e07cfb86e..0d1967caf906f472e69fbcaf2f0152183a9a4e8d 100644 (file)
Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.a and b/abi-check/installed/openjpeg/current/lib/libopenjp2.a differ
index ec1d2776d2812e0f9c38838a0ed37566bc447a0f..13cdcbfc4f1f668be80fdb4f2b77b79f0b308b7a 100644 (file)
Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.1 and b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.1 differ
index f290d817d5e559ced0ed3e3ff761ba30da8592d9..da239daa9208811c4718cfd6d45588a6f9cc07a7 100644 (file)
@@ -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>
 <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>