Lines Matching +full:build +full:- +full:docs
2 (C) Copyright 2007-12 Anthony Williams.
19 [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2497.html N2497],
20 [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2320.html N2320],
21 [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2184.html N2184],
22 [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2139.html N2139], and
23 [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2094.html N2094]
26 Some minor non-standard features have been added also as thread attributes, reverse_lock, shared_lo…
39 [section:build Using and building the library]
41 Boost.Thread is configured following the conventions used to build [@http://www.boost.org/doc/libs/…
43 …AD_USE_LIB is defined if BOOST_THREAD_USE_DLL and the compiler supports auto-tss cleanup with Boos…
47 Boost.Thread depends on some non header-only libraries.
53 …ory, but even if Boost.DateTime is a non header-only library Boost.Thread uses only parts that are…
59 bjam toolset=msvc-11.0 --build-type=complete --with-thread
63 Users of such IDE should force the Boost.Chrono and Boost.DateTime build using
65 bjam toolset=msvc-11.0 --build-type=complete --with-thread --with-chrono --with-date_time