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 = trim($author->get_name());
} else {
$author = 'anonymous';
}
print("
- get_link()."\">".$item->get_title()." by ".$author." on ".$item->get_date('Y-m-d')." \n"); } print("