Skip to content

Commit

Permalink
index.php; open source cppcheck has partial handling of misra. fix li…
Browse files Browse the repository at this point in the history
…nk to cppcheclipse.
  • Loading branch information
danmar committed May 14, 2024
1 parent 8c8ef96 commit cf8af9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@
<h3 id="coding-standards">Coding standards</h3>
<table border="1" bgcolor="white">
<tr><th>Coding standard<th><th>&nbsp;Open Source&nbsp;</th><th>&nbsp;Premium&nbsp;</th></tr>
<tr><td>&nbsp;Misra C 2012 - original rules&nbsp;<td><td>&nbsp;Yes</td><td>&nbsp;Yes</td></tr>
<tr><td>&nbsp;Misra C 2012 - amendment #1&nbsp;<td><td>&nbsp;Yes</td><td>&nbsp;Yes</td></tr>
<tr><td>&nbsp;Misra C 2012 - amendment #2&nbsp;<td><td>&nbsp;Yes</td><td>&nbsp;Yes</td></tr>
<tr><td>&nbsp;Misra C 2012 - original rules&nbsp;<td><td>&nbsp;Partial</td><td>&nbsp;Yes</td></tr>
<tr><td>&nbsp;Misra C 2012 - amendment #1&nbsp;<td><td>&nbsp;Partial</td><td>&nbsp;Yes</td></tr>
<tr><td>&nbsp;Misra C 2012 - amendment #2&nbsp;<td><td>&nbsp;Partial</td><td>&nbsp;Yes</td></tr>
<tr><td>&nbsp;Misra C 2012 - amendment #3&nbsp;<td><td></td><td>&nbsp;Yes</td></tr>
<tr><td>&nbsp;Misra C 2012 - amendment #4&nbsp;<td><td></td><td>&nbsp;Yes</td></tr>
<tr><td>&nbsp;Misra C 2012 - Compliance report&nbsp;<td><td></td><td>&nbsp;Yes</td></tr>
Expand All @@ -216,7 +216,7 @@
<li><strong>CodeDX</strong> (software assurance tool) - <a href="http://codedx.com/code-dx-standard/">integrated</a></li>
<li><strong>CodeLite</strong> - <em>integrated</em></li>
<li><strong>CppDepend 5</strong> - <a href="http://www.cppdepend.com/CppDependV5.aspx">integrated</a></li>
<li><strong>Eclipse</strong> - <a href="https://github.com/kwin/cppcheclipse/wiki/Installation">Cppcheclipse</a></li>
<li><strong>Eclipse</strong> - <a href="https://github.com/cppchecksolutions/cppcheclipse/wiki/Installation">Cppcheclipse</a></li>
<li><strong>gedit</strong> - <a href="http://github.com/odamite/gedit-cppcheck">gedit plugin</a></li>
<li><strong>github</strong> - <a href="https://www.codacy.com/">Codacy</a> and <a href="http://www.softacheck.com/">SoftaCheck</a></li>
<li><strong>Hudson</strong> - <a href="http://wiki.hudson-ci.org/display/HUDSON/Cppcheck+Plugin">Cppcheck Plugin</a></li>
Expand Down

0 comments on commit cf8af9b

Please sign in to comment.