<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Recent changes to news</title><link>http://sourceforge.net/p/cfix/news/</link><description>Recent changes to news</description><language>en</language><lastBuildDate>Sun, 31 Jan 2010 12:07:57 -0000</lastBuildDate><item><title>cfix 1.6 released, simplifies authoring of mu</title><link>http://sourceforge.net/p/cfix/news/2010/01/cfix-16-released-simplifies-authoring-of-mu/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A new release of cfix, the unit testing framework for C and C++, is now available. &lt;/p&gt;
&lt;p&gt;Besides some minor enhancements like extending the maximum permitted fixture name,  cfix 1.6 introduces a new feature, Anonymous Thread Auto-Registration.&lt;/p&gt;
&lt;p&gt;Updated binaries and source code are available on Sourceforge: &lt;a href="http://sourceforge.net/projects/cfix/files/"&gt;http://sourceforge.net/projects/cfix/files/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes Passing</dc:creator><pubDate>Sun, 31 Jan 2010 12:07:57 -0000</pubDate><guid>http://sourceforge.net5626ffdc657e2a027f1165ef681100270458dc65</guid></item><item><title>cfix 1.5.1 released, fixing several issues</title><link>http://sourceforge.net/p/cfix/news/2009/11/cfix-151-released-fixing-several-issues/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A new version of cfix, the unit testing framework for C and C++ on Windows, is now available for download. Despite fixing several minor issues, the new version resolves the following two issues that were reported by users:&lt;/p&gt;
&lt;p&gt;* Definiting multiple WinUnit fixtures with setup/teardown routines in a single .cpp file leads to a compilation error&lt;br /&gt;
* A thread handle is leaked during execution of a test (#2889511)&lt;/p&gt;
&lt;p&gt;Updated binaries and source code ara available here: &lt;a href="http://sourceforge.net/projects/cfix/files/"&gt;http://sourceforge.net/projects/cfix/files/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes Passing</dc:creator><pubDate>Sat, 07 Nov 2009 10:39:42 -0000</pubDate><guid>http://sourceforge.net33a472e33d8808705e29bf7b37c0c0495382c188</guid></item><item><title>cfix 1.4 released; cfix studio enters public beta</title><link>http://sourceforge.net/p/cfix/news/2009/06/cfix-14-released-cfix-studio-enters-public-beta/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;cfix 1.4, in addition to the existing feature of allowing test runs to be restricted to specific fixtures, now also allows single testcases to be run in isolation, which can be a great aid in debugging. Besides several minor fixes, the cfix API has been slightly enhanced and cfix now degrades more gracefully in case of dbghelp-issues.&lt;/p&gt;
&lt;p&gt;As a major step forward, cfix' new sister project, cfix studio has now entered public beta. cfix studio, built on top of cfix 1.4, is an AddIn for Visual Studio 2005/2008 that adds C/C++ unit testing capabilities to the IDE -- including debugger integration, appropriate tool windows and built-in support for dealing with multiple architectures (32/64 bit).&lt;/p&gt;
&lt;p&gt;Check out the beta release on&lt;br /&gt;
&lt;a href="http://www.cfix-studio.com/unit-testing-framework/download.html" rel="nofollow"&gt;http://www.cfix-studio.com/unit-testing-framework/download.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Updated cfix binaries and source code are now available for download on&lt;br /&gt;
&lt;a href="http://sourceforge.net/project/showfiles.php?group_id=218233&amp;amp;package_id=263204"&gt;http://sourceforge.net/project/showfiles.php?group_id=218233&amp;amp;package_id=263204&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes Passing</dc:creator><pubDate>Tue, 23 Jun 2009 18:21:29 -0000</pubDate><guid>http://sourceforge.nete4b6308c550a5591161ee551d841eccc5758ca8c</guid></item><item><title>cfix 1.3.0 released, introduces WinUnit compatibility</title><link>http://sourceforge.net/p/cfix/news/2009/03/cfix-130-released-introduces-winunit-compatibility/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Today, cfix 1.3, the latest version of the open source unit testing framework for C/C++ on Windows, has been released. Besides several minor improvements, version 1.3 introduces source-level compatibility to WinUnit: That is, existing WinUnit tests can be recompiled into cfix tests without source modification. Along with the existing C and C++ APIs, the WinUnit API denotes the third API set supported by cfix. &lt;/p&gt;
&lt;p&gt;For a quick overview of the new features, please refer to the respective post on JP's blog [1]. &lt;/p&gt;
&lt;p&gt;Updated binaries and source code are now available for download. &lt;/p&gt;
&lt;p&gt;[1]http://jpassing.wordpress.com/?p=213&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes Passing</dc:creator><pubDate>Tue, 03 Mar 2009 19:46:11 -0000</pubDate><guid>http://sourceforge.net1a045f77c677f5797e5e13ebae91d51f82838f53</guid></item><item><title>cfix 1.2.0 released</title><link>http://sourceforge.net/p/cfix/news/2008/11/cfix-120-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Version 1.2 introduces a number of improvements, the most important being improved support for C++: In addition to the existing C API, cfix 1.2 introduces a new, easier to use, C++ specific API.&lt;/p&gt;
&lt;p&gt;For a quick overview of the new features, please refer to my blog post at&lt;br /&gt;
&lt;a href="http://jpassing.wordpress.com/?p=163" rel="nofollow"&gt;http://jpassing.wordpress.com/?p=163&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Binaries, source code, and documentation can be found on&lt;br /&gt;
&lt;a href="http://cfix.sourceforge.net/"&gt;http://cfix.sourceforge.net/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Tutorials are available on &lt;br /&gt;
&lt;a href="http://cfix.sourceforge.net/doc/TutorialUserVsCc.html"&gt;http://cfix.sourceforge.net/doc/TutorialUserVsCc.html&lt;/a&gt; (User C++) &lt;br /&gt;
&lt;a href="http://cfix.sourceforge.net/doc/TutorialUserVs.html"&gt;http://cfix.sourceforge.net/doc/TutorialUserVs.html&lt;/a&gt; (User C) &lt;br /&gt;
&lt;a href="http://cfix.sourceforge.net/doc/TutorialKernelWdk.html"&gt;http://cfix.sourceforge.net/doc/TutorialKernelWdk.html&lt;/a&gt; (Kernel C)&lt;/p&gt;
&lt;p&gt;cfix is a unit testing framework for C/C++, specialized for Win32 and NT kernel mode development. It is open source and licensed under the GNU Lesser General Public License.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes Passing</dc:creator><pubDate>Mon, 10 Nov 2008 10:26:56 -0000</pubDate><guid>http://sourceforge.net183e6218998566d80b7b0fabc70a122eafc2c9d0</guid></item><item><title>cfix 1.1.1 released  </title><link>http://sourceforge.net/p/cfix/news/2008/08/cfix-111-released--/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As discussed last week on &lt;a href="http://jpassing.wordpress.com/?p=97" rel="nofollow"&gt;http://jpassing.wordpress.com/?p=97&lt;/a&gt;, cfix 1.1.0 has suffered from a potential deadlocking issue when run in the VisualStudio 2008 debugger. cfix 1.1.1 mitigates this problem and should now work equally well with Visual Studio 2005 and 2008.&lt;/p&gt;
&lt;p&gt;When run in a debugger, cfix now will not try to capture a stack trace for a failed assertion any more. These stack traces usually have been redundant to what the debugger provides, yet the logic to implement this has been the reason for the interference with the VS 2008 debugger. When run outside the debugger, cfix will capture and display a stack trace as before. &lt;/p&gt;
&lt;p&gt;Updated binaries and source code is now available for download.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes Passing</dc:creator><pubDate>Tue, 26 Aug 2008 11:13:40 -0000</pubDate><guid>http://sourceforge.net0c76368b141d76eb1cb1e2185d1c066737dddbad</guid></item><item><title>cfix 1.1 introduces NT kernel mode unit tests</title><link>http://sourceforge.net/p/cfix/news/2008/07/cfix-11-introduces-nt-kernel-mode-unit-tests/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;cfix 1.1, the latest version of the cfix unit testing framework has been released. cfix 1.1 introduces a variety of new features, the most important clearly being the ability to write kernel mode unit tests. That is, cfix now allows developers to author testcases that are run in kernel mode.&lt;/p&gt;
&lt;p&gt;Read more about kernel mode unit testing and other new features of cfix 1.1 at &lt;a href="http://jpassing.wordpress.com/2008/07/14/cfix-11-introduces-nt-kernel-mode-unit-tests/" rel="nofollow"&gt;http://jpassing.wordpress.com/2008/07/14/cfix-11-introduces-nt-kernel-mode-unit-tests/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes Passing</dc:creator><pubDate>Mon, 14 Jul 2008 14:49:32 -0000</pubDate><guid>http://sourceforge.net7baed6d4493329c3123c323ba2905e760ec95f20</guid></item><item><title>cfix 1.0.1 adds support for Windows 2000</title><link>http://sourceforge.net/p/cfix/news/2008/06/cfix-101-adds-support-for-windows-2000/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Despite the fact that mainstream support for Windows 2000 has ended in 2005 and the system is well on its way to retirement, Windows 2000 is still in wide use today. As such, it remains being an important target platform for many software packages.&lt;/p&gt;
&lt;p&gt;The fact that cfix has not provided support for Windows 2000 was thus unfortunate -- after all, if Windows 2000 is among the target platforms of your software, you should be able to run your tests on this platform.&lt;/p&gt;
&lt;p&gt;cfix 1.0.1 remedies this shortcoming and adds Windows 2000 i386 SP4 as an supported platform. &lt;/p&gt;
&lt;p&gt;The updated packages are available here: &lt;a href="http://sourceforge.net/project/showfiles.php?group_id=218233&amp;amp;amp;package_id=263204"&gt;http://sourceforge.net/project/showfiles.php?group_id=218233&amp;amp;amp;package_id=263204&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes Passing</dc:creator><pubDate>Tue, 03 Jun 2008 18:42:23 -0000</pubDate><guid>http://sourceforge.net79801f6f76f91612a77b570986695e24ad2ffb2e</guid></item><item><title>cfix 1.0.0 released</title><link>http://sourceforge.net/p/cfix/news/2008/04/cfix-100-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;About one month after having released the first release candidate, cfix has now reached version 1.0.0 final.&lt;/p&gt;
&lt;p&gt;The differences between RC1 and the final version are minor. A small number of bugs have emerged during the past weeks, most of which related to output and statistics tracking. Those bugs have been fixed in 1.0.0 final. Despite these fixes, there are no functional differences between the two releases.&lt;/p&gt;
&lt;p&gt;The release can be found on the Sourceforge Download Page: &lt;a href="http://sourceforge.net/project/showfiles.php?group_id=218233&amp;amp;package_id=263204"&gt;http://sourceforge.net/project/showfiles.php?group_id=218233&amp;amp;package_id=263204&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes Passing</dc:creator><pubDate>Thu, 03 Apr 2008 07:53:55 -0000</pubDate><guid>http://sourceforge.netd727d7d22e539ab5fa09f89126c290e4ef57483c</guid></item></channel></rss>