Commit Graph

9 Commits

Author SHA1 Message Date
James E. King III
a25d87ffbb Fix misalignment issue in simple_seg_storage test. 2018-10-30 08:07:11 -04:00
Glen Fernandes
37b504b336 Fix unit tests that did not return report_errors() 2018-09-17 07:08:09 -04:00
Peter Dimov
a58311b761 Disable warning 4127 2017-11-28 02:10:20 +02:00
Edward Diener
1c302dbff3 Implement own random_shuffle for tests in place of deprecated std::random_shuffle 2016-11-08 20:52:11 -05:00
Peter Dimov
de05d62aea Replace math::gcd,lcm with integer. 2015-01-15 19:05:08 +02:00
John Maddock
6ac72d21de Fix some more compiler warnings.
Add threading stress test.

[SVN r73193]
2011-07-17 17:56:58 +00:00
John Maddock
e5ceadf03d Enable highest warning levels in compiles, and fix resulting errors.
[SVN r68867]
2011-02-14 18:04:20 +00:00
Katie Chan
8c5bd739d4 Change from simple use of std::rand() to use Boost.Random and specify a reasonable range so we don't run out of memory. Other general tidy up.
[SVN r67747]
2011-01-07 05:21:51 +00:00
Katie Chan
ec838ef75e Add test for simple_segregated_storage.
[SVN r67673]
2011-01-05 07:51:32 +00:00