Commit Graph

10 Commits

Author SHA1 Message Date
Glen Fernandes
3d3b5bffd4 Switch to lightweight_test for unit tests and switch to non-deprecated timer 2019-04-23 17:42:53 -04:00
Andrey Semashev
ea60799f31 Disable debug implementation by default
The debug implementation is not thread-safe, even if different threads are using separate iterators for reading elements of the container. BOOST_CB_DISABLE_DEBUG macro is no longer used, BOOST_CB_ENABLE_DEBUG=1 should be defined instead to enable debug support.

Fixes https://svn.boost.org/trac/boost/ticket/6277.
2016-04-29 00:56:06 +03:00
Antony Polukhin
a08fb95e1f Make tests of circular_buffer compile with -DBOOST_THREAD_VERSION=4
[SVN r85102]
2013-07-22 11:49:48 +00:00
Antony Polukhin
1d0e7d01f9 Fix errors in circular_buffer tests(refs #7888).
[SVN r85059]
2013-07-17 14:09:32 +00:00
Paul A. Bristow
d5f31115b9 Added typical output for use with new version of docs.
[SVN r84652]
2013-06-06 13:14:18 +00:00
Jan Gaspar
666ef1141f circular_buffer: fixed bounded_buffer_comparison
[SVN r53340]
2009-05-28 10:48:21 +00:00
Jan Gaspar
9e014030ee circular_buffer: #2785, #3032
[SVN r53263]
2009-05-25 22:11:02 +00:00
Jan Gaspar
5a680c08ee circular_buffer: major update; added rotate method, bugfix #1987
[SVN r47738]
2008-07-23 20:40:46 +00:00
Jan Gaspar
0980e3df27 circular_buffer: compiler portability fix + formatting
[SVN r37957]
2007-06-10 12:54:55 +00:00
Jan Gaspar
03093ed0f9 circular_buffer: added
[SVN r37706]
2007-05-18 11:18:06 +00:00