b235ddca66Fix some bounds being incorrectly rounded in the pow function.
Guillaume Melquiond
2006-02-28 21:40:45 +0000
a8ace482a8Removed long double test for overflows. Added documentation on which systems have hardware support.
Guillaume Melquiond
2006-02-02 13:06:50 +0000
ac09ef1c57Deprecated in_zero and replaced it by zero_in.
Guillaume Melquiond
2006-02-02 12:35:58 +0000
3cd32c7bdaNeed special requirementes for compile only tests, too.
Markus Schöpflin
2006-01-16 10:08:26 +0000
884a093121Add check for dynamic rounding mode on Tru64/cxx. AFAICT g++ does not define any macro for the rounding mode, therefore this check cannot be done for g++.
Markus Schöpflin
2006-01-12 10:17:27 +0000
0563fbb48eEnable dynamic rounding mode on Alpha hardware for cxx and g++ on Tru64.
Markus Schöpflin
2006-01-12 10:09:29 +0000
4edc3fae18Updated documentation on empty/whole and unprotected operations, to take into account David Abrahams' comments.
Guillaume Melquiond
2005-12-19 18:04:18 +0000
8f396b0f36A bit too fast in commiting. Let's have proper copyright assignment.
Guillaume Melquiond
2005-09-27 06:08:10 +0000
d28c9368a3Fix rounding directions on PPC. Fortunately these directions were not used for guaranteed interval operations...
Guillaume Melquiond
2005-09-12 18:31:15 +0000
a69d74d58bMerged from 1.33.0 release
Douglas Gregor
2005-08-12 13:02:37 +0000
3ea512b4ecPatch from Alisdair Meredith to move lower/upper so that BCC is happy. Also homogenize the hull comparison, and hope it makes DMC happy as a side effect.
Guillaume Melquiond
2005-06-17 11:43:38 +0000
dc8de7d6a4Fix typo in documentation.
Guillaume Melquiond
2005-06-09 21:48:21 +0000
da63d45aa6Really fix CW errors in Darwin by using the MSL C99 library support of fenv.h.
Rene Rivera
2005-06-02 22:39:42 +0000
808312e08bHandle CW on MacoOS definition of PowerPC architecture.
Rene Rivera
2005-06-02 15:44:33 +0000
a2e202f672Let's see if we can get Boost.Interval to work on PPC CW and Tru64. It will require hardware rounding and C99 support.
Guillaume Melquiond
2005-05-13 14:34:36 +0000
a31119eb1bReplaced BOOST_TEST
Stefan Slapeta
2005-02-03 12:38:58 +0000
dd87318c85Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8.
John Maddock
2004-09-04 10:34:49 +0000
00cf6935d4Maarten Keijzer gave permission to switch to BSL
Guillaume Melquiond
2004-08-19 05:45:18 +0000
e80bb84418Fixed compilation problem on IA64
Guillaume Melquiond
2004-08-08 14:08:29 +0000
f1becceba7added string include whenever stdexcept was included
Guillaume Melquiond
2004-07-29 15:46:59 +0000
6f09581e20Test for exception throwing during comparisons
Guillaume Melquiond
2004-07-22 06:41:54 +0000
461f8c0222Really use dummy overloading
Guillaume Melquiond
2004-07-22 06:40:55 +0000
791df7dabfmove BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines
Eric Niebler
2004-07-02 01:21:32 +0000
175901733eremove std_min and std_max, update minmax coding guidelines
Eric Niebler
2004-06-23 04:49:48 +0000
32f6f45018Changed the license to the Boost one for all the headers, except those partly copyrighted by Jens Maurer
Guillaume Melquiond
2004-04-27 15:12:47 +0000
d7a6aa810dFixed two small typos
Guillaume Melquiond
2003-07-30 05:08:44 +0000
4b04370286Corrected a typo
Guillaume Melquiond
2003-06-04 16:54:59 +0000
77561f9b0eAdded Borland to NO_ARGUMENT_DEPENDENT_LOOKUP
Hervé Brönnimann
2003-06-04 15:07:29 +0000
3a3cb731d4Try to remove namespace ambiguity
Guillaume Melquiond
2003-06-04 09:18:47 +0000
b9f68e8037Limit workarounds to compilers that actually require workarounds
Guillaume Melquiond
2003-06-04 05:23:51 +0000
73b1986543Attempt to remove warnings for Win32 test runs. Should not create errors on other platforms (knock on wood!!!) -- Herve'
Hervé Brönnimann
2003-06-03 22:00:00 +0000
7ca124c885A small fix (?) for intel-win32
Guillaume Melquiond
2003-06-03 08:08:51 +0000
4271a58c3cFinally found the problem with mwcwm, maybe
Guillaume Melquiond
2003-06-01 14:02:27 +0000
2d9c54d160Add (maybe) support for intel compiler on windows
Guillaume Melquiond
2003-05-11 07:37:58 +0000
cc194ff186Correct (maybe) a failure with cw compiler
Guillaume Melquiond
2003-05-11 07:25:04 +0000
085d4403edAdded integer extension; added certain and possible comparisons; reworked some documentation; corrected some bugs; removing check_nan from strict checking
Guillaume Melquiond
2003-04-24 14:02:52 +0000
42db29fdc4Added I(T,T) functions, and corrected a few bugs
Guillaume Melquiond
2003-04-15 11:05:18 +0000
3a9a2c5c77Added two examples: transc and filter
Guillaume Melquiond
2003-04-15 11:01:53 +0000
34a5b09303Added a missing namespace in pow
Guillaume Melquiond
2003-04-11 12:14:36 +0000