John Maddock
cc52a19fb4
Improve ibeta error handling, and add new tests.
...
[SVN r57040]
2009-10-21 12:27:38 +00:00
Troy D. Straszheim
124cd3b8a8
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
e47ecaa975
rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
...
[SVN r56941]
2009-10-17 01:10:45 +00:00
John Maddock
6227f67d75
Update docs with Linux performance results.
...
Fix distributions.cpp so it's DCDFLIB testing code is gcc-compatible.
[SVN r56925]
2009-10-16 16:09:12 +00:00
John Maddock
0ec10d3fee
Updated Linux performance results.
...
[SVN r56909]
2009-10-16 09:57:42 +00:00
John Maddock
de84bde986
Make the code gcc compatible.
...
[SVN r56865]
2009-10-15 12:46:19 +00:00
John Maddock
66f2eed7dc
Merge updated docs: new performance results, release history etc.
...
[SVN r56863]
2009-10-15 08:46:13 +00:00
John Maddock
d2cf9ac6ac
Added release notes.
...
[SVN r56827]
2009-10-14 14:27:31 +00:00
John Maddock
ebc86f03d8
Update performance test results.
...
Adjust msvc performance tuning.
[SVN r56818]
2009-10-14 12:04:07 +00:00
John Maddock
1a297964c1
Merge performance enhancements and minor fixes from Trunk.
...
[SVN r56729]
2009-10-12 10:35:20 +00:00
John Maddock
21cd5f0d9f
Update workarounds for Sun's latest compiler release.
...
[SVN r56711]
2009-10-11 12:20:21 +00:00
John Maddock
581f74e09b
Fix duplicate definitions when BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS is defined.
...
[SVN r56679]
2009-10-09 16:52:27 +00:00
John Maddock
72e1073865
rebuild docs.
...
[SVN r56671]
2009-10-09 12:51:01 +00:00
John Maddock
36873d38d2
Set last merge revision.
...
[SVN r56669]
2009-10-09 12:44:43 +00:00
John Maddock
5199267448
Merge changes from Sandbox.
...
Update series and continued fraction docs.
[SVN r56668]
2009-10-09 12:43:29 +00:00
K. Noel Belcourt
fe4001165c
Add PGI macro to get proper alignment.
...
[SVN r56653]
2009-10-08 17:52:10 +00:00
John Maddock
799b88be52
Change iteration limits to use get_epsilon().
...
[SVN r56650]
2009-10-08 16:03:25 +00:00
John Maddock
c1a25c4a25
Added more performance tests along with comparisons to the DCDFLIB.
...
[SVN r56647]
2009-10-08 09:54:54 +00:00
John Maddock
2e07572faf
Add a check on iterations when Halley iterating.
...
Correct igamma inverse initial calculations, and adjust digits needed for convergence.
Fix erf calculation limits.
Adjust non-convergence behaviour in Halley iteration.
For issue #3408 .
[SVN r56598]
2009-10-05 17:36:56 +00:00
John Maddock
71940bec79
Another round of performance tweaks for issue #3408 .
...
These should make our igamma implementation comparable in performance to the dcdflib FORTRAN routine - at least as far as MSVC is concerned.
[SVN r56503]
2009-10-01 16:03:42 +00:00
John Maddock
8418e9d68e
A few more minor performance tweaks for issue #3407 .
...
[SVN r56455]
2009-09-28 17:06:39 +00:00
John Maddock
056d083a2f
Changes relating to issue #3408 .
...
Add hooks for the dcdflib to the incomplete gamma tests.
Add hooks for the dcdflib to the igamma performance tests.
Some small performance enhancements.
[SVN r56370]
2009-09-24 11:23:52 +00:00
Troy D. Straszheim
0ae03af3b2
Copyrights on CMakeLists.txt to keep them from clogging up the inspect
...
reports. This is essentially the same commit as r55095 on the release
branch.
[SVN r55159]
2009-07-26 00:49:56 +00:00
John Maddock
da1216611d
Fix broken link and regenerated docs.
...
[SVN r55123]
2009-07-23 12:32:21 +00:00
John Maddock
9d1b911554
Fix broken link and regenerated docs.
...
[SVN r55122]
2009-07-23 12:24:35 +00:00
John Maddock
c7dbd17302
Try and fix inspect report failures.
...
[SVN r55121]
2009-07-23 12:09:54 +00:00
John Maddock
bab6663fbf
Fix line endings.
...
[SVN r55120]
2009-07-23 11:58:13 +00:00
John Maddock
df259a9e1d
Fix line endings.
...
[SVN r55119]
2009-07-23 11:56:59 +00:00
John Maddock
ddc103f0cd
Disable pch usage for msvc-7.1.
...
[SVN r55111]
2009-07-23 09:46:52 +00:00
John Maddock
d9ee7f11c2
Disable pch usage for msvc-7.1.
...
[SVN r55110]
2009-07-23 09:45:33 +00:00
Troy D. Straszheim
b338985fa5
Add basic copyright/license to keep cmake out of the inspection report
...
[SVN r55095]
2009-07-22 21:51:01 +00:00
John Maddock
f20fe2fa08
Fixed the labels on some of the graphs and regenerated.
...
[SVN r55057]
2009-07-21 10:53:36 +00:00
John Maddock
151c27f44c
Fixed the labels on some of the graphs and regenerated.
...
[SVN r55056]
2009-07-21 10:49:40 +00:00
John Maddock
71380c3ee6
Fix lookup ambiguity.
...
Fixes #3207 .
[SVN r54285]
2009-06-23 16:40:23 +00:00
John Maddock
f99607da5d
Fix lookup ambiguity.
...
Fixes #3207 .
[SVN r54284]
2009-06-23 16:39:50 +00:00
John Maddock
457a19dc5d
A few mostly trivial fixes merged from Trunk.
...
Updated docs.
[SVN r54212]
2009-06-22 15:57:57 +00:00
John Maddock
0e7856cfd1
Oops, previous commit was buggy, try again.
...
[SVN r53339]
2009-05-28 08:53:21 +00:00
John Maddock
6feccbee3d
Added a couple of static assertions to prevent misuse.
...
[SVN r53338]
2009-05-28 08:52:05 +00:00
John Maddock
4c6c317588
Major upgrade merged from Trunk: see history section in the docs for the full details.
...
[SVN r53183]
2009-05-22 17:49:00 +00:00
John Maddock
3ec19713e6
Add some casts to try and fix gcc-4.4 compiler errors.
...
[SVN r53177]
2009-05-22 16:14:12 +00:00
John Maddock
fc43b93fec
Add missing file.
...
[SVN r53171]
2009-05-22 08:49:00 +00:00
John Maddock
0ec478e61b
Added missing files.
...
[SVN r53170]
2009-05-22 08:44:53 +00:00
John Maddock
62744fed77
Updated and regenerated docs.
...
[SVN r53157]
2009-05-21 16:54:05 +00:00
Jeremiah Willcock
05ad60a8c9
Fixed almost all tab and min/max issues found by inspect tool
...
[SVN r53142]
2009-05-20 19:41:20 +00:00
Jeremiah Willcock
99b1ee34f7
Fixed most tab and min/max issues from trunk inspection report
...
[SVN r53141]
2009-05-20 19:19:00 +00:00
John Maddock
b36f2d6bb6
Fix for no long double math functions.
...
[SVN r52522]
2009-04-21 08:43:36 +00:00
John Maddock
0b017bc74c
Fixes #2961 .
...
GCC-4.0 workaround.
[SVN r52513]
2009-04-20 15:59:58 +00:00
John Maddock
db6cc1a0a3
Split test/test_policy_7.cpp into two tests.
...
Add some macro-expansion-suppression code to test_sign.cpp.
[SVN r52447]
2009-04-17 17:18:31 +00:00
John Maddock
bedc5b058a
Add more instrumentation code, along with some AMD64/Linux fixes.
...
[SVN r52335]
2009-04-11 15:26:59 +00:00
John Maddock
3d45185864
Sort circuit evaluation when the result will be 0.
...
[SVN r52287]
2009-04-09 09:10:45 +00:00