Boost C++ Libraries: Ticket #1988: Boost.Config macros badly added. https://svn.boost.org/trac10/ticket/1988 <p> The two macros: </p> <p> BOOST_NO_THREADEX and BOOST_NO_GETSYSTEMTIMEASFILETIME, should be named BOOST_HAS_* since they describe non-standard features, and should probably be set in win32.hpp given that these are platform rather than compiler specific? </p> <p> Changes would effect <a class="missing wiki">DateTime</a> and Thread libraries as well as Boost.Config. </p> <p> There are also no docs or test cases for these. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1988 Trac 1.4.3 Dean Michael Berris Mon, 29 Nov 2010 02:40:51 GMT <link>https://svn.boost.org/trac10/ticket/1988#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1988#comment:1</guid> <description> <p> <a class="missing wiki">John/Anthony</a>, </p> <p> Is this still an issue? Has this already been adressed and if not should this be broken up into smaller issues that can independently be addressed? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Mon, 29 Nov 2010 12:20:36 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1988#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1988#comment:2</guid> <description> <p> Yes it still appears to be an issue, these macros weren't added correctly to Boost.Config. </p> <p> I don't see how this can be broken up into smaller issues though sorry... </p> <p> John. </p> <p> PS if someone takes this on, they will need to take the changes through into the release branch as well. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Dean Michael Berris</dc:creator> <pubDate>Mon, 29 Nov 2010 12:48:23 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1988#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1988#comment:3</guid> <description> <p> I'll see if I can get patches out and tests run to see whether I can take this on. I'll give it some time tomorrow morning (PHT), I'll update as I run into issues or whether I have progress appropriately. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Tue, 26 Apr 2011 15:03:37 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1988#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1988#comment:4</guid> <description> <p> Dean - are you still going to do this? </p> <p> Here's what a quick search turns up: </p> <pre class="wiki">trunk marshall$ grep -r BOOST_NO_THREADEX * boost/config/compiler/visualc.hpp:# define BOOST_NO_THREADEX libs/thread/src/win32/thread.cpp:#ifdef BOOST_NO_THREADEX trunk marshall$ grep -r BOOST_NO_GETSYSTEMTIMEASFILETIME * boost/config/compiler/visualc.hpp:# define BOOST_NO_GETSYSTEMTIMEASFILETIME boost/date_time/filetime_functions.hpp:#elif defined(BOOST_NO_GETSYSTEMTIMEASFILETIME) </pre><p> If you don't have time, I can probably take care of this. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Dean Michael Berris</dc:creator> <pubDate>Tue, 26 Apr 2011 22:35:41 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1988#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1988#comment:5</guid> <description> <p> Nope, sorry about that -- please go ahead and take this one on. I shall punt this to you. :) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Wed, 27 Apr 2011 15:51:12 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1988#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1988#comment:6</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/71533" title="Renamed BOOST_NO_THREADEX -&gt; BOOST_HAS_THREADEX and ...">[71533]</a>) Renamed BOOST_NO_THREADEX -&gt; BOOST_HAS_THREADEX and BOOST_NO_GETSYSTEMTIMEASFILETIME --&gt; BOOST_HAS_GETSYSTEMTIMEASFILETIME - Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1988" title="#1988: Bugs: Boost.Config macros badly added. (closed: fixed)">#1988</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Mon, 02 May 2011 20:56:55 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1988#comment:7 https://svn.boost.org/trac10/ticket/1988#comment:7 <ul> <li><strong>status</strong> <span class="trac-field-old">new</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/71676" title="Merge fixes to release; Fixes #1988">[71676]</a>) Merge fixes to release; Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1988" title="#1988: Bugs: Boost.Config macros badly added. (closed: fixed)">#1988</a> </p> Ticket