boost/libs
Caleb Epstein bf3afd9a93 Fix for Sourceforge bug #1450260 where this will assert on MSVC:
boost::format("%s") % std::string()


[SVN r33443]
2006-03-22 15:13:25 +00:00
..
algorithm@bd974bb945 - join and lexicographical_compare added to the quickref 2006-03-20 13:08:13 +00:00
any@a836c0cdb4 Merged from Version_1_33_1 2005-12-08 03:23:02 +00:00
array@b41f7fdebe Merged from Version_1_33_1 2005-12-08 03:23:02 +00:00
assign@8c0f0287a5 updated docs for new features 2006-03-09 21:12:47 +00:00
bind@d43950f1a6 Don't enumerate stored placeholders via visit_each 2006-03-01 13:46:29 +00:00
compatibility@c10611c5e0 Merged from 1.33.0 release 2005-08-12 13:02:37 +00:00
compose@1dac6c4295
concept_check@940df353e8 Added Jamfile.v2 2006-01-18 12:14:03 +00:00
config@4fc1131f39 Finalise support for BCB2006 2006-02-26 09:33:04 +00:00
conversion@80e9edcb29 Stop using assert() in tests 2006-02-28 22:56:33 +00:00
crc@c1abdded4c Merged from Version_1_33_1 2005-12-08 03:23:02 +00:00
date_time@ac92083505 Fix regression errors that showed up under FreeBSD with GCC and the LANG environment set to russian -- changed parser to use classic locale instead of blank locale 2006-03-21 02:26:30 +00:00
detail@c749e63ff2 Win32 implementation of boost::timed_mutex 2006-03-08 22:24:52 +00:00
disjoint_sets@227afeceba Merged from 1.33.0 release 2005-08-12 13:02:37 +00:00
dynamic_bitset@896a792bec Workaround for IBM's compiler on AIX. 2005-12-19 10:00:51 +00:00
exception@ae714358ad
filesystem@22bb191bf0 Remove copyright symbol as it causes VC++ warnings on Windows with codepage set to non-English, particularly Asian, languages 2006-03-09 22:15:07 +00:00
foreach@c7002b3113 work-around for vc7/7 2006-02-12 17:15:26 +00:00
format@4e94d45908 Fix for Sourceforge bug #1450260 where this will assert on MSVC: 2006-03-22 15:13:25 +00:00
function@69ee6e2375 Fixed an 'unused parameter' warning. 2006-03-02 21:24:57 +00:00
functional@962f978081 Update the copyright comments in the hash headers. 2006-03-18 15:54:53 +00:00
graph@5597592ff5 Look at vertices with minimum degree 0 first instead of starting with those with minimum degree 1 (fix courtesy of Roman Dementiev) 2006-03-21 00:26:19 +00:00
graph_parallel@5af1d893bf boost/pending/property_serialize.hpp: 2006-01-10 13:53:48 +00:00
integer@93612e6c0b QNX does have a wchar.h and WCHAR_MAX/WCHAR_MIN even though there's not much else in it! 2006-02-05 10:19:42 +00:00
io@9f164153eb Modernize 2006-01-26 17:03:53 +00:00
iostreams@e3d36e5735 Don't run compression tests when compression is not available. This 2006-03-21 17:17:44 +00:00
iterator@a4e7ba6c28 Fixed definition of iterator_facade_ nested type so derived classes 2006-03-09 23:09:16 +00:00
lambda@24e8602cf1 typo 2005-10-31 20:11:23 +00:00
logic@5cf0ef44a7 Large patch from Ulrich Eckhardt to fix support for EVC++ 4. 2005-08-25 16:27:28 +00:00
math@1e23b979c4 Don't test infinities with Tru64 cxx unless compiling with -ieee option. 2006-03-06 11:20:31 +00:00
mpl@1177466ac3 Stop using assert() in tests 2006-02-28 22:56:33 +00:00
multi_array@9c71529cb5 Added support to resize multi_array objects by passing in a Collection. 2006-03-07 22:27:34 +00:00
multi_index@2448ba2a95 removed private ctor decls so that nodes are trivially constructible 2006-03-22 07:16:44 +00:00
numeric Enable dynamic rounding on Alpha CPUs / Tru64. 2006-03-10 12:51:35 +00:00
optional@c7e74ce372 Fixed bug in optional_io 2006-02-17 21:15:58 +00:00
parameter@05c3161112 keyword::operator= now returns const rvalues. 2006-03-15 18:16:03 +00:00
pool@dc59ce3abb
preprocessor@e6a44c77b9 alternate VC++ workaround 2006-02-21 12:02:08 +00:00
program_options@8f0bc7ad72 Stop using assert() in tests 2006-02-28 22:56:33 +00:00
property_map@55e50f9d1b Merged from 1.33.0 release 2005-08-12 13:02:37 +00:00
ptr_container@08a67ea98a doc update 2006-03-10 09:14:55 +00:00
python@cdcf8633bb Force multithreading for Python test. 2006-03-22 09:53:34 +00:00
random@9629ae44a5 Large patch from Ulrich Eckhardt to fix support for EVC++ 4. 2005-08-25 16:27:28 +00:00
range@1ac9efbd6a *** empty log message *** 2006-03-10 09:16:22 +00:00
rational@d44e31ca0d Cleaned up HTML coding to minimal Tidy-ness. 2006-01-06 18:06:30 +00:00
regex@dc69badb71 Update to 1.34 version numbers. 2006-03-21 18:45:37 +00:00
serialization@6012811e90 Set up dependency from 'load' tests to corresponding 'save' tests. 2006-03-17 07:36:47 +00:00
signals@c7a03e3918 Update on Qt 4.1 from Scott Collins 2006-02-27 13:29:58 +00:00
smart_ptr@c36e023162 Documented the allocator support 2006-03-19 19:52:00 +00:00
spirit@66932ca220 use char_traits only for char and wchar_t. 2006-03-21 01:38:32 +00:00
statechart@a5cc091bd0 Applied patch by Juergen Hunold. 2006-03-13 23:36:31 +00:00
static_assert@d0fe5bc897 Added additional test that had been left out of the Jamfile for some reason. 2006-01-31 16:37:04 +00:00
test@3a44069664 eliminate warning 2006-03-19 12:23:21 +00:00
thread@690d44e2e6 Setup usage requirements for dllimport/dllexport. 2006-03-22 08:49:42 +00:00
timer@8599182708 Merged from 1.33.0 release 2005-08-12 13:02:37 +00:00
tokenizer@0863039336 Replaced <cassert> with boost version. 2005-11-22 10:00:50 +00:00
tr1@56530af988 Added predefined random generators to docs. 2006-03-20 10:37:51 +00:00
tuple@76c2151830 avoid g++ -Wall -W "unused parameter" warnings 2006-01-22 19:29:32 +00:00
type_traits@a7e866cc1b Updated version check for Borland 2006 2006-03-07 08:19:28 +00:00
typeof@70942591f8 *** empty log message *** 2006-03-19 23:15:23 +00:00
utility@271ea9e901 Borland 5.81 fix (Alisdair Meredith) 2006-02-27 21:57:38 +00:00
variant@9f36c9889f Merged from Version_1_33_1 2005-12-08 03:23:02 +00:00
wave@24fe8e51fe Fixed the macro tracing information to contain the column numbers of the macro definitions as well (the format used is the same as for error messages).. 2006-03-21 15:31:42 +00:00
xpressive@26151f288e fix doc-comment for regex_replace 2006-03-18 20:24:53 +00:00
expected_results.xml Merged from 1.33.0 release 2005-08-12 13:02:37 +00:00
index.html
libraries.htm added typeof entries 2006-03-20 01:20:11 +00:00
maintainers.txt Change my email. 2006-02-22 23:19:22 +00:00
platform_maintainers.txt