Joel de Guzman 62b0edc71a reverting 69103 před 15 roky
..
accumulators @ 8c45f6a12b 2844ef9427 add missing include to docs for covariance před 16 roky
algorithm @ caea7bd125 98edda3d92 trim_all test fixed před 15 roky
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 před 16 roky
array @ 5072c551ec d20a126e32 Pathscale-4.0 configuration code/workarounds. před 15 roky
asio @ 6ddfb69440 daa2b0e7f9 Revision history. před 15 roky
assign @ a06e839236 b827c04952 Resolve C++0x ambiguities. Fixes #3073 před 16 roky
atomic @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
bimap @ 06d38c2bbc b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
bind @ 27003baf12 d20a126e32 Pathscale-4.0 configuration code/workarounds. před 15 roky
chrono @ a2f6f86db9 52c12b7852 Chrono před 15 roky
circular_buffer @ fb85032783 5f6191d4e2 circular_buffer: fixed (the fix ;-) when BOOST_NO_STDC_NAMESPACE defined před 15 roky
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 před 16 roky
compose @ d5be6d029f 22a3a66dc4 Add index.html file for compose, as our server setup doesn't support index.htm files. před 17 roky
concept_check @ 15afb20c84 8102e77939 Applied patch - refs #4918; will merge to release after tests cycle před 15 roky
config @ cdfbdb2a72 5c470098cd libc++ declares a templated abs, which conflicts with the redefinition in math_info.cpp před 15 roky
container @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
context @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
conversion @ c28efea0b3 e978052a6b Fix an access to grouping[grouping.size()]. před 15 roky
coroutine @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
crc @ e916db4b08 bea9f94de4 Fix link in crc. před 16 roky
date_time @ 5c9a890972 b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
detail @ 5367f6459d d5daf9c4ee libc++ also has no const on codecvt length před 15 roky
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 před 16 roky
dynamic_bitset @ 734861bdac 3ddfe17260 Fix test for C++0x před 15 roky
exception @ a74d041bd5 c47bb3a582 Ticket 4282 před 15 roky
filesystem @ d4dce24d77 b5801345d1 Cleanup code (pointed out by Denis Shevchenko) před 15 roky
flyweight @ 3fc4756231 d20a126e32 Pathscale-4.0 configuration code/workarounds. před 15 roky
foreach @ 33bda938b0 4856d36e17 Link fixes. před 15 roky
format @ 7907ce81f4 b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
function @ 8cde82a568 4ab2d13797 Remove extra definition of operator(), since it's inline anyway. Fixes #4765. před 15 roky
function_types @ c73823068f 152b350193 Rebuild function_types documentation. před 16 roky
functional @ 048d92f36a 1fc2aae24f Fix copy and paste typo. Refs #4756. před 15 roky
fusion @ 7bfe445d72 f5937e06a1 new assign intrinsic před 15 roky
geometry @ 4badcdc600 c628035216 Moved dissolve to extension před 15 roky
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. před 15 roky
graph @ 66cd415568 f70eebf1c4 Fixed typo as suggested by Shaun Jackman před 15 roky
graph_parallel @ 11e660b615 b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
heap @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
icl @ 262d463a13 d8101c8779 Fixed std/boost::is_same ambiguity. před 15 roky
integer @ 8457bd01b1 5526d56c83 Fix integer_traits<long long> when no macro from limits.h is available. před 15 roky
interprocess @ 4cabab5396 b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
intrusive @ 13fa2907cd 408d92b0e1 Fixed wrong count when compare throws před 15 roky
io @ e2fe59318b b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
iostreams @ 1a2de8bd5d 69e65781c2 Fix flush regression. Fixes #4590. před 15 roky
iterator @ caa0e5035a 1faa4f1f23 Added Michel's patches for #1427 před 15 roky
lambda @ 2ed8d7f4df 1b9dbd9c5f Fix return type deduction for pointers to data members. Fixes #4962. Fixes #4566. před 15 roky
local_function @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
locale @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
lockfree @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
logic @ 9c4577cce3 6dd0c4aae1 Detab some jamfiles. před 16 roky
math @ 386dc2ee93 dff5867ecb Add Kolmogorov distro to TODO list and regenerate docs. před 15 roky
move @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
mpi @ a1ca5b5e7b c3dec142bc Fixed tickets #4693 and #4772 před 15 roky
mpl @ 7cd1d88886 16ea544f84 Fix name in list example. Fixes #4875. před 15 roky
msm @ 2210693b8a a731a63d62 fixed warnings about unused variables před 15 roky
multi_array @ 6b6d2320ea 13dea6adb2 Copied Jeremiah's fix (using Boost.Iterator's arrow proxy) back to the trunk. před 16 roky
multi_index @ 55723474d2 b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
multiprecision @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
numeric b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
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. před 15 roky
parameter @ 15d8701d77 9f834a16d9 Fix typo in parameter doc, refs #4983 před 15 roky
phoenix @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
polygon @ a1219447a2 6d58354eb5 fixed trac 4868 polygon concept contains function před 15 roky
pool @ 434c9a7630 e5058b6437 Applied patch; refs #2696 před 15 roky
predef @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
preprocessor @ c776ac0002 c63d93faa3 Avoid evaluating BOOST_PP_SEQ_HEAD when it isn't needed. Fixes #4465. před 15 roky
program_options @ 7051655c76 a304d9e70f Clarify docs for 'zero_token'. před 15 roky
property_map @ 3a1dba235e c3d195122d Fixed assert issues from inspection report for PropertyMap před 15 roky
property_tree @ 0dd8746cba c070b51a2e Erase assert() in favor of BOOST_ASSERT() in all PTree files, including RapidXML. See bug 4448. před 15 roky
proto @ c2fb79256d 6a99911f41 revert 68544 for now před 15 roky
ptr_container @ a96c949ed2 88d29e0832 In response to Ticket #4598: 4598.patch před 15 roky
python @ b5336f36d6 da02ffa791 Boost.Python: Python 3 module initialization fixes (using PyModuleDef), based on patches provided by Austin Bingham před 15 roky
random @ ed945c9eb1 df61461240 A separate WeightType doesn't make sense for piecewise_linear_distribution. před 15 roky
range @ 96c78123f0 08e4213b35 [boost][range] - Fixed erroneous change by 'Wash' the size() function is intended to be for Random Access Ranges only to be in keeping with the other Boost.Range size() functions. před 15 roky
ratio @ 711336717e edf36c3d8c Ratio: update doc před 15 roky
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 před 16 roky
regex @ 7ed55a515e b8a33fd3f6 Building with IBM C++ no longer needs a main() entry point. před 15 roky
scope_exit @ fd2168edf8 f61e5adce0 Rebuild the scope_exit documentation. před 16 roky
serialization @ a7bd7ef6c2 a5b9c7a0a2 improve compatibility with older archive versions před 15 roky
signals @ 63524f1ce1 b6d453b55d Applied patch in #4365; will watch tests before merging to trunk před 15 roky
signals2 @ cc04d5ec45 e2839b79fd Got rid of a couple unused parameter warnings. před 15 roky
smart_ptr @ a2fc6e12da 3a68e9df08 Intel 11.0 doesn't provide __sync intrinsics - this is added in Intel 11.1. před 15 roky
spirit @ 93b6b954d6 62b0edc71a reverting 69103 před 15 roky
statechart @ b5707cd409 b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
static_assert @ e910489e16 29b3fd6ea7 Add BOOST_STATIC_ASSERT_MSG před 15 roky
sync @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
system @ 322e46fc49 373f400893 Boost.Ratio/Chrono: Added boost/ratio/include.hpp file and make use of boost/ratio/ratio.hpp when all the files are not needed před 15 roky
test @ 704e7cb516 b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
thread @ 5ac2ff4521 697fce25af Reverted accidental commit, sorry... před 15 roky
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 před 16 roky
tokenizer @ 8355a34b81 0cb70cf551 Applied patch from #4791; will close after merging to release před 15 roky
tr1 @ 6b7c3196fd ee3b8cfff1 Patch for Sun on Solaris with stdcxx4 před 15 roky
tti @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
tuple @ f904cd5d69 b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
type_erasure @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) před 19 roky
type_traits @ 5c40f50432 82a11a5eb6 Fix non-ASCII character. před 15 roky
typeof @ b46f8efd6b 2fbcfb0133 Ticket #3520 Syntax Error in boost/typeof/typeof.hpp před 15 roky
units @ 8f866ba0de b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
unordered @ a4750fbdba 62b5b64f7c Make unnecessary_copy_tests a bit more lenient. před 15 roky
utility @ 7d23c75eef 7af0c762a0 Revised the assertion_failed_msg function to use std::exit(-1) instead of std::abort() for Windows CE (since Windows CE does not have an abort() function in the CRT library) před 15 roky
uuid @ f8b764edf0 5ec9bc3484 Fix bug in wide output; Refs #5145 před 15 roky
variant @ e5547f95bc 299ddb7dc9 Avoid a quadratic number of template instantations when using the general case implementation of assignment (with backup storage). This significantly improves compile times for variants with a large number of variant types. See the thread starting at http://lists.boost.org/boost-users/2011/01/65416.php. před 15 roky
wave @ 0818f28c17 b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
xpressive @ 1ac8cf17d1 b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). před 15 roky
index.html a70f317546 Add copyright, license před 19 roky
libraries.htm 6a84b396ee Remove the link to 'other forms of documentation' since no one's updating it. před 15 roky
maintainers.txt 466ebb2e5c Boost.Chrono: Moved to trunk před 15 roky
platform_maintainers.txt 02f2fb03da Set up initial platform maintainers file před 18 roky
粤ICP备19079148号