boost/libs
2013-03-07 22:11:40 +00:00
..
accumulators@e6f1e69e16 silence unused variable warnings, refs #6926 2013-03-05 07:08:33 +00:00
algorithm@ef16153353 Gather does not (in general) work with forward iterators, even though it does on some systems 2013-02-25 22:31:52 +00:00
any@1ed7167e3e Add missing return in test case. 2013-02-16 20:05:51 +00:00
array@12fcbb59c2 Back out some of the constexpr support Boost.Array; it crashes gcc 2013-02-15 17:11:09 +00:00
asio@007bf03d0c Release notes. 2013-01-20 01:46:48 +00:00
assign@a06e839236
atomic@82064eecd6 Added missing constexpr/noexcept. 2013-02-23 15:24:58 +00:00
bimap@146671e8d7 Apply patch for documentation typos. Fixes #5955. 2013-02-14 19:06:34 +00:00
bind@da3580cc14
chrono@b8dee16660 Chrono: inhibit variadic-macros warning. 2013-02-17 10:07:41 +00:00
circular_buffer@a3d9f1266d
compatibility@3e0da6395d
compose@d5be6d029f
concept_check@38154ae6cf
config@fb518941cc Apply patch from #8185. 2013-03-03 12:57:20 +00:00
container@6acbbb6f9b Vector performance improvements: dispatching to memcpy when possible. 2013-03-03 12:26:48 +00:00
context@21a0d90978 context: fixes for PPC 2013-03-05 18:19:54 +00:00
conversion@694f7b5033 Do not use long double type in lexical_cast for internal variables if Boost.Math has no functions for long double (refs #8162) 2013-02-24 13:34:57 +00:00
coroutine@870f381c7c coroutine: documentation fixed 2013-03-05 18:20:47 +00:00
crc@a8dd485837 Fix crc on msvc 2013-02-28 22:38:48 +00:00
date_time@98bbc0b95c
detail@19ca421f24 Apply patch from 7703. 2013-02-19 16:09:27 +00:00
disjoint_sets@a251afafa2
dynamic_bitset@d6f1835fbb
exception@9b100b0c9d Added verbose parameter to boost::diagnostic_information. 2012-12-23 03:31:48 +00:00
filesystem@7bb19f9604 Add FreeBSD support. Fix #4688 2013-02-22 14:32:50 +00:00
flyweight@c8d8a98d24
foreach@6af851a2b3 Removed missed usage of deprecated macros in Boost.Foreach 2012-11-26 21:43:18 +00:00
format@2e154546e7
function@95a1956397 Added missing 'std::'; Refs #7819 2012-12-29 16:36:12 +00:00
function_types@1f51d9ba29
functional@9c8cccb1ea Hash: Fix typo, refs #7957. 2013-01-31 21:57:26 +00:00
fusion@d354c5183b Tweaks for MSVC. MSVC version of map is not yet move enables so it is failing the move test 2013-02-04 12:15:02 +00:00
geometry@6ffb28d6ae [geometry] reorganized buffer strategies (unit tests) 2013-03-03 12:29:29 +00:00
gil@95c5c2ce56 Added gil::io documentation and added it to libraries.htm. 2013-03-06 01:43:46 +00:00
graph@3ebad4bc01 Added patch to example from Takatoshi Kondo 2013-03-01 18:41:32 +00:00
graph_parallel@81e21dabb2 Added check to prevent use of remove_vertex on named adjacency list graphs with vecS vertex container (since it does not work and could not be made to work efficiently); refs #7863 2013-01-14 21:03:48 +00:00
heap@7cc702c6b6 heap: compile fix for c++03 2013-03-03 11:33:15 +00:00
icl@aecd939221 Adaptations of some tests for gcc-4.7.1-c++11 2013-02-17 22:31:25 +00:00
integer@d131434ef1
interprocess@db5e21b4ab Activated branchless code to more offset_ptr internal functions. 2013-02-24 22:39:13 +00:00
intrusive@31812618d6 Fix broken links in doc build. 2013-02-20 18:29:30 +00:00
io@337e0ddc59
iostreams@ef38e18a1f
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 Removed usage of deprecated macros in Boost.LocalFunction 2012-11-26 18:04:22 +00:00
locale@99b348077d Closing 7820 2012-12-22 21:01:39 +00:00
lockfree@421e9d8c2c lockfree: testsuite - possible compile fix for IBM compiler 2013-03-03 13:18:31 +00:00
logic@31af87e6ae
math@3f6f6813c0 Corrected graphs for bessel zeros 2013-03-07 13:55:56 +00:00
move@7c91cca54f Fixes #8231 2013-03-03 12:21:48 +00:00
mpi@f367a5aa17 Several minor bug fixes and updates 2013-01-17 15:26:30 +00:00
mpl@aa8e43a017
msm@17181bc209 added examples of kleene and type_erasure 2013-02-19 21:53:14 +00:00
multi_array@6e19d4b886
multi_index@0d4bf54658 fixed #8129 2013-02-21 10:11:30 +00:00
multiprecision@81d0ea8776 Preliminary preparations for cpp_bin_float. Moved the rebind and dynamic_array structures from cpp_dec_float.hpp to separate files in /detail. 2013-03-06 21:26:01 +00:00
numeric Fix PDF install rule so it can be called from external scripts. 2013-02-12 18:22:59 +00:00
optional@cb09282472 Update optional documentation. 2013-02-16 19:42:42 +00:00
parameter@23ed477c44
phoenix@8de23029bc
polygon@4f5108d143 Polygon: fixing ticket #8026 (Documentation for point concept is missing a typedef). 2013-03-07 22:11:40 +00:00
pool@9b2884ee23
predef@88da98e37b
preprocessor@b60a47252d
program_options@b430a83dfb Fix report of error for options with dashes. 2013-02-10 12:07:05 +00:00
property_map@655be83c32 Updated docs from Guillaume 2013-02-19 22:20:13 +00:00
property_tree@2284b96fc2 Don't use an uninitialized variable if trying to read a numeric char from a property and the value is out of bounds for the target type. See bug 4391. This is the only place where the warning that some compilers give makes sense; if it still occurs after this change, it's just broken. 2012-11-24 14:47:18 +00:00
proto@f334510895 Remove usage of deprecated macros 2012-11-21 21:38:52 +00:00
ptr_container@d80f9a3ae7 Applied patch provided by Franz Detro. Permission by maintainer Thorsten Ottosen. 2013-02-17 19:40:09 +00:00
python@fc3f1bb531 libs/python/doc/projects.html: adding Pyrap 2012-12-31 03:44:48 +00:00
random@4bc0a07068 Add explicit casts to avoid warnings on vc8. Fixes #5762. 2013-02-16 22:15:31 +00:00
range@4971da58ee [range] fixed #7926 (missing prototypes for lower_bound and upper_bound in docs) 2013-01-26 03:59:06 +00:00
ratio@610529a965 Ratio: warning removal 2012-12-16 08:34:19 +00:00
rational@91fc23c802
regex@06463bec85 Warning suppression. 2013-02-12 17:05:01 +00:00
scope_exit@9a3563c142 Removed usage of deprecated macros in Boost.ScopeExit 2012-11-26 20:23:34 +00:00
serialization@de0b48247d adjustment for PGI compiler header 2012-12-24 17:59:38 +00:00
signals@952bf45eb2
signals2@02a94c1371 Applied patch from Eric Niebler to make use of BOOST_NO_CXX11_SMART_PTR. 2013-02-20 01:27:55 +00:00
smart_ptr@82e178f043 Avoid stack overflow in make_shared. Refs #4256. 2013-02-28 08:02:09 +00:00
spirit@b7b7d2f1c8 Spirit: fix #7977: functor_input example for multi_pass iterator has various issues 2013-02-06 13:20:02 +00:00
statechart@b5707cd409
static_assert@c40a626f1c Suppress GCC warnings. 2013-02-23 18:26:39 +00:00
sync@88da98e37b
system@08ea984237 Use C++11 explicit conversion operator if available 2013-02-28 20:55:07 +00:00
test@09732ac755 added missing include 2013-02-19 09:51:23 +00:00
thread@abf441ee63 Thread: try to fix double definition of GetTickCount64. 2013-03-05 18:57:34 +00:00
timer@05afff49bd
tokenizer@f17e70a091
tr1@2138d65dd6 Apply patch from #7653. 2013-03-01 17:12:37 +00:00
tti@03f8a71300 Corrected macro name used for test. 2013-02-25 01:58:39 +00:00
tuple@f904cd5d69
type_erasure@88da98e37b
type_traits@40d87a0683 Fix MSVC11 test (refs #8189). 2013-03-02 16:15:30 +00:00
typeof@9fcf6ff70e
units@5270414ebb
unordered@6b21eeccab Unordered: Fix move assignment with unequal allocators. 2013-01-25 21:22:03 +00:00
utility@e0e16be802 fix breakage of string_ref logical ops, detabify, remove trailing whitespace 2013-02-25 06:30:00 +00:00
uuid@54afcf810b
variant@7c2576948d Refs #7718 : 2012-12-01 15:32:07 +00:00
wave@06d384dec3 Fix #8255: Wave build warnings are probably errors on 64-bit 2013-03-07 13:34:56 +00:00
xpressive@ca447c2fed silence a gcc warning, refs #8138 2013-03-05 06:08:00 +00:00
index.html
libraries.htm Added gil::io documentation and added it to libraries.htm. 2013-03-06 01:43:46 +00:00
maintainers.txt Added gil::io documentation and added it to libraries.htm. 2013-03-06 01:43:46 +00:00
platform_maintainers.txt