Commit Graph

156 Commits

Author SHA1 Message Date
nobody
ffb120adea This commit was manufactured by cvs2svn to create tag
'Version_1_34_1'.

[SVN r38286]
2007-07-24 19:28:14 +00:00
Daryle Walker
16d0b949ee Removed requirement of mixed-mode division in rational_cast; added test where the requirement's removal was needed; demonstrated limited cross-version rational casting
[SVN r35859]
2006-11-05 19:07:24 +00:00
Daryle Walker
6a0cb40840 Added testing of zero-valued denominators and divisors
[SVN r35854]
2006-11-05 17:14:14 +00:00
Daryle Walker
585171bfc7 Solved patch #1438626 by depreciating 'gcd' and 'lcm' provided in namespace 'boost' in 'rational.hpp', replaced by the ones in Boost.Math; fored to add 'std::numeric_limits' compatibility as a requirement; started doing invariant checks
[SVN r35843]
2006-11-04 21:11:15 +00:00
Daryle Walker
b4391f39ed Realized that integer comparison algorithm change from previous commit also fixed patch #1434821
[SVN r35811]
2006-11-02 15:55:00 +00:00
Daryle Walker
4c87ccd627 Changed rational comparison algorithm to avoid overflow and fix bug #798357; changed integer comparison algorithm to match
[SVN r35800]
2006-10-31 15:30:22 +00:00
Joaquín M. López Muñoz
83b3a67afb merged from trunk to branch
[SVN r35669]
2006-10-20 06:26:01 +00:00
Joaquín M. López Muñoz
4a813b2545 added fix for CW 8.3
[SVN r35668]
2006-10-20 06:24:33 +00:00
Joaquín M. López Muñoz
9c4ebe8328 merged from trunk to branch
[SVN r35655]
2006-10-18 12:49:16 +00:00
Joaquín M. López Muñoz
e97f6a299a various fixes for old compilers
[SVN r35654]
2006-10-18 12:47:52 +00:00
Joaquín M. López Muñoz
2834fc0f2b applied BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE to rational_cast
[SVN r35653]
2006-10-18 12:46:19 +00:00
nobody
0cee6875f2 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r33417]
2006-03-21 02:26:31 +00:00
Daryle Walker
d44e31ca0d Cleaned up HTML coding to minimal Tidy-ness.
[SVN r32239]
2006-01-06 18:06:30 +00:00
Daryle Walker
66ac8b4c25 Attempted to correct wording on Integer Type Requirements and improve wording on Constructors, pursuant to bug #1043616.
[SVN r32237]
2006-01-06 15:06:42 +00:00
Daryle Walker
2bb9f1af57 Hopefully fixed regression test warnings and errors.
[SVN r32227]
2006-01-05 13:31:24 +00:00
Daryle Walker
d0ec97c358 Added a Boolean conversion operator to boost::rational<>.
[SVN r32167]
2005-12-27 11:38:28 +00:00
Daryle Walker
16f7288453 Moved the non-support testing items to outside the file-private namespace.
[SVN r32160]
2005-12-24 20:57:14 +00:00
Daryle Walker
37b9d4f1a5 Rearranged headers; updated standard header list to what's actually referenced.
[SVN r32156]
2005-12-24 20:09:14 +00:00
Daryle Walker
d1bc0de447 Split the basic test suite function template into several function templates, one for each category.
[SVN r32155]
2005-12-24 19:53:02 +00:00
Daryle Walker
f007e39af5 Moved common variables to fixture; replaced macro-based fixture inner-types with a class template; changed basic test suite from test function to a test suite surrounding a test function template.
[SVN r32151]
2005-12-24 19:05:49 +00:00
Daryle Walker
f48c36e6e7 Started using the internal MyInt type; started transition away from macro-controlled type usage to exhaustively trying all allowed types with templated unit tests.
[SVN r32150]
2005-12-24 12:12:21 +00:00
Daryle Walker
2d9f173aaf Changed a test with 'double' from equality to closeness.
[SVN r32149]
2005-12-24 09:54:33 +00:00
Daryle Walker
87ebc87f38 Moved test sections that do not need common variables to separate unit tests, grouped in suites.
[SVN r32148]
2005-12-24 09:48:38 +00:00
Daryle Walker
a0334dd375 Started moving common test settings to a fixture
[SVN r32147]
2005-12-24 08:31:08 +00:00
Daryle Walker
77e0107cef Changed individual checks from using a custom macro to using macros from Boost.Test.
[SVN r32146]
2005-12-24 08:14:08 +00:00
Daryle Walker
2a28e2dc25 Mandated use of C++ modern string streams
[SVN r32144]
2005-12-24 01:58:49 +00:00
Daryle Walker
c3458cce8f Removed secondary parts of the old custom testing code; moved the printing of a size check to a global fixture. Part of Boost.Preprocessor is now used.
[SVN r32143]
2005-12-24 01:52:39 +00:00
Daryle Walker
6ffbdc951b Did minimal modifications to make Boost.Rational use Boost.Test for testing.
[SVN r32142]
2005-12-24 00:16:43 +00:00
Douglas Gregor
e2815547d3 Merged from 1.33.0 release
[SVN r30540]
2005-08-12 13:02:37 +00:00
Jonathan Turkanis
36d3205fd7 made int type public
[SVN r30116]
2005-07-15 17:42:12 +00:00
Aleksey Gurtovoy
369b9ffaf1 c++boost.gif -> boost.png replacement
[SVN r25573]
2004-10-05 15:45:52 +00:00
Eric Niebler
71ecf6f9ec remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
[SVN r22394]
2004-02-26 18:27:02 +00:00
Björn Karlsson
48438a6b29 Untabified
[SVN r17329]
2003-02-12 11:47:00 +00:00
Beman Dawes
aed4430a52 add or update See www.boost.org comments
[SVN r16708]
2002-12-27 16:51:53 +00:00
Björn Karlsson
fbf591b599 patch for operator-
[SVN r15547]
2002-09-29 15:51:08 +00:00
Dave Abrahams
16acf13b51 applied patch from Paul Moore
[SVN r12879]
2002-02-21 16:31:54 +00:00
Beman Dawes
55d4d00158 Self-operations fixes from Paul Moore, reported by Vesa Karvonen
[SVN r12851]
2002-02-18 01:18:31 +00:00
Dave Abrahams
9affdd3cfc Updates from Paul Moore
[SVN r11541]
2001-11-02 23:51:10 +00:00
Jens Maurer
7e430c84eb replace gcd() implementation (Helmut Zeisel, Paul Moore)
[SVN r10539]
2001-07-05 18:15:39 +00:00
John Maddock
727b4189a7 Fixed gcc 3 preproccessor logic
[SVN r10313]
2001-06-12 11:27:26 +00:00
Beman Dawes
89bf2f310e 1.21.1 run up, including new download instructions and fix broken hyperlinks
[SVN r9557]
2001-03-14 15:11:55 +00:00
Dave Abrahams
413838e70b Patches for Intel C++ and GCC
[SVN r9422]
2001-03-04 16:05:21 +00:00
Dave Abrahams
4262ab4051 Workarounds for Intel C++ 5.0
[SVN r9404]
2001-03-04 15:04:20 +00:00
Jens Maurer
e784a748b2 replace _MSC_VER by BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
[SVN r9012]
2001-02-07 20:51:25 +00:00
Jens Maurer
9777452ab9 table of contents added (Paul Moore)
[SVN r9011]
2001-02-07 20:43:29 +00:00
Jens Maurer
1ddd67effc old GNU c++ lib does not have ios_base, so avoid it
[SVN r8987]
2001-02-06 22:03:02 +00:00
Jens Maurer
08efd1ee9c make param_type a typedef and add missing "typename"
[SVN r8951]
2001-02-05 21:43:09 +00:00
Jens Maurer
2163afef5c major overhaul by Paul Moore
[SVN r8950]
2001-02-05 21:33:36 +00:00
Jens Maurer
557474eda0 re-wording of gcc bug description regarding "using" in function templates
[SVN r8759]
2001-01-24 20:00:00 +00:00
Dave Abrahams
11c15840f7 Check BOOST_NO_LIMITS instead of __MINGW32__ where appropriate
[SVN r8671]
2001-01-21 05:45:45 +00:00