Update ABI/API compatibility reports after commit eb90d8ec93

This commit is contained in:
OpenJPEG Travis CI 2017-08-02 14:54:36 +00:00
parent 771d8a613e
commit 33995278e7
12 changed files with 3457 additions and 1509 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,13 @@
<br/>
<h1>Changelog from Git</h1><br/><br/>
<div class='changelog'>
<pre class='wrap'>commit 48125b0d124bc668b971b1f5df5a3c39798cfcf9
<pre class='wrap'>commit eb90d8ec935eba934bfd260cc80c8ef445dff4fd
Author: Antonin Descampe &lt;antonin@gmail.com&gt;
Date: 2017-08-02 16:50:11 +0200
WIP: fix abi-check and automatic upload
commit 48125b0d124bc668b971b1f5df5a3c39798cfcf9
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2017-07-31 17:35:10 +0200
@ -374,14 +380,6 @@ Date: 2017-07-03 14:33:57 +0200
opj_j2k_read_header_procedure(): validate marker size to avoid excessive memory allocation attempt
commit 5736b1a3683261a5b31fc19a691731dc9fce5920
Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
Date: 2017-07-03 12:03:29 +0200
Merge pull request #954 from jeroen/static
build both shared and static library
...</pre></div>
</body>

View File

@ -25,7 +25,8 @@ $VAR1 = {
'2.0.1' => 'installed/openjpeg/2.0.1',
'2.1' => 'installed/openjpeg/2.1',
'2.1.1' => 'installed/openjpeg/2.1.1',
'2.1.2' => 'installed/openjpeg/2.1.2'
'2.1.2' => 'installed/openjpeg/2.1.2',
'current' => 'installed/openjpeg/current'
},
'Source' => {
'1.0' => 'src/openjpeg/1.0/version.1.0.tar.gz',

View File

@ -109,7 +109,16 @@ $VAR1 = {
'TotalSymbolsFiltered' => '43',
'Version' => '1.7'
}
}
},
'current' => {
'2c999' => {
'Lang' => 'C',
'Object' => 'lib/libopenjp2.so.2.2.0',
'Path' => 'abi_dump/openjpeg/current/2c999/ABI.dump',
'TotalSymbols' => '46',
'Version' => '1.7'
}
}
},
'ABIReport' => {
'1.1' => {
@ -276,7 +285,21 @@ $VAR1 = {
'TotalProblems' => 0
}
},
'2.1.2' => {}
'2.1.2' => {
'current' => {
'Added' => 3,
'BC' => 100,
'ChangedSoname' => 0,
'ObjectsAdded' => 0,
'ObjectsAddedSymbols' => 0,
'ObjectsRemoved' => 0,
'ObjectsRemovedSymbols' => 0,
'Path' => 'objects_report/openjpeg/2.1.2/current/report.html',
'Removed' => 0,
'TotalObjects' => 1,
'TotalProblems' => 0
}
}
},
'ABIReport_D' => {
'1.1' => {
@ -473,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-07-31 17:35:10'
'current' => '2017-08-02 16:50:11'
},
'HeadersDiff' => {
'1.1' => {
@ -541,12 +564,17 @@ $VAR1 = {
'Total' => 2
}
},
'2.1.2' => {}
'2.1.2' => {
'current' => {
'Path' => 'headers_diff/openjpeg/2.1.2/current/diff.html',
'Total' => 2
}
}
},
'Maintainer' => 'OpenJPEG team',
'MaintainerUrl' => 'http://www.openjpeg.org/',
'PackageDiff' => {},
'ScmUpdateTime' => '1494527539',
'ScmUpdateTime' => '1501685649',
'Soname' => {
'1.1' => {
'lib/libopenjpeg.so' => 'libopenjpeg.so'
@ -580,7 +608,10 @@ $VAR1 = {
},
'2.1.2' => {
'lib/libopenjp2.so.2.1.2' => 'libopenjp2.so.7'
}
},
'current' => {
'lib/libopenjp2.so.2.2.0' => 'libopenjp2.so.7'
}
},
'Sover' => {
'1.1' => 'None',
@ -593,7 +624,8 @@ $VAR1 = {
'2.0.1' => '7',
'2.1' => '7',
'2.1.1' => '7',
'2.1.2' => '7'
'2.1.2' => '7',
'current' => '7'
},
'Title' => 'OpenJPEG'
};

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
/*
* The copyright in this software is being made available under the 2-clauses
* BSD License, included below. This software may be subject to other third
* The copyright in this software is being made available under the 2-clauses
* BSD License, included below. This software may be subject to other third
* party and contributor rights, including patent rights, and no such rights
* are granted under this license.
*

Binary file not shown.

View File

@ -21,6 +21,16 @@ SET_TARGET_PROPERTIES(openjp2 PROPERTIES
LIST(APPEND _IMPORT_CHECK_TARGETS openjp2 )
LIST(APPEND _IMPORT_CHECK_FILES_FOR_openjp2 "${_IMPORT_PREFIX}/lib/libopenjp2.so.2.2.0" )
# Import target "openjp2_static" for configuration "Debug"
SET_PROPERTY(TARGET openjp2_static APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
SET_TARGET_PROPERTIES(openjp2_static PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "C"
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libopenjp2.a"
)
LIST(APPEND _IMPORT_CHECK_TARGETS openjp2_static )
LIST(APPEND _IMPORT_CHECK_FILES_FOR_openjp2_static "${_IMPORT_PREFIX}/lib/libopenjp2.a" )
# Import target "opj_decompress" for configuration "Debug"
SET_PROPERTY(TARGET opj_decompress APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
SET_TARGET_PROPERTIES(opj_decompress PROPERTIES

View File

@ -15,6 +15,9 @@ SET(CMAKE_IMPORT_FILE_VERSION 1)
# Create imported target openjp2
ADD_LIBRARY(openjp2 SHARED IMPORTED)
# Create imported target openjp2_static
ADD_LIBRARY(openjp2_static STATIC IMPORTED)
# Create imported target opj_decompress
ADD_EXECUTABLE(opj_decompress IMPORTED)

View File

@ -30,13 +30,13 @@
<th>Headers<br/>Diff</th>
</tr>
<tr id='current'><td>current</td>
<td>2017-07-31<br/>17:35</td>
<td>N/A</td>
<td>2017-08-02<br/>16:50</td>
<td>7</td>
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td class='ok'><a href='../../objects_report/openjpeg/2.1.2/current/report.html'>100%</a></td>
<td class='added'><a class='num' href='../../objects_report/openjpeg/2.1.2/current/report.html'>3 new</a></td>
<td class='ok'>0</td>
<td><a href='../../headers_diff/openjpeg/2.1.2/current/diff.html'>2</a></td>
</tr>
<tr id='v2.1.2'><td>2.1.2</td>
<td>2016-09-28</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 Mon Jul 31 15:48:52 2017.<br/>
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Aug 2 14:54:35 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>