boost/libs
2006-03-29 19:19:14 +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
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@269f799e99 Apply modified version of gcc warning patch from Stephan L. to main branch 2006-03-26 21:35:58 +00:00
detail@c749e63ff2 Win32 implementation of boost::timed_mutex 2006-03-08 22:24:52 +00:00
disjoint_sets@227afeceba
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@f819324a15 Put the reference documentation overloads of 'hash_value' into a single page. 2006-03-28 17:02:49 +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@0ea9821a30 Prevent running compression iostream tests when compression is not configured. 2006-03-29 11:16:22 +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
math@f72690f881 redirect to quickbook docs. 2006-03-28 09:42:17 +00:00
mpl@f100326cf0 Workarounds for GCC bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26904 2006-03-28 16:12:56 +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@384add2571 Fixed problem with using joint_view<>. 2006-03-27 13:21:58 +00:00
pool@dc59ce3abb
preprocessor@0e2bbd51ce added x-refs 2006-03-24 21:34:52 +00:00
program_options@8f0bc7ad72 Stop using assert() in tests 2006-02-28 22:56:33 +00:00
property_map@55e50f9d1b
ptr_container@275a0121e1 added toolset::require-boost-spirit-support to serialization test 2006-03-23 17:39:13 +00:00
python@3fdfb30e33 Include python first, fixes error on Tru64/CXX. 2006-03-23 09:38:03 +00:00
random@9629ae44a5
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@747c9a1d3e Rvalue auto_ptr constructor is no longer explicit. 2006-03-29 19:19:14 +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
tokenizer@0863039336 Replaced <cassert> with boost version. 2005-11-22 10:00:50 +00:00
tr1@47671495e5 Update link to complex number docs. 2006-03-28 13:03:41 +00:00
tuple@76c2151830 avoid g++ -Wall -W "unused parameter" warnings 2006-01-22 19:29:32 +00:00
type_traits@aba9d9e93d Implemented full support for remove_xxx on VC6.5 and VC7.0. 2006-03-26 10:15:27 +00:00
typeof@d061288eb7 Fixed typo in typeof docs 2006-03-29 17:30:08 +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
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