Source Code
Latest version can be found in the cppcheck git repository.
To get the source code using git:
git clone git://github.com/danmar/cppcheck.git
To get the source code using subversion:
svn checkout https://github.com/danmar/cppcheck/trunk
You can also download the latest sources in a zip or tgz archive from the github website.
Recent 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");
foreach ($feed->get_items() as $item) { //for the last timeline items...
if ($author = $item->get_author()) {
$author = "by ".trim($author->get_name())."";
} else {
$author = null;
}
print("
- get_link()."\">".$item->get_title()." ".$author." on ".$item->get_date('Y-m-d')." \n"); } print("
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("Doxygen
Other
- DACA2 - Scanning Debian with Cppcheck. Version: 1.63 / 1.64 / head
- Coverage report
- CPD report (duplicate code)