Commit Graph

38 Commits

Author SHA1 Message Date
Glen Fernandes
0818faec5c Hide internals from Boostbook Doxygen 2019-05-21 21:57:55 -04:00
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
Rene Rivera
31aa9939b3 Add, and update, documentation build targets. 2016-10-07 23:07:33 -05: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
jzmaddock
483a1bdc2d Update jamfile.v2
Fix image location for PDF builds.
Use SVG for admon graphics (default path works OK for these).
Change name of pdf install target as current Boost.Build chokes over targets with hyphens in them.
2014-08-14 17:33:00 +01: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
7ea5ea0d00 Deleted old docs, leaving only re-factored Quickbook version.
[SVN r85054]
2013-07-16 17:15:46 +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
Jan Gaspar
1c17ae088e circular_buffer: doc update
[SVN r60690]
2010-03-18 12:36:41 +00:00
Jan Gaspar
2f6170ccbe circular_buffer: documentation update - Interprocess compatibility
[SVN r60675]
2010-03-17 14:37:23 +00:00
Jan Gaspar
637c7535a0 circular_buffer: updated documentation
[SVN r58672]
2010-01-04 12:39:18 +00: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
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
0b7c6063ed circular_buffer: updated documentation for Boost 1.37
[SVN r48189]
2008-08-18 08:45:30 +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
6c59b9fe12 circular_buffer: bugfix #1919, #1852
[SVN r45609]
2008-05-21 15:53:50 +00:00
Jan Gaspar
f9f143d114 circular_buffer: improved documentation
[SVN r43719]
2008-03-19 09:24:24 +00:00
Jan Gaspar
e1472df6d8 circular_buffer: updated documentation
[SVN r42938]
2008-01-23 23:04:57 +00:00
Jan Gaspar
2e38f5d24b circuler_buffer: fixed standalone functions documentation
[SVN r38144]
2007-07-04 22:07:42 +00:00
Jan Gaspar
2e488d0241 circuler_buffer: applied boost documentation style
[SVN r38121]
2007-07-01 09:13:44 +00:00
Jan Gaspar
ece9d86150 circular_buffer: fixing the long filenames issue
[SVN r37960]
2007-06-10 22:01:54 +00:00
Jan Gaspar
0980e3df27 circular_buffer: compiler portability fix + formatting
[SVN r37957]
2007-06-10 12:54:55 +00:00
Jan Gaspar
2356eee344 circular_buffer: reverse_iterator typedef fix
[SVN r37746]
2007-05-23 14:46:33 +00:00
Jan Gaspar
37937ba44c circular_buffer: added license
[SVN r37745]
2007-05-23 14:43:40 +00:00
Jan Gaspar
8fd722a051 circular_buffer: removed invalid link
[SVN r37735]
2007-05-21 20:52:18 +00:00
Jan Gaspar
03093ed0f9 circular_buffer: added
[SVN r37706]
2007-05-18 11:18:06 +00:00