Commit Graph

  • 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. John Maddock 2007-11-03 18:32:54 +0000
  • 6865851961 Try again to fix Darwin failure: the wrong error limit is currently being found. John Maddock 2007-11-03 12:43:41 +0000
  • 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. John Maddock 2007-11-03 12:36:55 +0000
  • 4dad82d26a Added needed #include and using declaration. John Maddock 2007-11-02 18:26:47 +0000
  • 3846ff7b2f Added link to http://www.alanwood.net/demos/ent4_frame.html Paul A. Bristow 2007-11-02 15:14:08 +0000
  • b2ac0a2925 Fixes for Mac OS X on PowerPC Darwin. John Maddock 2007-11-02 13:02:41 +0000
  • d112d855f2 Some minor tweaks to support Sun's compiler on Linux. John Maddock 2007-11-02 08:59:24 +0000
  • 2426ea735d Still more tweaks to try and figure out why this fails on Tru64. John Maddock 2007-11-01 10:17:49 +0000
  • 20ba1ae426 Try and get better error messages to debug Tru64 failures. John Maddock 2007-10-31 12:43:10 +0000
  • b7decbd587 split test_policy into 2 to reduce compile times. Added expected error rates for Mac OS X on Intel. John Maddock 2007-10-28 11:07:14 +0000
  • 163ea7eaa6 Set expected error limits for HP Tru64. Prevent very extreme-value round-trip tests from being run. John Maddock 2007-10-27 11:32:30 +0000
  • e875aee99a Changed concept code so there are no null-references any more (the code breaks on EDG based compilers otherwise). John Maddock 2007-10-27 11:27:19 +0000
  • 909bd2b39f Try and work around a Tru64 overload resolution bug. John Maddock 2007-10-26 18:12:28 +0000
  • f731fd35d0 Removed obselete reference to parameter arity. Previous deletion caused lots of errors. Hope this is now OK. Paul A. Bristow 2007-10-24 08:56:38 +0000
  • 1d90f73246 Fix HPUX error levels: reordered expected failure rates so that they still work when largest_real == double. John Maddock 2007-10-24 08:49:06 +0000
  • 8cf0e97cb7 Removed obselete reference to parameter arity Paul A. Bristow 2007-10-23 18:54:39 +0000
  • 54ce0c0959 Fix for negative guesses. John Maddock 2007-10-23 18:41:17 +0000
  • a35f87c6ea Removed redundant #define. John Maddock 2007-10-23 13:10:32 +0000
  • f54e683f16 fix typo in rev. 40321 Boris Gubenko 2007-10-23 03:44:33 +0000
  • 352d2bab85 Use __hppa to detect HP-UX on PA-RISC. John Maddock 2007-10-21 16:02:34 +0000
  • 024e37a985 Fixed some links and merged changes in the Sandbox to here. John Maddock 2007-10-18 18:17:15 +0000
  • 722a2d848d Merged changes in Trunk. John Maddock 2007-10-18 18:05:13 +0000
  • 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). John Maddock 2007-10-18 15:37:01 +0000
  • 5aaa44f901 Disable FOP1 extensions so we can build with xep extensions instead. John Maddock 2007-10-17 12:58:55 +0000
  • 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). John Maddock 2007-10-16 15:41:57 +0000
  • 4ba0027365 Fixed lots of "inspect" issues: bad hyperlinks, tabs in source and missing licenses. Tweaked some error levels again. John Maddock 2007-10-16 09:32:28 +0000
  • 6d989d0a4a Spelling correction Paul A. Bristow 2007-10-15 16:02:27 +0000
  • 7d7a419659 Note on pdf updated, and info on graphs added. Paul A. Bristow 2007-10-15 16:02:00 +0000
  • 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. John Maddock 2007-10-14 12:54:49 +0000
  • c7b752dd9d Disabled draft mode in PDF's. John Maddock 2007-10-13 17:53:16 +0000
  • 3f036993c9 Fixed image path in complex number docs. Suppressed draft mode in PDF generation (stops the FO renderer from grabbing draft.png from sourceforge). John Maddock 2007-10-13 16:40:36 +0000
  • b6aa138a79 Fixed most of the remaining Borland issues, and removed dependency to Boost.Lambda. Added tentative fix for the Sunpro compilers. John Maddock 2007-10-13 16:23:18 +0000
  • f51e500eea Lots of Borland specific patches: quite a few of the special-function tests do now do actually pass. John Maddock 2007-10-12 10:01:36 +0000
  • 8e942d0324 Fixed some typos, and rebuilt docs. John Maddock 2007-10-11 15:59:48 +0000
  • 55fd96f11c Redirect to new index. John Maddock 2007-10-11 11:51:19 +0000
  • a871b7745f Added Boost.Math overview. John Maddock 2007-10-11 11:47:11 +0000
  • 4ff4d36e5c Updated font configuration info. Fixed paths in Jamfile. John Maddock 2007-10-11 10:45:09 +0000
  • 7982811ce5 Fix paths. John Maddock 2007-10-11 09:21:53 +0000
  • aebe417ed0 Workaround for msvc+stlport. John Maddock 2007-10-10 19:12:46 +0000
  • cd2c5d45b3 corrected sf_and_dist missing sub-folder in link Paul A. Bristow 2007-10-10 18:03:06 +0000
  • 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!) John Maddock 2007-10-10 16:05:26 +0000
  • f23b26b6ed Added SVG versions of images. John Maddock 2007-10-10 12:36:31 +0000
  • 8342ec648e Tentative Sunpro workaround. John Maddock 2007-10-10 09:31:44 +0000
  • 3cb6098751 Adjusted limits for Win64 and Sun OS. John Maddock 2007-10-10 09:28:48 +0000
  • 991567fe80 More Borland workarounds. John Maddock 2007-10-09 18:12:06 +0000
  • fbef4e1906 More Borland workarounds. John Maddock 2007-10-09 18:11:17 +0000
  • 3cc4cca7fc Added refactored docs for existing Boost.Math libraries. John Maddock 2007-10-09 17:25:30 +0000
  • ef674aec54 Added refactored docs for existing Boost.Math libraries. John Maddock 2007-10-09 17:17:50 +0000
  • b861eac037 Added refactored docs for existing Boost.Math libraries. John Maddock 2007-10-09 17:16:58 +0000
  • 1c2234f016 A few fixes to keep Borland happy. John Maddock 2007-10-09 14:49:37 +0000
  • 2983887486 Changed call signatures to keep Borland happy. John Maddock 2007-10-09 14:49:04 +0000
  • f154f8bf6f Disabled long double support on some platforms. John Maddock 2007-10-09 12:26:27 +0000
  • 487c9f69ae Added HTML docs, changed some section names to shorten the file names produced. John Maddock 2007-10-09 11:30:19 +0000
  • 8dc2b5673f Fix problem with GCC on Linux not finding std_real_concept overload for fmod. John Maddock 2007-10-09 11:15:11 +0000
  • 288f3a8d86 Initial commit of math-toolkit docs. John Maddock 2007-10-08 18:03:19 +0000
  • 772c8ae7ca Initial math-toolkit commit. Includes all code and tests, but no docs yet. John Maddock 2007-10-08 16:58:15 +0000
  • b5b2e163a3 Moved docs into a sub-directory in preparation for move to mainline SVN. John Maddock 2007-10-08 16:49:39 +0000
  • b75cb143e1 Two typos Paul A. Bristow 2007-10-08 13:34:55 +0000
  • 67665aa61e updates for policies Paul A. Bristow 2007-10-08 13:07:12 +0000
  • 84dc707e2a Misc fixes for minimal Borland support. John Maddock 2007-10-08 09:46:32 +0000
  • 3e62ef28f0 Fix Borland infinite looping issue. John Maddock 2007-10-06 11:12:33 +0000
  • a0f0be1c54 Update Jamfiles to make PDF generation easier. John Maddock 2007-10-05 17:49:12 +0000
  • 8e727140a4 Disable some Intel warnings. John Maddock 2007-10-05 17:04:58 +0000
  • e28bb49bb2 Added better description of navigation keys. Added contact info. John Maddock 2007-10-05 17:03:53 +0000
  • 141dc671b6 Starting point for releases Beman Dawes 2007-10-05 14:25:06 +0000
  • 7b5f96e865 Added better pdf generation support. John Maddock 2007-10-05 09:57:34 +0000
  • 3a02a8b625 Fix #include case. Add some needed forward declarations. John Maddock 2007-10-05 09:56:06 +0000
  • 899f4fbfd1 Added some more descriptive information to error messages. John Maddock 2007-10-03 09:32:35 +0000
  • cb7328e706 Adjusted formatting. John Maddock 2007-10-03 09:11:42 +0000
  • aec354d968 Added tip for MSVC preprocessor defines Paul A. Bristow 2007-10-02 17:38:24 +0000
  • cabc722e56 Cosmetic tidy Paul A. Bristow 2007-10-02 17:12:33 +0000
  • 1c5fffdd28 Added workaround for apparently broken std::fmod(long double,long double) on Darwin. Added more tracing macros to try and track down remaining Darwin issues. John Maddock 2007-10-02 09:30:41 +0000
  • 01604e79d3 Added some more trace messages. John Maddock 2007-10-01 10:24:11 +0000
  • 5d4d94b512 Surpressed unreachable code warning. Paul A. Bristow 2007-10-01 10:05:21 +0000
  • 164bbbf473 Updated debug-tracing macros. Fixed epsilon so it works on MacOS with a 106-bit long double now. John Maddock 2007-09-29 09:40:16 +0000
  • 74157405ff Fixed last TODO, and updated PDF. John Maddock 2007-09-27 18:02:18 +0000
  • 65fc593bc4 Typo provides Paul A. Bristow 2007-09-27 17:33:40 +0000
  • 42f349e5f0 Cosmetic - changed bolding a tiny bit. Paul A. Bristow 2007-09-27 17:28:15 +0000
  • dee553aa83 added isbn Paul A. Bristow 2007-09-27 17:19:28 +0000
  • 6e841a0da2 Fix comment in students_t_two_samples.cpp. Fix buggy reasoning in students_t_examples.qbk John Maddock 2007-09-27 17:02:27 +0000
  • 7fbee38900 Correction of heading evaluation error Paul A. Bristow 2007-09-27 11:53:31 +0000
  • ed9be1b39d Big update to get all the equations in SVG format, and embedded in the PDF. John Maddock 2007-09-27 10:40:55 +0000
  • 4236c23b92 Fixed lgamma equations, added mml equations for the Hubert Holin's old docs. John Maddock 2007-09-27 09:30:51 +0000
  • 74b6544804 Converted Tex files to MathML and SVG formats. John Maddock 2007-09-26 18:24:20 +0000
  • 472beb4974 Added mml and svg versions of most of the equations. John Maddock 2007-09-26 12:24:35 +0000
  • a54ef9268d Changed to use character escapes rather than MathML entities. Also made sure that all the files are readable by the latest Mathcast release, and by SVGMath, and are valid XML. John Maddock 2007-09-26 09:36:07 +0000
  • 5c4d88975f Changed to use character escapes rather than MathML entities. Also made sure that all the files are readable by the latest Mathcast release, and by SVGMath, and are valid XML. John Maddock 2007-09-26 09:34:26 +0000
  • 98665f8b9f Changed to use character escapes rather than MathML entities. Also made sure that all the files are readable by the latest Mathcast release, and by SVGMath, and are valid XML. John Maddock 2007-09-26 09:34:01 +0000
  • f7144e9ce3 Changed to use character escapes rather than MathML entities. Also made sure that all the files are readable by the latest Mathcast release, and by SVGMath, and are valid XML. John Maddock 2007-09-26 09:33:03 +0000
  • 99b147eee1 Changed to use character escapes rather than MathML entities. Also made sure that all the files are readable by the latest Mathcast release, and by SVGMath, and are valid XML. John Maddock 2007-09-26 09:32:40 +0000
  • 373e1d49b9 Changed to use character escapes rather than MathML entities. Also made sure that all the files are readable by the latest Mathcast release, and by SVGMath, and are valid XML. John Maddock 2007-09-26 09:32:06 +0000
  • d2794fa028 Fix overflowing tables. John Maddock 2007-09-24 10:30:25 +0000
  • dac5cb1648 Changed "Roadmap" into a "What's New", and added to introduction. John Maddock 2007-09-24 10:12:19 +0000
  • a490a5c1f5 Added to hold pdf Paul A. Bristow 2007-09-23 17:37:47 +0000
  • 0fc162c153 Even better text for Ci for obs. Paul A. Bristow 2007-09-23 17:30:00 +0000
  • d262d6d4c3 added code to make a list of CI for an alpha for a range of numbers of observations. Paul A. Bristow 2007-09-23 17:29:17 +0000
  • 80354ab802 Added some more folks. John Maddock 2007-09-23 16:31:53 +0000
  • 4fc2a23a47 Added paragraph on confidence interval versus observations Paul A. Bristow 2007-09-22 20:19:45 +0000
  • 640e518358 More typos and other minor fixes. John Maddock 2007-09-22 17:06:41 +0000
  • 700ea50732 Fixes for VC-7.1. John Maddock 2007-09-22 17:00:29 +0000