boost/libs
Daniel James b38c9daca0 1.45.0 prep
[SVN r66992]
2010-12-03 23:36:56 +00:00
..
accumulators@8c45f6a12b add missing include to docs for covariance 2010-07-07 15:55:56 +00:00
algorithm@fecd440527 Fix some links I missed in string algorithms 2010-10-30 15:53:41 +00:00
any@23b025589c
array@7256882760 Fix? for borland 2010-11-26 20:16:34 +00:00
asio@3d76a5a994 Fixed a Windows-specific problem where failures from accept() are incorrectly treated as successes. Refs #4859. 2010-11-16 13:16:45 +00:00
assign@a06e839236 Resolve C++0x ambiguities. Fixes #3073 2010-06-10 14:32:59 +00:00
atomic@88da98e37b
bimap@2889448652 Rebuild bimap documentation. 2010-07-19 20:17:18 +00:00
bind@3d60d74ff0 Doc patch; refs #4532 2010-12-02 13:17:09 +00:00
chrono@88da98e37b
circular_buffer@fb85032783 circular_buffer: fixed (the fix ;-) when BOOST_NO_STDC_NAMESPACE defined 2010-11-22 22:06:08 +00:00
compatibility@3e0da6395d
compose@d5be6d029f
concept_check@f81493caa1 Update various libraries' documentation build. 2010-06-20 18:00:48 +00:00
config@7535b8d150 1.45.0 prep 2010-12-03 23:36:56 +00:00
container@88da98e37b
context@88da98e37b
conversion@c28efea0b3 Fix an access to grouping[grouping.size()]. 2010-09-05 00:02:25 +00:00
coroutine@88da98e37b
crc@e916db4b08
date_time@a161660022 add missing serialization/nvp.hpp header 2010-11-11 19:58:13 +00:00
detail@2a7bc8999f fix fumble-fingers 2010-11-30 14:56:03 +00:00
disjoint_sets@34939ce5b0
dynamic_bitset@594140a081 Document intersects. Fixes #2837. 2010-06-22 04:38:42 +00:00
exception@56ae4311bb default gcc visibility for exception types, <link>static requirement in test Jamfile. 2010-10-05 15:04:50 +00:00
filesystem@96e3b893b0 Make V3 the default. Change docs accordingly. Partial fix for ticket #4897 2010-12-03 18:17:01 +00:00
flyweight@03f5546f37 removed an internal assertion incompatible with program termination via std::exit 2010-10-16 11:35:29 +00:00
foreach@33bda938b0 Link fixes. 2010-10-30 14:32:50 +00:00
format@c2abf0cff0 Make Boost.Format work with the default libCstd on sun CC. Fixes #3894 2010-06-11 23:13:32 +00:00
function@9ea95b071b Detab some jamfiles. 2010-06-26 12:10:47 +00:00
function_types@c73823068f Rebuild function_types documentation. 2010-07-01 22:12:30 +00:00
functional@6f3fee97d4 Remove some 'always_show_run_output' flags. 2010-11-14 11:42:58 +00:00
fusion@b508b8e62c Fusion: fixed missing is_native_fusion_sequence for MSVC 7.1 and MSVC 8.0 2010-11-10 07:59:18 +00:00
geometry@88da98e37b
gil@b3ad20c906 Introducing base_channel_type metafunction which helps to avoid useless casting between integral data types. For older compilers it also reduces warnings about those castings operations. 2010-11-06 18:17:10 +00:00
graph@db812aa773 Fixed complexity of Dijkstra's algorithm; fixes #4852 2010-12-01 20:15:41 +00:00
graph_parallel@baf876c239 Adding bundled graph properties to distributed graph types. 2010-10-05 16:32:27 +00:00
heap@88da98e37b
icl@3bdddcb86b Adjustments for compilers pgi-10.1 vacpp- 10.1. 2010-11-29 15:24:58 +00:00
integer@7bd48eb3f3 Change logic so that int32_t etc is an int rather than a long where possible. 2010-09-05 16:27:09 +00:00
interprocess@d83cd2023c Updated recently fixed bug list. 2010-10-14 15:59:00 +00:00
intrusive@5645fe2c90 Fixes for Boost 1.45 2010-08-26 21:53:40 +00:00
io@961be4e927 Fix bug quoted_manip.hpp and in its tests. Thanks to Daniel James for a patch. 2010-08-16 21:53:33 +00:00
iostreams@e0adbb77e5 Use BOOST_ASSERT in iostreams. 2010-11-14 18:36:49 +00:00
iterator@15f3bf9352 Update various libraries' documentation build. 2010-06-20 18:00:48 +00:00
lambda@4091f55a4b removed arity detection from has_xxx_template 2010-07-07 20:44:59 +00:00
local_function@88da98e37b
locale@88da98e37b
lockfree@88da98e37b
logic@9c4577cce3 Detab some jamfiles. 2010-06-26 12:10:47 +00:00
math@8177da58be Add non-functional stub versions of the skewness and kurtosis to the non-central beta. 2010-12-03 17:55:00 +00:00
move@88da98e37b
mpi@a1ca5b5e7b Fixed tickets #4693 and #4772 2010-11-27 12:40:31 +00:00
mpl@08c6156599 Fix for_each test for C++0x 2010-09-01 16:08:21 +00:00
msm@baba2417f2 put mpl_graph inside msm namespace 2010-11-17 21:12:56 +00:00
multi_array@6b6d2320ea Copied Jeremiah's fix (using Boost.Iterator's arrow proxy) back to the trunk. 2010-06-15 12:04:50 +00:00
multi_index@7b1bcc810d completed fix in [64312] and [64317] 2010-07-25 10:12:38 +00:00
multiprecision@88da98e37b
numeric removed experimental incomplete feature! 2010-11-18 08:02:22 +00:00
optional@ab01dfff7e Fully qualify ios flags. Fixes compilation of PropertyTree, bug 4459. 2010-07-25 22:21:45 +00:00
parameter@ee32bc6f67 Fixed test compilation with C++0x aware compilers. The bind and ref calls should be explicitly qualified with the boost namespace. 2010-05-26 16:30:14 +00:00
phoenix@88da98e37b
polygon@a1219447a2 fixed trac 4868 polygon concept contains function 2010-11-30 17:53:40 +00:00
pool@df50a4065f Protect Boost.Pool from evil #defines of malloc and free. Fixes #4346. 2010-06-16 02:27:17 +00:00
predef@88da98e37b
preprocessor@c776ac0002 Avoid evaluating BOOST_PP_SEQ_HEAD when it isn't needed. Fixes #4465. 2010-08-30 02:26:02 +00:00
program_options@e3f331a23b Take argv as const; refs #3909 2010-12-01 18:54:41 +00:00
property_map@57b53f849e Fixed page titles 2010-09-02 15:12:06 +00:00
property_tree@eec75c4155 add missing includes, fixes #4841 2010-11-11 20:28:11 +00:00
proto@2c5d6d0b3b ah! the REAL fix for the long-standing proto::make bug 2010-12-03 22:10:14 +00:00
ptr_container@a96c949ed2 In response to Ticket #4598: 4598.patch 2010-11-02 21:25:02 +00:00
python@c501874bc2 boost/python/object/make_instance.hpp: adding missing includes 2010-11-15 23:17:00 +00:00
random@cbc4f223c2 Make result_type public. Fixes #4777. 2010-11-27 21:28:21 +00:00
range@9e48730a0e Fix some links in the range documentation. 2010-07-22 23:28:41 +00:00
ratio@88da98e37b
rational@a23c6ef3a9
regex@b60171bdcf Yes another attempt to fix the 64-bit paths issue. 2010-11-23 13:09:08 +00:00
scope_exit@fd2168edf8 Rebuild the scope_exit documentation. 2010-07-08 22:51:00 +00:00
serialization@6ca19892be assert -> BOOST_ASSERT 2010-11-12 03:56:29 +00:00
signals@63524f1ce1 Applied patch in #4365; will watch tests before merging to trunk 2010-11-28 06:33:11 +00:00
signals2@66c2388ca4 Patch from John Maddock: 2010-11-23 04:07:37 +00:00
smart_ptr@825786d59a Re-added sunpro specific initialization 2010-10-19 13:33:00 +00:00
spirit@a2b5ee39e9 Spirit: more warning fixes in lexer tests 2010-12-01 14:39:43 +00:00
statechart@6593c42e2f Fixes previously introduced corner case bug. 2010-11-11 20:04:12 +00:00
static_assert@a0a2bd5703 Update various libraries' documentation build. 2010-06-20 18:00:48 +00:00
sync@88da98e37b
system@2e93f04826 Fix PGI non-compliance (portability issue). 2010-12-01 05:29:24 +00:00
test@6e20d0bc70 Added a detail header for fenv. Please use boost/detail/fenv.hpp in Boost code 2010-11-08 17:10:25 +00:00
thread@73121eda9d Better fix for #4736 --- ensure we have tried to allocate TLS value 2010-11-12 09:11:22 +00:00
timer@9e83237560
tokenizer@8355a34b81 Applied patch from #4791; will close after merging to release 2010-11-27 20:46:51 +00:00
tr1@bf345da4b5 Update various libraries' documentation build. 2010-06-20 18:00:48 +00:00
tti@88da98e37b
tuple@9d64187c34 Add an element-wise swap for Boost.Tuple. Fixes #1324 2010-06-09 19:30:35 +00:00
type_erasure@88da98e37b
type_traits@e0fb41d53c boost/type_traits/common_type.hpp: workaround for gcc 3.2 and 3.3 to avoid spurious warning 2010-11-29 02:26:46 +00:00
typeof@b46f8efd6b Ticket #3520 Syntax Error in boost/typeof/typeof.hpp 2010-08-30 20:21:47 +00:00
units@85497f462f add missing return 2010-11-27 19:32:39 +00:00
unordered@b9188caf7d Fix [66556] - Remove clang workaround. 2010-11-14 11:43:49 +00:00
utility@1df0bf80bc Stop inspect complaining that assert is used in BOOST_ASSERT. 2010-11-14 18:37:37 +00:00
uuid@e90777d9ab Fixed bug in documentation (forgot a dash in 3 uuid strings). 2010-07-13 00:17:38 +00:00
variant@9f5f65ab9b Detab some jamfiles. 2010-06-26 12:10:47 +00:00
wave@01210d271e Fix include for BOOST_ASSERT 2010-11-12 17:39:11 +00:00
xpressive@4151bc94fe as() handles wide sub_match objects correctly, fixes #4496 2010-10-06 19:02:04 +00:00
index.html
libraries.htm reverted to htm notation (sorry my mistake) 2010-07-03 22:00:48 +00:00
maintainers.txt Gennaro Prota is no longer a maintainer of dynamic_bitset 2010-07-30 18:18:30 +00:00
platform_maintainers.txt