Commit Graph

14 Commits

Author SHA1 Message Date
Tinko Bartels
061ac223a1 Replace broken sgi links. 2019-04-23 13:38:28 +02:00
luz.paz
187f4db314 circular_buffer: misc-typos
Found via `codespell -q 3 -L tim`
2018-09-23 15:35:26 -04:00
Glen Fernandes
bad3f6a8ec Use the empty base optimization for the Allocator 2018-09-05 23:43:32 -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
Glen Fernandes
c4b62627e7 Add C++11 allocator model support 2014-05-01 23:50:44 -07:00
Daniel James
783ea198b9 Final (hopefully?) fixed link.
[SVN r86197]
2013-10-07 23:06:58 +00:00
Daniel James
4b86f0994d Try to fix the images in the circular buffer documentation.
It's really awkward because the image path has to be relative to the combined
documentation location.

[SVN r86196]
2013-10-07 20:29:54 +00:00
Daniel James
1e48373264 Fix another circular buffer link.
[SVN r86176]
2013-10-06 15:15:34 +00:00
Daniel James
0c7032c145 Try to fix some links in circular buffer.
Changes some links to use the location independent 'boost:' links.

Also changes the build settings so that 'boost:' is used as a prefix when
generating docbook. The reason is a bit obscure. When generating documentation
with an index, the docbook documentation has to first be generated separately,
so that the index doesn't get confused with other documents. But when this
happens the boost.root parameter from the circular buffer jamfile is used -
which was the wrong location. So I changed it to use the prefix 'boost:'
which will later get converted to the correct location when building the
combined documentation. Sorry if that doesn't make any sense, but hopefully it
should fix some broken links.

[SVN r86174]
2013-10-06 08:03:35 +00:00
Antony Polukhin
f129fc1a7e Make move_if_noexcept more strict and move values only if they have noexcept move constructor *and* noexcept move assignment operator (refs #7888)
[SVN r85458]
2013-08-25 12:36:51 +00:00
Antony Polukhin
24ef3b6939 Updated 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
[SVN r85240]
2013-08-08 15:32:11 +00:00
Paul A. Bristow
9167a3edb4 Updated to correct broken links.
[SVN r85035]
2013-07-14 16:32:46 +00:00
John Maddock
c1ac2a4cf8 Commit of circular buffer doc build.
[SVN r85000]
2013-07-10 16:19:37 +00:00
Paul A. Bristow
754f3a8011 Quickbook version of docs.
[SVN r84938]
2013-07-02 07:44:38 +00:00