2011-01-07 15:36:34 +01:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
2011-01-09 12:29:54 +01:00
|
|
|
<title>Developer Information - Cppcheck</title>
|
2012-09-26 13:44:45 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Orbitron&text=Cppcheck" />
|
2012-11-29 16:02:25 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="/site/css/pack.css" />
|
2011-01-07 15:36:34 +01:00
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
2011-01-11 18:36:17 +01:00
|
|
|
<link rel="alternate" type="application/atom+xml" title="Recent Commits to cppcheck:master"
|
|
|
|
href="https://github.com/danmar/cppcheck/commits/master.atom" />
|
2011-02-03 20:25:55 +01:00
|
|
|
<link rel="alternate" type="application/atom+xml" title="Trac Timeline"
|
|
|
|
href="http://sourceforge.net/apps/trac/cppcheck/timeline?changeset=on&ticket=on&milestone=on&wiki=on&max=50&daysback=90&format=rss" />
|
2013-01-21 11:27:03 +01:00
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" type="text/javascript"></script>
|
2012-11-29 16:02:25 +01:00
|
|
|
<script src="/site/js/pack.js" type="text/javascript"></script>
|
2011-01-16 14:55:32 +01:00
|
|
|
<script type="text/javascript">
|
|
|
|
$(function() {
|
|
|
|
$("#github-commits").listCommits("danmar", "cppcheck", "master");
|
|
|
|
});
|
|
|
|
</script>
|
2011-01-07 15:36:34 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="header">
|
|
|
|
<div class="wrap">
|
|
|
|
<h1>Cppcheck</h1>
|
|
|
|
<p>A tool for static C/C++ code analysis</p>
|
|
|
|
</div> <!-- .wrap -->
|
|
|
|
</div> <!-- #header -->
|
|
|
|
<div id="tabs">
|
|
|
|
<div class="wrap">
|
|
|
|
<ul>
|
|
|
|
<li><a href="/">Home</a></li>
|
|
|
|
<li><a href="http://sourceforge.net/apps/mediawiki/cppcheck/">Wiki</a></li>
|
|
|
|
<li><a href="http://sourceforge.net/apps/phpbb/cppcheck/">Forum</a></li>
|
2012-07-12 21:24:46 +02:00
|
|
|
<li><a href="http://sourceforge.net/apps/trac/cppcheck/">Issues</a></li>
|
2011-01-07 15:36:34 +01:00
|
|
|
<li><strong><a href="/devinfo/" title="Developer Information">Developer Info</a></strong></li>
|
2012-05-17 18:07:38 +02:00
|
|
|
<li><a href="/demo/">Online Demo</a></li>
|
2011-01-07 15:36:34 +01:00
|
|
|
<li><a href="http://sourceforge.net/projects/cppcheck/">Project page</a></li>
|
|
|
|
</ul>
|
|
|
|
</div> <!-- .wrap -->
|
|
|
|
</div> <!-- #tabs -->
|
2012-07-14 14:50:27 +02:00
|
|
|
<div id="anchors">
|
|
|
|
<div class="wrap">
|
|
|
|
<ul>
|
|
|
|
<li><a href="#source-code">Source Code</a></li>
|
|
|
|
<li><a href="#trac-timeline">Trac Timeline</a></li>
|
|
|
|
<li><a href="#active-forum-topics">Active Forum Topics</a></li>
|
|
|
|
<li><a href="#doxygen">Doxygen</a></li>
|
|
|
|
<li><a href="#other">Other</a></li>
|
|
|
|
</ul>
|
|
|
|
</div> <!-- .wrap -->
|
|
|
|
</div> <!-- #anchors -->
|
2011-01-07 15:36:34 +01:00
|
|
|
<div id="content">
|
|
|
|
<div class="wrap">
|
2012-07-14 14:50:27 +02:00
|
|
|
<h2><a id="source-code">Source Code</a></h2>
|
2011-01-08 15:20:39 +01:00
|
|
|
<p>Latest version can be found in the <a href="https://github.com/danmar/cppcheck/">
|
2012-07-07 17:39:50 +02:00
|
|
|
cppcheck git repository</a>.</p>
|
|
|
|
<p>To get the source code using git:</p>
|
|
|
|
<pre class="cmd">git clone git://github.com/danmar/cppcheck.git</pre>
|
|
|
|
<p>To get the source code using subversion:</p>
|
|
|
|
<pre class="cmd">svn checkout https://github.com/danmar/cppcheck/trunk</pre>
|
2011-01-08 15:20:39 +01:00
|
|
|
<p>You can also <a href="https://github.com/danmar/cppcheck/downloads">download
|
|
|
|
the latest sources in a zip or tgz archive</a> from the github website.</p>
|
2011-01-16 14:55:32 +01:00
|
|
|
<h3>Recent Commits</h3>
|
|
|
|
<div id="github-commits"><a href="https://github.com/danmar/cppcheck/commits/master">View recent commits…</a></div>
|
2011-02-03 21:08:01 +01:00
|
|
|
<p><a href="https://github.com/danmar/cppcheck/commits/master">View all commits…</a></p>
|
2012-07-14 14:50:27 +02:00
|
|
|
<h2><a id="trac-timeline">Trac Timeline</a></h2>
|
2011-02-03 20:55:15 +01:00
|
|
|
<?php
|
2012-09-23 11:27:25 +02:00
|
|
|
require '../site/simplepie/simplepie.php';
|
2011-02-03 20:55:15 +01:00
|
|
|
|
|
|
|
$feed = new SimplePie();
|
|
|
|
$feed->set_feed_url('http://sourceforge.net/apps/trac/cppcheck/timeline?changeset=on&ticket=on&milestone=on&wiki=on&max=10&daysback=90&format=rss');
|
2012-09-23 12:00:06 +02:00
|
|
|
$feed->set_cache_location('../site/simplepie/cache');
|
2011-02-03 20:55:15 +01:00
|
|
|
$feed->init();
|
|
|
|
print("<ul class=\"rssfeeditems\">\n");
|
|
|
|
foreach ($feed->get_items() as $item) { //for the last timeline items...
|
|
|
|
$author = $item->get_author();
|
2011-06-27 21:51:12 +02:00
|
|
|
print(" <li><a href=\"".$item->get_link()."\">".$item->get_title()."</a> <em>by <strong>".$author->get_name()."</strong> on ".$item->get_date('Y-m-d')."</em></li>\n");
|
2011-02-03 20:55:15 +01:00
|
|
|
}
|
|
|
|
print("</ul>\n");
|
|
|
|
?>
|
|
|
|
<p><a href="http://sourceforge.net/apps/trac/cppcheck/timeline">View complete Trac timeline…</a></p>
|
2012-07-14 14:50:27 +02:00
|
|
|
<h2><a id="active-forum-topics">Active Forum Topics</a></h2>
|
2011-06-24 18:34:48 +02:00
|
|
|
<?php
|
|
|
|
require '../site/activetopics.php';
|
|
|
|
|
|
|
|
$activetopics = new Forum_ActiveTopics('http://sourceforge.net/apps/phpbb/cppcheck/');
|
|
|
|
print("<ul class=\"rssfeeditems\">\n");
|
|
|
|
foreach ($activetopics->getTopics(0, 10) as $topic) { //for all active topics...
|
2011-06-27 21:47:16 +02:00
|
|
|
$lastPostLine = '';
|
|
|
|
if ($topic->getLastPost() != null) {
|
|
|
|
$lastPost = $topic->getLastPost();
|
|
|
|
$lastPostLine = sprintf('last post by <strong>%1$s</strong> at %2$s', $lastPost->getUser(), $lastPost->getDate('Y-m-d H:i'));
|
|
|
|
}
|
|
|
|
print(" <li><a href=\"".$topic->getLink()."\">".$topic->getTitle()."</a> <em>".$lastPostLine."</em></li>\n");
|
2011-06-24 18:34:48 +02:00
|
|
|
}
|
|
|
|
print("</ul>\n");
|
|
|
|
?>
|
|
|
|
<p><a href="http://sourceforge.net/apps/phpbb/cppcheck/search.php?st=0&search_id=active_topics">View all active topics…</a></p>
|
2012-07-14 14:50:27 +02:00
|
|
|
<h2><a id="doxygen">Doxygen</a></h2>
|
2011-01-07 15:36:34 +01:00
|
|
|
<ul>
|
2011-07-02 17:21:34 +02:00
|
|
|
<li><a href="doxyoutput/">Output</a></li>
|
|
|
|
<li><a href="doxygen-errors.txt">Errors</a></li>
|
2011-01-07 15:36:34 +01:00
|
|
|
</ul>
|
2012-07-14 14:50:27 +02:00
|
|
|
<h2><a id="other">Other</a></h2>
|
2011-01-07 15:36:34 +01:00
|
|
|
<ul>
|
2011-07-02 17:21:34 +02:00
|
|
|
<li><a href="coverage_report/">Coverage report</a></li>
|
|
|
|
<li><a href="cpd.txt">CPD report (duplicate code)</a></li>
|
2011-01-07 15:36:34 +01:00
|
|
|
</ul>
|
|
|
|
</div> <!-- .wrap -->
|
|
|
|
</div> <!-- #content -->
|
|
|
|
</body>
|
|
|
|
</html>
|