Commit Graph

5028 Commits

Author SHA1 Message Date
John Maddock
098513f585 Added workaround for Sunpro not compiling the traits classes.
Added workaround for platforms where numeric_limits<>::denorm_min() does not return a denorm!
Updated Solaris error rates.

[SVN r40727]
2007-11-03 18:32:54 +00:00
John Maddock
6865851961 Try again to fix Darwin failure: the wrong error limit is currently being found.
[SVN r40720]
2007-11-03 12:43:41 +00:00
John Maddock
25a040f5c2 Hopefully, take care of the remaining Tru64 failures: adjust >= test to > in some of the tests, and fix one expected error level for the incomplete beta function.
[SVN r40719]
2007-11-03 12:36:55 +00:00
John Maddock
4dad82d26a Added needed #include and using declaration.
[SVN r40693]
2007-11-02 18:26:47 +00:00
Paul A. Bristow
3846ff7b2f Added link to http://www.alanwood.net/demos/ent4_frame.html
[SVN r40686]
2007-11-02 15:14:08 +00:00
John Maddock
b2ac0a2925 Fixes for Mac OS X on PowerPC Darwin.
[SVN r40684]
2007-11-02 13:02:41 +00:00
John Maddock
d112d855f2 Some minor tweaks to support Sun's compiler on Linux.
[SVN r40678]
2007-11-02 08:59:24 +00:00
John Maddock
2426ea735d Still more tweaks to try and figure out why this fails on Tru64.
[SVN r40636]
2007-11-01 10:17:49 +00:00
John Maddock
20ba1ae426 Try and get better error messages to debug Tru64 failures.
[SVN r40623]
2007-10-31 12:43:10 +00:00
John Maddock
b7decbd587 split test_policy into 2 to reduce compile times.
Added expected error rates for Mac OS X on Intel.

[SVN r40522]
2007-10-28 11:07:14 +00:00
John Maddock
163ea7eaa6 Set expected error limits for HP Tru64.
Prevent very extreme-value round-trip tests from being run.

[SVN r40500]
2007-10-27 11:32:30 +00:00
John Maddock
e875aee99a Changed concept code so there are no null-references any more (the code breaks on EDG based compilers otherwise).
[SVN r40499]
2007-10-27 11:27:19 +00:00
John Maddock
909bd2b39f Try and work around a Tru64 overload resolution bug.
[SVN r40484]
2007-10-26 18:12:28 +00:00
Paul A. Bristow
f731fd35d0 Removed obselete reference to parameter arity. Previous deletion caused lots of errors. Hope this is now OK.
[SVN r40402]
2007-10-24 08:56:38 +00:00
John Maddock
1d90f73246 Fix HPUX error levels: reordered expected failure rates so that they still work when largest_real == double.
[SVN r40401]
2007-10-24 08:49:06 +00:00
Paul A. Bristow
8cf0e97cb7 Removed obselete reference to parameter arity
[SVN r40369]
2007-10-23 18:54:39 +00:00
John Maddock
54ce0c0959 Fix for negative guesses.
[SVN r40368]
2007-10-23 18:41:17 +00:00
John Maddock
a35f87c6ea Removed redundant #define.
[SVN r40353]
2007-10-23 13:10:32 +00:00
Boris Gubenko
f54e683f16 fix typo in rev. 40321
[SVN r40323]
2007-10-23 03:44:33 +00:00
John Maddock
352d2bab85 Use __hppa to detect HP-UX on PA-RISC.
[SVN r40269]
2007-10-21 16:02:34 +00:00
John Maddock
024e37a985 Fixed some links and merged changes in the Sandbox to here.
[SVN r40162]
2007-10-18 18:17:15 +00:00
John Maddock
722a2d848d Merged changes in Trunk.
[SVN r40161]
2007-10-18 18:05:13 +00:00
John Maddock
82eb0636b9 Workaround for real_concept when there are no long double math functions.
Added HP-UX on PA RISC to list of platforms with no long double overloads.
Added macro expansion suppression code to declarations of sign and to it's usages (an AIX fix).

[SVN r40155]
2007-10-18 15:37:01 +00:00
John Maddock
5aaa44f901 Disable FOP1 extensions so we can build with xep extensions instead.
[SVN r40117]
2007-10-17 12:58:55 +00:00
John Maddock
3313f991c0 Fixes for the Sun-5.9 compiler: don't try and encode constants smaller than LDBL_MIN, the compiler chokes on it.
Fixes for STLport: long double stream operators are broken (streaming in appears not to work at all, streaming out can segfault if the value is too small).

