Jeremiah Willcock
d2f73925af
Fixed most tab and min/max issues from trunk inspection report
...
[SVN r53141]
2009-05-20 19:19:00 +00:00
Daniel James
050c8adc7e
Use a local copy of the valid HTML 4.01 icon.
...
[SVN r53048]
2009-05-16 14:23:59 +00:00
Steven Watanabe
92409dc95d
Merge [50997], [51120], [51171], [51210], [51253], [51311], [51337], [51400], [51410], [51413] from the trunk
...
[SVN r52492]
2009-04-19 14:55:57 +00:00
Steven Watanabe
dfabc22362
Add missing includes.
...
[SVN r52425]
2009-04-16 18:16:50 +00:00
Steven Watanabe
a2ba8e2ac8
Enable stream operators on msvc. Fixes #1068 . Fixes #1691
...
[SVN r51413]
2009-02-23 15:48:27 +00:00
Steven Watanabe
5f1713f436
Initialize _modulus in the linear_congruential constructor that takes a pair of iterators. Fixes #2665
...
[SVN r51410]
2009-02-23 01:19:37 +00:00
Steven Watanabe
2b087e3c50
Apply patch for FreeBSD. Fixes #2027
...
[SVN r51400]
2009-02-22 23:43:38 +00:00
Steven Watanabe
86aad2f7f7
Convert uniform_01 to the current distribution interface, dispatching on the first template paramter to retain backwards compatibility. Fixes #599 . Fixes #1544 . Fixes #2679
...
[SVN r51337]
2009-02-19 23:27:40 +00:00
Steven Watanabe
b9f17bed6b
Change shfit2 to shift2. Add missing namespace scope definitions of shift1 and shift2. Fixes #2764
...
[SVN r51311]
2009-02-18 17:54:27 +00:00
Steven Watanabe
d39fa82c5c
Don't assume that std::vector<int>::const_iterator has a nested difference_type. Use iterator_traits.
...
[SVN r51253]
2009-02-14 16:21:04 +00:00
Steven Watanabe
f530cea1e1
Correct stringizing
...
[SVN r51210]
2009-02-12 03:03:02 +00:00
Steven Watanabe
f6773e82f6
Split random_test.cpp into multiple files to avoid hitting resource limits.
...
[SVN r51171]
2009-02-10 03:53:23 +00:00
Steven Watanabe
c1c5c98651
correctly detect the end of the range in lagged_fibonacci_01::seed. Fixes #2703
...
[SVN r51120]
2009-02-08 23:50:56 +00:00
Steven Watanabe
917c2d45b1
Make validation a static member function. Fixes #2673
...
[SVN r50997]
2009-02-03 19:18:59 +00:00
Troy D. Straszheim
7cee654ec2
merge of cmake build files from trunk per beman
...
[SVN r50756]
2009-01-24 18:57:20 +00:00
Marshall Clow
1fe2ce622e
Merged revisions 50312 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r50312 | marshall | 2008-12-17 18:37:07 -0800 (Wed, 17 Dec 2008) | 1 line
Applied patch from bug #1546
........
[SVN r50601]
2009-01-15 03:43:36 +00:00
Marshall Clow
9ef9354097
Applied patch from bug #1546
...
[SVN r50312]
2008-12-18 02:37:07 +00:00
Michael A. Jackson
bd8e5cbc6f
Updating dependency information for modularized libraries.
...
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
dce702454b
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
...
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
b641e0b484
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
John Maddock
c949cb3781
Merge fixes from Trunk.
...
Fixes #2392 .
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
[SVN r49314]
2008-10-13 09:00:03 +00:00
John Maddock
f667a1e945
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
...
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
Fixes #2392 .
[SVN r49254]
2008-10-10 16:10:00 +00:00
Marshall Clow
6cfecd4a9b
Fixed typo
...
[SVN r48204]
2008-08-18 23:48:15 +00:00
Steven Watanabe
b80576bebb
Merge random from trunk
...
[SVN r47233]
2008-07-08 16:22:46 +00:00
Steven Watanabe
1d7cbef7e2
Replace random's make_unsigned with the type_traits version. Fixes #2026
...
[SVN r46580]
2008-06-21 16:07:44 +00:00
Marshall Clow
9512b57937
Updated bounds on uniform_real and uniform_smallint to allow min == max
...
[SVN r44897]
2008-04-29 20:16:19 +00:00
Marshall Clow
f441c30dcd
Merge from trunk to release
...
[SVN r43713]
2008-03-19 00:02:06 +00:00
Daniel James
e4c218aa03
Merged revisions 43206,43208-43213 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r43206 | danieljames | 2008-02-10 09:55:03 +0000 (Sun, 10 Feb 2008) | 1 line
Fix some broken links.
........
r43209 | danieljames | 2008-02-10 14:56:22 +0000 (Sun, 10 Feb 2008) | 1 line
Link to people pages on the website, as they've been removed from the download.
........
r43210 | danieljames | 2008-02-10 15:02:17 +0000 (Sun, 10 Feb 2008) | 1 line
Point links to the pages that used to be in 'more' to the site.
........
r43212 | danieljames | 2008-02-10 16:10:16 +0000 (Sun, 10 Feb 2008) | 1 line
Fix links on the home page as well.
........
r43213 | danieljames | 2008-02-10 16:21:22 +0000 (Sun, 10 Feb 2008) | 1 line
Generated documentation which is no longer generated.
........
[SVN r43214]
2008-02-10 16:39:38 +00:00
Daniel James
9b987df0ab
Point links to the pages that used to be in 'more' to the site.
...
[SVN r43210]
2008-02-10 15:02:17 +00:00
Daniel James
d2d9bc38bb
Link to people pages on the website, as they've been removed from the download.
...
[SVN r43209]
2008-02-10 14:56:22 +00:00
K. Noel Belcourt
6f21f6d2dc
Fixes #1539
...
Fixed typo in the random documentation.
[SVN r42988]
2008-01-26 22:21:57 +00:00
Marshall Clow
e1fcb34b32
Patches to fixe #1423 and #1473
...
[SVN r42141]
2007-12-18 18:33:55 +00:00
Beman Dawes
993ffd4fda
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
cf95897a2e
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41369]
2007-11-25 18:07:19 +00:00
Beman Dawes
63e54d3d79
Starting point for releases
...
[SVN r39706]
2007-10-05 14:25:06 +00:00
Vladimir Prus
1d157ff6da
Fix typo. Closes #1150 .
...
[SVN r38576]
2007-08-10 16:33:48 +00:00
Vladimir Prus
4e09de2444
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
nobody
92e9a70789
This commit was manufactured by cvs2svn to create tag
...
'Version_1_34_1'.
[SVN r38286]
2007-07-24 19:28:14 +00:00
Jens Maurer
c41b4d5bf5
we're actually using the Box-Muller method (with trigonometric functions)
...
[SVN r37704]
2007-05-17 08:37:54 +00:00
Jens Maurer
b3927694eb
sourceforge bug #1464566 : adjust documentation for uniform_01 to reality
...
[SVN r37510]
2007-04-26 20:16:33 +00:00
Jens Maurer
d8cbc93fe9
sourceforge bug #1707940 : mention that UniformRandomNumberGenerator better
...
return values in the range [0,1) where it matters.
[SVN r37509]
2007-04-26 20:04:11 +00:00
Jens Maurer
7fa86c3bdd
local variables should not shadow class members
...
[SVN r37032]
2007-02-21 20:29:57 +00:00
Jens Maurer
28303eb08a
sf.net bug #1665485 : local variables should not shadow class members
...
[SVN r37031]
2007-02-21 20:16:35 +00:00
Jens Maurer
b030f6c24d
sf.net bug #1665444 : local variables should not shadow class members
...
[SVN r37030]
2007-02-21 20:11:48 +00:00
Andreas Huber
5acafac835
Merged L & C issue fixes & HTML conversions from trunk to branch.
...
[SVN r36279]
2006-12-05 16:36:30 +00:00
Andreas Huber
0efede690c
Fixed license & copyright issues and converted to HTML 4.01
...
[SVN r36278]
2006-12-05 14:52:09 +00:00
Rene Rivera
8002f6e88d
Remove obsolete Boost.Build v1 files.
...
[SVN r35880]
2006-11-06 17:10:46 +00:00
Jens Maurer
b6d3961d00
rounding errors must not cause values outside of [0,1) (noted by Charles Karney)
...
[SVN r34877]
2006-08-11 23:17:07 +00:00
Jens Maurer
465a483356
address uniform_int<> signed/unsigned/overflow issues (noted by Charles Karney)
...
[SVN r34876]
2006-08-11 23:12:39 +00:00
Jens Maurer
8a47c06e6a
fix const-correctness bug (noticed by Roman Yakovenko)
...
[SVN r34875]
2006-08-11 21:36:11 +00:00