Commit Graph

13 Commits

Author SHA1 Message Date
Edward Diener
1c302dbff3 Implement own random_shuffle for tests in place of deprecated std::random_shuffle 2016-11-08 20:52:11 -05:00
John Maddock
7a37b780dc Fixes issue #1252.
Add test case for #1252.
Update docs accordingly.
Refs #1252.
Correct return value from test_pool_alloc.cpp.


[SVN r69235]
2011-02-24 10:25:39 +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
ac1771913e Update test to use BOOST_TEST() instead of if/cout.
[SVN r67589]
2011-01-02 20:24:59 +00:00
Steven Watanabe
df50a4065f Protect Boost.Pool from evil #defines of malloc and free. Fixes #4346.
[SVN r63009]
2010-06-16 02:27:17 +00:00
Steven Watanabe
ecb238ede9 Allow zero-sized blocks to be allocated by malloc_n. Fixes #386
[SVN r56998]
2009-10-19 16:26:52 +00:00
Chris Newbold
394b7b7798 Address ticket #1996: "void" template specialization for pool allocators.
[SVN r49031]
2008-09-29 20:25:28 +00:00
Douglas Gregor
dc59ce3abb Try to work around Borland 5.6.4 bug
[SVN r29061]
2005-05-19 13:45:53 +00:00
John Maddock
b49f5e350f Changed files to BSL based on permissions in blanket-permission.txt
[SVN r25451]
2004-09-28 12:55:45 +00:00
Stephen Cleary
b7bc5bec08 Munged e-mail addresses
[SVN r20045]
2003-09-14 01:00:35 +00:00
Beman Dawes
8d3f239303 Use test tools so test crashes don't require manual intervention
[SVN r14769]
2002-08-10 21:12:52 +00:00
Stephen Cleary
a2af9674c2 Changed for loop variables to be compatible with compilers that use old for-scoping rules.
Changed tester copy constructor to avoid unused variable warning.


[SVN r10978]
2001-08-31 20:37:36 +00:00
Beman Dawes
0a122496e1 Initial commit
[SVN r9503]
2001-03-08 20:44:22 +00:00