Update ABI/API compatibility reports after commit 9afc1699f0
This commit is contained in:
parent
7c69b5325f
commit
f37fb9905a
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"Object": "lib/libopenjp2.so.2.2.0",
|
||||
"Lang": "C",
|
||||
"TotalSymbols": "46",
|
||||
"PublicABI": "1",
|
||||
"Version": "1.7"
|
||||
}
|
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 34dae137a9a8c04feaa9763ae7e09a86ecb10400
|
||||
<pre class='wrap'>commit 9afc1699f0220d16f71860c1083d8c1b627e30fe
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-09-28 18:55:02 +0200
|
||||
|
||||
Update version number for future release 2.2.0
|
||||
|
||||
commit 34dae137a9a8c04feaa9763ae7e09a86ecb10400
|
||||
Author: Mathieu Malaterre <mathieu.malaterre@gmail.com>
|
||||
Date: 2016-09-26 12:01:31 +0200
|
||||
|
||||
|
@ -776,14 +782,6 @@ Date: 2016-05-03 22:22:03 +0200
|
|||
|
||||
Update to mm2/Little-CMS@e342f44
|
||||
|
||||
commit 94cfb1b008319e8b0b17e741f1e29e0a7b90af38
|
||||
Author: julienmalik <julienmalik@users.noreply.github.com>
|
||||
Date: 2016-05-02 21:57:55 +0200
|
||||
|
||||
Merge pull request #769 from julienmalik/cmake_lowercase
|
||||
|
||||
Use lowercase for cmake commands consistenly
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -0,0 +1,332 @@
|
|||
<!-- verdict:compatible;affected:0;added:3;removed:0;type_problems_high:0;type_problems_medium:0;type_problems_low:0;interface_problems_high:0;interface_problems_medium:0;interface_problems_low:0;changed_constants:0;tool_version:1.99.21 -->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="keywords" content="libopenjp2, binary compatibility, API, report" />
|
||||
<meta name="description" content="Binary compatibility report for the libopenjp2 object between 2.1.1 and current versions on x86_64" />
|
||||
<title>libopenjp2: 2.1.1 to current binary compatibility report</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family:Arial, sans-serif;
|
||||
background-color:White;
|
||||
color:Black;
|
||||
}
|
||||
hr {
|
||||
color:Black;
|
||||
background-color:Black;
|
||||
height:1px;
|
||||
border:0;
|
||||
}
|
||||
h1 {
|
||||
margin-bottom:0px;
|
||||
padding-bottom:0px;
|
||||
font-size:1.625em;
|
||||
}
|
||||
h2 {
|
||||
margin-bottom:0px;
|
||||
padding-bottom:0px;
|
||||
font-size:1.25em;
|
||||
white-space:nowrap;
|
||||
}
|
||||
span.section {
|
||||
font-weight:bold;
|
||||
cursor:pointer;
|
||||
color:#003E69;
|
||||
white-space:nowrap;
|
||||
margin-left:5px;
|
||||
}
|
||||
span.new_sign {
|
||||
font-weight:bold;
|
||||
margin-left:26px;
|
||||
color:#003E69;
|
||||
}
|
||||
span.new_sign_lbl {
|
||||
margin-left:28px;
|
||||
font-size:0.875em;
|
||||
color:Black;
|
||||
}
|
||||
span:hover.section {
|
||||
color:#336699;
|
||||
}
|
||||
span.sect_aff {
|
||||
cursor:pointer;
|
||||
margin-left:7px;
|
||||
padding-left:15px;
|
||||
font-size:0.875em;
|
||||
color:#cc3300;
|
||||
}
|
||||
span.sect_info {
|
||||
cursor:pointer;
|
||||
margin-left:7px;
|
||||
padding-left:15px;
|
||||
font-size:0.875em;
|
||||
color:Black;
|
||||
}
|
||||
span.ext {
|
||||
font-weight:100;
|
||||
}
|
||||
span.h_name {
|
||||
color:#cc3300;
|
||||
font-size:0.875em;
|
||||
font-weight:bold;
|
||||
}
|
||||
div.h_list, div.lib_list {
|
||||
font-size:0.94em;
|
||||
padding-left:5px;
|
||||
}
|
||||
span.ns {
|
||||
color:#408080;
|
||||
font-size:0.94em;
|
||||
}
|
||||
span.lib_name {
|
||||
color:Green;
|
||||
font-size:0.875em;
|
||||
font-weight:bold;
|
||||
}
|
||||
span.iname {
|
||||
font-weight:bold;
|
||||
color:#003E69;
|
||||
margin-left:5px;
|
||||
}
|
||||
span.iname_b {
|
||||
font-weight:bold;
|
||||
font-size:1.1em;
|
||||
}
|
||||
span.iname_a {
|
||||
color:#333333;
|
||||
font-weight:bold;
|
||||
font-size:0.94em;
|
||||
}
|
||||
span.sym_p {
|
||||
font-weight:normal;
|
||||
white-space:normal;
|
||||
}
|
||||
div.affect {
|
||||
padding-left:15px;
|
||||
padding-bottom:10px;
|
||||
font-size:0.87em;
|
||||
font-style:italic;
|
||||
line-height:0.75em;
|
||||
}
|
||||
div.affected {
|
||||
padding-left:30px;
|
||||
padding-top:10px;
|
||||
}
|
||||
table.ptable {
|
||||
border-collapse:collapse;
|
||||
border:1px outset black;
|
||||
line-height:1em;
|
||||
margin-left:15px;
|
||||
margin-top:3px;
|
||||
margin-bottom:3px;
|
||||
width:900px;
|
||||
|
||||
}
|
||||
table.ptable td {
|
||||
border:1px solid gray;
|
||||
padding: 3px;
|
||||
font-size:0.875em;
|
||||
text-align:left;
|
||||
vertical-align:top;
|
||||
}
|
||||
table.vtable {
|
||||
border-collapse:collapse;
|
||||
border:1px outset black;
|
||||
line-height:16px;
|
||||
margin-left:30px;
|
||||
margin-top:10px;
|
||||
}
|
||||
table.vtable td {
|
||||
border:1px solid gray;
|
||||
word-wrap:break-word;
|
||||
padding: 3px;
|
||||
font-size:0.875em;
|
||||
max-width:450px;
|
||||
vertical-align:top;
|
||||
}
|
||||
table.ptable th, table.vtable th {
|
||||
background-color:#eeeeee;
|
||||
font-weight:bold;
|
||||
color:#333333;
|
||||
font-family:Verdana, Arial;
|
||||
font-size:0.81em;
|
||||
border:1px solid gray;
|
||||
text-align:center;
|
||||
vertical-align:top;
|
||||
white-space:nowrap;
|
||||
padding: 3px;
|
||||
}
|
||||
table.summary {
|
||||
border-collapse:collapse;
|
||||
border:1px outset black;
|
||||
}
|
||||
table.summary th {
|
||||
background-color:#eeeeee;
|
||||
font-weight:100;
|
||||
text-align:left;
|
||||
font-size:0.94em;
|
||||
white-space:nowrap;
|
||||
border:1px inset gray;
|
||||
padding: 3px;
|
||||
}
|
||||
table.summary td {
|
||||
text-align:right;
|
||||
white-space:nowrap;
|
||||
border:1px inset gray;
|
||||
padding: 3px 5px 3px 10px;
|
||||
}
|
||||
span.mangled {
|
||||
padding-left:15px;
|
||||
font-size:0.875em;
|
||||
cursor:text;
|
||||
color:#444444;
|
||||
}
|
||||
span.sym_ver {
|
||||
color:#333333;
|
||||
white-space:nowrap;
|
||||
font-family:"DejaVu Sans Mono", Monospace;
|
||||
}
|
||||
span.attr {
|
||||
color:#333333;
|
||||
font-weight:100;
|
||||
}
|
||||
span.color_p {
|
||||
font-style:italic;
|
||||
color:Brown;
|
||||
}
|
||||
span.p {
|
||||
font-style:italic;
|
||||
}
|
||||
span.fp {
|
||||
font-style:italic;
|
||||
background-color:#DCDCDC;
|
||||
}
|
||||
span.ttype {
|
||||
font-weight:100;
|
||||
}
|
||||
span.nowrap {
|
||||
white-space:nowrap;
|
||||
}
|
||||
span.value {
|
||||
white-space:nowrap;
|
||||
font-weight:bold;
|
||||
}
|
||||
.passed {
|
||||
background-color:#CCFFCC;
|
||||
}
|
||||
.warning {
|
||||
background-color:#F4F4AF;
|
||||
}
|
||||
.failed {
|
||||
background-color:#FFCCCC;
|
||||
}
|
||||
.new {
|
||||
background-color:#C6DEFF;
|
||||
}
|
||||
.compatible {
|
||||
background-color:#CCFFCC;
|
||||
}
|
||||
.almost_compatible {
|
||||
background-color:#FFDAA3;
|
||||
}
|
||||
.incompatible {
|
||||
background-color:#FFCCCC;
|
||||
}
|
||||
.gray {
|
||||
background-color:#DCDCDC;
|
||||
}
|
||||
.top_ref {
|
||||
font-size:0.69em;
|
||||
}
|
||||
.footer {
|
||||
font-size:0.75em;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript" language="JavaScript">
|
||||
<!--
|
||||
function showContent(header, id)
|
||||
{
|
||||
e = document.getElementById(id);
|
||||
if(e.style.display == 'none')
|
||||
{
|
||||
e.style.display = 'block';
|
||||
e.style.visibility = 'visible';
|
||||
header.innerHTML = header.innerHTML.replace(/\[[^0-9 ]\]/gi,"[−]");
|
||||
}
|
||||
else
|
||||
{
|
||||
e.style.display = 'none';
|
||||
e.style.visibility = 'hidden';
|
||||
header.innerHTML = header.innerHTML.replace(/\[[^0-9 ]\]/gi,"[+]");
|
||||
}
|
||||
}
|
||||
-->
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div><a name='Top'></a>
|
||||
<h1>Binary compatibility report for the <span style='color:Blue;'>libopenjp2.so</span> object between <span style='color:Red;'>2.1.1</span> and <span style='color:Red;'>current</span> versions on <span style='color:Blue;'>x86_64</span></h1>
|
||||
|
||||
<h2>Test Info</h2><hr/>
|
||||
<table class='summary'>
|
||||
<tr><th>Module Name</th><td>libopenjp2</td></tr>
|
||||
<tr><th>Version #1</th><td>2.1.1</td></tr>
|
||||
<tr><th>Version #2</th><td>current</td></tr>
|
||||
<tr><th>CPU Type</th><td>x86_64</td></tr>
|
||||
<tr><th>GCC Version</th><td>4.8.1</td></tr>
|
||||
</table>
|
||||
<h2>Test Results</h2><hr/>
|
||||
<table class='summary'><tr><th>Total Header Files</th><td><a href='#Headers' style='color:Blue;'>1</a></td></tr>
|
||||
<tr><th>Total Source Files</th><td><a href='#Sources' style='color:Blue;'>3</a></td></tr>
|
||||
<tr><th>Total Objects</th><td><a href='#Libs' style='color:Blue;'>1</a></td></tr>
|
||||
<tr><th>Total Symbols / Types</th><td>43 / 110</td></tr>
|
||||
<tr><th>Compatibility</th>
|
||||
<td class='compatible'>100%</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>Problem Summary</h2><hr/>
|
||||
<table class='summary'><tr><th></th><th style='text-align:center;'>Severity</th><th style='text-align:center;'>Count</th></tr><tr><th>Added Symbols</th><td>-</td><td class='new'><a href='#Added' style='color:Blue;'>3</a></td></tr>
|
||||
<tr><th>Removed Symbols</th><td>High</td><td>0</td></tr>
|
||||
<tr><th rowspan='3'>Problems with<br/>Data Types</th><td>High</td><td>0</td></tr>
|
||||
<tr><td>Medium</td><td>0</td></tr>
|
||||
<tr><td>Low</td><td>0</td></tr>
|
||||
<tr><th rowspan='3'>Problems with<br/>Symbols</th><td>High</td><td>0</td></tr>
|
||||
<tr><td>Medium</td><td>0</td></tr>
|
||||
<tr><td>Low</td><td>0</td></tr>
|
||||
<tr><th>Problems with<br/>Constants</th><td>Low</td><td>0</td></tr>
|
||||
</table>
|
||||
|
||||
<a name='Added'></a><h2>Added Symbols <span class='new'> 3 </span></h2><hr/>
|
||||
<span class='h_name'>openjpeg.h</span>, <span class='lib_name'>libopenjp2.so.2.2.0</span><br/>
|
||||
<span class="iname">opj_codec_set_threads <span class='sym_p'>( opj_codec_t* <span class='color_p'>p_codec</span>, <span class='nowrap'>int <span class='color_p'>num_threads</span> )</span></span></span><br/>
|
||||
<span class="iname">opj_get_num_cpus <span class='sym_p'>( )</span></span><br/>
|
||||
<span class="iname">opj_has_thread_support <span class='sym_p'>( )</span></span><br/>
|
||||
<br/>
|
||||
<a class='top_ref' href='#Top'>to the top</a><br/>
|
||||
<a name='Headers'></a><h2>Header Files <span class='gray'> 1 </span></h2><hr/>
|
||||
<div class='h_list'>
|
||||
openjpeg.h<br/>
|
||||
</div>
|
||||
<br/><a class='top_ref' href='#Top'>to the top</a><br/>
|
||||
<a name='Sources'></a><h2>Source Files <span class='gray'> 3 </span></h2><hr/>
|
||||
<div class='h_list'>
|
||||
cio.c<br/>
|
||||
image.c<br/>
|
||||
openjpeg.c<br/>
|
||||
</div>
|
||||
<br/><a class='top_ref' href='#Top'>to the top</a><br/>
|
||||
<a name='Libs'></a><h2>Objects <span class='gray'> 1 </span></h2><hr/>
|
||||
<div class='lib_list'>
|
||||
libopenjp2.so.2.1.1<br/>
|
||||
</div>
|
||||
<br/><a class='top_ref' href='#Top'>to the top</a><br/>
|
||||
</div>
|
||||
<br/><br/><br/>
|
||||
<hr/>
|
||||
<div class='footer' align='right'><i>Generated by <a href='http://lvc.github.io/abi-compliance-checker/'>ABI Compliance Checker</a> 1.99.21  </i>
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
</body></html>
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"Affected": "0",
|
||||
"Added": 3,
|
||||
"Removed": 0,
|
||||
"TotalProblems": 0,
|
||||
"Object1": "lib/libopenjp2.so.2.1.1",
|
||||
"Object2": "lib/libopenjp2.so.2.2.0"
|
||||
}
|
|
@ -299,7 +299,7 @@ function showContent(header, id)
|
|||
</table>
|
||||
|
||||
<a name='Added'></a><h2>Added Symbols <span class='new'> 3 </span></h2><hr/>
|
||||
<span class='h_name'>openjpeg.h</span>, <span class='lib_name'>libopenjp2.so.2.1.1</span><br/>
|
||||
<span class='h_name'>openjpeg.h</span>, <span class='lib_name'>libopenjp2.so.2.2.0</span><br/>
|
||||
<span class="iname">opj_codec_set_threads <span class='sym_p'>( opj_codec_t* <span class='color_p'>p_codec</span>, <span class='nowrap'>int <span class='color_p'>num_threads</span> )</span></span></span><br/>
|
||||
<span class="iname">opj_get_num_cpus <span class='sym_p'>( )</span></span><br/>
|
||||
<span class="iname">opj_has_thread_support <span class='sym_p'>( )</span></span><br/>
|
||||
|
|
|
@ -101,10 +101,10 @@ $VAR1 = {
|
|||
}
|
||||
},
|
||||
'current' => {
|
||||
'6ff8d' => {
|
||||
'2c999' => {
|
||||
'Lang' => 'C',
|
||||
'Object' => 'lib/libopenjp2.so.2.1.1',
|
||||
'Path' => 'abi_dump/openjpeg/current/6ff8d/ABI.dump',
|
||||
'Object' => 'lib/libopenjp2.so.2.2.0',
|
||||
'Path' => 'abi_dump/openjpeg/current/2c999/ABI.dump',
|
||||
'TotalSymbols' => '46',
|
||||
'Version' => '1.7'
|
||||
}
|
||||
|
@ -383,6 +383,15 @@ $VAR1 = {
|
|||
},
|
||||
'2.1.1' => {
|
||||
'current' => {
|
||||
'05770' => {
|
||||
'Added' => 3,
|
||||
'Affected' => 0,
|
||||
'Object1' => 'lib/libopenjp2.so.2.1.1',
|
||||
'Object2' => 'lib/libopenjp2.so.2.2.0',
|
||||
'Path' => 'compat_report/openjpeg/2.1.1/current/05770/abi_compat_report.html',
|
||||
'Removed' => 0,
|
||||
'TotalProblems' => 0
|
||||
},
|
||||
'27c2e' => {
|
||||
'Added' => 3,
|
||||
'Affected' => 0,
|
||||
|
@ -423,7 +432,7 @@ $VAR1 = {
|
|||
'2.0.1' => '2014-04-22 07:53',
|
||||
'2.1' => '2014-04-29 12:58',
|
||||
'2.1.1' => '2016-07-05 14:54',
|
||||
'current' => '2016-09-26 12:01:31'
|
||||
'current' => '2016-09-28 18:55:02'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -484,14 +493,14 @@ $VAR1 = {
|
|||
'2.1.1' => {
|
||||
'current' => {
|
||||
'Path' => 'headers_diff/openjpeg/2.1.1/current/diff.html',
|
||||
'Total' => 1
|
||||
'Total' => 2
|
||||
}
|
||||
}
|
||||
},
|
||||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1474885442',
|
||||
'ScmUpdateTime' => '1475082903',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
@ -524,7 +533,7 @@ $VAR1 = {
|
|||
'lib/libopenjp2.so.2.1.1' => 'libopenjp2.so.7'
|
||||
},
|
||||
'current' => {
|
||||
'lib/libopenjp2.so.2.1.2' => 'libopenjp2.so.7'
|
||||
'lib/libopenjp2.so.2.2.0' => 'libopenjp2.so.7'
|
||||
}
|
||||
},
|
||||
'Sover' => {
|
||||
|
|
|
@ -117,6 +117,31 @@ trix,</td><td class="lineno" valign="top"></td></tr>
|
|||
<tr class="stats"><td></td><th><i>0 lines changed or deleted</i></th><th><i> </i></th><th><i>35 lines changed or added</i></th><td></td></tr>
|
||||
<tr><td colspan="5" align="center" class="small"></td></tr>
|
||||
</table>
|
||||
<br/><br/>
|
||||
|
||||
<table class='diff_tbl' border="0" cellpadding="0" cellspacing="0">
|
||||
<tr bgcolor="orange"><th></th><th> opj_config.h (2.1.1) </th><th> </th><th> opj_config.h (current) </th><th></th></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left">/* create opj_config.h for CMake */</td><td> </td><td class="right">/* create opj_config.h for CMake */</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left">#define OPJ_HAVE_STDINT_H 1</td><td> </td><td class="right">#define OPJ_HAVE_STDINT_H 1</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left">/*-------------------------------------------------------------------------
|
||||
-*/</td><td> </td><td class="right">/*-------------------------------------------------------------------------
|
||||
-*/</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left">/* OpenJPEG Versioning
|
||||
*/</td><td> </td><td class="right">/* OpenJPEG Versioning
|
||||
*/</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left">/* Version number. */</td><td> </td><td class="right">/* Version number. */</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left">#define OPJ_VERSION_MAJOR 2</td><td> </td><td class="right">#define OPJ_VERSION_MAJOR 2</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td><a name="diff0001" /></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="lblock">#define OPJ_VERSION_MINOR <span class="delete">1</span></td><td> </td><td class="rblock">#define OPJ_VERSION_MINOR <span class="insert">2</span></td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="lblock">#define OPJ_VERSION_BUILD <span class="delete">1</span></td><td> </td><td class="rblock">#define OPJ_VERSION_BUILD <span class="insert">0</span></td><td class="lineno" valign="top"></td></tr>
|
||||
|
||||
<tr><td></td><td class="left"></td><td> </td><td class="right"></td><td></td></tr>
|
||||
<tr bgcolor="gray"><th colspan="5" align="center"><a name="end"> End of changes. 1 change blocks. </a></th></tr>
|
||||
<tr class="stats"><td></td><th><i>0 lines changed or deleted</i></th><th><i> </i></th><th><i>0 lines changed or added</i></th><td></td></tr>
|
||||
<tr><td colspan="5" align="center" class="small"></td></tr>
|
||||
</table>
|
||||
<br/><div style='width:100%;' align='left' class='small'>This html diff was produced by rfcdiff 1.41.The latest version is available from <a href='http://tools.ietf.org/tools/rfcdiff/'>http://tools.ietf.org/tools/rfcdiff/</a></div>
|
||||
</td></tr></table>
|
||||
</body>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"Total": 1
|
||||
"Total": 2
|
||||
}
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,10 @@
|
|||
/* create opj_config.h for CMake */
|
||||
#define OPJ_HAVE_STDINT_H 1
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
/* OpenJPEG Versioning */
|
||||
|
||||
/* Version number. */
|
||||
#define OPJ_VERSION_MAJOR 2
|
||||
#define OPJ_VERSION_MINOR 2
|
||||
#define OPJ_VERSION_BUILD 0
|
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* 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.
|
||||
*
|
||||
* Copyright (c) 2012, Mathieu Malaterre <mathieu.malaterre@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
||||
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#ifndef OPJ_STDINT_H
|
||||
#define OPJ_STDINT_H
|
||||
|
||||
#include "opj_config.h"
|
||||
#ifdef OPJ_HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#else
|
||||
#if defined(_WIN32)
|
||||
typedef signed __int8 int8_t;
|
||||
typedef unsigned __int8 uint8_t;
|
||||
typedef signed __int16 int16_t;
|
||||
typedef unsigned __int16 uint16_t;
|
||||
typedef signed __int32 int32_t;
|
||||
typedef unsigned __int32 uint32_t;
|
||||
typedef signed __int64 int64_t;
|
||||
typedef unsigned __int64 uint64_t;
|
||||
#else
|
||||
#error unsupported platform
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* OPJ_STDINT_H */
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
libopenjp2.so.2.1.2
|
||||
libopenjp2.so.2.2.0
|
|
@ -0,0 +1,48 @@
|
|||
#-----------------------------------------------------------------------------
|
||||
#
|
||||
# OPENJPEGConfig.cmake - CMake configuration file for external projects.
|
||||
#
|
||||
# This file is configured by OPENJPEG and used by the UseOPENJPEG.cmake
|
||||
# module to load OPENJPEG's settings for an external project.
|
||||
|
||||
# The OPENJPEG version number.
|
||||
set(OPENJPEG_MAJOR_VERSION "2")
|
||||
set(OPENJPEG_MINOR_VERSION "2")
|
||||
set(OPENJPEG_BUILD_VERSION "0")
|
||||
|
||||
# The libraries.
|
||||
set(OPENJPEG_LIBRARIES "openjp2")
|
||||
|
||||
# The CMake macros dir.
|
||||
set(OPENJPEG_CMAKE_DIR "lib/openjpeg-2.2")
|
||||
|
||||
# The configuration options.
|
||||
set(OPENJPEG_BUILD_SHARED_LIBS "ON")
|
||||
|
||||
# The "use" file.
|
||||
set(OPENJPEG_USE_FILE "")
|
||||
|
||||
get_filename_component(SELF_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
if(EXISTS ${SELF_DIR}/OpenJPEGTargets.cmake)
|
||||
# This is an install tree
|
||||
include(${SELF_DIR}/OpenJPEGTargets.cmake)
|
||||
get_filename_component(OPENJPEG_INCLUDE_ROOT "${SELF_DIR}/../../include/openjpeg-2.2" ABSOLUTE)
|
||||
set(OPENJPEG_INCLUDE_DIRS ${OPENJPEG_INCLUDE_ROOT})
|
||||
|
||||
else()
|
||||
if(EXISTS ${SELF_DIR}/OpenJPEGExports.cmake)
|
||||
# This is a build tree
|
||||
set( OPENJPEG_INCLUDE_DIRS )
|
||||
|
||||
include(${SELF_DIR}/OpenJPEGExports.cmake)
|
||||
|
||||
else()
|
||||
message(FATAL_ERROR "ooops")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(OPENJPEG_USE_FILE ${SELF_DIR}/UseOPENJPEG.cmake)
|
||||
|
||||
# Backward compatible part:
|
||||
set(OPENJPEG_FOUND TRUE)
|
||||
|
|
@ -0,0 +1,74 @@
|
|||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file for configuration "Debug".
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
SET(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Compute the installation prefix relative to this file.
|
||||
GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
|
||||
# Import target "openjp2" for configuration "Debug"
|
||||
SET_PROPERTY(TARGET openjp2 APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
SET_TARGET_PROPERTIES(openjp2 PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LIBRARIES_DEBUG "m;-lpthread"
|
||||
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libopenjp2.so.2.2.0"
|
||||
IMPORTED_SONAME_DEBUG "libopenjp2.so.7"
|
||||
)
|
||||
|
||||
LIST(APPEND _IMPORT_CHECK_TARGETS openjp2 )
|
||||
LIST(APPEND _IMPORT_CHECK_FILES_FOR_openjp2 "${_IMPORT_PREFIX}/lib/libopenjp2.so.2.2.0" )
|
||||
|
||||
# Import target "opj_decompress" for configuration "Debug"
|
||||
SET_PROPERTY(TARGET opj_decompress APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
SET_TARGET_PROPERTIES(opj_decompress PROPERTIES
|
||||
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/bin/opj_decompress"
|
||||
)
|
||||
|
||||
LIST(APPEND _IMPORT_CHECK_TARGETS opj_decompress )
|
||||
LIST(APPEND _IMPORT_CHECK_FILES_FOR_opj_decompress "${_IMPORT_PREFIX}/bin/opj_decompress" )
|
||||
|
||||
# Import target "opj_compress" for configuration "Debug"
|
||||
SET_PROPERTY(TARGET opj_compress APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
SET_TARGET_PROPERTIES(opj_compress PROPERTIES
|
||||
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/bin/opj_compress"
|
||||
)
|
||||
|
||||
LIST(APPEND _IMPORT_CHECK_TARGETS opj_compress )
|
||||
LIST(APPEND _IMPORT_CHECK_FILES_FOR_opj_compress "${_IMPORT_PREFIX}/bin/opj_compress" )
|
||||
|
||||
# Import target "opj_dump" for configuration "Debug"
|
||||
SET_PROPERTY(TARGET opj_dump APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
SET_TARGET_PROPERTIES(opj_dump PROPERTIES
|
||||
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/bin/opj_dump"
|
||||
)
|
||||
|
||||
LIST(APPEND _IMPORT_CHECK_TARGETS opj_dump )
|
||||
LIST(APPEND _IMPORT_CHECK_FILES_FOR_opj_dump "${_IMPORT_PREFIX}/bin/opj_dump" )
|
||||
|
||||
# Loop over all imported files and verify that they actually exist
|
||||
FOREACH(target ${_IMPORT_CHECK_TARGETS} )
|
||||
FOREACH(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
|
||||
IF(NOT EXISTS "${file}" )
|
||||
MESSAGE(FATAL_ERROR "The imported target \"${target}\" references the file
|
||||
\"${file}\"
|
||||
but this file does not exist. Possible reasons include:
|
||||
* The file was deleted, renamed, or moved to another location.
|
||||
* An install or uninstall procedure did not complete successfully.
|
||||
* The installation package was faulty and contained
|
||||
\"${CMAKE_CURRENT_LIST_FILE}\"
|
||||
but not all the files it references.
|
||||
")
|
||||
ENDIF()
|
||||
ENDFOREACH()
|
||||
UNSET(_IMPORT_CHECK_FILES_FOR_${target})
|
||||
ENDFOREACH()
|
||||
UNSET(_IMPORT_CHECK_TARGETS)
|
||||
|
||||
# Cleanup temporary variables.
|
||||
SET(_IMPORT_PREFIX)
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
SET(CMAKE_IMPORT_FILE_VERSION)
|
|
@ -0,0 +1,36 @@
|
|||
# Generated by CMake 2.8.7
|
||||
|
||||
IF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
|
||||
MESSAGE(FATAL_ERROR "CMake >= 2.6.0 required")
|
||||
ENDIF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
|
||||
CMAKE_POLICY(PUSH)
|
||||
CMAKE_POLICY(VERSION 2.6)
|
||||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file.
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
SET(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Create imported target openjp2
|
||||
ADD_LIBRARY(openjp2 SHARED IMPORTED)
|
||||
|
||||
# Create imported target opj_decompress
|
||||
ADD_EXECUTABLE(opj_decompress IMPORTED)
|
||||
|
||||
# Create imported target opj_compress
|
||||
ADD_EXECUTABLE(opj_compress IMPORTED)
|
||||
|
||||
# Create imported target opj_dump
|
||||
ADD_EXECUTABLE(opj_dump IMPORTED)
|
||||
|
||||
# Load information for each installed configuration.
|
||||
GET_FILENAME_COMPONENT(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
FILE(GLOB CONFIG_FILES "${_DIR}/OpenJPEGTargets-*.cmake")
|
||||
FOREACH(f ${CONFIG_FILES})
|
||||
INCLUDE(${f})
|
||||
ENDFOREACH(f)
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
SET(CMAKE_IMPORT_FILE_VERSION)
|
||||
CMAKE_POLICY(POP)
|
|
@ -3,12 +3,12 @@ bindir=${prefix}/bin
|
|||
mandir=${prefix}/
|
||||
docdir=${prefix}/
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include/openjpeg-2.1
|
||||
includedir=${prefix}/include/openjpeg-2.2
|
||||
|
||||
Name: openjp2
|
||||
Description: JPEG2000 library (Part 1 and 2)
|
||||
URL: http://www.openjpeg.org/
|
||||
Version: 2.1.2
|
||||
Version: 2.2.0
|
||||
Libs: -L${libdir} -lopenjp2
|
||||
Libs.private: -lm
|
||||
Cflags: -I${includedir}
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class='object'>libopenjp2.so.2.1.1</td>
|
||||
<td class='ok'><a href='../../../../compat_report/openjpeg/2.1.1/current/27c2e/abi_compat_report.html'>100%</a></td>
|
||||
<td class='added'><a class='num' href='../../../../compat_report/openjpeg/2.1.1/current/27c2e/abi_compat_report.html#Added'>3 new</a></td>
|
||||
<td class='ok'><a href='../../../../compat_report/openjpeg/2.1.1/current/05770/abi_compat_report.html'>100%</a></td>
|
||||
<td class='added'><a class='num' href='../../../../compat_report/openjpeg/2.1.1/current/05770/abi_compat_report.html#Added'>3 new</a></td>
|
||||
<td class='ok'>0</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -113,9 +113,7 @@
|
|||
"HeadersDiff": "On",
|
||||
"PkgDiff": "Off",
|
||||
"ABIView": "Off",
|
||||
"ABIDiff": "Off",
|
||||
"PublicSymbols": "public_symbols/openjpeg/1.4/list",
|
||||
"PublicTypes": "public_types/openjpeg/1.4/list"
|
||||
"ABIDiff": "Off"
|
||||
},
|
||||
{
|
||||
"Number": "1.2",
|
||||
|
@ -125,9 +123,7 @@
|
|||
"HeadersDiff": "On",
|
||||
"PkgDiff": "Off",
|
||||
"ABIView": "Off",
|
||||
"ABIDiff": "Off",
|
||||
"PublicSymbols": "public_symbols/openjpeg/1.2/list",
|
||||
"PublicTypes": "public_types/openjpeg/1.2/list"
|
||||
"ABIDiff": "Off"
|
||||
},
|
||||
{
|
||||
"Number": "1.1",
|
||||
|
|
|
@ -30,13 +30,13 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2016-09-26<br/>12:01</td>
|
||||
<td>2016-09-28<br/>18:55</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.1/current/report.html'>100%</a></td>
|
||||
<td class='added'><a class='num' href='../../objects_report/openjpeg/2.1.1/current/report.html'>3 new</a></td>
|
||||
<td class='ok'>0</td>
|
||||
<td><a href='../../headers_diff/openjpeg/2.1.1/current/diff.html'>1</a></td>
|
||||
<td><a href='../../headers_diff/openjpeg/2.1.1/current/diff.html'>2</a></td>
|
||||
</tr>
|
||||
<tr id='v2.1.1'><td>2.1.1</td>
|
||||
<td>2016-07-05</td>
|
||||
|
@ -143,7 +143,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 Sep 28 17:02:00 2016.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Sep 28 17:15:40 2016.<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