-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update version, javadoc, and copyrights
- Loading branch information
Showing
177 changed files
with
92,992 additions
and
18,361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<feature | ||
id="com.ensoftcorp.open.c.commons.feature" | ||
label="C Commons Toolbox" | ||
version="3.3.7.qualifier" | ||
provider-name="EnSoft Corp."> | ||
|
||
<description url="https://ensoftcorp.github.io/c-commons-toolbox/"> | ||
A collection of analysis utilities for analyzing C and C++ programs. | ||
</description> | ||
|
||
<copyright url="https://ensoftcorp.github.io/c-commons-toolbox/"> | ||
Copyright (c) 2017 EnSoft Corp. | ||
</copyright> | ||
|
||
<license url="https://github.com/EnSoftCorp/c-commons-toolbox/blob/master/LICENSE"> | ||
MIT License | ||
|
||
Copyright (c) 2017 EnSoft Corp. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
</license> | ||
|
||
<plugin | ||
id="com.ensoftcorp.open.c.commons" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
<plugin | ||
id="com.ensoftcorp.open.c.commons.ui" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
</feature> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<feature | ||
id="com.ensoftcorp.open.c.commons.feature" | ||
label="C Commons Toolbox" | ||
version="3.6.0.qualifier" | ||
provider-name="EnSoft Corp."> | ||
|
||
<description url="https://ensoftcorp.github.io/c-commons-toolbox/"> | ||
A collection of analysis utilities for analyzing C and C++ programs. | ||
</description> | ||
|
||
<copyright url="https://ensoftcorp.github.io/c-commons-toolbox/"> | ||
Copyright (c) 2020 EnSoft Corp. | ||
</copyright> | ||
|
||
<license url="https://github.com/EnSoftCorp/c-commons-toolbox/blob/master/LICENSE"> | ||
MIT License | ||
|
||
Copyright (c) 2020 EnSoft Corp. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
</license> | ||
|
||
<plugin | ||
id="com.ensoftcorp.open.c.commons" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
<plugin | ||
id="com.ensoftcorp.open.c.commons.ui" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
</feature> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-SymbolicName: com.ensoftcorp.open.c.commons.ui;singleton:=true | ||
Bundle-Version: 3.3.7.qualifier | ||
Require-Bundle: com.ensoftcorp.atlas.c.ui;bundle-version="3.6.0";visibility:=reexport, | ||
com.ensoftcorp.atlas.ui.shell;bundle-version="3.6.0";visibility:=reexport, | ||
com.ensoftcorp.open.commons.ui;bundle-version="3.3.7";visibility:=reexport, | ||
com.ensoftcorp.open.c.commons;bundle-version="3.3.7";visibility:=reexport | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Bundle-ActivationPolicy: lazy | ||
Bundle-Name: C Toolbox Commons User Interface | ||
Bundle-Vendor: EnSoft Corp. | ||
Automatic-Module-Name: com.ensoftcorp.open.c.commons.ui | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-SymbolicName: com.ensoftcorp.open.c.commons.ui;singleton:=true | ||
Bundle-Version: 3.6.0.qualifier | ||
Require-Bundle: com.ensoftcorp.atlas.c.ui;bundle-version="3.6.0";visibility:=reexport, | ||
com.ensoftcorp.atlas.ui.shell;bundle-version="3.6.0";visibility:=reexport, | ||
com.ensoftcorp.open.commons.ui;bundle-version="3.6.0";visibility:=reexport, | ||
com.ensoftcorp.open.c.commons;bundle-version="3.6.0";visibility:=reexport | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Bundle-ActivationPolicy: lazy | ||
Bundle-Name: C Toolbox Commons User Interface | ||
Bundle-Vendor: EnSoft Corp. | ||
Automatic-Module-Name: com.ensoftcorp.open.c.commons.ui |
24 changes: 0 additions & 24 deletions
24
com.ensoftcorp.open.c.commons.ui/doc/allclasses-frame.html
This file was deleted.
Oops, something went wrong.
168 changes: 168 additions & 0 deletions
168
com.ensoftcorp.open.c.commons.ui/doc/allclasses-index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
<!DOCTYPE HTML> | ||
<!-- NewPage --> | ||
<html lang="en"> | ||
<head> | ||
<!-- Generated by javadoc (12.0.1) on Sun May 24 21:42:27 EDT 2020 --> | ||
<title>All Classes</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta name="dc.created" content="2020-05-24"> | ||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> | ||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style"> | ||
<script type="text/javascript" src="script.js"></script> | ||
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script> | ||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script> | ||
<!--[if IE]> | ||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> | ||
<![endif]--> | ||
<script type="text/javascript" src="jquery/jquery-3.3.1.js"></script> | ||
<script type="text/javascript" src="jquery/jquery-migrate-3.0.1.js"></script> | ||
<script type="text/javascript" src="jquery/jquery-ui.js"></script> | ||
</head> | ||
<body> | ||
<script type="text/javascript"><!-- | ||
try { | ||
if (location.href.indexOf('is-external=true') == -1) { | ||
parent.document.title="All Classes"; | ||
} | ||
} | ||
catch(err) { | ||
} | ||
//--> | ||
var pathtoroot = "./"; | ||
var useModuleDirectories = true; | ||
loadScripts(document, 'script');</script> | ||
<noscript> | ||
<div>JavaScript is disabled on your browser.</div> | ||
</noscript> | ||
<header role="banner"> | ||
<nav role="navigation"> | ||
<div class="fixedNav"> | ||
<!-- ========= START OF TOP NAVBAR ======= --> | ||
<div class="topNav"><a id="navbar.top"> | ||
<!-- --> | ||
</a> | ||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||
<a id="navbar.top.firstrow"> | ||
<!-- --> | ||
</a> | ||
<ul class="navList" title="Navigation"> | ||
<li><a href="index.html">Overview</a></li> | ||
<li>Package</li> | ||
<li>Class</li> | ||
<li>Use</li> | ||
<li><a href="overview-tree.html">Tree</a></li> | ||
<li><a href="deprecated-list.html">Deprecated</a></li> | ||
<li><a href="index-files/index-1.html">Index</a></li> | ||
<li><a href="help-doc.html">Help</a></li> | ||
</ul> | ||
</div> | ||
<div class="subNav"> | ||
<ul class="navListSearch"> | ||
<li><label for="search">SEARCH:</label> | ||
<input type="text" id="search" value="search" disabled="disabled"> | ||
<input type="reset" id="reset" value="reset" disabled="disabled"> | ||
</li> | ||
</ul> | ||
</div> | ||
<a id="skip.navbar.top"> | ||
<!-- --> | ||
</a> | ||
<!-- ========= END OF TOP NAVBAR ========= --> | ||
</div> | ||
<div class="navPadding"> </div> | ||
<script type="text/javascript"><!-- | ||
$('.navPadding').css('padding-top', $('.fixedNav').css("height")); | ||
//--> | ||
</script> | ||
</nav> | ||
</header> | ||
<main role="main"> | ||
<div class="header"> | ||
<h1 title="All&nbsp;Classes" class="title">All Classes</h1> | ||
</div> | ||
<div class="allClassesContainer"> | ||
<ul class="blockList"> | ||
<li class="blockList"> | ||
<div class="typeSummary"> | ||
<table> | ||
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> | ||
<tr> | ||
<th class="colFirst" scope="col">Class</th> | ||
<th class="colLast" scope="col">Description</th> | ||
</tr> | ||
<tbody> | ||
<tr class="altColor" id="i0"> | ||
<td class="colFirst"><a href="com/ensoftcorp/open/c/commons/ui/Activator.html" title="class in com.ensoftcorp.open.c.commons.ui">Activator</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">The activator class controls the plug-in life cycle</div> | ||
</th> | ||
</tr> | ||
<tr class="rowColor" id="i1"> | ||
<td class="colFirst"><a href="com/ensoftcorp/open/c/commons/ui/smart/ControlFlowWithinFunctionSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart">ControlFlowWithinFunctionSmartView</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">For a selected function, displays the control flow graph.</div> | ||
</th> | ||
</tr> | ||
<tr class="altColor" id="i2"> | ||
<td class="colFirst"><a href="com/ensoftcorp/open/c/commons/ui/smart/DataFlowWithinFunctionSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart">DataFlowWithinFunctionSmartView</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">For a selected function, displays the data flow graph embedded in the control | ||
flow graph.</div> | ||
</th> | ||
</tr> | ||
<tr class="rowColor" id="i3"> | ||
<td class="colFirst"><a href="com/ensoftcorp/open/c/commons/ui/log/Log.html" title="class in com.ensoftcorp.open.c.commons.ui.log">Log</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">Centralized logging for Eclipse plugins.</div> | ||
</th> | ||
</tr> | ||
<tr class="altColor" id="i4"> | ||
<td class="colFirst"><a href="com/ensoftcorp/open/c/commons/ui/smart/MatchingPairSearchModelSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart">MatchingPairSearchModelSmartView</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">For a selected global variable or struct node, displays the Matching Pair | ||
Search Model with respect to preset Functions, by default getbuf and freebuf | ||
(for XINU).</div> | ||
</th> | ||
</tr> | ||
<tr class="rowColor" id="i5"> | ||
<td class="colFirst"><a href="com/ensoftcorp/open/c/commons/ui/smart/TypeOfSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart">TypeOfSmartView</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">For a selected node, displays the immediate type and the basis of that type.</div> | ||
</th> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</main> | ||
<footer role="contentinfo"> | ||
<nav role="navigation"> | ||
<!-- ======= START OF BOTTOM NAVBAR ====== --> | ||
<div class="bottomNav"><a id="navbar.bottom"> | ||
<!-- --> | ||
</a> | ||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | ||
<a id="navbar.bottom.firstrow"> | ||
<!-- --> | ||
</a> | ||
<ul class="navList" title="Navigation"> | ||
<li><a href="index.html">Overview</a></li> | ||
<li>Package</li> | ||
<li>Class</li> | ||
<li>Use</li> | ||
<li><a href="overview-tree.html">Tree</a></li> | ||
<li><a href="deprecated-list.html">Deprecated</a></li> | ||
<li><a href="index-files/index-1.html">Index</a></li> | ||
<li><a href="help-doc.html">Help</a></li> | ||
</ul> | ||
</div> | ||
<a id="skip.navbar.bottom"> | ||
<!-- --> | ||
</a> | ||
<!-- ======== END OF BOTTOM NAVBAR ======= --> | ||
</nav> | ||
</footer> | ||
</body> | ||
</html> |
24 changes: 0 additions & 24 deletions
24
com.ensoftcorp.open.c.commons.ui/doc/allclasses-noframe.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.