boost/libs
2004-05-18 13:12:15 +00:00
..
algorithm@bc420c5acf Jamfile updated to reflect new file naming 2004-05-06 20:46:42 +00:00
any@3fb1dbc758 Don't allow a namespace and a class template to have the same name; it confuses MSVC 6.0 and 7.0. 2003-12-03 01:34:29 +00:00
array@cfb6d6eae6 array.xml: documentation updates from Nico 2004-01-30 03:51:06 +00:00
bind@53c2e449d1 g++ 2.9x fix 2004-04-30 13:04:51 +00:00
compatibility@5e00bbd86e Updated SGI version checks 2003-07-23 12:12:10 +00:00
compose@c174dc9e01 index.htm renamed index.html 2003-12-11 23:13:19 +00:00
concept_check@1b8f363e90 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
config@b0f05deedb Patch for sunpro 5.5 and long long numeric_limits support 2004-05-14 10:26:36 +00:00
conversion@463284f46f remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
crc@ed764fe9c4 Corrected license statement 2003-11-28 06:55:11 +00:00
date_time@e5ef645c01 Sync with V1 2004-05-12 11:12:47 +00:00
detail@42bfb20e4b new license reference 2004-05-16 09:17:55 +00:00
disjoint_sets@cf471f086b cwpro8.3 workaround 2002-11-06 17:55:41 +00:00
dynamic_bitset@f61de66d04 removed some superfluous spaces and added workaround for VC6's Dinkum 2004-05-16 08:43:38 +00:00
exception@17f806e8a7 _MSC_VER use clarified. 2003-11-28 15:35:21 +00:00
filesystem@8692b025bc Fix library name 2004-05-11 06:35:31 +00:00
format@d09013ce9c changed format_item::truncate_ 's type from int to streamsize. that's what it was supposed to be from the start. spotted on 64 bit plaform by A.Leeming 2004-03-25 13:38:16 +00:00
function@ae11f21513 Try to make IBM VisualAge C++ 6 happy 2004-05-12 00:39:00 +00:00
functional@240f068069 add or update See www.boost.org comments 2002-12-27 16:51:53 +00:00
graph@ce8344e9ad Overall: introduce bundled properties 2004-05-14 05:53:33 +00:00
integer@4862574bb1 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
io@70043b1ee4 Fixed up license/copyright 2003-11-24 07:11:48 +00:00
iterator@b310ccda97 Fixed typo 2004-04-29 00:38:46 +00:00
lambda@b99048eab3 Fix for gcc 3.4 2004-04-20 18:05:05 +00:00
math@a607b80188 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
mpl@460430a167 better configurability fix 2004-02-23 02:12:25 +00:00
multi_array@91661f2f17 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
multi_index@4c4a8fc4e6 updated revision date 2004-05-17 08:09:17 +00:00
numeric Fixed typename issues (compatibility with GCC 3.4.0) 2004-05-04 08:10:32 +00:00
optional@0109fabef4 Fixed test for bcc5.6.4 weak overload resolution 2004-02-02 15:40:12 +00:00
pool@4751c81a59 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
preprocessor@34029cf0cb fixed usage bug 2004-05-09 23:54:14 +00:00
program_options@de43626b2c Declare the 'environ' variable, since it's not always declared in headers, 2004-05-18 07:03:43 +00:00
property_map@b3ef1a3aac fixed a subtle bug in get() and put() exposed by the change to 2004-01-18 16:14:20 +00:00
python@b58812e7f1 Applied a patch by Roman Yakovenko that makes the export of unnamed enums 2004-05-17 22:46:43 +00:00
random@015da96141 add missing set(min, max) to uniform_smallint_float constructor (Topher Cooper) 2004-05-17 21:18:40 +00:00
rational@71ecf6f9ec remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
regex@4c0572d98f Attempt to sync V2 Jamfiles with V1 ones, again... 2004-05-17 07:45:33 +00:00
signals@d990380752 named_slot_map.hpp: Work around a Borland bug where destructors get instantiated when they should not be. 2004-05-18 13:12:15 +00:00
smart_ptr@c48f05dcb4 enable_shared_from_this is now const-tolerant. 2004-02-16 18:50:07 +00:00
spirit@8d1b7250e8 Fixed a couple of bugs in the parser traversal code. 2004-05-05 09:02:32 +00:00
statechart@5e2bad23dd no message 2004-05-11 22:40:10 +00:00
static_assert@68545773d5 Changed tests to guarantee portability 2004-02-12 11:29:47 +00:00
test@35c7a2dd6e class_properties.hpp: Borland C++ does not handle using declarations for data members properly; fixed the existing Borland workaround. 2004-05-18 13:10:49 +00:00
thread@58ffb2bc16 Win32: use critical section instead of mutex whenever possible; abstract common code into functions. 2004-05-15 02:03:48 +00:00
timer@79d6e03d1a remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
tokenizer@4e7357c63e Fixed a bug involving using char_delimiter with a true input iterator. 2004-04-07 01:51:37 +00:00
tuple@78572fca7b Bug fix for vc6 2003-11-19 22:01:52 +00:00
type_traits@39ce140cf7 Added comment on Intel compiler problems. 2004-05-01 10:32:58 +00:00
utility@c320330cd5 fixed a typo 2004-05-06 22:38:34 +00:00
variant@5bb8bbcd32 Add V2 Jamfile. 2004-05-18 07:30:09 +00:00
index.html htm instead of html:-) 2002-08-15 18:37:55 +00:00
libraries.htm boost/utility/result_of.hpp, boost/utility/detail/result_of_iterate.hpp: 2004-05-02 19:55:02 +00:00