boost/libs
2014-01-31 12:30:03 -05:00
..
accumulators@d48a8baf69 Update accumulators. 2014-01-11 02:30:02 -05: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@20747acd08 Update atomic from develop. 2014-01-27 03:00:03 -05:00
bimap@dd4e612d27 Correct broken links to C++ standard papers. Refs #9212. 2013-10-30 12:51:24 +00:00
bind@f53694ef25 Update regex, bind, program_options. 2013-12-19 07:19:07 +00:00
chrono@5d4dd6ebdd Update chrono. 2014-01-21 15:30:03 -05: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@e9ebccdb74 Update config from develop. 2014-01-26 07:30:03 -05:00
container@a4b839628a Update container. 2014-01-20 07:30:03 -05:00
context@fac5cc5e12 Update context, coroutine. 2014-01-17 12:00:03 -05:00
conversion@e8954f3868 Update conversion. 2014-01-19 04:00:02 -05:00
coroutine@bc812daf8a Update coroutine from develop. 2014-01-29 11:30:02 -05: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 Apply trivial patch for Android compilation of Boost.Filesystem (refs #8706) 2013-06-30 10:51:55 +00:00
flyweight@9eac47cd01 Update phoenix, flyweight from develop. 2014-01-30 18:00:02 -05:00
foreach@8d723128fd Update foreach. 2014-01-11 01:30:02 -05: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@e961a8a2f8 Update functional from develop. 2014-01-28 18:00:03 -05:00
fusion@a9ed19e3b8 Update fusion from develop. 2014-01-28 18:30:03 -05:00
geometry@3e99412c02 Update geometry from develop. 2014-01-29 14:30:03 -05: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@12c926a5bf Update phoenix, icl from develop. 2014-01-27 12:00:03 -05:00
integer@3f26103101 TypeTraits: Remove use of obsolete GCC version check. 2013-09-30 15:55:29 +00:00
interprocess@f5f5c8c903 Update intrusive, container, interprocess, multiprecision. 2013-12-24 11:00:03 -05:00
intrusive@2ffe6b2f82 Update intrusive from develop. 2014-01-30 08:30:02 -05:00
io@6e3e9c2ce7 Editorial. Tweak spacing. 2013-03-14 12:53:24 +00:00
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 Closing 7820 2012-12-22 21:01:39 +00:00
lockfree@970f62b601 Update lockfree. 2014-01-23 12:00:03 -05:00
log@e4fea946b2 Update log. 2014-01-19 10:00:03 -05:00
logic@95baf1910a Logic: Remove obsolete MSVC version check. 2013-09-30 00:22:10 +00:00
math@33813b7efe Update math from develop. 2014-01-30 15:00:03 -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@a55c9318bc Update mpi from develop. 2014-01-30 00:00:02 -05: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@1f450f5322 Update multi_index. 2014-01-16 03:00:02 -05:00
multiprecision@901d62d719 Update multiprecision from develop. 2014-01-30 05:00:03 -05: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@a603135e6b Update phoenix from develop. 2014-01-31 03:30:03 -05: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@a3a555610c Update predef. 2014-01-18 23:30:04 -05:00
preprocessor@6978c83372 Update context, geometry, preprocessor. 2013-12-06 00:27:06 +00:00
program_options@f50b02750a Update program_options. 2014-01-20 01:00:02 -05: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@1212afb73d Update proto, phoenix. 2014-01-20 02:00:05 -05: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@88107e2c7b Update regex. 2014-01-22 14:30:03 -05:00
scope_exit@054fd93485 ScopeExit: Remove obsolete MSVC version check. 2013-09-30 00:20:00 +00:00
serialization@e7dad5da18 Update serialization from develop. 2014-01-31 12:30:03 -05:00
signals@25bd6df4ea Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION 2013-10-11 23:17:48 +00:00
signals2@cf3a40ed5e Update signals2. 2014-01-03 12:00:03 -05:00
smart_ptr@72e5fb6fd7 Update smart_ptr from develop. 2014-01-29 20:30:03 -05:00
spirit@02ef48736f Update spirit. 2014-01-22 22:30:02 -05:00
statechart@c3d6a1b6b4 Fixes #8480. Thanks for the patch! 2013-06-09 14:23:18 +00:00
static_assert@4aab0b78c3 Update bind, config, smart_ptr, static_assert, utility. 2013-12-12 00:17:19 +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@d77fd95f8a Update system. 2014-01-06 18:00:03 -05:00
test@1c4d277355 add missing #include for boost::noncopyable to fix compilation. 2013-11-06 10:24:52 +00:00
thread@dc3397c452 Update thread from develop. 2014-01-28 17:30:03 -05:00
timer@a30dccc6ee Update timer. 2013-12-24 12:00:03 -05: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@1b8d495e82 Update tti. 2013-12-27 19:00:03 -05: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@94071cc6e8 Update unordered from develop. 2014-01-26 18:00:03 -05:00
utility@9c4d2843da Update utility. 2014-01-02 09:00:03 -05:00
uuid@d2331931d6 Fixed compilation. 2013-10-21 23:11:34 +00:00
variant@63fb3ff427 Update build, variant. 2014-01-22 03:00:03 -05:00
wave@44c72a10dc Wave: Remove obsolete MSVC version checks. 2013-09-26 09:41:18 +00:00
xpressive@2e239a99e2 Update xpressive. 2014-01-11 04:00:03 -05: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