Source Code

Latest version can be found in the cppcheck git repository. To download it, run the following command:

git clone git://github.com/danmar/cppcheck.git

You can also download the latest sources in a zip or tgz archive from the github website.

Recent Commits

View all commits…

Trac Timeline

set_feed_url('http://sourceforge.net/apps/trac/cppcheck/timeline?changeset=on&ticket=on&milestone=on&wiki=on&max=10&daysback=90&format=rss'); $feed->set_cache_location('./site/simplepie/cache'); $feed->init(); print("\n"); ?>

View complete Trac timeline…

Active Forum Topics

\n"); foreach ($activetopics->getTopics(0, 10) as $topic) { //for all active topics... $lastPostLine = ''; if ($topic->getLastPost() != null) { $lastPost = $topic->getLastPost(); $lastPostLine = sprintf('last post by %1$s at %2$s', $lastPost->getUser(), $lastPost->getDate('Y-m-d H:i')); } print("
  • getLink()."\">".$topic->getTitle()." ".$lastPostLine."
  • \n"); } print("\n"); ?>

    View all active topics…

    Doxygen

    Other