boost/libs
2013-12-09 22:23:15 +00:00
..
accumulators@d303e7157b rename average to fdiv, refs #8262 2013-07-23 06:28:54 +00:00
algorithm@0ac413ecb8 Updated docs for is_sorted, etc. Refs #9367 2013-11-17 20:47:14 +00:00
any@e3e5da65ba Update any, circular_buffer, conversion, variant. 2013-12-09 20:09:56 +00:00
array@dfeb6bd0a5 Correct broken links to C++ standard papers. Refs #9212. 2013-10-30 12:51:24 +00:00
asio@83ae6fa7cb Updated revision history. 2013-10-26 22:49:17 +00:00
assign@ae942bbcb3 Correct broken links to C++ standard papers. Refs #9212. 2013-10-30 12:51:24 +00:00
atomic@6ef10a2d40 Update atomic, chrono, coroutine, geometry, heap. 2013-12-07 13:19:22 +00:00
bimap@dd4e612d27 Correct broken links to C++ standard papers. Refs #9212. 2013-10-30 12:51:24 +00:00
bind@fafb6bb650 Update bind, lockfree, smart_ptr. 2013-12-07 17:43:33 +00:00
chrono@824a12e758 Update atomic, chrono, coroutine, geometry, heap. 2013-12-07 13:19:22 +00:00
circular_buffer@62233c53bb Update any, circular_buffer, conversion, variant. 2013-12-09 20:09:56 +00:00
compatibility@3e0da6395d
concept_check@36701c51ab Concept: Remove obsolete GCC version check. 2013-10-01 08:42:50 +00:00
config@c4e0b79c9d Update config. 2013-12-08 14:34:25 +00:00
container@b1d4ef3a2e Fixes #9338 2013-11-18 09:32:44 +00:00
context@f183534baa Update context. 2013-12-08 11:34:55 +00:00
conversion@57e4e87e3b Update any, circular_buffer, conversion, variant. 2013-12-09 20:09:56 +00:00
coroutine@4ad7fa609a Update atomic, chrono, coroutine, geometry, heap. 2013-12-07 13:19:22 +00:00
crc@38c6c7ede3 CRC: Remove obsolete MSVC ifdef. 2013-09-25 07:48:32 +00:00
date_time@072b4e1b61 Fix several 'iterating past the end' bugs in Boost.DateTime; Refs #9216 2013-10-10 15:43:31 +00:00
detail@55f85a4d1f changed codecvt_utf8 so that serialization uses the standard one if available. If there is no standard one available, it uses the one in boost/utility. 2013-11-11 02:25:58 +00:00
disjoint_sets@a251afafa2
dynamic_bitset@7186546f7d Removed unused local typedef in dyn_bitset_unit_tests1.cpp. 2013-11-03 21:41:30 +00:00
exception@b2221bf92d Exception: Remove obsolete GCC version checks. 2013-09-30 16:01:02 +00:00
filesystem@f45977684a
flyweight@38c1292334 Remove obsolete MSVC check from pragma guard 2013-09-26 13:02:51 +00:00
foreach@05f674f3fb Foreach: Remove use of obsolete GCC version check. 2013-09-30 15:55:02 +00:00
format@b53aaaa7e7 Format: Remove obsolete GCC version checks. 2013-10-01 08:46:12 +00:00
function@ea19e9e745 Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION 2013-10-11 23:22:36 +00:00
function_types@caed0a6ee8 Correct broken links to C++ standard papers. Refs #9212. 2013-10-30 12:51:24 +00:00
functional@612861ab0d Use BOOST_HAS_PRAGMA_ONCE. 2013-11-16 20:13:24 +00:00
fusion@f2e7a184a0 Correct broken links to C++ standard papers. Refs #9212. 2013-10-30 12:51:24 +00:00
geometry@24fddebe8c Update geometry. 2013-12-09 22:23:15 +00:00
gil@f6acee859f Small bugfix. 2013-09-28 01:06:43 +00:00
graph@cb26ccf2ba Changed to use unique_ptr when C++11 is enabled; made other fixes to enable move semantics 2013-11-17 02:18:42 +00:00
graph_parallel@164919adaf Applied patch from #9127 to fix lazy_add_vertex; fixes #9127 2013-10-29 16:48:05 +00:00
heap@0920a55b1a Update atomic, chrono, coroutine, geometry, heap. 2013-12-07 13:19:22 +00:00
icl@3769abb9de
integer@3f26103101 TypeTraits: Remove use of obsolete GCC version check. 2013-09-30 15:55:29 +00:00
interprocess@22719e92e2 Update submodules to head, with line endings fixed 2013-12-01 17:25:05 -05:00
intrusive@edec698381 Update submodules to head, with line endings fixed 2013-12-01 17:25:05 -05:00
io@6e3e9c2ce7
iostreams@d702307eb0 Correct broken links to C++ standard papers. Refs #9212. 2013-10-30 12:51:24 +00:00
iterator@dec42098db Correct broken links to C++ standard papers. Refs #9212. 2013-10-30 12:51:24 +00:00
lambda@7d21ea7cbb Lambda: Remove obsolete GCC version checks. 2013-09-30 16:00:14 +00:00
local_function@6d29941e50
locale@99b348077d
lockfree@2ddde1da7a Update bind, lockfree, smart_ptr. 2013-12-07 17:43:33 +00:00
log@63a3839d58 Update log. 2013-12-07 17:50:17 +00:00
logic@95baf1910a Logic: Remove obsolete MSVC version check. 2013-09-30 00:22:10 +00:00
math@8cf8768929 Update geometry and math to head 2013-12-02 03:38:51 -05:00
move@51dc02e043 Added a convertible guard to conversion-aware macro to avoid ambiguities in overloads. 2013-09-12 21:56:02 +00:00
mpi@9193f9942e Fixed #9401 2013-11-17 10:46:25 +00:00
mpl@ec73776cbd Cast to long for c++11. 2013-11-14 04:43:57 +00:00
msm@0b7c69204c trac 9280: moved handling of deferred events to history policy 2013-11-23 20:49:36 +00:00
multi_array@0cb44bf7dc Correct broken links to C++ standard papers. Refs #9212. 2013-10-30 12:51:24 +00:00
multi_index@fdd4934c23 Update several modules. 2013-12-05 00:02:50 +00:00
multiprecision@a7db4fb2d8 Update several modules. 2013-12-05 00:02:50 +00:00
numeric Add Boost.Build support for the Git modular layout, using links to to new header locations, thus preventing breakage to vast amounts of user code and build setups. Being added to SVN so that changes will automatically propagate to Git and modular Boost. Thanks to Steven Watanabe, Jürgen Hunold, Vladimir Prus, and Bjørn Roald for developing this patch. Steven in particular conceived the approach and did the initial implementation, which was further refined by the other contributors. 2013-10-22 15:23:42 +00:00
optional@3cf0363668 Optional: Remove obsolete GCC version checks. 2013-09-30 15:58:48 +00:00
parameter@54854d4a3a Correct broken links to C++ standard papers. Refs #9212. 2013-10-30 12:51:24 +00:00
phoenix@c853c803dd Remove obsolete MSVC check from pragma guard 2013-09-26 13:02:51 +00:00
polygon@79ef4fb075 Polygon: fixing issue #8575. 2013-11-19 23:07:09 +00:00
pool@e7a8855968 Update submodules to head, with line endings fixed 2013-12-01 17:25:05 -05:00
predef@1d092de4ce Fix some doc typos as reported by Michel Morin. (fixes #9209) 2013-10-15 04:44:00 +00:00
preprocessor@6978c83372 Update context, geometry, preprocessor. 2013-12-06 00:27:06 +00:00
program_options@6bf4607eac Align columns across groups in --help output. 2013-11-06 09:23:14 +00:00
property_map@23c4e0ee5f Changed some names to fix shadowing warnings; refs #9376 2013-11-13 17:36:15 +00:00
property_tree@2284b96fc2
proto@2e6c45baf2 remove unused files, eliminates faux dependency on spirit 2013-10-17 23:30:30 +00:00
ptr_container@012f06a2fd Correct broken links to C++ standard papers. Refs #9212. 2013-10-30 12:51:24 +00:00
python@6b7e0cc71f Remove all references to now defunct (and removed) header. 2013-10-26 10:13:38 +00:00
random@87e4a09ce0 random: add explicit casts in normal_distribution.hpp to avoid truncation warnings with MSVC 2013-10-15 16:40:51 +00:00
range@2735dcff18 Correct broken links to C++ standard papers. Refs #9212. 2013-10-30 12:51:24 +00:00
ratio@b5f8f32ec9 Ratio: Added some missing templates in ratio_fwd.hpp, some tests and doc of the new features ratio_power and binary prefixes. 2013-11-09 17:00:41 +00:00
rational@9ee8441000 Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macro. 2013-09-25 10:29:44 +00:00
regex@956d3c4bcf Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION 2013-10-11 23:20:59 +00:00
scope_exit@054fd93485 ScopeExit: Remove obsolete MSVC version check. 2013-09-30 00:20:00 +00:00
serialization@7ee0f95b23 corrected usage of codecvt_utf8 2013-11-11 15:41:01 +00:00
signals@25bd6df4ea Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION 2013-10-11 23:17:48 +00:00
signals2@a4cf126ad1 As per Peter Dimov's suggestion, the variadic binding constructor for slots 2013-10-24 02:17:13 +00:00
smart_ptr@5e9bb19688 Update bind, lockfree, smart_ptr. 2013-12-07 17:43:33 +00:00
spirit@06ee52a23c Add Boost.Build support for the Git modular layout, using links to to new header locations, thus preventing breakage to vast amounts of user code and build setups. Being added to SVN so that changes will automatically propagate to Git and modular Boost. Thanks to Steven Watanabe, Jürgen Hunold, Vladimir Prus, and Bjørn Roald for developing this patch. Steven in particular conceived the approach and did the initial implementation, which was further refined by the other contributors. 2013-10-22 15:23:42 +00:00
statechart@c3d6a1b6b4
static_assert@d215ee5c9c StaticAssert: Remove obsolete MSVC version check. 2013-09-30 00:20:43 +00:00
sync@44d48257a7 Changed Boost.Log to Boost.Sync in the supported compilers section. Fixes #9388. 2013-11-14 10:10:00 +00:00
system@21563d532f Update several modules. 2013-12-05 00:02:50 +00:00
test@1c4d277355 add missing #include for boost::noncopyable to fix compilation. 2013-11-06 10:24:52 +00:00
thread@7edae6614b Thread: add exception trace. 2013-11-19 22:09:40 +00:00
timer@b3cb84d8d0 Added workarounds for Intel compiler (refs #8956) 2013-08-07 11:12:51 +00:00
tokenizer@32c7a54233 Tokenizer: Remove obsolete MSVC version check. 2013-09-30 00:21:08 +00:00
tr1@fdc149c60f Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION 2013-10-11 23:22:36 +00:00
tti@879acdd2ab Update context, tti. 2013-12-08 09:42:07 +00:00
tuple@ffb3bc75fa Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION 2013-10-11 23:19:44 +00:00
type_erasure@e5c71f63b8 Fix deleted copy assignment operator. 2013-09-30 20:29:16 +00:00
type_traits@ba63463ab7 Correct broken links to C++ standard papers. Refs #9212. 2013-10-30 12:51:24 +00:00
typeof@4e34737b9c TypeOf: Fix if/elif chain after msvc 6/7 removal. 2013-09-26 06:52:33 +00:00
units@e77cb9f5f1 Add Boost.Build support for the Git modular layout, using links to to new header locations, thus preventing breakage to vast amounts of user code and build setups. Being added to SVN so that changes will automatically propagate to Git and modular Boost. Thanks to Steven Watanabe, Jürgen Hunold, Vladimir Prus, and Bjørn Roald for developing this patch. Steven in particular conceived the approach and did the initial implementation, which was further refined by the other contributors. 2013-10-22 15:23:42 +00:00
unordered@3b5cf359e7 Update unordered. 2013-12-07 20:06:45 +00:00
utility@ad98ca9c3c Rebuild some of the utility documentation. 2013-11-23 14:14:01 +00:00
uuid@d2331931d6 Fixed compilation. 2013-10-21 23:11:34 +00:00
variant@f59cdef172 Update any, circular_buffer, conversion, variant. 2013-12-09 20:09:56 +00:00
wave@44c72a10dc Wave: Remove obsolete MSVC version checks. 2013-09-26 09:41:18 +00:00
xpressive@ed4f8d3af9 docs for stuff in regex_actions.hpp, refs #7662 2013-10-12 19:24:17 +00:00
index.html
Jamfile.v2 Revert 86527: <dependency> on /boost//headers is wrong, use <implicit-dependency> again. 2013-11-06 15:55:26 +00:00
libraries.htm Add Predef library to general documentation. 2013-08-11 18:50:04 +00:00
maintainers.txt Add Predef library to general documentation. 2013-08-11 18:50:04 +00:00
platform_maintainers.txt