Boost C++ Libraries: Ticket #2327: [config] Preliminary support for CodeGear C++ Builder 2009 https://svn.boost.org/trac10/ticket/2327 <p> I'm enclosing a preliminary patch to support the latest compiler from <a class="missing wiki">CodeGear</a> (ex Borland). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2327 Trac 1.4.3 Nicola Musatti Mon, 15 Sep 2008 19:55:05 GMT attachment set https://svn.boost.org/trac10/ticket/2327 https://svn.boost.org/trac10/ticket/2327 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_config.patch</span> </li> </ul> Ticket Nicola Musatti Mon, 15 Sep 2008 20:07:52 GMT attachment set https://svn.boost.org/trac10/ticket/2327 https://svn.boost.org/trac10/ticket/2327 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">libs_config.patch</span> </li> </ul> Ticket John Maddock Tue, 16 Sep 2008 10:50:24 GMT status changed https://svn.boost.org/trac10/ticket/2327#comment:1 https://svn.boost.org/trac10/ticket/2327#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Re: the boost_no_is_abstract test, am I correct in thinking that the compiler still can't handle our default is_abstract code, but does have an <span class="underline">is_abstract intrinsic instead? </span></p> Ticket John Maddock Tue, 16 Sep 2008 11:06:17 GMT <link>https://svn.boost.org/trac10/ticket/2327#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2327#comment:2</guid> <description> <p> I've applied most the config header changes, but not yet the new config macros: I'll need test cases and docs for these before applying. </p> <p> Thanks, John. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Nicola Musatti</dc:creator> <pubDate>Tue, 16 Sep 2008 21:13:03 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2327#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2327#comment:3</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/2327#comment:1" title="Comment 1">johnmaddock</a>: </p> <blockquote class="citation"> <p> Re: the boost_no_is_abstract test, am I correct in thinking that the compiler still can't handle our default is_abstract code, but does have an <span class="underline">is_abstract intrinsic instead? </span></p> </blockquote> <p> Exactly. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Nicola Musatti</dc:creator> <pubDate>Tue, 16 Sep 2008 21:14:08 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2327#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2327#comment:4</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/2327#comment:2" title="Comment 2">johnmaddock</a>: </p> <blockquote class="citation"> <p> I've applied most the config header changes, but not yet the new config macros: I'll need test cases and docs for these before applying. </p> <p> Thanks, John. </p> </blockquote> <p> Fair enough. I'll post further patches as soon as I have things ready. </p> <p> Thank you! </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Nicola Musatti</dc:creator> <pubDate>Thu, 18 Sep 2008 21:57:52 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2327#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2327#comment:5</guid> <description> <p> I'm attaching another couple of patches with test cases, documentation and a small change to codegear.hpp. These patches also include the non applied changes from the previous ones. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Nicola Musatti</dc:creator> <pubDate>Thu, 18 Sep 2008 21:58:14 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/2327 https://svn.boost.org/trac10/ticket/2327 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_config2.patch</span> </li> </ul> Ticket Nicola Musatti Thu, 18 Sep 2008 21:58:26 GMT attachment set https://svn.boost.org/trac10/ticket/2327 https://svn.boost.org/trac10/ticket/2327 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">libs_config2.patch</span> </li> </ul> Ticket John Maddock Fri, 19 Sep 2008 12:00:17 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2327#comment:6 https://svn.boost.org/trac10/ticket/2327#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/48893" title="Fixes #2327. Additional Codegear support macros and configuration.">[48893]</a>) Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2327" title="#2327: Patches: [config] Preliminary support for CodeGear C++ Builder 2009 (closed: fixed)">#2327</a>. Additional Codegear support macros and configuration. </p> Ticket