Aleksey Gurtovoy 2d0d7d63bc bool fix 21 年之前
..
algorithm @ 053cc53eea ef938a6802 workaround for a problem of GCC 2.95 with local scope using directives 21 年之前
any @ 15690b572f 6973349c53 BSL update 21 年之前
array @ 2fde5e334b ab1c9f7456 License update 21 年之前
assign @ ddac8d2c01 29e2428cff *** empty log message *** 21 年之前
bind @ 9ffd0a08c5 6e215c3356 Switched data members to return by value to avoid a const ref to short lived temp problem 21 年之前
compatibility @ 5e00bbd86e 93bc1e6bd7 Updated SGI version checks 23 年之前
compose @ 1dac6c4295 fd68083d2d Placeholder for all time 21 年之前
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 年之前
config @ d216a669c5 7f8411b817 Added vc8 support 21 年之前
conversion @ bba9169401 aa4d5826de Updated to use the BSL: Permission from Kevlin Henney was granted in blanket-permission.txt, permission from Terje Slettebo was granted for this one file privately. 21 年之前
crc @ 52cf759c50 24258c24e8 Fixed (hopefully) bugs with CRC polymoninals shorter than a byte, with a patch from Bert Klaps 22 年之前
date_time @ 83e4e6951f d589b58cb1 fix copyright 21 年之前
detail @ 4ce66b8475 825be157f7 Move indirect_traits to boost/detail 21 年之前
disjoint_sets @ 545e568d7b b13be9176b Get rid of test lib 22 年之前
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 年之前
exception @ ae714358ad e5a29a5074 fixes comeau bug 22 年之前
filesystem @ 097d0d6ebe 037995b4ba Work around Intel 7.1/Linux include problem 21 年之前
format @ 5ed5e8a4f0 06145f5104 Add workaround for Compaq C++. 22 年之前
function @ c9d7858ff0 236f1ed0f3 Remove tabs in file. 22 年之前
functional @ 240f068069 825fe1ec07 add or update See www.boost.org comments 23 年之前
graph @ 896c715e35 f57b69f88e using namespace boost should work around some issues for MIPSpro 21 年之前
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 年之前
io @ a14284ef8a 63e9a13d18 Added Daryle Walker's copyrights as requested. 22 年之前
iterator @ 1f999864a1 fd78217269 Fix 31 character limit 21 年之前
lambda @ 17df366d20 fb83cb43b9 added explicit qualification to var to avoid conflict with pthreads 21 年之前
logic @ e5c2ea9a90 3f81c6d366 Update copyrights 22 年之前
math @ de88dc5e38 a75b3c853a Fixed BOOST_OCTONION_MEMBER_DIV_GENERATOR_4. 22 年之前
mpl @ 2c49d8d21b 2d0d7d63bc bool fix 21 年之前
multi_array @ 477d155791 54da803942 merge new MPL version from 'mplbook' branch 21 年之前
multi_index @ b7da8d2a00 1205471674 added CW 9.3 21 年之前
numeric 020d00a552 fix complex<double> testtt 21 年之前
optional @ 07a80c1b9b 5e9c32bac1 In-place factories moved from /detail to /utility 21 年之前
pool @ 187051f4a7 0f27cfd851 Fixed windows platform detection. 22 年之前
preprocessor @ fcc60a3011 a52e07de13 fixed 31+ filenames, unlinked files 21 年之前
program_options @ de971fc1e0 be87ee41fe Add declspec, in hope to fix a CW9.3 problem 21 年之前
property_map @ 45843a66d3 6ce2dcb1c3 BSL 22 年之前
python @ 70e012bc45 d191e3d4b7 Be more correct about testing for Intel 7.1 on MS Windows. 21 年之前
random @ 3e53b922c7 5201cbf5a2 Work around GCC 3.3 problem with 22 年之前
range @ f7ffdde09f ec8fcc1ada metroworks hacks 21 年之前
rational @ 71ecf6f9ec 2d6117229c remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 22 年之前
regex @ c0e6b1f5a2 e545e2cd77 mingw dll specific fixes. 21 年之前
serialization @ d816de15b9 280aba127a corrected error in nvp namespace 21 年之前
signals @ 7c3c134910 5ff874643b Initialize and update slot_assigned where necessary 21 年之前
smart_ptr @ 1bc58ea861 59eb2e061f Updated to use the BSL (using permissions supplied in more/blanket-permission.txt) 22 年之前
spirit @ 616ddba46c 4e4437f973 small typo 21 年之前
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 年之前
static_assert @ f0969644d0 3c01d369b9 Fixed doc typo. 22 年之前
test @ cccdb5113d c10f4b080b ios fix for classic iostreams 21 年之前
thread @ c747a6ff4e 1747658bd7 Fix uninitialized variables 21 年之前
timer @ 7d7b156a03 d466a77c37 Updated Beman Dawes' licence statement to use the new prefered form of words. 22 年之前
tokenizer @ 9e93efc857 1cc0db4a02 fix unused variable warnings on gcc with -Wall 22 年之前
tuple @ eea1937afc cd6254eb97 Converted to Boost Software License, Version 1.0 22 年之前
type_traits @ 6ac28e8e19 fb2d12fe4e fixed Intel Linux pp bug about <: incorrectly treated as a digraph 21 年之前
utility @ d198bd9d96 60ceb96b33 added explicit return to main 21 年之前
variant @ 649ac735ce cfce1db764 fix MSVC failures 21 年之前
expected_results.xml b359d0480e manually add some graph library results from 1.31 21 年之前
index.html 9ef38fdf62 htm instead of html:-) 24 年之前
libraries.htm 92f890a14f small correction 21 年之前
粤ICP备19079148号