Boost C++ Libraries: Ticket #5975: Reduce the combinations of header-only, shared, static link to reduce test time by 50%. https://svn.boost.org/trac10/ticket/5975 <p> Currently every run is done on header-only mode, static and shared link. This takes too much time to run all the tests. There are some tests that are not concerned by the now() functions, which are the single one implemented in the library. These test could be run only on header-only mode without any loss of coverage. </p> <p> In addition the tests done by static linking are not finding any error respect to the shared link, so them could be removed also. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5975 Trac 1.4.3 anonymous Mon, 10 Oct 2011 20:11:59 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/5975#comment:1 https://svn.boost.org/trac10/ticket/5975#comment:1 <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> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.48.0</span> </li> </ul> Ticket