Commit Graph

11 Commits

Author SHA1 Message Date
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
Alex Henrie
ce9a8538f2 Correct spelling of "suppress" 2015-01-30 15:28:08 -07:00
Jan Gaspar
8572432cb7 circular_buffer: constant complexity of clear method and destructor
[SVN r58619]
2010-01-01 22:23:27 +00:00
Jan Gaspar
5a30fe21d8 circular_buffer: added erase_begin and erase_end methods
[SVN r57161]
2009-10-26 21:37:01 +00:00
Jan Gaspar
1f51450f23 circular_buffer: #2538 Warning suppression in circular buffer test jamfile
[SVN r50051]
2008-12-01 10:41:06 +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
25700c9a22 circular_buffer: explicit threading in Jamfile
[SVN r37759]
2007-05-24 12:32:30 +00:00
Jan Gaspar
fbbc564d6b circular_buffer: updated Jamfile.v2; removed old Jamfile
[SVN r37750]
2007-05-23 16:13:27 +00:00
Jan Gaspar
965a28beec circular_buffer: fixed multithreaded compilation for Borland
[SVN r37747]
2007-05-23 15:24:27 +00:00
Jan Gaspar
1b4b86c375 circular_buffer: library included into boost documentation
[SVN r37711]
2007-05-18 16:00:36 +00:00
Jan Gaspar
a2c7a7a7e3 circular_buffer: added jamfile V2
[SVN r37707]
2007-05-18 14:52:59 +00:00