Skip to content

Commit 7c49637

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents ff6f62e + 630eca6 commit 7c49637

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

index.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,23 @@
6060

6161
<h2 id="download">Download</h2>
6262

63-
<h3>Cppcheck 2.14 (open source)</h3>
63+
<h3>Cppcheck 2.20 (open source)</h3>
6464
<table width="80%" class="table" >
6565
<tr>
6666
<th width="75%">Platform</th>
6767
<th>File</th>
6868
</tr>
6969
<tr>
7070
<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>
7272
</tr>
7373
<tr>
7474
<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>
7676
</tr>
7777
<tr>
7878
<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>
8080
</tr>
8181
</table>
8282

@@ -218,13 +218,14 @@
218218
<li><strong>CppDepend 5</strong> - <a href="http://www.cppdepend.com/CppDependV5.aspx">integrated</a></li>
219219
<li><strong>Eclipse</strong> - <a href="https://github.com/cppchecksolutions/cppcheclipse/wiki/Installation">Cppcheclipse</a></li>
220220
<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>
222222
<li><strong>Hudson</strong> - <a href="http://wiki.hudson-ci.org/display/HUDSON/Cppcheck+Plugin">Cppcheck Plugin</a></li>
223223
<li><strong>Jenkins</strong> - <a href="http://wiki.jenkins-ci.org/display/JENKINS/Cppcheck+Plugin">Cppcheck Plugin</a></li>
224224
<li><strong>KDevelop</strong> - <a href="https://kdevelop.org/">integrated since v5.1</a></li>
225225
<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>
226226
<li><strong>QtCreator</strong> - <a href="https://sourceforge.net/projects/qtprojecttool/files">Qt Project Tool (qpt)</a></li>
227227
<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>
228229
<li><strong>Visual Studio</strong> - <a href="https://github.com/VioletGiraffe/cppcheck-vs-addin/releases/latest">Visual Studio plugin</a></li>
229230
<li><strong>VScode</strong> - <a href="https://marketplace.visualstudio.com/items?itemName=NathanJ.cppcheck-plugin">VScode plugin</a></li>
230231
</ul>

0 commit comments

Comments
 (0)