Michael Stevens be9d3cadee Storage array: 21 years ago
..
algorithm @ 053cc53eea ef938a6802 workaround for a problem of GCC 2.95 with local scope using directives 21 years ago
any @ 15690b572f 6973349c53 BSL update 21 years ago
array @ 2fde5e334b ab1c9f7456 License update 21 years ago
assign @ 6b98511000 9b62163a72 *** empty log message *** 21 years ago
bind @ 9ffd0a08c5 6e215c3356 Switched data members to return by value to avoid a const ref to short lived temp problem 21 years ago
compatibility @ 5e00bbd86e 93bc1e6bd7 Updated SGI version checks 23 years ago
compose @ 1dac6c4295 fd68083d2d Placeholder for all time 21 years ago
concept_check @ 1ff77e789e 3d22676dda Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8. 21 years ago
config @ d216a669c5 7f8411b817 Added vc8 support 21 years ago
conversion @ f11967a2c8 6973349c53 BSL update 21 years ago
crc @ 52cf759c50 24258c24e8 Fixed (hopefully) bugs with CRC polymoninals shorter than a byte, with a patch from Bert Klaps 21 years ago
date_time @ 83e4e6951f d589b58cb1 fix copyright 21 years ago
detail @ 4ce66b8475 825be157f7 Move indirect_traits to boost/detail 21 years ago
disjoint_sets @ 545e568d7b b13be9176b Get rid of test lib 22 years ago
dynamic_bitset @ 6f1a3ed336 3d22676dda Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8. 21 years ago
exception @ ae714358ad e5a29a5074 fixes comeau bug 22 years ago
filesystem @ e4330acdc9 7227da4f52 Add define for _USE_FILE_OFFSET_BITS 64 in hopes of picking up large file support on more systems (David Judson) 21 years ago
format @ 5ed5e8a4f0 06145f5104 Add workaround for Compaq C++. 21 years ago
function @ c9d7858ff0 236f1ed0f3 Remove tabs in file. 22 years ago
functional @ 240f068069 825fe1ec07 add or update See www.boost.org comments 23 years ago
graph @ 3b9071cf27 53abc3e1b7 Stupid limits include 21 years ago
integer @ 0935f20c69 3d22676dda Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8. 21 years ago
io @ a14284ef8a 63e9a13d18 Added Daryle Walker's copyrights as requested. 22 years ago
iterator @ 1f999864a1 fd78217269 Fix 31 character limit 21 years ago
lambda @ 17df366d20 fb83cb43b9 added explicit qualification to var to avoid conflict with pthreads 21 years ago
logic @ e5c2ea9a90 3f81c6d366 Update copyrights 22 years ago
math @ de88dc5e38 a75b3c853a Fixed BOOST_OCTONION_MEMBER_DIV_GENERATOR_4. 21 years ago
mpl @ f792b0fb68 fd1ca53489 long long support 21 years ago
multi_array @ 477d155791 54da803942 merge new MPL version from 'mplbook' branch 21 years ago
multi_index @ b7da8d2a00 1205471674 added CW 9.3 21 years ago
numeric be9d3cadee Storage array: 21 years ago
optional @ 7717a785de 370c98cc18 Fix some typos 22 years ago
pool @ 187051f4a7 0f27cfd851 Fixed windows platform detection. 22 years ago
preprocessor @ fcc60a3011 a52e07de13 fixed 31+ filenames, unlinked files 21 years ago
program_options @ ea1ce5aa1f f82cfc142c More validation_error text improments 21 years ago
property_map @ 45843a66d3 6ce2dcb1c3 BSL 21 years ago
python @ c4b09c7526 3d2259cf38 move to quickbook (WIP) 21 years ago
random @ 3e53b922c7 5201cbf5a2 Work around GCC 3.3 problem with 22 years ago
range @ 920a874e3a 1cc5665ea3 *** empty log message *** 21 years ago
rational @ 71ecf6f9ec 2d6117229c remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 22 years ago
regex @ 8e60fd2cb7 ce87179be5 Added needed include (fix for RW STL on Linux) 21 years ago
serialization @ 5b35880e28 ea4c782a73 small correction 21 years ago
signals @ 730b61d67d 7dc3569106 named_slot_map.cpp: Don't copy singular iterators, with some help from 21 years ago
smart_ptr @ 1bc58ea861 59eb2e061f Updated to use the BSL (using permissions supplied in more/blanket-permission.txt) 21 years ago
spirit @ e988b60de8 5bca714c27 Changed so that the order of which iterators are dereferenced when constructing a tuple is defined 21 years ago
statechart @ eaa1f4d80d 334f506cc2 Fixed bug that led to a failing runtime assert when a transition is made in an unstable state machine with orthogonal regions. 22 years ago
static_assert @ f0969644d0 3c01d369b9 Fixed doc typo. 22 years ago
test @ 25a8a3852e 26963e174f RW STL 6.0 fix 21 years ago
thread @ a4d2cd94b9 580983475a Move <threadind>multi from default build, to the requirement it is. 21 years ago
timer @ 7d7b156a03 d466a77c37 Updated Beman Dawes' licence statement to use the new prefered form of words. 22 years ago
tokenizer @ 9e93efc857 1cc0db4a02 fix unused variable warnings on gcc with -Wall 21 years ago
tuple @ eea1937afc cd6254eb97 Converted to Boost Software License, Version 1.0 22 years ago
type_traits @ 6ac28e8e19 fb2d12fe4e fixed Intel Linux pp bug about <: incorrectly treated as a digraph 21 years ago
utility @ 0fcc554abd 8ce4bff490 Initial commit 21 years ago
variant @ 14547949ec 54da803942 merge new MPL version from 'mplbook' branch 21 years ago
expected_results.xml 88d0ae92d3 merge with Linux expected failures from 1.31 21 years ago
index.html 9ef38fdf62 htm instead of html:-) 24 years ago
libraries.htm bf244eca9e Added message about Boost.Compose being retired 21 years ago
粤ICP备19079148号