boost/libs
2013-08-14 15:34:02 +00:00
..
accumulators@d303e7157b rename average to fdiv, refs #8262 2013-07-23 06:28:54 +00:00
algorithm@5f79807d02 Removed unused typedef; Refs #8546 2013-07-22 15:46:43 +00:00
any@ac3cd3732a Add tests for any.clear() and workaround Intel issue in tests (refs #6999) 2013-08-07 14:03:27 +00:00
array@12fcbb59c2
asio@0923bc6904 Revision history. 2013-06-22 13:02:21 +00:00
assign@a06e839236
atomic@6ab6038e99 Added a missing include. 2013-07-20 17:59:19 +00:00
bimap@146671e8d7
bind@da3580cc14
chrono@e365686184 Chrono: remove #7347 reference. 2013-08-10 09:53:38 +00:00
circular_buffer@24ef3b6939 Updated documentaion of the circular_buffer to reflect the rvalue references support (refs #7888) + replaced some tabs with whitespaces and added the boost.root parameter to jamfile.v2 2013-08-08 15:32:11 +00:00
compatibility@3e0da6395d
compose@d5be6d029f
concept_check@168e60aa3d Added unused attribute for new versions of GCC 2013-05-25 02:11:20 +00:00
config@19dc5405d6 Restore BOOST_COMPILER_VERSION for old Visual C++. 2013-08-10 12:43:26 +00:00
container@3d249fa728 Implemented SCARY iterators for all containers 2013-08-11 21:36:19 +00:00
context@5113d22d6c context: fix for 8826, non-executable stack on ELF 2013-07-17 09:48:43 +00:00
conversion@d723c18fff Update explicit failures markup and lexical_cast_float_types_test.cpp: do not run some checks when libc++ is used, but do expect other checks to pass well. 2013-08-12 16:06:59 +00:00
coroutine@835ffbf064 coroutine: add example to documentation 2013-08-12 13:23:35 +00:00
crc@8d9cd56f9d Add missing inline 2013-06-19 03:53:26 +00:00
date_time@990187b70c Fixed more compiler warnings; Refs #5550 2013-06-19 15:36:32 +00:00
detail@6a98633c6c Rewrite content to use Predef endian detection. This removes the non-BSL license use. 2013-08-07 03:03:23 +00:00
disjoint_sets@a251afafa2
dynamic_bitset@d6f1835fbb
exception@831f73599a Ticket 8852. Thanks Alex. 2013-07-18 20:54:13 +00:00
filesystem@f45977684a Apply trivial patch for Android compilation of Boost.Filesystem (refs #8706) 2013-06-30 10:51:55 +00:00
flyweight@4aa17c9b16 fixed #8914 2013-08-11 15:27:10 +00:00
foreach@6af851a2b3
format@68f7bc0a7a Fix for Ticket #7435: Crash with format using UTF16 strings on MacOS X. Reporter: Franz Detro. 2013-03-09 19:15:28 +00:00
function@26d278733f Update documentation of Boost.Function and add info about rvalues (refs #8505) 2013-06-15 06:59:30 +00:00
function_types@1f51d9ba29
functional@b1790e463e Fix Visual C++ warning in hash. Refs #8568. 2013-08-08 22:01:18 +00:00
fusion@3b24ed44f8 specialization of convert_impl for map_tag, refs #8759 2013-07-02 02:10:04 +00:00
geometry@409be79e03 [geometry] added centroid calculation for segment type 2013-08-14 15:31:46 +00:00
gil@adc8d9c413 Set compiler symbol indicating an older libpng version. 2013-07-09 13:50:24 +00:00
graph@130f7129c3 Added MSSP support for non-named parameter versions 2013-08-14 15:34:02 +00:00
graph_parallel@3e3c243346 Fixed unused typedef warnings from GCC 4.9; fixes #8877; fixes #8986 2013-08-12 18:14:58 +00:00
heap@d5f06a4e12 heap: remove empty destructors 2013-08-11 11:11:34 +00:00
icl@3769abb9de Fixed ticket 8350 reported by Evgeny Panasyuk on 2013/03/29: closed_interval.hpp misses include of concept_check.hpp. 2013-03-31 11:09:51 +00:00
integer@365d61fc4e Patch for recent versions of glibc which always assume int64_t support. 2013-07-04 09:13:23 +00:00
interprocess@d0df5089d3 Changelog update. 2013-07-29 21:41:48 +00:00
intrusive@436cbd447d Fixed error when clear_on_destroy was made configurable. hashtable always needs to clear the bucket array to be able to reuse buckets. 2013-08-11 22:17:14 +00:00
io@6e3e9c2ce7 Editorial. Tweak spacing. 2013-03-14 12:53:24 +00:00
iostreams@dd73949749 Rethrow exception without slicing. Fixes #6036. 2013-07-02 21:34:09 +00:00
iterator@db29a874f1
lambda@4545234f94 Handle const lambda functors for nullary result_of. Fixes #6914. 2013-02-19 19:52:03 +00:00
local_function@6d29941e50
locale@99b348077d
lockfree@4663348be0 lockfree: use lock_guard instead of the deprecated boost::mutex::scoped_lock 2013-08-03 09:08:32 +00:00
log@d10363913b Formatter parser rewritten to avoid using Boost.Spirit to reduce compiled binary size. Refs #8773. 2013-08-11 17:03:55 +00:00
logic@31af87e6ae
math@b5eb5b9bf3 Add missing svn:eol-style native and mime-type. Fixes line ending issues discovered by git transition. 2013-08-07 12:52:10 +00:00
move@c07b4d3365 Updated changelog with #8979 2013-08-10 23:04:49 +00:00
mpi@b9a454ad8d Fixed #8881 2013-07-23 23:06:01 +00:00
mpl@d6c3a16e1e Make BOOST_WORKAROUND consistent. 2013-05-23 14:42:25 +00:00
msm@736c0018b3 added support for sequence of end interrupt events 2013-06-04 21:02:38 +00:00
multi_array@795fda0d0f fixes #8368 2013-04-03 23:21:29 +00:00
multi_index@527f4a5061 fixed typo 2013-07-30 15:27:00 +00:00
multiprecision@c8884355c8 Fix std::numeric_limits<>::round_error(). 2013-08-14 15:31:48 +00:00
numeric cosmetic changes after patch on assignment 2013-06-01 11:18:48 +00:00
optional@16657e5e1d Try to fix VC8. 2013-03-15 18:24:41 +00:00
parameter@b5e57e0024 Parameter: fix minor warnings. 2013-04-20 14:12:43 +00:00
phoenix@8de23029bc
polygon@3020c364d1 Polygon: updating documentation with the recently added polygon decomposition for polygon_90_set_data.get method. 2013-07-17 20:58:28 +00:00
pool@5c15843ca9 Name the valgrind test so it doesn't overflow the output field width. 2013-04-06 22:27:57 +00:00
predef@0151660469 Resolve inspect issues. 2013-08-11 18:38:50 +00:00
preprocessor@6f56be00ee Update to restore BOOST_PP_TUPLE_REM_0() 2013-07-30 00:36:47 +00:00
program_options@5059a8f393 Silence gcc warning. Thanks to Chris Stylianou. 2013-06-24 19:37:37 +00:00
property_map@7db4099169 Fixed unused typedef warnings from GCC 4.9; fixes #8877; fixes #8986 2013-08-12 18:14:58 +00:00
property_tree@2284b96fc2
proto@a80cf8a497 Add missing svn:eol-style to be consistent with the other xml files. Needed for smooth git transition 2013-08-07 12:28:00 +00:00
ptr_container@9a73878647 Add missing svn:eol-style native. Fixes line ending issues discovered by git transition. 2013-08-07 12:50:32 +00:00
python@fc3f1bb531
random@4bc0a07068
range@b0c1cf556f [range] Fixed a bug in istream_range() that prevented it from working with character types other than 'char' (refs #7407). 2013-06-09 02:34:36 +00:00
ratio@610529a965
rational@91fc23c802
regex@82e0fc2222 Optimise iterator advances for slow (non-random access) iterators. 2013-07-10 16:10:44 +00:00
scope_exit@9a3563c142
serialization@ce2855e559 Suppress msvc warnings. 2013-08-08 18:05:37 +00:00
signals@ecedb1ee7c Fix badly formed xml. 2013-06-14 08:30:28 +00:00
signals2@57bc552e88 Added BOOST_VERIFY checks on return values from pthread calls. 2013-07-26 01:02:26 +00:00
smart_ptr@172afff6ca Document that constructors initialize enable_shared_from_this. Refs #8573. 2013-05-26 13:34:40 +00:00
spirit@90d65d4be7 Fixed #8970: Karma fails to output a sign with a user-defined real number policy 2013-08-06 13:36:38 +00:00
statechart@c3d6a1b6b4 Fixes #8480. Thanks for the patch! 2013-06-09 14:23:18 +00:00
static_assert@c951c0db9a Apply patch from #8644. 2013-06-08 10:58:41 +00:00
sync@88da98e37b
system@08ea984237 Use C++11 explicit conversion operator if available 2013-02-28 20:55:07 +00:00
test@2d570683b4 Attempt to work around Intel Compiler on Linux problem: error #453: protected function "noncopyable::noncopyable()" is not accessible. 2013-08-01 22:19:00 +00:00
thread@2d50af8481 Thread: Added synchronized_value operator() to synchronize around a function call. 2013-08-11 20:33:47 +00:00
timer@b3cb84d8d0 Added workarounds for Intel compiler (refs #8956) 2013-08-07 11:12:51 +00:00
tokenizer@756ff7dcbf Tokenizer: fix minor warnings. 2013-04-20 13:50:43 +00:00
tr1@408cfb6e2b Oops, previous commit broke every compiler except GCC, apply fix. 2013-08-12 08:05:32 +00:00
tti@2bc94010bc Updated template parameter names to start with BOOST_TTI. 2013-05-27 05:56:40 +00:00
tuple@f904cd5d69
type_erasure@89ce434cd9 Fix link to CopyConstructible 2013-05-24 17:28:54 +00:00
type_traits@e236bd7c14 Intel compiler: do not use SFINAE with decltype/sizeof on deleted functions. Use fallback mode instead (refs #8802) 2013-08-12 13:25:01 +00:00
typeof@9fcf6ff70e
units@5270414ebb
unordered@de0366105c Avoid Visual C++ warning. 2013-08-10 13:09:28 +00:00
utility@eca8d9f1ef [utility] Fixes to value_init docs. 2013-08-13 21:39:57 +00:00
uuid@0c855ea290 fixed warnings per ticket# 8697 2013-06-14 20:08:40 +00:00
variant@1b57cf1ade Fix issue with const rvalue references in Boost.Variant (refs #8988) 2013-08-12 12:00:13 +00:00
wave@7dcb53aa80 Wave: fixed #8848: Wave driver improperly processes 0xFFFFui64 token 2013-07-19 01:49:48 +00:00
xpressive@520331977c make xpressive play nice with clang's -Wimplicit-fallthrough diagnostic, refs #8474 2013-07-23 04:46:55 +00:00
index.html
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