pool/test
2018-10-30 08:07:11 -04:00
..
Jamfile.v2 Added CI framework 2018-05-19 01:12:18 +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
random_shuffle.hpp Implement own random_shuffle for tests in place of deprecated std::random_shuffle 2016-11-08 20:52:11 -05:00
test_bug_1252.cpp Some further more advanced fixes for issue #2696: 2011-02-24 12:19:47 +00:00
test_bug_2696.cpp Fix comments in tests to refer to the correct bugs. No functional change 2016-07-30 11:10:42 -07:00
test_bug_3349.cpp Fix unit tests that did not return report_errors() 2018-09-17 07:08:09 -04:00
test_bug_4960.cpp Fix typo in test/test_bug_4960.cpp 2011-03-01 18:11:23 +00:00
test_bug_5526.cpp Fix comments in tests to refer to the correct bugs. No functional change 2016-07-30 11:10:42 -07: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_poisoned_macros.cpp Update test_poisoned_macros.cpp 2014-07-09 18:17:27 +01:00
test_pool_alloc.cpp Implement own random_shuffle for tests in place of deprecated std::random_shuffle 2016-11-08 20:52:11 -05:00
test_simple_seg_storage.cpp Fix misalignment issue in simple_seg_storage test. 2018-10-30 08:07:11 -04:00
test_simple_seg_storage.hpp Fix C++0x failure. 2011-07-19 11:52:11 +00:00
test_threading.cpp Disable warnings 4127, 4267; fix typo; reduce number of iterations 2017-11-28 02:34:30 +02:00
test_valgrind_fail_1.cpp Add some debugging code. 2011-07-15 17:40:49 +00:00
test_valgrind_fail_2.cpp Add some debugging code. 2011-07-15 17:40:49 +00:00
track_allocator.hpp Make test compile on GCC. 2011-01-07 03:10:04 +00:00
valgrind_config_check.cpp Fix typo in test/test_bug_4960.cpp 2011-03-01 18:11:23 +00:00