|
60 | 60 |
|
61 | 61 | <h2 id="download">Download</h2> |
62 | 62 |
|
63 | | -<h3>Cppcheck 2.14 (open source)</h3> |
| 63 | +<h3>Cppcheck 2.20 (open source)</h3> |
64 | 64 | <table width="80%" class="table" > |
65 | 65 | <tr> |
66 | 66 | <th width="75%">Platform</th> |
67 | 67 | <th>File</th> |
68 | 68 | </tr> |
69 | 69 | <tr> |
70 | 70 | <td>Windows 64-bit (No XP support)</td> |
71 | | - <td><a href="https://github.com/danmar/cppcheck/releases/download/2.14.1/cppcheck-2.14.1-x64-Setup.msi">Installer</a></td> |
| 71 | + <td><a href="https://github.com/danmar/cppcheck/releases/download/2.20.0/cppcheck-2.20.0-x64-Setup.msi">Installer</a></td> |
72 | 72 | </tr> |
73 | 73 | <tr> |
74 | 74 | <td>Source code (.zip)</td> |
75 | | - <td><a href="https://github.com/danmar/cppcheck/archive/2.14.1.zip">Archive</a></td> |
| 75 | + <td><a href="https://github.com/danmar/cppcheck/archive/2.20.0.zip">Archive</a></td> |
76 | 76 | </tr> |
77 | 77 | <tr> |
78 | 78 | <td>Source code (.tar.gz)</td> |
79 | | - <td><a href="https://github.com/danmar/cppcheck/archive/2.14.1.tar.gz">Archive</a></td> |
| 79 | + <td><a href="https://github.com/danmar/cppcheck/archive/2.20.0.tar.gz">Archive</a></td> |
80 | 80 | </tr> |
81 | 81 | </table> |
82 | 82 |
|
|
218 | 218 | <li><strong>CppDepend 5</strong> - <a href="http://www.cppdepend.com/CppDependV5.aspx">integrated</a></li> |
219 | 219 | <li><strong>Eclipse</strong> - <a href="https://github.com/cppchecksolutions/cppcheclipse/wiki/Installation">Cppcheclipse</a></li> |
220 | 220 | <li><strong>gedit</strong> - <a href="http://github.com/odamite/gedit-cppcheck">gedit plugin</a></li> |
221 | | - <li><strong>github</strong> - <a href="https://www.codacy.com/">Codacy</a> and <a href="http://www.softacheck.com/">SoftaCheck</a></li> |
| 221 | + <li><strong>github</strong> - <a href="https://www.codacy.com/">Codacy</a>, <a href="https://www.codety.io/">Codety</a> and <a href="http://www.softacheck.com/">SoftaCheck</a></li> |
222 | 222 | <li><strong>Hudson</strong> - <a href="http://wiki.hudson-ci.org/display/HUDSON/Cppcheck+Plugin">Cppcheck Plugin</a></li> |
223 | 223 | <li><strong>Jenkins</strong> - <a href="http://wiki.jenkins-ci.org/display/JENKINS/Cppcheck+Plugin">Cppcheck Plugin</a></li> |
224 | 224 | <li><strong>KDevelop</strong> - <a href="https://kdevelop.org/">integrated since v5.1</a></li> |
225 | 225 | <li><strong>Mercurial (Linux)</strong> - <a href="http://sourceforge.net/p/cppcheck/wiki/mercurialhook/">pre-commit hook</a> - Check for new errors on commit (requires interactive terminal)</li> |
226 | 226 | <li><strong>QtCreator</strong> - <a href="https://sourceforge.net/projects/qtprojecttool/files">Qt Project Tool (qpt)</a></li> |
227 | 227 | <li><strong>Tortoise SVN</strong> - <a href="http://omerez.com/automatic-static-code-analysis/">Adding a pre-commit hook script</a></li> |
| 228 | + <li><strong>Vim</strong> - <a href="https://vimhelp.org/quickfix.txt.html#compiler-cppcheck">Vim Compiler</a></li> |
228 | 229 | <li><strong>Visual Studio</strong> - <a href="https://github.com/VioletGiraffe/cppcheck-vs-addin/releases/latest">Visual Studio plugin</a></li> |
229 | 230 | <li><strong>VScode</strong> - <a href="https://marketplace.visualstudio.com/items?itemName=NathanJ.cppcheck-plugin">VScode plugin</a></li> |
230 | 231 | </ul> |
|
0 commit comments