Update ABI/API compatibility reports after commit 8196ab531e
This commit is contained in:
parent
fe51390fa4
commit
16387f7c97
|
@ -7,7 +7,7 @@ $VAR1 = {
|
||||||
'openjpeg.h' => 1
|
'openjpeg.h' => 1
|
||||||
},
|
},
|
||||||
'Language' => 'C',
|
'Language' => 'C',
|
||||||
'LibraryName' => 'libopenjp2.so.2.3.0',
|
'LibraryName' => 'libopenjp2.so.2.3.1',
|
||||||
'LibraryVersion' => 'current',
|
'LibraryVersion' => 'current',
|
||||||
'NameSpaces' => {},
|
'NameSpaces' => {},
|
||||||
'Needed' => {
|
'Needed' => {
|
||||||
|
@ -1132,7 +1132,7 @@ $VAR1 = {
|
||||||
'__gmon_start__' => 'sysconf@@GLIBC_2.2.5'
|
'__gmon_start__' => 'sysconf@@GLIBC_2.2.5'
|
||||||
},
|
},
|
||||||
'Symbols' => {
|
'Symbols' => {
|
||||||
'libopenjp2.so.2.3.0' => {
|
'libopenjp2.so.2.3.1' => {
|
||||||
'_fini' => 1,
|
'_fini' => 1,
|
||||||
'_init' => 1,
|
'_init' => 1,
|
||||||
'opj_codec_set_threads' => 1,
|
'opj_codec_set_threads' => 1,
|
||||||
|
@ -3416,7 +3416,7 @@ $VAR1 = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'UndefinedSymbols' => {
|
'UndefinedSymbols' => {
|
||||||
'libopenjp2.so.2.3.0' => {
|
'libopenjp2.so.2.3.1' => {
|
||||||
'_ITM_deregisterTMCloneTable' => 0,
|
'_ITM_deregisterTMCloneTable' => 0,
|
||||||
'_ITM_registerTMCloneTable' => 0,
|
'_ITM_registerTMCloneTable' => 0,
|
||||||
'_Jv_RegisterClasses' => 0,
|
'_Jv_RegisterClasses' => 0,
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"Object": "lib/libopenjp2.so.2.3.0",
|
"Object": "lib/libopenjp2.so.2.3.1",
|
||||||
"Lang": "C",
|
"Lang": "C",
|
||||||
"TotalSymbols": "49",
|
"TotalSymbols": "49",
|
||||||
"PublicABI": "1",
|
"PublicABI": "1",
|
|
@ -20,7 +20,13 @@
|
||||||
<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 69a7a312dccebc8b5f28f8a5e4a703cb8d447d44
|
<pre class='wrap'>commit 8196ab531e79602fe3c947d09d3240c25c358731
|
||||||
|
Author: Antonin Descampe <info@openjpeg.org>
|
||||||
|
Date: 2019-04-02 11:00:58 +0200
|
||||||
|
|
||||||
|
Update BUILD version for release 2.3.1
|
||||||
|
|
||||||
|
commit 69a7a312dccebc8b5f28f8a5e4a703cb8d447d44
|
||||||
Merge: d6b8aed 5151426
|
Merge: d6b8aed 5151426
|
||||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||||
Date: 2019-03-29 12:25:39 +0100
|
Date: 2019-03-29 12:25:39 +0100
|
||||||
|
@ -876,12 +882,6 @@ Date: 2017-10-03 17:48:09 -0300
|
||||||
|
|
||||||
Update CHANGELOG.md
|
Update CHANGELOG.md
|
||||||
|
|
||||||
commit 5a67128a251af3f9557d6a9b3b23a7925aec1a5f
|
|
||||||
Author: Antonin Descampe <antonin@descampe.net>
|
|
||||||
Date: 2017-10-03 17:15:44 -0300
|
|
||||||
|
|
||||||
Update NEWS.md
|
|
||||||
|
|
||||||
...</pre></div>
|
...</pre></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -0,0 +1,326 @@
|
||||||
|
<!-- verdict:compatible;affected:0;added:0;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.3.0 and current versions on x86_64" />
|
||||||
|
<title>libopenjp2: 2.3.0 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.3.0</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.3.0</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;'>4</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>49 / 112</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>0</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='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'> 4 </span></h2><hr/>
|
||||||
|
<div class='h_list'>
|
||||||
|
cio.c<br/>
|
||||||
|
image.c<br/>
|
||||||
|
openjpeg.c<br/>
|
||||||
|
thread.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.3.0<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": 0,
|
||||||
|
"Removed": 0,
|
||||||
|
"TotalProblems": 0,
|
||||||
|
"Object1": "lib/libopenjp2.so.2.3.0",
|
||||||
|
"Object2": "lib/libopenjp2.so.2.3.1"
|
||||||
|
}
|
|
@ -131,10 +131,10 @@ $VAR1 = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'current' => {
|
'current' => {
|
||||||
'9bc2e' => {
|
'ef225' => {
|
||||||
'Lang' => 'C',
|
'Lang' => 'C',
|
||||||
'Object' => 'lib/libopenjp2.so.2.3.0',
|
'Object' => 'lib/libopenjp2.so.2.3.1',
|
||||||
'Path' => 'abi_dump/openjpeg/current/9bc2e/ABI.dump',
|
'Path' => 'abi_dump/openjpeg/current/ef225/ABI.dump',
|
||||||
'TotalSymbols' => '49',
|
'TotalSymbols' => '49',
|
||||||
'Version' => '1.7'
|
'Version' => '1.7'
|
||||||
}
|
}
|
||||||
|
@ -587,6 +587,15 @@ $VAR1 = {
|
||||||
},
|
},
|
||||||
'2.3.0' => {
|
'2.3.0' => {
|
||||||
'current' => {
|
'current' => {
|
||||||
|
'1b967' => {
|
||||||
|
'Added' => 0,
|
||||||
|
'Affected' => 0,
|
||||||
|
'Object1' => 'lib/libopenjp2.so.2.3.0',
|
||||||
|
'Object2' => 'lib/libopenjp2.so.2.3.1',
|
||||||
|
'Path' => 'compat_report/openjpeg/2.3.0/current/1b967/abi_compat_report.html',
|
||||||
|
'Removed' => 0,
|
||||||
|
'TotalProblems' => 0
|
||||||
|
},
|
||||||
'9c9ed' => {
|
'9c9ed' => {
|
||||||
'Added' => 0,
|
'Added' => 0,
|
||||||
'Affected' => 0,
|
'Affected' => 0,
|
||||||
|
@ -633,7 +642,7 @@ $VAR1 = {
|
||||||
'2.1.2' => '2016-09-28 18:18',
|
'2.1.2' => '2016-09-28 18:18',
|
||||||
'2.2.0' => '2017-08-10 00:31',
|
'2.2.0' => '2017-08-10 00:31',
|
||||||
'2.3.0' => '2017-10-04 22:23',
|
'2.3.0' => '2017-10-04 22:23',
|
||||||
'current' => '2019-03-29 12:25:39'
|
'current' => '2019-04-02 11:00:58'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
@ -724,14 +733,14 @@ $VAR1 = {
|
||||||
'2.3.0' => {
|
'2.3.0' => {
|
||||||
'current' => {
|
'current' => {
|
||||||
'Path' => 'headers_diff/openjpeg/2.3.0/current/diff.html',
|
'Path' => 'headers_diff/openjpeg/2.3.0/current/diff.html',
|
||||||
'Total' => 1
|
'Total' => 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'Maintainer' => 'OpenJPEG team',
|
'Maintainer' => 'OpenJPEG team',
|
||||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||||
'PackageDiff' => {},
|
'PackageDiff' => {},
|
||||||
'ScmUpdateTime' => '1553859553',
|
'ScmUpdateTime' => '1554197761',
|
||||||
'Soname' => {
|
'Soname' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||||
|
@ -773,7 +782,7 @@ $VAR1 = {
|
||||||
'lib/libopenjp2.so.2.3.0' => 'libopenjp2.so.7'
|
'lib/libopenjp2.so.2.3.0' => 'libopenjp2.so.7'
|
||||||
},
|
},
|
||||||
'current' => {
|
'current' => {
|
||||||
'lib/libopenjp2.so.2.3.0' => 'libopenjp2.so.7'
|
'lib/libopenjp2.so.2.3.1' => 'libopenjp2.so.7'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'Sover' => {
|
'Sover' => {
|
||||||
|
|
|
@ -153,6 +153,31 @@ image coordinates).</td><td class="lineno"></td></tr>
|
||||||
<tr class="stats"><td></td><th><i>4 lines changed or deleted</i></th><th><i> </i></th><th><i>8 lines changed or added</i></th><td></td></tr>
|
<tr class="stats"><td></td><th><i>4 lines changed or deleted</i></th><th><i> </i></th><th><i>8 lines changed or added</i></th><td></td></tr>
|
||||||
<tr><td colspan="5" align="center" class="small"></td></tr>
|
<tr><td colspan="5" align="center" class="small"></td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
<br/><br/>
|
||||||
|
|
||||||
|
<table class='diff_tbl' border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr id="part-1" bgcolor="orange"><th></th><th> opj_config.h (2.3.0) </th><th> </th><th> opj_config.h (current) </th><th></th></tr>
|
||||||
|
<tr><td class="lineno"></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"></td></tr>
|
||||||
|
<tr><td class="lineno"></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"></td></tr>
|
||||||
|
<tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr>
|
||||||
|
<tr><td class="lineno"></td><td class="left">/*-------------------------------------------------------------------------
|
||||||
|
-*/</td><td> </td><td class="right">/*-------------------------------------------------------------------------
|
||||||
|
-*/</td><td class="lineno"></td></tr>
|
||||||
|
<tr><td class="lineno"></td><td class="left">/* OpenJPEG Versioning
|
||||||
|
*/</td><td> </td><td class="right">/* OpenJPEG Versioning
|
||||||
|
*/</td><td class="lineno"></td></tr>
|
||||||
|
<tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr>
|
||||||
|
<tr><td class="lineno"></td><td class="left">/* Version number. */</td><td> </td><td class="right">/* Version number. */</td><td class="lineno"></td></tr>
|
||||||
|
<tr><td class="lineno"></td><td class="left">#define OPJ_VERSION_MAJOR 2</td><td> </td><td class="right">#define OPJ_VERSION_MAJOR 2</td><td class="lineno"></td></tr>
|
||||||
|
<tr><td class="lineno"></td><td class="left">#define OPJ_VERSION_MINOR 3</td><td> </td><td class="right">#define OPJ_VERSION_MINOR 3</td><td class="lineno"></td></tr>
|
||||||
|
<tr id="diff0001"><td></td></tr>
|
||||||
|
<tr><td class="lineno"></td><td class="lblock">#define OPJ_VERSION_BUILD <span class="delete">0</span></td><td> </td><td class="rblock">#define OPJ_VERSION_BUILD <span class="insert">1</span></td><td class="lineno"></td></tr>
|
||||||
|
|
||||||
|
<tr><td></td><td class="left"></td><td> </td><td class="right"></td><td></td></tr>
|
||||||
|
<tr id="end" bgcolor="gray"><th colspan="5" align="center"> End of changes. 1 change blocks. </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>
|
<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>
|
</td></tr></table>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"Total": 1
|
"Total": 2
|
||||||
}
|
}
|
|
@ -7,4 +7,4 @@
|
||||||
/* Version number. */
|
/* Version number. */
|
||||||
#define OPJ_VERSION_MAJOR 2
|
#define OPJ_VERSION_MAJOR 2
|
||||||
#define OPJ_VERSION_MINOR 3
|
#define OPJ_VERSION_MINOR 3
|
||||||
#define OPJ_VERSION_BUILD 0
|
#define OPJ_VERSION_BUILD 1
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
||||||
libopenjp2.so.2.3.0
|
libopenjp2.so.2.3.1
|
|
@ -8,7 +8,7 @@
|
||||||
# The OPENJPEG version number.
|
# The OPENJPEG version number.
|
||||||
set(OPENJPEG_MAJOR_VERSION "2")
|
set(OPENJPEG_MAJOR_VERSION "2")
|
||||||
set(OPENJPEG_MINOR_VERSION "3")
|
set(OPENJPEG_MINOR_VERSION "3")
|
||||||
set(OPENJPEG_BUILD_VERSION "0")
|
set(OPENJPEG_BUILD_VERSION "1")
|
||||||
|
|
||||||
# The libraries.
|
# The libraries.
|
||||||
set(OPENJPEG_LIBRARIES "openjp2")
|
set(OPENJPEG_LIBRARIES "openjp2")
|
||||||
|
|
|
@ -14,12 +14,12 @@ GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||||
SET_PROPERTY(TARGET openjp2 APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
SET_PROPERTY(TARGET openjp2 APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||||
SET_TARGET_PROPERTIES(openjp2 PROPERTIES
|
SET_TARGET_PROPERTIES(openjp2 PROPERTIES
|
||||||
IMPORTED_LINK_INTERFACE_LIBRARIES_DEBUG "m;-lpthread"
|
IMPORTED_LINK_INTERFACE_LIBRARIES_DEBUG "m;-lpthread"
|
||||||
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libopenjp2.so.2.3.0"
|
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libopenjp2.so.2.3.1"
|
||||||
IMPORTED_SONAME_DEBUG "libopenjp2.so.7"
|
IMPORTED_SONAME_DEBUG "libopenjp2.so.7"
|
||||||
)
|
)
|
||||||
|
|
||||||
LIST(APPEND _IMPORT_CHECK_TARGETS openjp2 )
|
LIST(APPEND _IMPORT_CHECK_TARGETS openjp2 )
|
||||||
LIST(APPEND _IMPORT_CHECK_FILES_FOR_openjp2 "${_IMPORT_PREFIX}/lib/libopenjp2.so.2.3.0" )
|
LIST(APPEND _IMPORT_CHECK_FILES_FOR_openjp2 "${_IMPORT_PREFIX}/lib/libopenjp2.so.2.3.1" )
|
||||||
|
|
||||||
# Import target "openjp2_static" for configuration "Debug"
|
# Import target "openjp2_static" for configuration "Debug"
|
||||||
SET_PROPERTY(TARGET openjp2_static APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
SET_PROPERTY(TARGET openjp2_static APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||||
|
|
|
@ -8,7 +8,7 @@ includedir=${prefix}/include/openjpeg-2.3
|
||||||
Name: openjp2
|
Name: openjp2
|
||||||
Description: JPEG2000 library (Part 1 and 2)
|
Description: JPEG2000 library (Part 1 and 2)
|
||||||
URL: http://www.openjpeg.org/
|
URL: http://www.openjpeg.org/
|
||||||
Version: 2.3.0
|
Version: 2.3.1
|
||||||
Libs: -L${libdir} -lopenjp2
|
Libs: -L${libdir} -lopenjp2
|
||||||
Libs.private: -lm
|
Libs.private: -lm
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class='object'>libopenjp2.so.2.3.0</td>
|
<td class='object'>libopenjp2.so.2.3.0</td>
|
||||||
<td class='ok'><a href='../../../../compat_report/openjpeg/2.3.0/current/9c9ed/abi_compat_report.html'>100%</a></td>
|
<td class='ok'><a href='../../../../compat_report/openjpeg/2.3.0/current/1b967/abi_compat_report.html'>100%</a></td>
|
||||||
<td class='ok'>0</td>
|
<td class='ok'>0</td>
|
||||||
<td class='ok'>0</td>
|
<td class='ok'>0</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -30,13 +30,13 @@
|
||||||
<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>2019-03-29<br/>12:25</td>
|
<td>2019-04-02<br/>11:00</td>
|
||||||
<td>7</td>
|
<td>7</td>
|
||||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||||
<td class='ok'><a href='../../objects_report/openjpeg/2.3.0/current/report.html'>100%</a></td>
|
<td class='ok'><a href='../../objects_report/openjpeg/2.3.0/current/report.html'>100%</a></td>
|
||||||
<td class='ok'>0</td>
|
<td class='ok'>0</td>
|
||||||
<td class='ok'>0</td>
|
<td class='ok'>0</td>
|
||||||
<td><a href='../../headers_diff/openjpeg/2.3.0/current/diff.html'>1</a></td>
|
<td><a href='../../headers_diff/openjpeg/2.3.0/current/diff.html'>2</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id='v2.3.0'><td>2.3.0</td>
|
<tr id='v2.3.0'><td>2.3.0</td>
|
||||||
<td>2017-10-04</td>
|
<td>2017-10-04</td>
|
||||||
|
@ -170,7 +170,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 Fri Mar 29 11:39:37 2019.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue Apr 2 09:36:24 2019.<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