Commit Graph

7 Commits

Author SHA1 Message Date
Steven Watanabe
cb6b4f1ffb Warning patrol
[SVN r70017]
2011-03-16 03:24:42 +00:00
Steven Watanabe
67d7b20f57 Refactor distribution tests. Remove spurious dependency on boost/random.hpp
[SVN r68770]
2011-02-11 02:13:59 +00:00
Steven Watanabe
9b72a50702 reduce the number of bins.
[SVN r68329]
2011-01-20 22:56:25 +00:00
Steven Watanabe
ebc4157205 Tighten up test_piecewise_linear.
[SVN r68315]
2011-01-20 05:46:49 +00:00
Steven Watanabe
751ead66a4 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
4dfd9025ef Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags. 



[SVN r68140]
2011-01-14 02:35:58 +00:00
Steven Watanabe
7623f1b6ef Implement piecewise_linear_distribution.
[SVN r68028]
2011-01-12 04:53:08 +00:00