John Maddock b44bfc7815 Updated include mechanisms to work with gcc-4's native TR1 implementation. 20 лет назад
..
algorithm @ e2d5feeb06 4136756b75 Link to Alexandrescu's paper 20 лет назад
any @ 60bdcc5448 bc7490535a Merge from RC_1_33_0 to HEAD: cvs up -j 1.2 -j 1.2.10.1 libs/any/doc/any.xml 20 лет назад
array @ 2fde5e334b ab1c9f7456 License update 21 лет назад
assign @ 57a6ed85a7 e3583e596c moved includes around to avoid http://gcc.gnu.org/PR18604 in GCC 3.4.x/4.0.x 21 лет назад
bind @ 42efa96a2f 931d31e205 Attempted fix for IBM C++ 6.0, better heuristic 20 лет назад
compatibility @ c10611c5e0 bebd91dc9e Merged from 1.33.0 release 21 лет назад
compose @ 1dac6c4295 fd68083d2d Placeholder for all time 21 лет назад
concept_check @ 8414234a2a d82d312cd4 documented the restriction on BOOST_CLASS_REQUIRES 20 лет назад
config @ 721e6acfc3 e3ee5f8954 Added QNX macros. 20 лет назад
conversion @ cb2bd8076d c759cfb142 Reconfigure lexical_cast to work wide character strings and VC++ when not using /Zc:wchar_t. 20 лет назад
crc @ eff9ab38f2 bebd91dc9e Merged from 1.33.0 release 21 лет назад
date_time @ 66721a13e4 fc1413e166 Fix one last unqualified tm struct --> make std::tm 20 лет назад
detail @ 83ada0473d 4a79f846c5 GCC 4.0.2 workarounds 20 лет назад
disjoint_sets @ 227afeceba bebd91dc9e Merged from 1.33.0 release 21 лет назад
dynamic_bitset @ 39f11e7cc0 9a1991625a Workaround for CodeWarrior 9.4/9.5, I think 21 лет назад
exception @ ae714358ad e5a29a5074 fixes comeau bug 22 лет назад
filesystem @ e0042ff90b 3ee33a33a8 Fix QNX bug (Jim Douglas) 20 лет назад
foreach @ e7d2d13da4 81864272e1 fix broken link ids 20 лет назад
format @ 5fd40ca227 bebd91dc9e Merged from 1.33.0 release 21 лет назад
function @ 35e2ff56a0 f86ef3786a Large patch from Ulrich Eckhardt to fix support for EVC++ 4. 20 лет назад
functional @ 96916fefda 372dd024a5 Return 0 from test, for the benefit of Visual C++ 6. 20 лет назад
graph @ 4373b57677 2097ca203b Fix typos 20 лет назад
integer @ 291bb8c525 73127c805b Enable support for Dragonfly BSD 20 лет назад
io @ cf2a12b4a3 a7142337b3 Fix to allow for the possibility that std::locale support is not available in some standard library implementations. 21 лет назад
iostreams @ 73c36ee9ea 0c14bea524 Added missing import 20 лет назад
iterator @ 1c3e6c5b65 4a79f846c5 GCC 4.0.2 workarounds 20 лет назад
lambda @ 24e8602cf1 2a14194593 typo 20 лет назад
logic @ 5cf0ef44a7 f86ef3786a Large patch from Ulrich Eckhardt to fix support for EVC++ 4. 20 лет назад
math @ 0545c77c55 5d5461b08d Added needed #include 20 лет назад
mpl @ b6cb514192 bdaeba083c 20 лет назад
multi_array @ c6cb294daf f86ef3786a Large patch from Ulrich Eckhardt to fix support for EVC++ 4. 20 лет назад
multi_index @ 1361bfe530 a941be0940 updated; changes meant for 1.34 are included in 1.33.1 20 лет назад
numeric 333ab17e96 FIX completed ignore_unused_variable thanks to Georg Baum 20 лет назад
optional @ f89c517fa8 f86ef3786a Large patch from Ulrich Eckhardt to fix support for EVC++ 4. 20 лет назад
parameter @ 863158c312 516aa9a85f Workarounds for vc6 20 лет назад
pool @ dc59ce3abb a87ee9d0fe Try to work around Borland 5.6.4 bug 21 лет назад
preprocessor @ c9c95e1684 b217f31049 single element fix 20 лет назад
program_options @ e7e1550269 59ab2004ac Add 'extra_style_parser' method to basic_command_line_parser. Previously 20 лет назад
property_map @ 55e50f9d1b bebd91dc9e Merged from 1.33.0 release 21 лет назад
ptr_container @ cf8278d4cf 1b5e6577ce fixed too strict precondition in erase() 20 лет назад
python @ 479f068673 50165e36f3 Attempt Bronek's change to suppress VC++8.0 complaints about redefined 20 лет назад
random @ 9629ae44a5 f86ef3786a Large patch from Ulrich Eckhardt to fix support for EVC++ 4. 20 лет назад
range @ e76e9cda28 f86ef3786a Large patch from Ulrich Eckhardt to fix support for EVC++ 4. 20 лет назад
rational @ e2815547d3 bebd91dc9e Merged from 1.33.0 release 21 лет назад
regex @ a0e41a0fd1 0bd2afd316 Update to reflect recent changes. 20 лет назад
serialization @ 454aeece14 f86ef3786a Large patch from Ulrich Eckhardt to fix support for EVC++ 4. 20 лет назад
signals @ dd1f6008f0 1fcfdc3deb Added alternative Qt hack from Frank Hess 20 лет назад
smart_ptr @ 0127c06692 4682d03867 Added a note that it's not necessary to initialize _internal_weak_this. 20 лет назад
spirit @ 346a2ce3af 518da28835 tabs to spaces 20 лет назад
statechart @ 602789befa cf0c109ba8 Minor clarification 20 лет назад
static_assert @ 6541c76677 74968f7831 Remove the warnings: they don't really work as intended. 20 лет назад
test @ 72b4954942 f86ef3786a Large patch from Ulrich Eckhardt to fix support for EVC++ 4. 20 лет назад
thread @ 358e32e98f 20d220c7af Remove <runtime-link>static requirement: it's not universally supported. 20 лет назад
timer @ 8599182708 bebd91dc9e Merged from 1.33.0 release 21 лет назад
tokenizer @ 4ad66f6c9c f86ef3786a Large patch from Ulrich Eckhardt to fix support for EVC++ 4. 20 лет назад
tr1 @ 9048363e2c b44bfc7815 Updated include mechanisms to work with gcc-4's native TR1 implementation. 20 лет назад
tuple @ 2d13a60d05 f02f028291 applied patch by Rupert Kittinger, avoids potentially undefined behavior 20 лет назад
type_traits @ 8dbdb5315b a1338c024f Fix regression: operator= should return a reference. 20 лет назад
typeof @ 670d5d4fd4 5ca44eea49 removed tabs 20 лет назад
utility @ 30236f8915 ab9ae7e32e Made the Boost logo link to the home page 20 лет назад
variant @ 93353f3afc f86ef3786a Large patch from Ulrich Eckhardt to fix support for EVC++ 4. 20 лет назад
wave @ 93e881b703 719b385b05 Tweaked the advanced_hooks sample. 20 лет назад
xpressive @ 1f3ad6412c 4bb3e24865 test for multiple-definition linker errors 20 лет назад
expected_results.xml bebd91dc9e Merged from 1.33.0 release 21 лет назад
index.html 9ef38fdf62 htm instead of html:-) 24 лет назад
libraries.htm 2bedf80ff1 add link to xpressive 20 лет назад
maintainers.txt f719e1e386 Removed myself from MPL and type_traits maintainership 20 лет назад
platform_maintainers.txt 0698677e2a Add platform maintainers file 21 лет назад
粤ICP备19079148号