boost/libs
Michael Stevens 861d196cb6 removed precheck for zero size range
[SVN r24346]
2004-08-08 17:33:39 +00:00
..
algorithm@5063e96367 Work around problems with the CW8 preprocessor by not using BOOST_PP. 2004-08-06 15:50:35 +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@4ee6e051fe *** empty log message *** 2004-07-27 20:00:34 +00:00
assign@abbdf98e8f *** empty log message *** 2004-07-29 14:45:19 +00:00
bind@4e287df40c Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +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@bc8f520895 Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
config@b34869b10f Updated comeau and compaq configs with needed BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL define. 2004-08-08 11:37:13 +00:00
conversion@abf8ee0eb9 Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
crc@ed764fe9c4 Corrected license statement 2003-11-28 06:55:11 +00:00
date_time@c05b51d43d small updates to fix warnings, make mingw cross-compiles work 2004-08-05 15:58:59 +00:00
detail@da6391feb5 Name lookup fix for CW 2004-08-05 10:52:25 +00:00
disjoint_sets@9186865064 Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
dynamic_bitset@e85ab3cb63 Add workaround for CW8 when it compiles reset(), as it generates invalid code otherwise. 2004-08-06 06:56:13 +00:00
exception@ae714358ad fixes comeau bug 2004-08-04 05:15:01 +00:00
filesystem@b1aeed6f32 Re-ordered includes to prevent macro-redeffinitions 2004-07-29 11:00:58 +00:00
format@01aaf84d38 Remove tabs in file. 2004-07-25 15:53:20 +00:00
function@c9d7858ff0 Remove tabs in file. 2004-07-25 15:53:20 +00:00
functional@240f068069
graph@6965fc78ba Ported to LEDA 4.5 2004-08-05 13:38:36 +00:00
integer@0c31aa03f0 Don't #error when doing a release build. Just put out an informative message, and pass the test. 2004-08-07 06:25:20 +00:00
io@61141d5872 Add V2 Jamfile 2004-06-11 12:03:36 +00:00
iterator@bd765a21fb Eliminated unreviewed, unused, noncompiling code 2004-08-05 18:57:39 +00:00
lambda@0f0c53b1f9 Converted to Boost Software License, Version 1.0 2004-07-27 03:43:34 +00:00
logic@e5c2ea9a90 Update copyrights 2004-07-25 03:01:38 +00:00
math@2c8db4a10c License update 2004-07-30 04:46:56 +00:00
mpl@2d657dbb8b Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
multi_array@927644203d Turns out vc7 still needs the SFINAE disabler on the generic constructor. 2004-07-23 20:04:38 +00:00
multi_index@44dd6da9ad added MSVC 8.0 2004-07-30 06:19:14 +00:00
numeric removed precheck for zero size range 2004-08-08 17:33:39 +00:00
optional@7717a785de Fix some typos 2004-07-20 14:42:19 +00:00
pool@bc2218310e move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines 2004-07-02 01:21:32 +00:00
preprocessor@fb183beac1 apply Digital Mars patch by Daniel James (http://article.gmane.org/gmane.comp.lib.boost.devel/107127) 2004-08-01 07:24:26 +00:00
program_options@b4f699c0de Fix for CW 9 (namespace ambiguity) 2004-08-03 13:45:15 +00:00
property_map@d5762a3491 Converted to Boost Software License, Version 1.0 2004-07-27 03:43:34 +00:00
python@2c383e7216 Workaround bogus GCC warning. 2004-08-05 16:57:10 +00:00
random@0d597a6afc fix compiler warning on MSVC 7.1 (Stefan Slapeta) 2004-07-30 21:08:06 +00:00
range@7b37911918 Enable array support for CW 9 2004-08-05 21:08:42 +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@2e968dea9c Minor workarounds for SGI and Darwin platforms. 2004-08-08 09:48:10 +00:00
serialization@e8b0dca023 Fix do_length signature to match standard... again. 2004-08-07 20:17:52 +00:00
signals@a24f0cb270 Doug Gregor->Douglas Gregor 2004-07-25 02:59:30 +00:00
smart_ptr@cb6cb636f7 Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
spirit@7b79dac995 CW9 fix 2004-08-03 06:01:18 +00:00
statechart@eaa1f4d80d Fixed bug that led to a failing runtime assert when a transition is made in an unstable state machine with orthogonal regions. 2004-06-06 20:03:16 +00:00
static_assert@f0969644d0 Fixed doc typo. 2004-07-10 12:36:22 +00:00
test@900db8b279 irix6 fix 2004-08-04 04:14:58 +00:00
thread@4038d18fc8 Only implement functions if not already implemented elsewhere to prevent linking problems. 2004-08-08 11:17:21 +00:00
timer@accbf78803 Licence update 2004-07-25 12:01:00 +00:00
tokenizer@f80a62e9b2 Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
tuple@eea1937afc Converted to Boost Software License, Version 1.0 2004-07-27 03:43:34 +00:00
type_traits@ed97beb51f More V2 Jamfile tweaks. 2004-07-19 07:12:45 +00:00
utility@167fa4154f Eliminated unreviewed, unused, noncompiling code 2004-08-05 18:57:39 +00:00
variant@6d5d1e15ce License update 2004-07-30 01:47:08 +00:00
expected_results.xml add expected_results.xml 2004-06-30 05:30:18 +00:00
index.html
libraries.htm added serialization 2004-08-07 18:50:18 +00:00