This website requires JavaScript.
Explore
Help
Sign In
boost
/
pool
Watch
2
Star
0
Fork
0
You've already forked pool
mirror of
https://github.com/boostorg/pool.git
synced
2026-01-28 07:22:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
95d31b8281bee06dac1d09ca10787bf798f2f8d4
pool
/
test
History
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
..
Jamfile.v2
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.
2011-01-07 05:21:51 +00:00
pool_msvc_compiler_bug_test.cpp
Added a workaround for a compilation failure when including some Boost Serialization headers before some Boost Pool headers using MSVC 7.1 or 8.0. Source of the problem is a compiler bug fixed in MSVC 9.0 and workaround consists of referencing some Windows API identifiers using their fully qualified names. Added a related regression test for the Boost Pool library. See the test code comments for more detailed information on the bug.
2008-04-17 00:20:33 +00:00
test_bug_3349.cpp
Fixes bug
#3349
. Add temporary test for bug.
2011-01-05 09:00:14 +00:00
test_gcd_lcm.cpp
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.
2011-01-07 05:21:51 +00:00
test_msvc_mem_leak_detect.cpp
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.
2011-01-07 05:21:51 +00:00
test_pool_alloc.cpp
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.
2011-01-07 05:21:51 +00:00
test_simple_seg_storage.cpp
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.
2011-01-07 05:21:51 +00:00
test_simple_seg_storage.hpp
Make test compile on GCC.
2011-01-07 03:10:04 +00:00
track_allocator.hpp
Make test compile on GCC.
2011-01-07 03:10:04 +00:00