Bryce Adelstein-Lelbach e1541d4dcf Added the as directive. vor 15 Jahren
..
accumulators @ 8c45f6a12b 2844ef9427 add missing include to docs for covariance vor 16 Jahren
algorithm @ 823b199df3 d2ab4d3cd9 Fix typo. Fixes #4937. vor 15 Jahren
any @ 23b025589c 6d3aece1f2 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 vor 16 Jahren
array @ 7256882760 e17412cc22 Fix? for borland vor 15 Jahren
asio @ 3d76a5a994 92b02f122b Fixed a Windows-specific problem where failures from accept() are incorrectly treated as successes. Refs #4859. vor 15 Jahren
assign @ a06e839236 b827c04952 Resolve C++0x ambiguities. Fixes #3073 vor 16 Jahren
atomic @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
bimap @ 2889448652 e7de0d1c34 Rebuild bimap documentation. vor 16 Jahren
bind @ 3d60d74ff0 82e2324e79 Doc patch; refs #4532 vor 15 Jahren
chrono @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
circular_buffer @ fb85032783 5f6191d4e2 circular_buffer: fixed (the fix ;-) when BOOST_NO_STDC_NAMESPACE defined vor 15 Jahren
compatibility @ 3e0da6395d 6d3aece1f2 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 vor 16 Jahren
compose @ d5be6d029f 22a3a66dc4 Add index.html file for compose, as our server setup doesn't support index.htm files. vor 17 Jahren
concept_check @ b4ff615db8 5a70e27f98 Eliminate warnings from BinaryFunction, UnaryPredicate, BinaryPredicate concept check classes. vor 15 Jahren
config @ 7535b8d150 b38c9daca0 1.45.0 prep vor 15 Jahren
container @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
context @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
conversion @ c28efea0b3 e978052a6b Fix an access to grouping[grouping.size()]. vor 15 Jahren
coroutine @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
crc @ e916db4b08 bea9f94de4 Fix link in crc. vor 16 Jahren
date_time @ a161660022 4640ac8625 add missing serialization/nvp.hpp header vor 15 Jahren
detail @ a057517431 de0ae27631 Added an iomanip implementation to boost/detail. GNU's libstdc++ version 4.5+ vor 15 Jahren
disjoint_sets @ 34939ce5b0 6d3aece1f2 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 vor 16 Jahren
dynamic_bitset @ 594140a081 cadcd408ea Document intersects. Fixes #2837. vor 16 Jahren
exception @ 56ae4311bb 9dc61b65b6 default gcc visibility for exception types, <link>static requirement in test Jamfile. vor 15 Jahren
filesystem @ c1ca110b6f 710e9f37da Resolve ticket #4585 by accepting bjam options --disable-filesystem2 or --disable-filesystem3. Document same. Also, switch V2 tests to use <boost/detail/lightweight_main.hpp> to improved test reporting. vor 15 Jahren
flyweight @ 03f5546f37 28c5ab08cc removed an internal assertion incompatible with program termination via std::exit vor 15 Jahren
foreach @ 33bda938b0 4856d36e17 Link fixes. vor 15 Jahren
format @ c2abf0cff0 8c0058df4a Make Boost.Format work with the default libCstd on sun CC. Fixes #3894 vor 16 Jahren
function @ 9ea95b071b 6dd0c4aae1 Detab some jamfiles. vor 16 Jahren
function_types @ c73823068f 152b350193 Rebuild function_types documentation. vor 16 Jahren
functional @ e2d25b5c00 cc142cb19c Avoid `-Wconversion` warnings in unordered & hash. vor 15 Jahren
fusion @ c15dd57405 129ad5a66b Fusion: mask fusion::begin/fusion::end with SFINAE, fixes #4028 vor 15 Jahren
geometry @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
gil @ b3ad20c906 900726c7b2 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. vor 15 Jahren
graph @ 4a5c105654 d8024fd4ab Applied patch from #4966 to fix self-loop insertion; fixes #4966 vor 15 Jahren
graph_parallel @ 7ba3289a78 9157108d9c Fixed compile failure with Boost.Filesystem v3 vor 15 Jahren
heap @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
icl @ b5f057bd2d bc16115b66 Minor modifications of tests. vor 15 Jahren
integer @ 7bd48eb3f3 c458bbefb3 Change logic so that int32_t etc is an int rather than a long where possible. vor 15 Jahren
interprocess @ d83cd2023c 59992552e8 Updated recently fixed bug list. vor 15 Jahren
intrusive @ 5645fe2c90 823a47c0bd Fixes for Boost 1.45 vor 15 Jahren
io @ 961be4e927 c0de6b4bb2 Fix bug quoted_manip.hpp and in its tests. Thanks to Daniel James for a patch. vor 15 Jahren
iostreams @ e0adbb77e5 5dd0264519 Use BOOST_ASSERT in iostreams. vor 15 Jahren
iterator @ 752fc7c185 cc6ffab685 Removed <boost/pending/integer_range.hpp> and a few more uses of it; fixes #4642 vor 15 Jahren
lambda @ 4091f55a4b f16fdb95b1 removed arity detection from has_xxx_template vor 16 Jahren
local_function @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
locale @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
lockfree @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
logic @ 9c4577cce3 6dd0c4aae1 Detab some jamfiles. vor 16 Jahren
math @ 2ebf2fca9e 172eba30b0 Fix typos in code examples for legendre polynomials and regenerate docs. vor 15 Jahren
move @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
mpi @ a1ca5b5e7b c3dec142bc Fixed tickets #4693 and #4772 vor 15 Jahren
mpl @ 7cd1d88886 16ea544f84 Fix name in list example. Fixes #4875. vor 15 Jahren
msm @ 29004d5e8b 2f653b16d5 added get_history. Returns the history object. vor 15 Jahren
multi_array @ 6b6d2320ea 13dea6adb2 Copied Jeremiah's fix (using Boost.Iterator's arrow proxy) back to the trunk. vor 16 Jahren
multi_index @ 7b1bcc810d fb0840f98c completed fix in [64312] and [64317] vor 16 Jahren
multiprecision @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
numeric a8ab4f25b4 Apply patch to fix typos. Fixes #4931. vor 15 Jahren
optional @ e9989b260e dc5e10c6db Refs #4987. Added forward declaration of namespace-scope swap for boost::optional, this should fix GCC compilation errors. Also swap implementation now uses Boost.Utility.Swap to make use of the workarounds for some broken compilers. If it breaks for your compiler, let me know in the mentioned ticket. vor 15 Jahren
parameter @ ee32bc6f67 b2e0c61bae Fixed test compilation with C++0x aware compilers. The bind and ref calls should be explicitly qualified with the boost namespace. vor 16 Jahren
phoenix @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
polygon @ a1219447a2 6d58354eb5 fixed trac 4868 polygon concept contains function vor 15 Jahren
pool @ df50a4065f e854185991 Protect Boost.Pool from evil #defines of malloc and free. Fixes #4346. vor 16 Jahren
predef @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
preprocessor @ c776ac0002 c63d93faa3 Avoid evaluating BOOST_PP_SEQ_HEAD when it isn't needed. Fixes #4465. vor 15 Jahren
program_options @ 84415c1e7b 3766d82642 fix typo vor 15 Jahren
property_map @ 57b53f849e fd988ca2be Fixed page titles vor 15 Jahren
property_tree @ eec75c4155 970dee071c add missing includes, fixes #4841 vor 15 Jahren
proto @ d78cc61f3f be92fe77bb work around gcc-4.2 ICE vor 15 Jahren
ptr_container @ a96c949ed2 88d29e0832 In response to Ticket #4598: 4598.patch vor 15 Jahren
python @ fa32b8dfab b7608b8ad8 boost/python/converter/builtin_converters.hpp: fix for Python 3 (by Austin Bingham) vor 15 Jahren
random @ cbc4f223c2 00862ca0a8 Make result_type public. Fixes #4777. vor 15 Jahren
range @ 9cf925c079 5b4788e5f6 [boost][range] - Added has_range_iterator and has_range_const_iterator. Trac ticket 4296. vor 15 Jahren
ratio @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
rational @ a23c6ef3a9 6d3aece1f2 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 vor 16 Jahren
regex @ b60171bdcf d3d2ba9845 Yes another attempt to fix the 64-bit paths issue. vor 15 Jahren
scope_exit @ fd2168edf8 f61e5adce0 Rebuild the scope_exit documentation. vor 16 Jahren
serialization @ 2fe3c19dec 88ced3cc13 tests now require filesystem v3 vor 15 Jahren
signals @ 63524f1ce1 b6d453b55d Applied patch in #4365; will watch tests before merging to trunk vor 15 Jahren
signals2 @ a0f0732d57 7acb712cd9 Fixed some gcc -Wshadow warnings reported by Rich McKeever. vor 15 Jahren
smart_ptr @ 825786d59a 8755fb3613 Re-added sunpro specific initialization vor 15 Jahren
spirit @ 05913d71b4 e1541d4dcf Added the as directive. vor 15 Jahren
statechart @ 64ef6e806b ce352abbd1 Fixes #4511. vor 15 Jahren
static_assert @ a0a2bd5703 aec1f84230 Update various libraries' documentation build. vor 16 Jahren
sync @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
system @ 2e93f04826 eb6461cd24 Fix PGI non-compliance (portability issue). vor 15 Jahren
test @ 4007ed937a 67837cd748 Fix a few doc typos. Fixes #4923. Fixes #4924. vor 15 Jahren
thread @ 73121eda9d 3958c9f170 Better fix for #4736 --- ensure we have tried to allocate TLS value vor 15 Jahren
timer @ 9e83237560 6d3aece1f2 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 vor 16 Jahren
tokenizer @ 8355a34b81 0cb70cf551 Applied patch from #4791; will close after merging to release vor 15 Jahren
tr1 @ bf345da4b5 aec1f84230 Update various libraries' documentation build. vor 16 Jahren
tti @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
tuple @ 9d64187c34 dea9ac489c Add an element-wise swap for Boost.Tuple. Fixes #1324 vor 16 Jahren
type_erasure @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) vor 19 Jahren
type_traits @ e0fb41d53c 03064d7758 boost/type_traits/common_type.hpp: workaround for gcc 3.2 and 3.3 to avoid spurious warning vor 15 Jahren
typeof @ b46f8efd6b 2fbcfb0133 Ticket #3520 Syntax Error in boost/typeof/typeof.hpp vor 15 Jahren
units @ 85497f462f 1a8c68ddac add missing return vor 15 Jahren
unordered @ 3d7abd9cbe cc142cb19c Avoid `-Wconversion` warnings in unordered & hash. vor 15 Jahren
utility @ 636283d7c2 daf633bcca Limit warning suppression to old versions of VC++, fixes #4432 vor 15 Jahren
uuid @ e90777d9ab dc07e78a92 Fixed bug in documentation (forgot a dash in 3 uuid strings). vor 16 Jahren
variant @ 9f5f65ab9b 6dd0c4aae1 Detab some jamfiles. vor 16 Jahren
wave @ d713b6d6cd a317f997c9 Wave: fixing a couple of warnings vor 15 Jahren
xpressive @ 4151bc94fe a887a6ee9a as() handles wide sub_match objects correctly, fixes #4496 vor 15 Jahren
index.html a70f317546 Add copyright, license vor 19 Jahren
libraries.htm 161b6dc996 Modified libraries.htm adding information referring to the icl. vor 15 Jahren
maintainers.txt 661b9a9ee8 Updated maintainers.txt for icl maintainer (me;) vor 15 Jahren
platform_maintainers.txt 02f2fb03da Set up initial platform maintainers file vor 18 Jahren
粤ICP备19079148号