<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Fast Builds: Unintrusive Precompiled Headers (PCH)</title>
	<atom:link href="http://chadaustin.me/2009/05/unintrusive-precompiled-headers-pch/feed/" rel="self" type="application/rss+xml" />
	<link>http://chadaustin.me/2009/05/unintrusive-precompiled-headers-pch/</link>
	<description></description>
	<lastBuildDate>Fri, 05 Mar 2010 02:09:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christoph</title>
		<link>http://chadaustin.me/2009/05/unintrusive-precompiled-headers-pch/comment-page-1/#comment-20372</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Mon, 22 Feb 2010 10:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://aegisknight.org/?p=1399#comment-20372</guid>
		<description>I&#039;ve taken a similar approach with CMake. In case you are interested in reading it, find it at http://cheind.wordpress.com/2010/02/21/reducing-compilation-time-precompiled-header/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve taken a similar approach with CMake. In case you are interested in reading it, find it at <a href="http://cheind.wordpress.com/2010/02/21/reducing-compilation-time-precompiled-header/" rel="nofollow">http://cheind.wordpress.com/2010/02/21/reducing-compilation-time-precompiled-header/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Repp</title>
		<link>http://chadaustin.me/2009/05/unintrusive-precompiled-headers-pch/comment-page-1/#comment-5815</link>
		<dc:creator>Jacob Repp</dc:creator>
		<pubDate>Sun, 24 May 2009 04:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://aegisknight.org/?p=1399#comment-5815</guid>
		<description>You can also do this on GCC using -include option and GCH files. I don&#039;t normally like implict includes but I may give it a try since we are just switching over to cmake and I have precompiled headers working both for cl.exe and gcc. This may fit in nicely with the way we&#039;re doing automatic cross module dependency header as well.</description>
		<content:encoded><![CDATA[<p>You can also do this on GCC using -include option and GCH files. I don&#8217;t normally like implict includes but I may give it a try since we are just switching over to cmake and I have precompiled headers working both for cl.exe and gcc. This may fit in nicely with the way we&#8217;re doing automatic cross module dependency header as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom K</title>
		<link>http://chadaustin.me/2009/05/unintrusive-precompiled-headers-pch/comment-page-1/#comment-5801</link>
		<dc:creator>Tom K</dc:creator>
		<pubDate>Sun, 24 May 2009 00:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://aegisknight.org/?p=1399#comment-5801</guid>
		<description>Seems a bit raw, but i definitely like the idea of not having to modify the source! Nice work/idea. 

Besides that it would be quite interesting why there is not better compiler/linker side approach on that?</description>
		<content:encoded><![CDATA[<p>Seems a bit raw, but i definitely like the idea of not having to modify the source! Nice work/idea. </p>
<p>Besides that it would be quite interesting why there is not better compiler/linker side approach on that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Austin</title>
		<link>http://chadaustin.me/2009/05/unintrusive-precompiled-headers-pch/comment-page-1/#comment-5659</link>
		<dc:creator>Chad Austin</dc:creator>
		<pubDate>Wed, 20 May 2009 21:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://aegisknight.org/?p=1399#comment-5659</guid>
		<description>The nice thing about this approach is that it has no effect on other platforms!  You can enable PCH on Windows and do normal builds on Linux/Mac.

Does gcc support non-intrusive PCH?</description>
		<content:encoded><![CDATA[<p>The nice thing about this approach is that it has no effect on other platforms!  You can enable PCH on Windows and do normal builds on Linux/Mac.</p>
<p>Does gcc support non-intrusive PCH?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas</title>
		<link>http://chadaustin.me/2009/05/unintrusive-precompiled-headers-pch/comment-page-1/#comment-5658</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Wed, 20 May 2009 21:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://aegisknight.org/?p=1399#comment-5658</guid>
		<description>Alright, good. Now let&#039;s see you do that on a cross platform source tree.</description>
		<content:encoded><![CDATA[<p>Alright, good. Now let&#8217;s see you do that on a cross platform source tree.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
