<?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>The One With D &#187; GDC Releases</title>
	<atom:link href="http://dblog.aldacron.net/category/gdc-releases/feed/" rel="self" type="application/rss+xml" />
	<link>http://dblog.aldacron.net</link>
	<description>News and Opinions Regarding the D Programming Language</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:41:34 +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>News Roundup</title>
		<link>http://dblog.aldacron.net/2011/12/06/news-roundup-5/</link>
		<comments>http://dblog.aldacron.net/2011/12/06/news-roundup-5/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 02:14:08 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[GDC Releases]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[D1]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[GDC]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[VisualD]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=961</guid>
		<description><![CDATA[Recent announcements from D Land. * If you are doing any graphics programming in D, you may be interested in gl3n, a math library explicitly geared toward that purpose. * Version 0.3.29 of VisualD has been announced. This release includes &#8230; <a href="http://dblog.aldacron.net/2011/12/06/news-roundup-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recent announcements from D Land.</p>
<p>* If you are doing any graphics programming in D, you may be interested in <a href="https://bitbucket.org/dav1d/gl3n/overview" target="_blank">gl3n</a>, a math library explicitly geared toward that purpose.</p>
<p>* Version 0.3.29 of <a href="http://www.dsource.org/projects/visuald" target="_blank">VisualD</a> has been announced. This release includes a nifty little tool that will convert C++ code to D.</p>
<p>* Another IDE plugin has hit the streets. This one, called <a href="http://mono-d.sourceforge.net/" target="_blank">Mono-D</a>, is &#8220;a MonoDevelop AddIn which provides code completion/refactoring features and project management for D.&#8221;</p>
<p>* And good news for Windows developers who don&#8217;t want to use DMD. A new version of MingW GDC is out, with support for Thread-Local Storage. For this one, Daniel Green&#8217;s full newsgroup announcement is quoted below.</p>
<blockquote><p>Please post all issues in D.gnu or on GDC&#8217;s bitbucket site <a href="https://bitbucket.org/goshawk/gdc">https://bitbucket.org/goshawk/gdc</a></p>
<p>* Built against TDM GCC 4.6.1:  <a href="http://tdm-gcc.tdragon.net/">http://tdm-gcc.tdragon.net/</a><br />
* Built against GDC revision 7e22befef29c.<br />
* Working TLS support.<br />
* Updated binutils and mingw runtime for TLS support.<br />
* new gas directive @secrel32 will generate a constant offset usable<br />
as an immediate or displacement value.<br />
Works like posix counterparts @tpoff, @dtpoff, etc.<br />
* Fixes an error with the mingw runtime related to TLS.<br />
* 7-zip format for size reasons:  <a href="http://7-zip.org/">http://7-zip.org</a><br />
* Release includes both D versions.<br />
* -v1(default) compiles for D1.<br />
* -v2 compiles for D2.<br />
* The switch must be used for linking as well.<br />
* Made possible by Iain Buclaw&#8217;s hard work in maintaining GDC.<br />
* 64bit and up to date GDC forthcoming.</p>
<p>To install simply extract to you TDM MinGW32 directory.</p>
<p>This release<br />
<a href="https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm-1-gdc-7e22befef29c-20111205.zip">https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm-1-gdc-7e22befef29c-20111205.zip</a></p>
<p>All MinGW GDC downloads.<br />
It&#8217;s highly recommended to ignore all prior builds.  TLS <strong>*will*</strong> not work.<br />
<a href="https://bitbucket.org/goshawk/gdc/downloads">https://bitbucket.org/goshawk/gdc/downloads</a></p>
<p>All patches, source files and build scripts can be found at <a href="https://bitbucket.org/venix1/mingw-gdc/">https://bitbucket.org/venix1/mingw-gdc/</a></p>
<p>Enjoy.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2011/12/06/news-roundup-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>gdcmac For XCode 3.1</title>
		<link>http://dblog.aldacron.net/2008/10/04/gdcmac-for-xcode-31/</link>
		<comments>http://dblog.aldacron.net/2008/10/04/gdcmac-for-xcode-31/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 01:53:30 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[GDC Releases]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/2008/10/04/gdcmac-for-xcode-31/</guid>
		<description><![CDATA[Anders has announced an installer package for gdcmac for XCode 3.1 and Mac OS X 10.5. It&#8217;s based on the sources for gcc-5484 and gdc-r229. Technorati Tags: D Programming Language, GDC, Mac OS X, GCC]]></description>
			<content:encoded><![CDATA[<p>Anders has announced <a href="http://sourceforge.net/project/showfiles.php?group_id=135857&#038;package_id=149174&amp;release_id=605580">an installer package</a> for gdcmac for XCode 3.1 and Mac OS X 10.5. It&#8217;s based on the sources for gcc-5484 and gdc-r229.</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/D%20Programming%20Language" rel="tag">D Programming Language</a>, <a class="performancingtags" href="http://technorati.com/tag/GDC" rel="tag">GDC</a>, <a class="performancingtags" href="http://technorati.com/tag/Mac%20OS%20X" rel="tag">Mac OS X</a>, <a class="performancingtags" href="http://technorati.com/tag/GCC" rel="tag">GCC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2008/10/04/gdcmac-for-xcode-31/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>wxD 0.11, gdcwin, and gdcmac</title>
		<link>http://dblog.aldacron.net/2007/08/22/wxd-011-gdcwin-and-gdcmac/</link>
		<comments>http://dblog.aldacron.net/2007/08/22/wxd-011-gdcwin-and-gdcmac/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 23:33:56 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[GDC Releases]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/2007/08/22/wxd-011-gdcwin-and-gdcmac/</guid>
		<description><![CDATA[Anders has released a new version of his wxWidgets bindings. This release works with wxWidgets 2.8.4 and includes support for the string alias introduced in DMD 1.016. On an unrelated note, Anders has also updated his precompiled, ready to run &#8230; <a href="http://dblog.aldacron.net/2007/08/22/wxd-011-gdcwin-and-gdcmac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Anders has released a new version of <a href="http://wxd.sourceforge.net/">his wxWidgets bindings</a>. This release works with <a href="http://www.wxwidgets.org/">wxWidgets 2.8.4</a> and includes support for the string alias introduced in DMD 1.016.</p>
<p>On an unrelated note, Anders has also updated his precompiled, ready to run GDC packages for <a href="http://gdcmac.sourceforge.net/">Mac</a> and <a href="http://gdcwin.sourceforge.net/">Windows</a>. They require Apple GCC-4.0.1 and <a href="http://www.mingw.org/">MingW</a> GCC-3.4.5 respectively.</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/D%20Programming%20Language" rel="tag">D Programming Language</a>, <a class="performancingtags" href="http://technorati.com/tag/wxWidgets" rel="tag">wxWidgets</a>, <a class="performancingtags" href="http://technorati.com/tag/GCC" rel="tag">GCC</a>, <a class="performancingtags" href="http://technorati.com/tag/GDC" rel="tag">GDC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2007/08/22/wxd-011-gdcwin-and-gdcmac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDC 0.24</title>
		<link>http://dblog.aldacron.net/2007/08/22/gdc-024/</link>
		<comments>http://dblog.aldacron.net/2007/08/22/gdc-024/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 09:51:36 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[GDC Releases]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/2007/08/22/gdc-024/</guid>
		<description><![CDATA[GDC users will be happy to know that David has released a new version. This release brings GDC up to DMD 1.020 and fixes several bugs. Additionally, support for GCC 3.3.x has been removed. Technorati Tags: D Programming Language, GDC, &#8230; <a href="http://dblog.aldacron.net/2007/08/22/gdc-024/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://dgcc.sourceforge.net/">GDC</a> users will be happy to know that David has released <a href="http://www.dsource.org/projects/descent">a new version</a>. This release brings GDC up to DMD 1.020 and fixes several bugs. Additionally, support for GCC 3.3.x has been removed.</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/D%20Programming%20Language" rel="tag">D Programming Language</a>, <a class="performancingtags" href="http://technorati.com/tag/GDC" rel="tag">GDC</a>, <a class="performancingtags" href="http://technorati.com/tag/GCC" rel="tag">GCC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2007/08/22/gdc-024/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDC 0.23</title>
		<link>http://dblog.aldacron.net/2007/03/06/gdc-023/</link>
		<comments>http://dblog.aldacron.net/2007/03/06/gdc-023/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 16:15:13 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[GDC Releases]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/2007/03/06/gdc-023/</guid>
		<description><![CDATA[David Friedman has announced GDC 0.23. In addition to being updated to DMD 1.007, this release adds support for 64-bit targets. From the NG announcement: GDC now supports 64-bit targets! A new x86_64 Linux binary is available and the MacOS &#8230; <a href="http://dblog.aldacron.net/2007/03/06/gdc-023/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>David Friedman has announced <a href="http://sourceforge.net/project/showfiles.php?group_id=154306">GDC 0.23</a>. In addition to being updated to DMD 1.007, this release adds support for 64-bit targets. From the NG announcement:</p>
<blockquote><p>GDC now supports 64-bit targets! A new x86_64 Linux binary is available and the MacOS X binary supports x86_64 and ppc64. </p></blockquote>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/D%20Programming%20Language" rel="tag">D Programming Language</a>, <a class="performancingtags" href="http://technorati.com/tag/GDC" rel="tag">GDC</a>, <a class="performancingtags" href="http://technorati.com/tag/GCC" rel="tag">GCC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2007/03/06/gdc-023/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDC 0.22</title>
		<link>http://dblog.aldacron.net/2007/02/06/gdc-022/</link>
		<comments>http://dblog.aldacron.net/2007/02/06/gdc-022/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 13:53:36 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[GDC Releases]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/2007/02/06/gdc-022/</guid>
		<description><![CDATA[David Friedman has released GDC 0.22. Among other things, this release updates GDC to DMD 1.004, deprecates support for GCC 3.3.x, and adds support for GCC 4.1.x. Technorati Tags: D Programming Language, GDC, GCC]]></description>
			<content:encoded><![CDATA[<p>David Friedman has released <a href="http://sourceforge.net/project/showfiles.php?group_id=154306">GDC 0.22</a>. Among other things, this release updates GDC to DMD 1.004, deprecates support for GCC 3.3.x, and adds support for GCC 4.1.x.</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/D%20Programming%20Language" rel="tag">D Programming Language</a>, <a class="performancingtags" href="http://technorati.com/tag/GDC" rel="tag">GDC</a>, <a class="performancingtags" href="http://technorati.com/tag/GCC" rel="tag">GCC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2007/02/06/gdc-022/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GDC 0.21</title>
		<link>http://dblog.aldacron.net/2007/01/03/gdc-021/</link>
		<comments>http://dblog.aldacron.net/2007/01/03/gdc-021/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 20:11:43 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[GDC Releases]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/2007/01/03/gdc-021/</guid>
		<description><![CDATA[David Friedman is on top of things &#8212; he has announced a new version of GDC that is updated to the very latest DMD, along with several bug fixes, GCC extended assembler, and basic support for GCC attributes. All of &#8230; <a href="http://dblog.aldacron.net/2007/01/03/gdc-021/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>David Friedman is on top of things &#8212; he has announced a new version of GDC that is updated to the very latest DMD, along with several bug fixes, GCC extended assembler, and basic support for GCC attributes. All of you penguin heads, gnu lovers, and posix standardizers can get the new goods over at <a href="http://sourceforge.net/project/showfiles.php?group_id=154306">sourceforge</a>. And don&#8217;t forget to tell David how much you appreciate his hard work!</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/D%20Programming%20Language" rel="tag">D Programming Language</a>, <a class="performancingtags" href="http://technorati.com/tag/GDC" rel="tag">GDC</a>, <a class="performancingtags" href="http://technorati.com/tag/GCC" rel="tag">GCC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2007/01/03/gdc-021/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDC 0.20</title>
		<link>http://dblog.aldacron.net/2006/12/18/gdc-020/</link>
		<comments>http://dblog.aldacron.net/2006/12/18/gdc-020/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 03:19:33 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[GDC Releases]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/2006/12/18/gdc-020/</guid>
		<description><![CDATA[I&#8217;m (sort of) back after a week with no internet access. Recently announced, GDC 0.20 has been released. In addition to incorporating several fixes, it is now updated to DMD 0.177. Technorati Tags: D Programming Language, GDC, GCC]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m (sort of) back after a week with no internet access. Recently announced, <a href="http://sourceforge.net/project/showfiles.php?group_id=154306">GDC 0.20</a> has been released. In addition to incorporating several fixes, it is now updated to DMD 0.177. </p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/D%20Programming%20Language" rel="tag">D Programming Language</a>, <a class="performancingtags" href="http://technorati.com/tag/GDC" rel="tag">GDC</a>, <a class="performancingtags" href="http://technorati.com/tag/GCC" rel="tag">GCC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2006/12/18/gdc-020/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDC 0.19</title>
		<link>http://dblog.aldacron.net/2006/07/12/gdc-019/</link>
		<comments>http://dblog.aldacron.net/2006/07/12/gdc-019/#comments</comments>
		<pubDate>Wed, 12 Jul 2006 08:57:17 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[GDC Releases]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/2006/07/12/gdc-019/</guid>
		<description><![CDATA[David Friedman has released GDC 0.19. Here are his release notes: * Fixed D Bugzilla bugs 141(gdc), 157, 162, 164, 171, 174, 175, 192, 229 * Applied Dave Fladebo&#8217;s suggestion for -O3 in gdmd * Updated to DMD 0.162 * &#8230; <a href="http://dblog.aldacron.net/2006/07/12/gdc-019/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>David Friedman has released <a href="http://sourceforge.net/project/showfiles.php?group_id=154306">GDC 0.19</a>. Here are his release notes:</p>
<blockquote><p>
* Fixed D Bugzilla bugs 141(gdc), 157, 162, 164, 171, 174, 175, 192, 229<br />
* Applied Dave Fladebo&#8217;s suggestion for -O3 in gdmd<br />
* Updated to DMD 0.162<br />
* The version symbol for FreeBSD is now &#8220;freebsd&#8221;<br />
* Enabled std.loader for FreeBSD<br />
* Implement offsetof in assembler<br />
* Support building with Apple&#8217;s GCC (4.0 only)<br />
* Fix parallel builds </p></blockquote>
<p>Technorati Tags: <a href="http://technorati.com/tag/D%20Programming%20Language" rel="tag">D Programming Language</a>, <a href="http://technorati.com/tag/GDC" rel="tag">GDC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2006/07/12/gdc-019/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDC 0.18</title>
		<link>http://dblog.aldacron.net/2006/05/27/gdc-018/</link>
		<comments>http://dblog.aldacron.net/2006/05/27/gdc-018/#comments</comments>
		<pubDate>Sat, 27 May 2006 08:46:53 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[GDC Releases]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/2006/05/27/gdc-018/</guid>
		<description><![CDATA[David Friedman has reappeared with news of a GDC release. He also has set up a project page at SourceForge, with a Subversion repository forthcoming. The changelog for the new version, as posted in the NG: * Fixes &#160;&#160; o &#8230; <a href="http://dblog.aldacron.net/2006/05/27/gdc-018/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>David Friedman has reappeared with news of a <a href="http://sourceforge.net/project/showfiles.php?group_id=154306">GDC release</a>. He also has set up a <a href="http://dgcc.sourceforge.net/">project page at SourceForge</a>, with a Subversion repository forthcoming. The changelog for the new version, as posted in the NG:</p>
<blockquote><p>* Fixes<br />
<br />&nbsp;&nbsp; o ICE on assignment arithmetic<br />
<br />&nbsp;&nbsp; o Problems mixing D and assembler floating point operations<br />
<br />&nbsp;&nbsp; o Mac OS X 10.2 build problems<br />
<br />&nbsp;&nbsp; o The gdc driver no longer compiles C source as C++<br />
<br />&nbsp;&nbsp; o Many others&#8230;<br />
<br />* Improvements<br />
<br />&nbsp;&nbsp; o Updated to DMD 0.157<br />
<br />&nbsp;&nbsp; o Support for PowerPC Linux<br />
<br />&nbsp;&nbsp; o Partial support for SkyOS<br />
<br />&nbsp;&nbsp; o Compiler can be relocated to another directory.<br />
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2006/05/27/gdc-018/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

