Thorsten Jørgen Ottosen 1978c3b3a1 changed scope guard implementation %!s(int64=21) %!d(string=hai) anos
..
algorithm @ 04a40de48d 4024abad21 borland issues %!s(int64=21) %!d(string=hai) anos
any @ 4c316b53d4 c120bc82cb Added V2 Jamfile %!s(int64=21) %!d(string=hai) anos
array @ 2fde5e334b ab1c9f7456 License update %!s(int64=22) %!d(string=hai) anos
assign @ be343231fe d019139d54 updated naming of variable/template parameter so it won't conflict with class-names as easily %!s(int64=21) %!d(string=hai) anos
bind @ 9cfe194f80 41c0b1f92c Fix g++ 2.9x ambiguity caused by std::rel_ops operators. %!s(int64=21) %!d(string=hai) anos
compatibility @ 3fb62bad10 88964dc2cc c++boost.gif -> boost.png replacement %!s(int64=21) %!d(string=hai) anos
compose @ 1dac6c4295 fd68083d2d Placeholder for all time %!s(int64=22) %!d(string=hai) anos
concept_check @ 166e3207b7 242c026c7c Turn off NDEBUG if it is defined %!s(int64=21) %!d(string=hai) anos
config @ 15b46e94a3 0387579515 Fixed signed/unsigned comparison warnings. %!s(int64=21) %!d(string=hai) anos
conversion @ caa875505e bd6882a5e7 Update %!s(int64=21) %!d(string=hai) anos
crc @ 3b6c652879 88964dc2cc c++boost.gif -> boost.png replacement %!s(int64=21) %!d(string=hai) anos
date_time @ 925b49e7dc c9ad4d3a81 Add work around for standard libraries that use local time as the basis of std::time, like the MSL on Windows. %!s(int64=21) %!d(string=hai) anos
detail @ e6ddc5ae0f 47e8464f25 Workarounds for vc6 and 7. %!s(int64=21) %!d(string=hai) anos
disjoint_sets @ e03ea5c974 fe5d3bc637 Converted to Boost Software License %!s(int64=21) %!d(string=hai) anos
dynamic_bitset @ 39f11e7cc0 9a1991625a Workaround for CodeWarrior 9.4/9.5, I think %!s(int64=21) %!d(string=hai) anos
exception @ ae714358ad e5a29a5074 fixes comeau bug %!s(int64=22) %!d(string=hai) anos
filesystem @ be84be9827 a06d72fccb workaround MSL C lib wrong errno from ::getcwd(). Metrowerks says they will fix, but I don't know the version numbers involved. %!s(int64=21) %!d(string=hai) anos
format @ 20f2d3405d bb7a514fd4 . made many casts explicit to avoid warnings on MSVC7, and changed a few types for more coherence %!s(int64=21) %!d(string=hai) anos
function @ 8b816138bc 0b1f377d5e Fix tests for compilers that actually have a real is_stateless %!s(int64=21) %!d(string=hai) anos
functional @ b96ed7b984 850f1c641a Check errno after calling frexp - this is pretty slow and unecessary on most platforms, but this close to release it seems better to be over cautious. %!s(int64=21) %!d(string=hai) anos
graph @ d76004af71 dea6539b9c Fixes to make things compile for CW, and possibly others. %!s(int64=21) %!d(string=hai) anos
integer @ 8602a17a10 492a8c783b Replace buggy Cygwin INTMAX_C and UINTMAX_C macros %!s(int64=21) %!d(string=hai) anos
io @ cf2a12b4a3 a7142337b3 Fix to allow for the possibility that std::locale support is not available in some standard library implementations. %!s(int64=21) %!d(string=hai) anos
iostreams @ 7be3a3d269 e4ef19dfda made includion of sompression tests conditional %!s(int64=21) %!d(string=hai) anos
iterator @ 3fe9b7517e cdbdaeeec4 updated docs %!s(int64=21) %!d(string=hai) anos
lambda @ d854239945 f317a14749 Patch by Jonathan Wakely to expand special handling of GCC when used in %!s(int64=21) %!d(string=hai) anos
logic @ 0a8936b80a 3d85db3626 Give the enum a name %!s(int64=21) %!d(string=hai) anos
math @ 05bcdf8387 016709acf5 Possible fix for CW 9.4-Intel. %!s(int64=21) %!d(string=hai) anos
mpl @ 9fba964633 66f30505ae fix equal<vector,vector::type> issue (http://thread.gmane.org/gmane.comp.lib.boost.devel/118872) %!s(int64=21) %!d(string=hai) anos
multi_array @ afcd2d7e68 9a5495783f Use 0, not exit_success %!s(int64=21) %!d(string=hai) anos
multi_index @ 8ae46eb0fd 0bd44d9884 made boost::hash valid for composite_key_results when there's no template partial specialization %!s(int64=21) %!d(string=hai) anos
numeric eb80d8e1ae unused variables %!s(int64=21) %!d(string=hai) anos
optional @ 88d002a7be 11aaa83900 Doc fixes %!s(int64=21) %!d(string=hai) anos
parameter @ f038a6806f 499a8bc4d9 Get rid of un-idiomatic f(...) %!s(int64=21) %!d(string=hai) anos
pool @ dc59ce3abb a87ee9d0fe Try to work around Borland 5.6.4 bug %!s(int64=21) %!d(string=hai) anos
preprocessor @ f5bc79f606 fdceef23f1 VC++ workaround %!s(int64=21) %!d(string=hai) anos
program_options @ 1fec99d686 fee7b1a715 Fix library target naming. %!s(int64=21) %!d(string=hai) anos
property_map @ 1dfa28e16c b8f4e419bf Work around GCC 2.95.3 lookup bugs %!s(int64=21) %!d(string=hai) anos
ptr_container @ 8d23efaa8d 1978c3b3a1 changed scope guard implementation %!s(int64=21) %!d(string=hai) anos
python @ 1fca114f6a 4960784551 work around RedHat 7.3 gcc 2.96 code generation errors: use previously checked in VC6, VC7.0 workaround only for exactly these compilers %!s(int64=21) %!d(string=hai) anos
random @ 9eacbed88b 46bc5f7db5 Revert Jens Maurer's changes until after release %!s(int64=21) %!d(string=hai) anos
range @ 24a881ef85 ccf638f3fd CRAY X1 patch %!s(int64=21) %!d(string=hai) anos
rational @ 369b9ffaf1 88964dc2cc c++boost.gif -> boost.png replacement %!s(int64=21) %!d(string=hai) anos
regex @ ab8f05f2a1 f3c5381c05 Updated list of macros to print. %!s(int64=21) %!d(string=hai) anos
serialization @ 6b766534ec a113c77000 Extended RW STL workaround, this fixes Tru64 compilation. %!s(int64=21) %!d(string=hai) anos
signals @ 20f0f9bc46 aba1212f8c Fix stupid typo %!s(int64=21) %!d(string=hai) anos
smart_ptr @ 24c23b8064 77fba3ee15 disabled asm implementation for ICC/IA64 %!s(int64=21) %!d(string=hai) anos
spirit @ 9398676484 48e59e420b Fixed a couple of warnings. %!s(int64=21) %!d(string=hai) anos
statechart @ 9b6f427eb5 86c8b1c389 Adapted to the new reaction specification interface. %!s(int64=21) %!d(string=hai) anos
static_assert @ f7531de553 9af4a7de1f Add custom static_assert for CodeWarrior <= 8. Which works in all contexts, specifically it works inside tempalte function contexts which the standard one doesn't. This makes all tests pass for this compiler for the first time. %!s(int64=21) %!d(string=hai) anos
test @ 81f3d82c00 10f09cffef *** empty log message *** %!s(int64=21) %!d(string=hai) anos
thread @ 26bffa3740 6dea9720ed Rename binder to eliminate name conflicts with type traits. %!s(int64=21) %!d(string=hai) anos
timer @ 4ac34282d4 88964dc2cc c++boost.gif -> boost.png replacement %!s(int64=21) %!d(string=hai) anos
tokenizer @ f35b06a585 88964dc2cc c++boost.gif -> boost.png replacement %!s(int64=21) %!d(string=hai) anos
tuple @ a17ce206f2 e835716c5e replaced BOOST_TEST %!s(int64=21) %!d(string=hai) anos
type_traits @ 0d1dd10357 ec3b8cbfea Avoid VC6 bug: don't use a common name like "binder" it throws VC6 if it's used elsewhere in the program. %!s(int64=21) %!d(string=hai) anos
utility @ 6ea398c446 4de2c33c5d Make it clear that POD's are not zero initialised. %!s(int64=21) %!d(string=hai) anos
variant @ 5d4de6f145 03ca57ca48 Make sure strlen is available %!s(int64=21) %!d(string=hai) anos
wave @ 0bb1bcdc51 4f95d22771 Added more verbose debug output to diagnose the CW assertion. %!s(int64=21) %!d(string=hai) anos
expected_results.xml d7e8de5425 Cleared VC8 failures for regex. %!s(int64=21) %!d(string=hai) anos
index.html 9ef38fdf62 htm instead of html:-) %!s(int64=24) %!d(string=hai) anos
libraries.htm c7908caff0 added pointer container enties %!s(int64=21) %!d(string=hai) anos
粤ICP备19079148号