[SVN r40083]
2007-10-16 15:41:57 +00:00
John Maddock
4ba0027365 Fixed lots of "inspect" issues: bad hyperlinks, tabs in source and missing licenses.
Tweaked some error levels again.

[SVN r40079]
2007-10-16 09:32:28 +00:00
Paul A. Bristow
6d989d0a4a Spelling correction
[SVN r40055]
2007-10-15 16:02:27 +00:00
Paul A. Bristow
7d7a419659 Note on pdf updated, and info on graphs added.
[SVN r40054]
2007-10-15 16:02:00 +00:00
John Maddock
135081f081 Renamed two over-long files
simplified test_compile_result.hpp so hopefully Sunpro can cope with it.
Modified Jamfile to static link to regex lib on Sun.
Adjusted Solaris expected error levels.

[SVN r40012]
2007-10-14 12:54:49 +00:00
John Maddock
c7b752dd9d Disabled draft mode in PDF's.
[SVN r39981]
2007-10-13 17:53:16 +00:00
John Maddock
3f036993c9 Fixed image path in complex number docs.
Suppressed draft mode in PDF generation (stops the FO renderer from grabbing draft.png from sourceforge).

[SVN r39973]
2007-10-13 16:40:36 +00:00
John Maddock
b6aa138a79 Fixed most of the remaining Borland issues, and removed dependency to Boost.Lambda.
Added tentative fix for the Sunpro compilers.

[SVN r39971]
2007-10-13 16:23:18 +00:00
John Maddock
f51e500eea Lots of Borland specific patches: quite a few of the special-function tests do now do actually pass.
[SVN r39958]
2007-10-12 10:01:36 +00:00
John Maddock
8e942d0324 Fixed some typos, and rebuilt docs.
[SVN r39928]
2007-10-11 15:59:48 +00:00
John Maddock
55fd96f11c Redirect to new index.
[SVN r39925]
2007-10-11 11:51:19 +00:00
John Maddock
a871b7745f Added Boost.Math overview.
[SVN r39924]
2007-10-11 11:47:11 +00:00
John Maddock
4ff4d36e5c Updated font configuration info.
Fixed paths in Jamfile.

[SVN r39920]
2007-10-11 10:45:09 +00:00
John Maddock
7982811ce5 Fix paths.
[SVN r39919]
2007-10-11 09:21:53 +00:00
John Maddock
aebe417ed0 Workaround for msvc+stlport.
[SVN r39900]
2007-10-10 19:12:46 +00:00
Paul A. Bristow
cd2c5d45b3 corrected sf_and_dist missing sub-folder in link
[SVN r39896]
2007-10-10 18:03:06 +00:00
John Maddock
d4c1bb24c7 Added Compaq CXX long long workaround to real_concept.hpp.
Added missing forward declaration to ellint_1.hpp.
Adjusted native log1p support for aCC.
Removed bad forward declaration of fpclassify: correct declaration appears later in the file.
Adjusted compile_test/test_compile_result.hpp to not return a NULL reference.
Adjusted permitted error-limits for new platforms.
Split some of the tests into smaller units so we don't get compiler timeouts when building (hopefully!)

[SVN r39893]
2007-10-10 16:05:26 +00:00
John Maddock
f23b26b6ed Added SVG versions of images.
[SVN r39889]
2007-10-10 12:36:31 +00:00
John Maddock
8342ec648e Tentative Sunpro workaround.
[SVN r39884]
2007-10-10 09:31:44 +00:00
John Maddock
3cb6098751 Adjusted limits for Win64 and Sun OS.
[SVN r39881]
2007-10-10 09:28:48 +00:00
John Maddock
991567fe80 More Borland workarounds.
[SVN r39855]
2007-10-09 18:12:06 +00:00
John Maddock
fbef4e1906 More Borland workarounds.
[SVN r39854]
2007-10-09 18:11:17 +00:00
John Maddock
3cc4cca7fc Added refactored docs for existing Boost.Math libraries.
[SVN r39852]
2007-10-09 17:25:30 +00:00
John Maddock
ef674aec54 Added refactored docs for existing Boost.Math libraries.
[SVN r39851]
2007-10-09 17:17:50 +00:00
John Maddock
b861eac037 Added refactored docs for existing Boost.Math libraries.
[SVN r39850]
2007-10-09 17:16:58 +00:00
John Maddock
1c2234f016 A few fixes to keep Borland happy.
[SVN r39843]
2007-10-09 14:49:37 +00:00