Michael Stevens 39c3a34804 Add std::vector testing for future il y a 21 ans
..
algorithm @ 053cc53eea ef938a6802 workaround for a problem of GCC 2.95 with local scope using directives il y a 21 ans
any @ 15690b572f 6973349c53 BSL update il y a 21 ans
array @ 2fde5e334b ab1c9f7456 License update il y a 21 ans
assign @ ddac8d2c01 29e2428cff *** empty log message *** il y a 21 ans
bind @ 9ffd0a08c5 6e215c3356 Switched data members to return by value to avoid a const ref to short lived temp problem il y a 21 ans
compatibility @ 5e00bbd86e 93bc1e6bd7 Updated SGI version checks il y a 23 ans
compose @ 1dac6c4295 fd68083d2d Placeholder for all time il y a 21 ans
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. il y a 21 ans
config @ d216a669c5 7f8411b817 Added vc8 support il y a 21 ans
conversion @ f6b0ec3685 ae082eb9e3 fix syntax errors il y a 21 ans
crc @ 52cf759c50 24258c24e8 Fixed (hopefully) bugs with CRC polymoninals shorter than a byte, with a patch from Bert Klaps il y a 21 ans
date_time @ 502ea0be0b 37854287f2 add change for ptime min/max construction to change notes il y a 21 ans
detail @ 5fcbfdf2f8 6d4f6f8727 Changed files to BSL based on permissions in blanket-permission.txt il y a 21 ans
disjoint_sets @ 545e568d7b b13be9176b Get rid of test lib il y a 22 ans
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. il y a 21 ans
exception @ ae714358ad e5a29a5074 fixes comeau bug il y a 22 ans
filesystem @ 097d0d6ebe 037995b4ba Work around Intel 7.1/Linux include problem il y a 21 ans
format @ 02ad183cba f9c5032244 Converted to BSL based on permissions in blanket-permission.txt il y a 21 ans
function @ c9d7858ff0 236f1ed0f3 Remove tabs in file. il y a 22 ans
functional @ 240f068069 825fe1ec07 add or update See www.boost.org comments il y a 23 ans
graph @ 77c424a53d af8f6dff07 Regenerate the parser again, the previous one used to crash on il y a 21 ans
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. il y a 21 ans
io @ a14284ef8a 63e9a13d18 Added Daryle Walker's copyrights as requested. il y a 22 ans
iterator @ 1f999864a1 fd78217269 Fix 31 character limit il y a 21 ans
lambda @ e9ed0829b2 2c1853d007 gcc 3.4. does not distinguish between bind overloads for function refrerences, and just const T&. il y a 21 ans
logic @ e5c2ea9a90 3f81c6d366 Update copyrights il y a 22 ans
math @ a84e01fcc6 6d4f6f8727 Changed files to BSL based on permissions in blanket-permission.txt il y a 21 ans
mpl @ 5175a17d87 74d6e44c30 various iterator fixes il y a 21 ans
multi_array @ 477d155791 54da803942 merge new MPL version from 'mplbook' branch il y a 21 ans
multi_index @ 554ad57587 e67f0e4507 improved coverage of get_allocator memfuns il y a 21 ans
numeric 39c3a34804 Add std::vector testing for future il y a 21 ans
optional @ 24c5f92413 0b30d62c50 In-place factories moved from /detail to /utility il y a 21 ans
pool @ b49f5e350f 6d4f6f8727 Changed files to BSL based on permissions in blanket-permission.txt il y a 21 ans
preprocessor @ fcc60a3011 a52e07de13 fixed 31+ filenames, unlinked files il y a 21 ans
program_options @ adab37a443 2ea602b71e Intel workaround il y a 21 ans
property_map @ 45843a66d3 6ce2dcb1c3 BSL il y a 21 ans
python @ 937a851baa ad1c0269a8 warning suppression for GCC il y a 21 ans
random @ 7de99be8ad 3b853be32f Use std::min/max instead of BOOST_USING_STD_MIN/MAX il y a 21 ans
range @ 3f27b522c1 c6a09d7408 cw 8.3 fixes il y a 21 ans
rational @ 71ecf6f9ec 2d6117229c remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros il y a 22 ans
regex @ ad21d2cb2f b3c488159e Stamped on more C++ style comments in C compatible code. il y a 21 ans
serialization @ cf28ecb048 e3c3b5e3ae fix overruns from <code> tag il y a 21 ans
signals @ 54a21a6b5d 42fca6977d Work around MSVC name lookup bug il y a 21 ans
smart_ptr @ 1bc58ea861 59eb2e061f Updated to use the BSL (using permissions supplied in more/blanket-permission.txt) il y a 21 ans
spirit @ 8457fe08c1 21c9972422 fixed links il y a 21 ans
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. il y a 22 ans
static_assert @ f60bc26f84 6dd4a7a96b Improved gcc 3.3 and 3.4 error messages. il y a 21 ans
test @ 8253ec8d5a 2e3bb4c725 some test errors workarrounds il y a 21 ans
thread @ c747a6ff4e 1747658bd7 Fix uninitialized variables il y a 21 ans
timer @ 7d7b156a03 d466a77c37 Updated Beman Dawes' licence statement to use the new prefered form of words. il y a 22 ans
tokenizer @ 348845132c 08e6dff424 reworded explanation for a workaround il y a 21 ans
tuple @ eea1937afc cd6254eb97 Converted to Boost Software License, Version 1.0 il y a 22 ans
type_traits @ 9ca727623b 52bbdb37c6 missing #include il y a 21 ans
utility @ d198bd9d96 60ceb96b33 added explicit return to main il y a 21 ans
variant @ 649ac735ce cfce1db764 fix MSVC failures il y a 21 ans
expected_results.xml b359d0480e manually add some graph library results from 1.31 il y a 21 ans
index.html 9ef38fdf62 htm instead of html:-) il y a 24 ans
libraries.htm 92f890a14f small correction il y a 21 ans
粤ICP备19079148号