Darin Adler
|
a79edda895
|
Always say "private noncopyable" to avoid warnings.
[SVN r12762]
|
2002-02-08 20:08:15 +00:00 |
|
Jens Maurer
|
2b874f33bc
|
add required definitions of integral static constants initialized in-class
[SVN r12208]
|
2002-01-03 22:21:34 +00:00 |
|
Jens Maurer
|
6c229da058
|
use BOOST_STATIC_CONSTANT
[SVN r12207]
|
2002-01-03 22:20:30 +00:00 |
|
Jens Maurer
|
b2a368be71
|
fix warnings
[SVN r12068]
|
2001-12-16 16:29:40 +00:00 |
|
Jens Maurer
|
e4edae0e91
|
move range comparison into constructor
[SVN r11915]
|
2001-12-04 21:09:46 +00:00 |
|
Douglas Gregor
|
d9b321b2e0
|
graph/isomorphism.hpp:
- Added some missing "typename"s
random/uniform_int.hpp:
- Don't include <limits> directly
[SVN r11802]
|
2001-11-29 04:03:52 +00:00 |
|
Jens Maurer
|
71a140ae3c
|
fix overflow bug and ensuing endless loop
[SVN r11797]
|
2001-11-28 21:44:26 +00:00 |
|
Jens Maurer
|
8652cc5944
|
expand comment
[SVN r11718]
|
2001-11-16 19:12:58 +00:00 |
|
Jens Maurer
|
5413178f77
|
removed iterator interface, as decided in Redmond
[SVN r11696]
|
2001-11-14 21:53:38 +00:00 |
|
Jens Maurer
|
4319f89ed2
|
try to work around SunPro overload problems
[SVN r11425]
|
2001-10-23 15:38:53 +00:00 |
|
Jens Maurer
|
dce521ff4a
|
gcc 3.0.x *does* honor using declarations in function templates.
[SVN r11289]
|
2001-09-26 21:45:25 +00:00 |
|
Jens Maurer
|
d3723a50be
|
properly copy state of iterator mixin, do not re-init the state on copy
[SVN r11002]
|
2001-09-03 18:21:32 +00:00 |
|
Jens Maurer
|
fb987e5f96
|
minor cosmetics
[SVN r10983]
|
2001-08-31 21:27:47 +00:00 |
|
Jens Maurer
|
788ab5128a
|
when copying a normal_distribution, need to throw away the cache to avoid
correlation (Michael Stevens)
[SVN r10973]
|
2001-08-30 21:50:48 +00:00 |
|
Jens Maurer
|
418b4744f6
|
also accept sigma == 0 as a degenerate (test) case (Michael Stevens)
[SVN r10472]
|
2001-06-28 18:40:22 +00:00 |
|
Jens Maurer
|
2954829b7c
|
free -> fee
[SVN r10253]
|
2001-06-01 17:14:54 +00:00 |
|
Jens Maurer
|
bbe0124885
|
*** empty log message ***
[SVN r10252]
|
2001-06-01 17:11:49 +00:00 |
|
Jens Maurer
|
68739e1521
|
remove bogus MSVC blaim
[SVN r10110]
|
2001-05-14 17:58:17 +00:00 |
|
Jens Maurer
|
6dbbbcd937
|
allow for non-const numeric_limits<> members
[SVN r10027]
|
2001-05-05 20:35:27 +00:00 |
|
Jens Maurer
|
16dd677905
|
pretend a verification value is available
[SVN r10022]
|
2001-05-05 20:15:35 +00:00 |
|
Jens Maurer
|
1b2042f9c3
|
fix recursive "seed()" call
[SVN r10021]
|
2001-05-05 20:14:02 +00:00 |
|
Jens Maurer
|
8f41984f89
|
add workaround for HP aCC
[SVN r10020]
|
2001-05-05 20:12:57 +00:00 |
|
Jens Maurer
|
d6159768fc
|
replace "enum" with BOOST_STATIC_CONSTANT
[SVN r9999]
|
2001-05-01 06:54:55 +00:00 |
|
Jens Maurer
|
add52a0921
|
split giant random.hpp header into smaller pieces in subdirectory boost/random/
[SVN r9779]
|
2001-04-14 13:28:42 +00:00 |
|
John Maddock
|
7b786dbcf2
|
Added boost-wide <limits> woraround
[SVN r9688]
|
2001-04-01 11:59:18 +00:00 |
|
Beman Dawes
|
449fc829bf
|
Correct spelling in Jens' licenses
[SVN r9372]
|
2001-03-01 18:54:36 +00:00 |
|
Jens Maurer
|
9e57aebc04
|
avoid "variable hiding" warning on Sun
[SVN r8874]
|
2001-02-02 21:24:15 +00:00 |
|
Jens Maurer
|
a2a9c85213
|
added necessary const_mod<unsigned long, 0> overload
[SVN r8682]
|
2001-01-21 19:14:18 +00:00 |
|
Jens Maurer
|
f0e46675ff
|
change calls to iterator_init() to this->iterator_init(),
because the member function is in a dependent base class
[SVN r8652]
|
2001-01-20 00:11:11 +00:00 |
|
Jens Maurer
|
becc54f7e9
|
add "using std::sqrt" for unqualified use of sqrt
[SVN r7926]
|
2000-10-11 17:23:54 +00:00 |
|
Jens Maurer
|
0caeb7b039
|
used BOOST_NO_INTEGRAL_INT64_T to avoid boost::rand48 on some compilers
[SVN r7875]
|
2000-09-29 22:08:21 +00:00 |
|
Jeremy Siek
|
7069532819
|
made sure no tabs
[SVN r7843]
|
2000-09-26 08:05:34 +00:00 |
|
Jens Maurer
|
263f4d3bb8
|
avoid using the ULL suffix for 64bit int literals, because it is not portable
[SVN r7794]
|
2000-09-24 19:33:22 +00:00 |
|
Jens Maurer
|
d7ea824a5e
|
use BOOST_NO_INT64_T to check availability of 64 bit integer support
[SVN r7781]
|
2000-09-23 16:31:15 +00:00 |
|
Jens Maurer
|
d63174b102
|
avoid two warnings with MSVC (thanks to Ed Brey)
remove spurious decrementable<> use (thanks to Matthias Troyer)
[SVN r7777]
|
2000-09-23 14:18:14 +00:00 |
|
Jens Maurer
|
d20ee06221
|
Moved basic class templates from namespace boost::detail to boost::random.
[SVN r7632]
|
2000-07-26 20:32:14 +00:00 |
|
Beman Dawes
|
d3f2697312
|
This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.
[SVN r7621]
|
2000-07-07 16:04:40 +00:00 |
|