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