Daniel James
3f86e4ba70
Rebuild math documentation.
...
[SVN r63507]
2010-07-01 22:22:00 +00:00
John Maddock
999f37a21e
Fix signed/unsigned comparison warnings when char is unsigned.
...
[SVN r63496]
2010-07-01 17:47:51 +00:00
John Maddock
9be5e2419f
Merge minor changes from Trunk:
...
Fix Rayleigh distribution range.
Fix gcd argument types.
Update docs to match.
[SVN r63483]
2010-07-01 15:40:01 +00:00
John Maddock
f9562e1c92
Oops missed this file in last commit.
...
[SVN r63424]
2010-06-29 08:24:29 +00:00
John Maddock
087a0dbb3b
Update docs to match code.
...
[SVN r63409]
2010-06-28 15:59:21 +00:00
John Maddock
2ed2a883ba
Make the compile time gcd facilities work with greatest integer types, and be mpl compatible.
...
[SVN r63408]
2010-06-28 15:32:19 +00:00
Daniel James
ce9462e9aa
Merge documentation fixes.
...
* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.
[SVN r63347]
2010-06-26 12:30:09 +00:00
Daniel James
6eb0a458b7
Update various libraries' documentation build.
...
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.
[SVN r63146]
2010-06-20 18:00:48 +00:00
Paul A. Bristow
d4382d90e2
Corrected graphs for support from 0 (not 1) so start at origin. Both svg and converted to png with Inkscape versions.
...
[SVN r62381]
2010-06-02 15:16:20 +00:00
Paul A. Bristow
95d3d4d406
Corrected support minimum to 0 (was 1).
...
[SVN r62380]
2010-06-02 14:49:22 +00:00
John Maddock
1430c09c19
Update to use hidden visibility where possible.
...
[SVN r62201]
2010-05-25 14:51:38 +00:00
John Maddock
ac3a1ef164
Change to use new symbol visibility macros.
...
[SVN r62200]
2010-05-25 14:45:54 +00:00
John Maddock
a1c0cccebd
Merge changes from Trunk:
...
* Fix common_factor code so it works with expression-template enabled types, and added new tests.
* Cleaned up using declarations.
* Fixed cbrt conceptual requirements.
* Fixed round for negative values.
* Changed all configuration code to use the new Boost.Build configuration support.
* Fixed HP aCC version numbers in src files.
* Regenerated docs.
[SVN r62124]
2010-05-21 17:23:36 +00:00
Douglas Gregor
f1a9800c8c
Merge r62087 (a fix to cbrt's internal promotion rules) from trunk.
...
[SVN r62093]
2010-05-19 01:21:43 +00:00
John Maddock
200b0f7717
Fix cbrt's internal promotion rules.
...
Update tests to match.
[SVN r62087]
2010-05-18 17:24:01 +00:00
John Maddock
7ab7d21eae
Fix failures when used with an expression-template enabled number type such as the gmpxx clases.
...
Add additional concept check for integer code using gmp classes.
Fixes #4139 .
[SVN r61837]
2010-05-07 15:36:09 +00:00
John Maddock
c7e0965ce9
Previous fix doesn't work for later GCC versions, revert.
...
[SVN r61815]
2010-05-06 12:33:40 +00:00
John Maddock
0dd75b6c47
Prevent multiple definitions of BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS.
...
[SVN r61807]
2010-05-06 10:23:56 +00:00
John Maddock
45db115f9d
Disable long double support when the C++ runtime does not support it either.
...
Fixes #3825 .
[SVN r61806]
2010-05-06 10:21:18 +00:00
Douglas Gregor
81c8795897
Eliminate redundant (and incorrect) using declarations at function scope.
...
[SVN r61700]
2010-04-30 07:10:56 +00:00
John Maddock
975734b135
Change HP aCC fix version.
...
[SVN r61612]
2010-04-27 12:18:15 +00:00
Douglas Gregor
9257a12d1b
Eliminate a redundant BOOST_MATH_STD_USING; we aren't allowed to redeclare declarations in function scope
...
[SVN r61595]
2010-04-26 22:57:02 +00:00
John Maddock
d0d0a58cd4
Add Boost.Build configuration support.
...
[SVN r61300]
2010-04-15 16:05:39 +00:00
John Maddock
7a7e393485
Fix boost::math::round to handle halfway cases correctly.
...
Update tests accordingly.
Update boost::math::fmod docs to make sign and rounding direction clear.
[SVN r61252]
2010-04-13 16:50:46 +00:00
John Maddock
489e05ace7
Fix typo in rising_factorial docs and regenerate HTML.
...
[SVN r60914]
2010-03-29 14:29:33 +00:00
John Maddock
b3f10fe6ed
Fix typo in rising_factorial docs and regenerate HTML.
...
[SVN r60909]
2010-03-29 11:09:51 +00:00
Vladimir Prus
d110663674
Somewhat simplify Boost.Math configuration checks
...
[SVN r60658]
2010-03-16 22:24:52 +00:00
John Maddock
8056009e4b
Merge changes from Trunk:
...
Minor update to docs, with graphics regenerated.
Fix some minor inspection script errors.
Improve performance of a few of the algorithms.
Fix a few compiler warnings etc.
[SVN r60643]
2010-03-16 11:37:39 +00:00
Vladimir Prus
72ef981fbb
Use the official boost.math check for long double
...
[SVN r59869]
2010-02-24 13:15:58 +00:00
Vladimir Prus
6e4ce5db3c
Configuration framework and boost.math long long configuration.
...
[SVN r59867]
2010-02-24 12:26:26 +00:00
John Maddock
5c5da68a34
Fix graphs, regenerate PNG's, update docs.
...
[SVN r59438]
2010-02-03 10:13:11 +00:00
John Maddock
cd64856ff5
Improve the performance of the Bessel functions, and update docs.
...
[SVN r59274]
2010-01-27 13:16:14 +00:00
Paul A. Bristow
fd9348f363
corrected wrong filename in heading
...
[SVN r59226]
2010-01-22 17:36:13 +00:00
Paul A. Bristow
7c3c9fe10b
Added missing newline at end of file.
...
[SVN r59225]
2010-01-22 14:58:45 +00:00
John Maddock
b8204db460
Change functions named "check" so they don't conflict with Apple macro of the same name.
...
[SVN r59162]
2010-01-20 19:17:37 +00:00
Paul A. Bristow
ec2df239b0
Added licence info
...
[SVN r59160]
2010-01-20 18:43:07 +00:00
Paul A. Bristow
4ee32e1cb1
Added licence info
...
[SVN r59159]
2010-01-20 18:41:09 +00:00
John Maddock
ea35733550
Add tgamma1pm1 speed test.
...
Suppress some more gcc warnings: in particular make sure that our C99 functions have the same throw specification as the functions in math.h.
[SVN r59129]
2010-01-18 17:07:03 +00:00
John Maddock
1a5044497d
Change cbrt implementation to use a better performing algorithm.
...
Fix a few warnings along the way.
[SVN r59095]
2010-01-17 17:28:34 +00:00
John Maddock
a549a4b6d5
Copy over some of the project options from the test Jamfile.
...
[SVN r58911]
2010-01-11 18:29:36 +00:00
John Maddock
dccd472e40
Simplify code a little, and add diagnostic printout.
...
[SVN r58888]
2010-01-11 10:46:23 +00:00
John Maddock
1b120ce1eb
Add new test, to verify that the the std lib's long double support is OK.
...
[SVN r58886]
2010-01-11 10:04:43 +00:00
Daniel James
fda2309c21
Fix some whitespace differences between trunk and release.
...
[SVN r58878]
2010-01-10 19:17:23 +00:00
John Maddock
7ad501579e
Fix previous commit - it contained some inadvertent changes.
...
[SVN r58861]
2010-01-10 10:21:08 +00:00
John Maddock
81438d45de
Only add the -nologo option for Intel-on-windows compilers.
...
[SVN r58860]
2010-01-10 10:17:07 +00:00
John Maddock
7d3efcec6b
Update author list.
...
[SVN r57723]
2009-11-17 12:55:36 +00:00
John Maddock
488701a7e3
Suppress unused parameter warning.
...
[SVN r57509]
2009-11-09 12:26:02 +00:00
John Maddock
e6424a986c
Suppress msvc warnings.
...
[SVN r57363]
2009-11-04 17:06:58 +00:00
John Maddock
75f47f2cad
remove surplus const-qualifiers.
...
[SVN r57354]
2009-11-04 12:15:05 +00:00
John Maddock
ba698c2297
Improve ibeta error handling, update and regenerate docs. Update tests.
...
Fixes #3533 .
[SVN r57045]
2009-10-21 15:53:28 +00:00