boost/libs
Dave Abrahams 7861cc2196 Made sure that iterator_facade's nested `::pointer` type is always
the same as what's returned from operator->.  For input iterators,
that wasn't always the case (see operator_arrow_proxy).

Fixes #1019.


[SVN r57989]
2009-11-28 05:12:29 +00:00
..
accumulators@753c28c695 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
algorithm@8f2b8d4888 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
any@23b025589c rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
array@e875287d55 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
asio@afa4f59dbb Asio: disabled VC workaround for VC2010 beta2 compiler 2009-11-05 00:26:15 +00:00
assign@cecbca2021 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
atomic@88da98e37b
bimap@2aac1b730c Rebuild bimap documentation. 2009-11-20 09:47:30 +00:00
bind@17282c97c2 Extend Borland workaround to 6.2 and above. 2009-11-26 21:02:04 +00:00
chrono@88da98e37b
circular_buffer@5a30fe21d8 circular_buffer: added erase_begin and erase_end methods 2009-10-26 21:37:01 +00:00
compatibility@3e0da6395d rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
compose@d5be6d029f Add index.html file for compose, as our server setup doesn't support index.htm files. 2009-02-22 11:53:28 +00:00
concept_check@c12ec71acb rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
config@389cd2ba69 1.42.0 prep 2009-11-27 14:00:31 +00:00
container@88da98e37b
context@88da98e37b
conversion@fce9ad4e1b Misc small fixes to suppress warnings. 2009-11-09 12:27:54 +00:00
coroutine@88da98e37b
crc@ad35b5cf35 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
date_time@73e55ee157 Fixes bug 2708 2009-11-22 17:08:22 +00:00
detail@c2192c4caf Fix interlocked.hpp to compile under /clr:pure. Refs #3378. 2009-11-26 21:40:50 +00:00
disjoint_sets@34939ce5b0 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
dynamic_bitset@60f871da0c rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
exception@3ab1c234f5 Bug ticket 3641, also merging other fixes from the Release branch. 2009-11-18 23:05:55 +00:00
filesystem@e7636c26bc Filesystem: Fix #3528. Return type is bool. 2009-11-10 19:45:47 +00:00
flyweight@b7c6b3394e updated assertion message 2009-06-22 20:33:55 +00:00
foreach@4a760d2c74 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
format@85acf8fc52 fixes new functions (remaining_args, expected_args, ...) in case bound.size()==0 2009-11-21 08:19:51 +00:00
function@a1f62de420 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
function_types@64776ee43c rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
functional@ec3632c322 Try to suppress some more Visual C++ warnings. 2009-11-27 19:43:26 +00:00
fusion@f1da55c1e9 avoid iterator invalidation in segmented_range, fixes #3583 2009-11-13 02:52:34 +00:00
geometry@88da98e37b
gil@6a4f423bad Adding const ref to channel_convert function to reduce potential performance penalties. 2009-11-27 20:18:20 +00:00
graph@8431fde428 Added lookup_edge() function as wrapper for graphs that do not model AdjacencyMatrix; changed functions to use it instead of edge(); added is_adjacency_matrix traits class; updated docs to reflect Adjacency Matrix requirements and suggestions; fixes #3266 2009-11-25 21:56:36 +00:00
graph_parallel@3b41821429 Removed obsolete file 2009-11-24 19:43:16 +00:00
heap@88da98e37b
icl@88da98e37b
integer@6a497ee263 Regenerate with new stylesheets. 2009-11-27 11:13:02 +00:00
interprocess@89eb66a985 Fixes for 1.41 2009-10-20 15:59:55 +00:00
intrusive@327c9cab8d Fixed compilation problem with Intel compiler. 2009-10-24 17:46:45 +00:00
io@81458c44a6 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
iostreams@4fe6f72175 Add usage requirements. 2009-11-21 09:20:31 +00:00
iterator@4c60e26bf8 Made sure that iterator_facade's nested `::pointer` type is always 2009-11-28 05:12:29 +00:00
lambda@77495bb7e1 Deal with warnings with /Za. Fixes #3485 2009-11-08 04:11:21 +00:00
local_function@88da98e37b
locale@88da98e37b
lockfree@88da98e37b
logic@6c6cc7dce3 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
math@7d3efcec6b Update author list. 2009-11-17 12:55:36 +00:00
move@88da98e37b
mpi@27893126b6 replaced MPL_ASSERT by STATIS_ASSERT because of gcc-4.4 bug 2009-10-18 16:03:46 +00:00
mpl@ae88433250 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
msm@88da98e37b
multi_array@961f6ed6c9 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
multi_index@604128d17a suppressed MSVC /W4 C4512 warning 2009-11-10 10:18:55 +00:00
multiprecision@88da98e37b
numeric Rebuild numeric/conversion documentation. 2009-11-20 10:02:01 +00:00
optional@a63dbe0f14 Rebuild optional docs. 2009-11-20 10:26:23 +00:00
parameter@359b3a5c3a Fix for #3490, parameter depends on python. Use toplevel 2009-10-22 03:55:24 +00:00
phoenix@88da98e37b
polygon@88da98e37b
pool@ecb238ede9 Allow zero-sized blocks to be allocated by malloc_n. Fixes #386 2009-10-19 16:26:52 +00:00
predef@88da98e37b
preprocessor@0882fe63f9 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
program_options@5fbdd0fafd ProgramOptions: added a couple of missing std:: namespace qualifiers 2009-11-27 22:07:33 +00:00
property_map@936c0b05ea Removed forwarding headers for property map library; fixes #2922 2009-11-24 17:13:45 +00:00
property_tree@149c245bda rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
proto@6dcc84e773 better docs for proto::extends, fixes #2844 2009-11-06 23:24:22 +00:00
ptr_container@e04da37f12 https://svn.boost.org/trac/boost/ticket/3579 2009-10-30 14:42:33 +00:00
python@4f6a37f80d boost.python: some make_tuple changed to boost::python::make_tuple for gcc 4.4 -std=c++0x compatibility; https://svn.boost.org/trac/boost/ticket/3584 2009-11-13 20:48:25 +00:00
random@330c6db3cb Fix min/max problems 2009-11-16 23:38:21 +00:00
range@1461479a17 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
ratio@88da98e37b
rational@a23c6ef3a9 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
regex@a83329dd28 Allow std::locale's to not have a messages facet installed (fixes some STLPort issues). 2009-11-23 10:45:44 +00:00
scope_exit@6ae137ab10 Get rid of "comparisons like X<=Y<=Z do not have their mathematical meaning" gcc warning, based on the patch from Kim Barrett. 2009-09-06 23:17:53 +00:00
serialization@cd79c5a02e fixed BOOST_STATIC_WARNING implementation macro name conflict 2009-11-27 22:32:28 +00:00
signals@3af87fb2cf Signal: Extended workaround to cover VC2010 2009-11-02 19:20:33 +00:00
signals2@b217658ab9 Qualify addressof call, refs #3534. 2009-10-22 02:05:18 +00:00
smart_ptr@b691be0af9 Remove std::move references. Refs #3570. 2009-11-26 21:20:47 +00:00
spirit@61e4a7f031 Spirit: removed UB in rule and token_def initialization, added copy constructor for token_def 2009-11-27 22:28:35 +00:00
statechart@fbc0904963 Added state_machine::triggering_event(). Documentation follows. 2009-10-27 22:38:02 +00:00
static_assert@138c5bde91 Fix gcc warning. 2009-11-08 18:59:24 +00:00
sync@88da98e37b
system@d493021c7d System: fix too_many_symbolic_link_levels typo 2009-11-12 20:42:09 +00:00
test@fd8d9b3e4e hmm works other way around 2009-11-23 15:49:13 +00:00
thread@174d701bc3 Using BOOST_ASSERT rather than assert 2009-11-26 09:35:31 +00:00
timer@9e83237560 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
tokenizer@b4dc26ff3e rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
tr1@6331cc5568 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
tti@88da98e37b
tuple@d908a5d566 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
type_erasure@88da98e37b
type_traits@c8d4c6ccd1 Fix msvc and gcc warnings in the type_traits library. 2009-11-08 16:49:40 +00:00
typeof@b420583f9c rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
units@878c840b09 Suppress warnings on msvc-7.1 2009-11-12 23:01:53 +00:00
unordered@7f59e8e058 Better testing of incomplete types. 2009-11-27 19:43:06 +00:00
utility@7eb1536590 Suppress/fix some msvc and gcc compiler warnings. 2009-11-08 18:53:59 +00:00
uuid@f883e1ffc0 Added uuid library 2009-11-28 04:16:43 +00:00
variant@0110af77a4 Fix various Variant warnings. 2009-11-13 10:07:30 +00:00
wave@213d6495cb Minor fix to Jamfile.v2 2009-11-05 17:39:13 +00:00
xpressive@7b590523ce eliminate warning on darwin-4.2.1 toolset 2009-11-26 08:38:50 +00:00
index.html
libraries.htm Added uuid library 2009-11-28 04:16:43 +00:00
maintainers.txt Added uuid library 2009-11-28 04:16:43 +00:00
platform_maintainers.txt