[prev in list] [next in list] [prev in thread] [next in thread] 

List:       boost-testing
Subject:    Re: [Boost-testing] [EXTERNAL] Re:  Changes to status/Jamfile.v2
From:       "Belcourt, Kenneth" <kbelco () sandia ! gov>
Date:       2016-06-19 20:52:49
Message-ID: 06BA32CF-E11F-490E-9138-FC35501CD8B7 () sandia ! gov
[Download RAW message or body]

[Attachment #2 (text/plain)]


On Jun 19, 2016, at 2:42 PM, Rene Rivera \
<grafikrobot@gmail.com<mailto:grafikrobot@gmail.com>> wrote:

On Sun, Jun 19, 2016 at 3:22 PM, Belcourt, Kenneth \
<kbelco@sandia.gov<mailto:kbelco@sandia.gov>> wrote: Hi,

Been gone for a while, noticed some changes to develop status/Jamfile.v2 that I don't \
quite understand.  Can anyone tell me how to test just graph, graph_parallel, and \
mpi?  I used to be able to edit the status/Jamfile.v2 and remove all other libraries \
and leave just these three, then run ../b2 to test just these products.  That no \
longer works, hopefully there's an easy way to accomplish this same thing?  I have a \
hefty backlog of unread email so I apologize if the answer's in there somewhere, I \
did a quick scan and didn't see anything obviously applicable.

That's always been, and still is,  possible with:

b2 --limit-tests=graph --limit-tests=graph_parallel --limit-tests=mpi

Hmmm, that options doesn't seem to do anything.  I get the same output whether I pass \
—limit-tests or not, though the total number of targets is different.

sanj2010-193-132:boost kbelco$ ./b2
Performing configuration checks

    - 32-bit                   : no  (cached)
    - 64-bit                   : yes (cached)
    - arm                      : no  (cached)
    - mips1                    : no  (cached)
    - power                    : no  (cached)
    - sparc                    : no  (cached)
    - x86                      : yes (cached)

Building the Boost C++ Libraries.


    - symlinks supported       : yes (cached)
    - C++11 mutex              : yes (cached)
    - lockfree boost::atomic_flag : yes (cached)
    - has_icu builds           : no  (cached)
    - zlib                     : yes (cached)
    - bzip2                    : yes (cached)
    - iconv (libc)             : no  (cached)
    - iconv (separate)         : yes (cached)
    - icu                      : no  (cached)
    - icu (lib64)              : no  (cached)
    - pthread-supports-robust-mutexes : no  (cached)
    - compiler-supports-visibility : yes (cached)
    - compiler-supports-ssse3  : yes (cached)
    - compiler-supports-avx2   : no  (cached)
    - gcc visibility           : yes (cached)
    - long double support      : yes (cached)
    - zlib                     : yes (cached)
    - bzip2                    : yes (cached)

Component configuration:

    - atomic                   : building
    - chrono                   : building
    - container                : building
    - context                  : building
    - coroutine                : building
    - coroutine2               : building
    - date_time                : building
    - exception                : building
    - fiber                    : building
    - filesystem               : building
    - graph                    : building
    - graph_parallel           : building
    - iostreams                : building
    - locale                   : building
    - log                      : building
    - math                     : building
    - metaparse                : building
    - mpi                      : building
    - program_options          : building
    - python                   : building
    - random                   : building
    - regex                    : building
    - serialization            : building
    - signals                  : building
    - sync                     : building
    - system                   : building
    - test                     : building
    - thread                   : building
    - timer                    : building
    - type_erasure             : building
    - wave                     : building

...patience...
...patience...
...patience...
...patience...
...patience...
...patience...
...found 23447 targets...
...updating 1201 targets...

This seems to build every Boost product that has a library.  Can I just run the tests \
graph, graph_parallel, and mpi, and not build anything I don't depend on?  I'm pretty \
sure that we don't depend on wave, meta-parse, context, etc...

sanj2010-193-132:boost kbelco$ ./b2 --limit-tests=graph,graph_parallel,mpi
Performing configuration checks

    - 32-bit                   : no  (cached)
    - 64-bit                   : yes (cached)
    - arm                      : no  (cached)
    - mips1                    : no  (cached)
    - power                    : no  (cached)
    - sparc                    : no  (cached)
    - x86                      : yes (cached)

Building the Boost C++ Libraries.


    - symlinks supported       : yes
    - C++11 mutex              : yes
    - lockfree boost::atomic_flag : yes
    - has_icu builds           : no
    - zlib                     : yes
    - bzip2                    : yes
    - iconv (libc)             : no
    - iconv (separate)         : yes
    - icu                      : no
    - icu (lib64)              : no
    - pthread-supports-robust-mutexes : no
    - compiler-supports-visibility : yes
    - compiler-supports-ssse3  : yes
    - compiler-supports-avx2   : no
    - gcc visibility           : yes
    - long double support      : yes
    - zlib                     : yes
    - bzip2                    : yes

Component configuration:

    - atomic                   : building
    - chrono                   : building
    - container                : building
    - context                  : building
    - coroutine                : building
    - coroutine2               : building
    - date_time                : building
    - exception                : building
    - fiber                    : building
    - filesystem               : building
    - graph                    : building
    - graph_parallel           : building
    - iostreams                : building
    - locale                   : building
    - log                      : building
    - math                     : building
    - metaparse                : building
    - mpi                      : building
    - program_options          : building
    - python                   : building
    - random                   : building
    - regex                    : building
    - serialization            : building
    - signals                  : building
    - sync                     : building
    - system                   : building
    - test                     : building
    - thread                   : building
    - timer                    : building
    - type_erasure             : building
    - wave                     : building

...patience...
...patience...
...patience...
...patience...
...patience...
...found 22760 targets...
...updating 1252 targets...


[Attachment #3 (text/html)]

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: \
after-white-space;" class=""> <br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Jun 19, 2016, at 2:42 PM, Rene Rivera &lt;<a \
href="mailto:grafikrobot@gmail.com" class="">grafikrobot@gmail.com</a>&gt; \
wrote:</div> <br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div class="gmail_extra">
<div class="gmail_quote">On Sun, Jun 19, 2016 at 3:22 PM, Belcourt, Kenneth <span \
dir="ltr" class=""> &lt;<a href="mailto:kbelco@sandia.gov" target="_blank" \
class="">kbelco@sandia.gov</a>&gt;</span> wrote:<br class=""> <blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> Hi,<br class="">
<br class="">
Been gone for a while, noticed some changes to develop status/Jamfile.v2 that I don't \
quite understand.&nbsp; Can anyone tell me how to test just graph, graph_parallel, \
and mpi?&nbsp; I used to be able to edit the status/Jamfile.v2 and remove all other \
libraries and  leave just these three, then run ../b2 to test just these \
products.&nbsp; That no longer works, hopefully there's an easy way to accomplish \
this same thing?&nbsp; I have a hefty backlog of unread email so I apologize if the \
answer's in there somewhere, I did a quick  scan and didn't see anything obviously \
applicable.<br class=""> </blockquote>
<div class=""><br class="">
</div>
<div class="">That's always been, and still is, &nbsp;possible with:</div>
<div class=""><br class="">
</div>
<div class="">b2 --limit-tests=graph --limit-tests=graph_parallel \
--limit-tests=mpi<br class=""> </div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
<div class="">Hmmm, that options doesn't seem to do anything. &nbsp;I get the same \
output whether I pass —limit-tests or not, though the total number of targets is \
different.</div> <div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" \
class="">sanj2010-193-132:boost kbelco$ ./b2&nbsp;</span></div> <div style="margin: \
0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">Performing configuration \
checks</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo; min-height: 13px;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class=""></span><br class=""> </div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - 32-bit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
no&nbsp; (cached)</span></div> <div style="margin: 0px; font-size: 11px; line-height: \
normal; font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - 64-bit &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes (cached)</span></div> <div style="margin: \
0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
arm&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
no&nbsp; (cached)</span></div> <div style="margin: 0px; font-size: 11px; line-height: \
normal; font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - mips1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : no&nbsp; (cached)</span></div> <div \
style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - power&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
no&nbsp; (cached)</span></div> <div style="margin: 0px; font-size: 11px; line-height: \
normal; font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - sparc&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : no&nbsp; (cached)</span></div> <div \
style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - x86&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; : yes (cached)</span></div> <div style="margin: 0px; font-size: 11px; \
line-height: normal; font-family: Menlo; min-height: 13px;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""> \
</div> <div style="margin: 0px; font-size: 11px; line-height: normal; font-family: \
Menlo;" class=""> <span style="font-variant-ligatures: no-common-ligatures" \
class="">Building the Boost C&#43;&#43; Libraries.</span></div> <div style="margin: \
0px; font-size: 11px; line-height: normal; font-family: Menlo; min-height: 13px;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" \
class=""></span><br class=""> </div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; \
min-height: 13px;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class=""></span><br class=""> </div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - symlinks supported &nbsp; &nbsp; &nbsp; : yes (cached)</span></div> <div \
style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - C&#43;&#43;11 mutex&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes \
(cached)</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - lockfree boost::atomic_flag : yes \
(cached)</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - has_icu builds &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; : no&nbsp; (cached)</span></div> <div style="margin: 0px; font-size: \
11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - zlib \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes \
(cached)</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - bzip2&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes (cached)</span></div> <div style="margin: \
0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - iconv \
(libc) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : no&nbsp; (cached)</span></div> \
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - iconv (separate) &nbsp; &nbsp; &nbsp; &nbsp; : yes (cached)</span></div> \
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - icu&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; : no&nbsp; (cached)</span></div> <div style="margin: 0px; font-size: 11px; \
line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - icu \
(lib64)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : no&nbsp; \
(cached)</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - pthread-supports-robust-mutexes : \
no&nbsp; (cached)</span></div> <div style="margin: 0px; font-size: 11px; line-height: \
normal; font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - compiler-supports-visibility : yes \
(cached)</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - compiler-supports-ssse3&nbsp; : yes \
(cached)</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - compiler-supports-avx2 &nbsp; : \
no&nbsp; (cached)</span></div> <div style="margin: 0px; font-size: 11px; line-height: \
normal; font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - gcc visibility &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; : yes (cached)</span></div> <div style="margin: 0px; font-size: 11px; \
line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - long \
double support&nbsp; &nbsp; &nbsp; : yes (cached)</span></div> <div style="margin: \
0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - zlib \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes \
(cached)</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - bzip2&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes (cached)</span></div> <div style="margin: \
0px; font-size: 11px; line-height: normal; font-family: Menlo; min-height: 13px;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" \
class=""></span><br class=""> </div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" \
class="">Component configuration:</span></div> <div style="margin: 0px; font-size: \
11px; line-height: normal; font-family: Menlo; min-height: 13px;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""> \
</div> <div style="margin: 0px; font-size: 11px; line-height: normal; font-family: \
Menlo;" class=""> <span style="font-variant-ligatures: no-common-ligatures" \
class="">&nbsp; &nbsp; - atomic &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; : building</span></div> <div style="margin: 0px; font-size: 11px; \
line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - chrono \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - container&nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div style="margin: 0px; \
font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
context&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - coroutine&nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div style="margin: 0px; \
font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
coroutine2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> \
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - date_time&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - exception&nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div style="margin: 0px; \
font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
fiber&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - filesystem &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; : building</span></div> <div style="margin: 0px; font-size: \
11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
graph&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - graph_parallel &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; : building</span></div> <div style="margin: 0px; font-size: 11px; \
line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
iostreams&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - locale &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div style="margin: 0px; \
font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
log&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - math &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div style="margin: 0px; \
font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
metaparse&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - mpi&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div style="margin: \
0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
program_options&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div \
style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - python &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - random &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div style="margin: 0px; \
font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
regex&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - serialization&nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; : building</span></div> <div style="margin: 0px; font-size: \
11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
signals&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - sync &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div style="margin: 0px; \
font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - system \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - test &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div style="margin: 0px; \
font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - thread \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - timer&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div style="margin: 0px; \
font-size: 11px; line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
type_erasure &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div \
style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - wave &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; font-size: 11px; line-height: normal; \
font-family: Menlo; min-height: 13px;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class=""></span><br class=""> </div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <span style="font-variant-ligatures: no-common-ligatures" \
class="">...patience...</span></div> <div style="margin: 0px; font-size: 11px; \
line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" \
class="">...patience...</span></div> <div style="margin: 0px; font-size: 11px; \
line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" \
class="">...patience...</span></div> <div style="margin: 0px; font-size: 11px; \
line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" \
class="">...patience...</span></div> <div style="margin: 0px; font-size: 11px; \
line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" \
class="">...patience...</span></div> <div style="margin: 0px; font-size: 11px; \
line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" \
class="">...patience...</span></div> <div style="margin: 0px; font-size: 11px; \
line-height: normal; font-family: Menlo;" class=""> <span \
style="font-variant-ligatures: no-common-ligatures" class="">...found 23447 \
targets...</span></div> <div style="margin: 0px; font-size: 11px; line-height: \
normal; font-family: Menlo;" class=""> <span style="font-variant-ligatures: \
no-common-ligatures" class="">...updating 1201 targets...</span></div> </div>
<div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br \
class=""> </span></div>
<div class="">This seems to build every Boost product that has a library. &nbsp;Can I \
just run the tests graph, graph_parallel, and mpi, and not build anything I don't \
depend on? &nbsp;I'm pretty sure that we don't depend on wave, meta-parse, context, \
etc...</div> <div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> sanj2010-193-132:boost kbelco$ ./b2 \
--limit-tests=graph,graph_parallel,mpi</div> </div>
<div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" \
class=""> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">Performing configuration \
checks</span></div> <div style="margin: 0px; line-height: normal; min-height: 13px;" \
class=""><span style="font-variant-ligatures: no-common-ligatures" \
class=""></span><br class=""> </div>
<div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - 32-bit \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : no&nbsp; \
(cached)</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - 64-bit \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes \
(cached)</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
arm&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
no&nbsp; (cached)</span></div> <div style="margin: 0px; line-height: normal;" \
class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - mips1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
no&nbsp; (cached)</span></div> <div style="margin: 0px; line-height: normal;" \
class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - power&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
no&nbsp; (cached)</span></div> <div style="margin: 0px; line-height: normal;" \
class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - sparc&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
no&nbsp; (cached)</span></div> <div style="margin: 0px; line-height: normal;" \
class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - x86&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; : yes (cached)</span></div> <div style="margin: 0px; line-height: normal; \
min-height: 13px;" class=""><span style="font-variant-ligatures: no-common-ligatures" \
class=""></span><br class=""> </div>
<div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">Building the Boost \
C&#43;&#43; Libraries.</span></div> <div style="margin: 0px; line-height: normal; \
min-height: 13px;" class=""><span style="font-variant-ligatures: no-common-ligatures" \
class=""></span><br class=""> </div>
<div style="margin: 0px; line-height: normal; min-height: 13px;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""> \
</div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - symlinks \
supported &nbsp; &nbsp; &nbsp; : yes</span></div> <div style="margin: 0px; \
line-height: normal;" class=""><span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - C&#43;&#43;11 mutex&nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; : yes</span></div> <div style="margin: 0px; line-height: \
normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" \
class="">&nbsp; &nbsp; - lockfree boost::atomic_flag : yes</span></div> <div \
style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - has_icu \
builds &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : no</span></div> <div style="margin: 0px; \
line-height: normal;" class=""><span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - zlib &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes</span></div> <div style="margin: 0px; \
line-height: normal;" class=""><span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - bzip2&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes</span></div> <div style="margin: 0px; \
line-height: normal;" class=""><span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - iconv (libc) &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; : no</span></div> <div style="margin: 0px; line-height: normal;" \
class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; \
&nbsp; - iconv (separate) &nbsp; &nbsp; &nbsp; &nbsp; : yes</span></div> <div \
style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
icu&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
no</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - icu \
(lib64)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : no</span></div> <div \
style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
pthread-supports-robust-mutexes : no</span></div> <div style="margin: 0px; \
line-height: normal;" class=""><span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - compiler-supports-visibility : \
yes</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
compiler-supports-ssse3&nbsp; : yes</span></div> <div style="margin: 0px; \
line-height: normal;" class=""><span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - compiler-supports-avx2 &nbsp; : \
no</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - gcc \
visibility &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes</span></div> <div style="margin: \
0px; line-height: normal;" class=""><span style="font-variant-ligatures: \
no-common-ligatures" class="">&nbsp; &nbsp; - long double support&nbsp; &nbsp; &nbsp; \
: yes</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - zlib \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
yes</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
bzip2&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
yes</span></div> <div style="margin: 0px; line-height: normal; min-height: 13px;" \
class=""><span style="font-variant-ligatures: no-common-ligatures" \
class=""></span><br class=""> </div>
<div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">Component \
configuration:</span></div> <div style="margin: 0px; line-height: normal; min-height: \
13px;" class=""><span style="font-variant-ligatures: no-common-ligatures" \
class=""></span><br class=""> </div>
<div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - atomic \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - chrono \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
container&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
context&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
coroutine&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
coroutine2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> \
<div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
date_time&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
exception&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
fiber&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
filesystem &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> \
<div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
graph&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
graph_parallel &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div \
style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
iostreams&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - locale \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
log&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - math \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
metaparse&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
mpi&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
program_options&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div \
style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - python \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - random \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
regex&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
serialization&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div \
style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
signals&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - sync \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - system \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - test \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - thread \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
timer&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - \
type_erasure &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : building</span></div> <div \
style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; - wave \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \
building</span></div> <div style="margin: 0px; line-height: normal; min-height: \
13px;" class=""><span style="font-variant-ligatures: no-common-ligatures" \
class=""></span><br class=""> </div>
<div style="margin: 0px; line-height: normal;" class=""><span \
style="font-variant-ligatures: no-common-ligatures" \
class="">...patience...</span></div> <div style="margin: 0px; line-height: normal;" \
class=""><span style="font-variant-ligatures: no-common-ligatures" \
class="">...patience...</span></div> <div style="margin: 0px; line-height: normal;" \
class=""><span style="font-variant-ligatures: no-common-ligatures" \
class="">...patience...</span></div> <div style="margin: 0px; line-height: normal;" \
class=""><span style="font-variant-ligatures: no-common-ligatures" \
class="">...patience...</span></div> <div style="margin: 0px; line-height: normal;" \
class=""><span style="font-variant-ligatures: no-common-ligatures" \
class="">...patience...</span></div> <div style="margin: 0px; line-height: normal;" \
class=""><span style="font-variant-ligatures: no-common-ligatures" class="">...found \
22760 targets...</span></div> <div style="margin: 0px; line-height: normal;" \
class=""><span style="font-variant-ligatures: no-common-ligatures" \
class="">...updating 1252 targets...</span></div> <div class=""><span \
style="font-variant-ligatures: no-common-ligatures" class=""><br class=""> \
</span></div> <div class=""><span style="font-variant-ligatures: no-common-ligatures" \
class=""><br class=""> </span></div>
</div>
</body>
</html>



_______________________________________________
Boost-Testing mailing list
Boost-Testing@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-testing
--===============7065167099056707225==--

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic