b896ace67cCreate first merge point for Git
Antony Polukhin
2014-01-01 15:35:13 +0400
62233c53bbRemoved some whitespaces
Antony Polukhin
2013-12-04 19:16:45 +0400
fc1d341a26Fixed setting memory to '0xcc' in debug mode for non-pointer allocator::pointer types
Antony Polukhin
2013-12-03 15:44:43 +0400
ece1277965Fixed issues with allocators that do not return pointers, added tes case for such situations (refs #9334)
Antony Polukhin
2013-12-03 13:40:58 +0400
33cfe492d9Merge circular_buffer from trunk: * dropped support of antique compilers (thanks to Stephen Kelly for doing it all around the boost!)
Antony Polukhin
2013-11-13 13:30:10 +0000
f9694e2dcbRemove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:22:36 +0000
90711fb1feMerge circular buffer documentation fixes.
Daniel James
2013-10-08 21:01:18 +0000
783ea198b9Final (hopefully?) fixed link.
Daniel James
2013-10-07 23:06:58 +0000
4b86f0994dTry to fix the images in the circular buffer documentation.
Daniel James
2013-10-07 20:29:54 +0000
1e48373264Fix another circular buffer link.
Daniel James
2013-10-06 15:15:34 +0000
0c7032c145Try to fix some links in circular buffer.
Daniel James
2013-10-06 08:03:35 +0000
6b14d766d2CircularBuffer: Remove obsolete MSVC version checks.
Stephen Kelly
2013-09-30 16:03:51 +0000
d2d2710560Remove use of BOOST_ITERATOR_CATEGORY
Stephen Kelly
2013-09-30 15:54:32 +0000
1f3a0aaa3dRemove obsolete MSVC check from pragma guard
Stephen Kelly
2013-09-26 13:02:51 +0000
6eb5fd4a3dBig merge of Boost.CircularBuffer : * Full merge of QuickBoock documentation from Paul A. Bristow * Merged rvalue references support with tests and documentation (fixed#7888)
Antony Polukhin
2013-08-29 08:39:09 +0000
f129fc1a7eMake move_if_noexcept more strict and move values only if they have noexcept move constructor *and* noexcept move assignment operator (refs #7888)
Antony Polukhin
2013-08-25 12:36:51 +0000
24ef3b6939Updated documentaion of the circular_buffer to reflect the rvalue references support (refs #7888) + replaced some tabs with whitespaces and added the boost.root parameter to jamfile.v2
Antony Polukhin
2013-08-08 15:32:11 +0000
7ea5ea0d00Deleted old docs, leaving only re-factored Quickbook version.
Paul A. Bristow
2013-07-16 17:15:46 +0000
2c97b19896Changed redirection to refactored version in Boostbook collection
Paul A. Bristow
2013-07-16 17:12:21 +0000
9167a3edb4Updated to correct broken links.
Paul A. Bristow
2013-07-14 16:32:46 +0000
a739343a66Improved rvalues move support for elements of circular_buffer (refs #7888): * all erase methods now use move construction to to move elements * space optimized circullar buffer now has move constructor, move assignment and functions that work with rvalues * more methods marked as BOOST_NOEXCEPT * much more tests
Antony Polukhin
2013-07-11 14:55:24 +0000
c1ac2a4cf8Commit of circular buffer doc build.
John Maddock
2013-07-10 16:19:37 +0000
62b25b47c7Improved rvalues move support for elements of circular_buffer (refs #7888): * set_capacity and rset_capacity now work with move-only types if move constructor of type marked with noexcept * force placement ::new usage * minor optimizations (move values in more cases) * more tests
Antony Polukhin
2013-07-09 15:06:16 +0000
4d86f119cbImproved rvalues move support for elements of circular_buffer (refs #7888): * move_if_noexcept uses is_copy_constructible trait * more tests, tests are now more strict * linearize() now works with move-only types
Antony Polukhin
2013-07-09 09:32:45 +0000
4eb876042eAdd basic rvalues move support for elements of circular_buffer (refs #7888). Patch uses Boost.Move to emulate rvalues in C++03
Antony Polukhin
2013-07-08 13:41:58 +0000
e06194c3d3CircularBuffer: manage with #5362, #7025, #7050.
Vicente J. Botet Escriba
2013-07-07 12:59:57 +0000
693933160dBasic commit of C++11 move constructor and move assignment for circular_buffer (refs #7888). some of the functions marked with BOOST_NOEXCEPT
Antony Polukhin
2013-07-02 13:51:55 +0000
754f3a8011Quickbook version of docs.
Paul A. Bristow
2013-07-02 07:44:38 +0000
82bf47c8d2Changed Doxygen comments for new Quickbook/Doxygen based documentation. No intentional changes to code.
Paul A. Bristow
2013-06-22 13:43:44 +0000