From 42f1ea0ad2561f284e897f3d2ed4a7893c359591 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Fri, 24 Jun 2011 23:08:41 +0300 Subject: [PATCH 1/3] Web: Improve front page language. Improve language in few places at the home page. And try to make couple of things more clear for people not familiar with this kind of tools. --- htdocs/index.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index 6aaa7e9b5..0b2c5f6fb 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -36,10 +36,11 @@ uninitialized variables, unused functions" />
-

Cppcheck is an analysis tool for C/C++ code. Unlike C/C++ -compilers and many other analysis tools, it don't detect syntax errors. Cppcheck -only detects the types of bugs that the compilers normally fail to detect. The -goal is no false positives.

+

Cppcheck is an static analysis tool for C/C++ code. Unlike +C/C++ compilers and many other analysis tools it does not detect syntax errors +in the code. Cppcheck primarily detects the types of bugs that the compilers +normally do not detect. The goal is to detect only real errors in the code +(i.e. have zero false positives).

Download

Download Now! Version 1.49 for Windows

@@ -53,8 +54,8 @@ as plugin for your favorite IDE:

  • Hudson - Cppcheck Plugin
  • Jenkins - Cppcheck Plugin
  • -

    No plugin exists for Visual Studio, but it's possible to add -Cppcheck as an external tool.

    +

    There is no plugin for Visual Studio, but it is possible to +add Cppcheck as an external tool.

    Features

      @@ -91,7 +92,7 @@ Cppcheck as an external tool.

      From 873dbc5d78935349d22bafcae5ccb4f5cfcc343a Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Fri, 24 Jun 2011 23:18:02 +0300 Subject: [PATCH 2/3] Web: Add link to Wikipedia's static analysis tool article. People looking at our front page may not be familiar with what the static analysis even means. Add a link which explains it for them. --- htdocs/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index 0b2c5f6fb..dc9798bd2 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -36,11 +36,11 @@ uninitialized variables, unused functions" />
    -

    Cppcheck is an static analysis tool for C/C++ code. Unlike -C/C++ compilers and many other analysis tools it does not detect syntax errors -in the code. Cppcheck primarily detects the types of bugs that the compilers -normally do not detect. The goal is to detect only real errors in the code -(i.e. have zero false positives).

    +

    Cppcheck is an static analysis tool +for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does +not detect syntax errors in the code. Cppcheck primarily detects the types of +bugs that the compilers normally do not detect. The goal is to detect only real +errors in the code (i.e. have zero false positives).

    Download

    Download Now! Version 1.49 for Windows

    From d35d66bc4acac7e7f799bba8d4f3a35f1f26bab5 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sat, 25 Jun 2011 00:37:44 +0300 Subject: [PATCH 3/3] Web: Small clarification for the front page. --- htdocs/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index dc9798bd2..11117f702 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -44,9 +44,9 @@ errors in the code (i.e. have zero false positives).

    Download

    Download Now! Version 1.49 for Windows

    -

    You can download the standalone tool from our -project page or try it -as plugin for your favorite IDE:

    +

    You can download the standalone Cppcheck from our +project page or add it +as a plugin for your favorite IDE:

    • Code::Blocks - integrated
    • CodeLite - integrated