2013/5/21 Jan Gaspar
Hi all,
Is there any volunteer that could take over the circular_buffer library? I do not maintain it any more.
There are several bugs which need to be fixed and one challenging feature request (to implement move semantics).
Here is the full list:
Type: Bugs
#4100 some boost classes have sizeof that depends on NDEBUG #5362 circular_buffer does not compile with BOOST_NO_EXCEPTIONS #6277 Checked iterators are not threadsafe #6747 Circular_Buffer / Bounded_Buffer inside Template class problem #7025 circular buffer reports warning: " type qualifiers ignored on function return type" while compile. #7950 Eliminate W4-warnings under VS2005 #8012 Inconsistency in linearize() #8438 vector & circular_buffer storage misbehave when using compiler optimizations
Type: Feature Requests
#5511 Documentation needs some improvement #7888 circular_buffer should support move semantics
Type: Patches
#8032 Warning fixes in circular_buffer
(Prior doing any changes please read how the circular_buffers' documentation is generated: http://svn.boost.org/svn/boost/trunk/libs/circular_buffer/doc/HOWTO-srcdoc)
Thanks and regards,
I can take care of move semantics and compilation with BOOST_NO_EXCEPTIONS, but this won't be in this month. P.S.: I'm not offering to maintain the software!, just helping with some tickets... -- Best regards, Antony Polukhin