Robert Ramey 9facdfb65b Fix error on unregistered class exception 16 anni fa
..
accumulators @ 41921a3ccc cb6b15a21f avoid premature template evaluation in operator overload return types 16 anni fa
algorithm @ 8f2b8d4888 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 17 anni fa
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 17 anni fa
array @ fb72e72640 ebf0af505c MSVC warning suppression - fixes #3599. 16 anni fa
asio @ c5a643df6b 792212a845 Update revision history. 16 anni fa
assign @ cecbca2021 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 17 anni fa
atomic @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
bimap @ 682cb9fee7 53ddd7bb68 fix context to complex for V7.1 16 anni fa
bind @ 1bf8cd6c7a 9ae1411eb3 Fix Borland regression. Refs #3003. 16 anni fa
chrono @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
circular_buffer @ 637c7535a0 2703763610 circular_buffer: updated documentation 16 anni fa
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 17 anni fa
compose @ d5be6d029f 22a3a66dc4 Add index.html file for compose, as our server setup doesn't support index.htm files. 17 anni fa
concept_check @ c12ec71acb 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 17 anni fa
config @ 3f50fc1231 8ed5fd4a8a Clarify determining if macro tests pass 16 anni fa
container @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
context @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
conversion @ fce9ad4e1b f9e3f321d2 Misc small fixes to suppress warnings. 16 anni fa
coroutine @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
crc @ 9581b2f1c5 10fac6882b Update a couple of links to integer documentation. 16 anni fa
date_time @ 73e55ee157 818e9504f0 Fixes bug 2708 16 anni fa
detail @ 00e723fba0 e8f5f32336 Don't foward declare containers when using gcc's parallel library and 16 anni fa
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 17 anni fa
dynamic_bitset @ 60f871da0c 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 17 anni fa
exception @ 37c31a6622 b13eed3458 A bit of type name mangling was left unmangled. Should be good now. 16 anni fa
filesystem @ f8d0a92eed 9be52974d9 Don't set *_STATIC_LINK macros, for they don't affect anything. 16 anni fa
flyweight @ b7c6b3394e d5db0b1a3f updated assertion message 17 anni fa
foreach @ 0067a122a1 8923557a52 Suppress msvc warnings. 16 anni fa
format @ 85acf8fc52 da1b33914b fixes new functions (remaining_args, expected_args, ...) in case bound.size()==0 16 anni fa
function @ 22c6592a40 ca172c2379 Fix function_base.hpp to not require typeid. Refs #3666. Requires [58127]. 16 anni fa
function_types @ e39914bddd a30ca20464 Undo r56305 16 anni fa
functional @ 19197eabe1 a0e277c3de Missing newline. 16 anni fa
fusion @ b86d7dbe80 857d774c23 Fusion: fixed ambiguities in tests on VC10 16 anni fa
geometry @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
gil @ 24a740ff72 9164e2c830 Added gil:: namespace to all at_c calls. This seems necessary for current gcc ( 4.4 and more ) compilers. See #3041 and #3619. 16 anni fa
graph @ 5e9cac2ed6 a2e5a50ba8 Fixed bookmark errors 16 anni fa
graph_parallel @ 67fcc3bef3 04806a54e4 Fixed GCC 4.4 warnings 16 anni fa
heap @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
icl @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
integer @ 2f13159023 4f310852cd Change code to check individually for the INT#_C macros before defining them - this correctly handles cases where they are partially defined by other other headers (for example ICU). 16 anni fa
interprocess @ 89eb66a985 4e80532305 Fixes for 1.41 17 anni fa
intrusive @ 327c9cab8d 335528adf3 Fixed compilation problem with Intel compiler. 17 anni fa
io @ 81458c44a6 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 17 anni fa
iostreams @ cac6c79e70 5a713e681d Fix inspect bookmark errors in iostreams. 16 anni fa
iterator @ ac522bc9e1 b9c579688a category of each component iterator is reduced to a known category before we try to find a minimum. 16 anni fa
lambda @ 77495bb7e1 6b73423a4e Deal with warnings with /Za. Fixes #3485 16 anni fa
local_function @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
locale @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
lockfree @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
logic @ 62e9529e09 2a440d31d9 Removed unused parameter; fixes #3600 16 anni fa
math @ 5c5da68a34 a89a3832ab Fix graphs, regenerate PNG's, update docs. 16 anni fa
move @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
mpi @ 27893126b6 88edd59c10 replaced MPL_ASSERT by STATIS_ASSERT because of gcc-4.4 bug 17 anni fa
mpl @ 38e0d6157f fc1f988e82 Fix bitand/bitor conflicts with iso64.h header 16 anni fa
msm @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
multi_array @ 961f6ed6c9 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 17 anni fa
multi_index @ 4223235333 a95a2e2c67 completed fix in [58485] with proper handling of value_type serialization class versioning 16 anni fa
multiprecision @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
numeric 6b91b7f5d0 Applied patches to fix #2512 and #2513 16 anni fa
optional @ a63dbe0f14 c267c8ea9b Rebuild optional docs. 16 anni fa
parameter @ 359b3a5c3a d5d49e5af5 Fix for #3490, parameter depends on python. Use toplevel 17 anni fa
phoenix @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
polygon @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
pool @ ecb238ede9 955f49804d Allow zero-sized blocks to be allocated by malloc_n. Fixes #386 17 anni fa
predef @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
preprocessor @ 0882fe63f9 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 17 anni fa
program_options @ af37add8c6 023a48709e fix in winmain, Fixes #3879 16 anni fa
property_map @ 5e133c5741 1fd33e9d1d Fixed duplicate bookmarks 16 anni fa
property_tree @ 303ed583c0 7619ca69a6 Fix an issue in MSVC for ptree::equal_range. 16 anni fa
proto @ 02f4186d18 a31bc44301 fix BOOST_PROTO_EXTENDS to work with elaborated types 16 anni fa
ptr_container @ e04da37f12 ab562181c0 https://svn.boost.org/trac/boost/ticket/3579 17 anni fa
python @ 1660730320 a674b39a91 Remove unintentional reference to "union" test that's not checked in. 16 anni fa
random @ c30e86b6fe 2552fb0b46 Fix darwin ranlux failures. 16 anni fa
range @ 1461479a17 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 17 anni fa
ratio @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
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 17 anni fa
regex @ f9db065c61 1140adc5a1 Fix typos in docs. 16 anni fa
scope_exit @ 6ae137ab10 ca6d18e5a7 Get rid of "comparisons like X<=Y<=Z do not have their mathematical meaning" gcc warning, based on the patch from Kim Barrett. 17 anni fa
serialization @ d36ca3d5d1 9facdfb65b Fix error on unregistered class exception 16 anni fa
signals @ 3af87fb2cf f33d8dace9 Signal: Extended workaround to cover VC2010 16 anni fa
signals2 @ b217658ab9 1121ce8971 Qualify addressof call, refs #3534. 17 anni fa
smart_ptr @ ae34be773f a7a9afc2c4 Qualify detail:: references. Detabify sp_typeinfo_test.cpp. 16 anni fa
spirit @ 8f203e8106 aca98def01 More Unicode Support 16 anni fa
statechart @ fbc0904963 ab45ca3e49 Added state_machine::triggering_event(). Documentation follows. 17 anni fa
static_assert @ 138c5bde91 6a23a93ac7 Fix gcc warning. 16 anni fa
sync @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
system @ d493021c7d 2e43dc5aa7 System: fix too_many_symbolic_link_levels typo 16 anni fa
test @ e013305c6b 956d8b0cdd remove dependence on non-standard va_copy macro 16 anni fa
thread @ 174d701bc3 a076a4cac4 Using BOOST_ASSERT rather than assert 16 anni fa
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 17 anni fa
tokenizer @ b4dc26ff3e 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 17 anni fa
tr1 @ 6331cc5568 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 17 anni fa
tti @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
tuple @ d908a5d566 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 17 anni fa
type_erasure @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 anni fa
type_traits @ 30598c1e09 3230dceee4 Update docs with new history section. 16 anni fa
typeof @ b420583f9c 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 17 anni fa
units @ 878c840b09 7383e94b61 Suppress warnings on msvc-7.1 16 anni fa
unordered @ 7efcf9ccff 309b9ceb64 Set length of primes inside template on Sun C++. Refs #3854 16 anni fa
utility @ bf713ad47a 478c39c621 Revert unintentional reference to "noncopyable_adl_barrier" test that's not checked in. 16 anni fa
uuid @ 8807fd1e6c d369c809ec optimized seed_rng 16 anni fa
variant @ 0110af77a4 5bb808bcda Fix various Variant warnings. 16 anni fa
wave @ ee697428fa 564530fe17 Wave: updated copyrights 16 anni fa
xpressive @ 317bf29683 988b7cb240 eliminate gcc warning 16 anni fa
index.html a70f317546 Add copyright, license 20 anni fa
libraries.htm 4402496eed Added uuid library 16 anni fa
maintainers.txt 4402496eed Added uuid library 16 anni fa
platform_maintainers.txt 02f2fb03da Set up initial platform maintainers file 18 anni fa
粤ICP备19079148号