<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>b.l.o.g. &#187; gcov</title>
	<atom:link href="http://blog.stefan-weigand.de/tag/gcov/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stefan-weigand.de</link>
	<description>v0.7 Beta</description>
	<lastBuildDate>Mon, 22 Aug 2011 09:33:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bookmarks for November 6th</title>
		<link>http://blog.stefan-weigand.de/2008/11/07/bookmarks-for-november-6th-2/</link>
		<comments>http://blog.stefan-weigand.de/2008/11/07/bookmarks-for-november-6th-2/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:01:54 +0000</pubDate>
		<dc:creator>del.icio.us</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code-coverage]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[gcov]]></category>
		<category><![CDATA[ggcov]]></category>
		<category><![CDATA[system:filetype:pdf]]></category>
		<category><![CDATA[system:media:document]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.stefan-weigand.de/?p=400</guid>
		<description><![CDATA[These are my links for November 6th: ggcov: A Practical Guide To Making Your Test Suite Suck Less &#8211; Slides for using ggcov in testing Linux-Unix-Programmierung : Analyse mit GCOV &#8211; Related posts:Bookmarks for November 19thBookmarks for November 28thBookmarks for November 13thBookmarks for November 6thBookmarks for November 18thCopyright &#169; 2010 This feed is for personal, [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.stefan-weigand.de%252F2008%252F11%252F07%252Fbookmarks-for-november-6th-2%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Bookmarks%20for%20November%206th%22%20%7D);"></div>
<p>These are my links for November 6th:</p>
<ul>
<li><a href="http://ggcov.sourceforge.net/docs/ggcov-osdc-200612-draft6.pdf">ggcov: A Practical Guide To Making Your Test Suite Suck Less</a> &#8211; Slides for using ggcov in testing</li>
<li><a href="http://www.pronix.de/pronix-583.html">Linux-Unix-Programmierung : Analyse mit GCOV</a> &#8211; </li>
</ul>
<hr /><h2>Related posts:</h2><ul><li><a href="http://blog.stefan-weigand.de/2008/11/19/bookmarks-for-november-19th/" rel="bookmark" title="Permanent Link: Bookmarks for November 19th">Bookmarks for November 19th</a></li><li><a href="http://blog.stefan-weigand.de/2008/11/28/bookmarks-for-november-28th/" rel="bookmark" title="Permanent Link: Bookmarks for November 28th">Bookmarks for November 28th</a></li><li><a href="http://blog.stefan-weigand.de/2008/11/13/bookmarks-for-november-13th/" rel="bookmark" title="Permanent Link: Bookmarks for November 13th">Bookmarks for November 13th</a></li><li><a href="http://blog.stefan-weigand.de/2008/11/06/bookmarks-for-november-6th/" rel="bookmark" title="Permanent Link: Bookmarks for November 6th">Bookmarks for November 6th</a></li><li><a href="http://blog.stefan-weigand.de/2008/11/18/bookmarks-for-november-18th/" rel="bookmark" title="Permanent Link: Bookmarks for November 18th">Bookmarks for November 18th</a></li></ul><hr /><small>Copyright &copy; 2010<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> 742ecfd0e96ea524e8a517363ce68a32 (38.107.179.210) )</small>
]]></content:encoded>
			<wfw:commentRss>http://blog.stefan-weigand.de/2008/11/07/bookmarks-for-november-6th-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for October 10th</title>
		<link>http://blog.stefan-weigand.de/2008/10/10/bookmarks-for-october-10th/</link>
		<comments>http://blog.stefan-weigand.de/2008/10/10/bookmarks-for-october-10th/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 11:03:33 +0000</pubDate>
		<dc:creator>del.icio.us</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code-coverage]]></category>
		<category><![CDATA[cppunit]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[gcov]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.stefan-weigand.de/2008/10/10/bookmarks-for-october-10th/</guid>
		<description><![CDATA[These are my links for October 10th: Code Coverage using gcov &#8211; This is a short article describing how to use gcov with cppunit in general. Related posts:Bookmarks for October 14thBookmarks for October 28thBookmarks for October 1stBookmarks for September 10thBookmarks for October 14thCopyright &#169; 2010 This feed is for personal, non-commercial use only. The use [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.stefan-weigand.de%252F2008%252F10%252F10%252Fbookmarks-for-october-10th%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Bookmarks%20for%20October%2010th%22%20%7D);"></div>
<p>These are my links for October 10th:</p>
<ul>
<li><a href="http://kosmaczewski.net/2007/07/23/gcov/">Code Coverage using gcov</a> &#8211; This is a short article describing how to use gcov with cppunit in general.</li>
</ul>
<hr /><h2>Related posts:</h2><ul><li><a href="http://blog.stefan-weigand.de/2008/10/14/bookmarks-for-october-14th/" rel="bookmark" title="Permanent Link: Bookmarks for October 14th">Bookmarks for October 14th</a></li><li><a href="http://blog.stefan-weigand.de/2008/10/28/bookmarks-for-october-28th/" rel="bookmark" title="Permanent Link: Bookmarks for October 28th">Bookmarks for October 28th</a></li><li><a href="http://blog.stefan-weigand.de/2008/10/01/bookmarks-for-october-1st/" rel="bookmark" title="Permanent Link: Bookmarks for October 1st">Bookmarks for October 1st</a></li><li><a href="http://blog.stefan-weigand.de/2008/09/10/bookmarks-for-september-10th/" rel="bookmark" title="Permanent Link: Bookmarks for September 10th">Bookmarks for September 10th</a></li><li><a href="http://blog.stefan-weigand.de/2008/10/15/bookmarks-for-october-14th-2/" rel="bookmark" title="Permanent Link: Bookmarks for October 14th">Bookmarks for October 14th</a></li></ul><hr /><small>Copyright &copy; 2010<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> 742ecfd0e96ea524e8a517363ce68a32 (38.107.179.210) )</small>
]]></content:encoded>
			<wfw:commentRss>http://blog.stefan-weigand.de/2008/10/10/bookmarks-for-october-10th/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

