Antony Polukhin
5136d09e0a
Merge branch 'master' into develop
2014-10-14 13:54:40 +04:00
Antony Polukhin
8a35c1deb0
Merge pull request #4 from danieljames/metadata
...
Create metadata file.
2014-08-18 19:55:51 +04:00
Daniel James
a54ccf9962
Add metadata file.
2014-08-18 14:57:42 +01:00
Antony Polukhin
d48b479c6a
Use move_if_noexcept from Boost.Move
2014-08-18 12:08:23 +04:00
Glen Fernandes
8ba2c24454
Merge pull request #2 from jzmaddock/patch-1
...
Update jamfile.v2
2014-08-14 12:28:36 -07:00
Glen Fernandes
05a6e6e0d5
Merge pull request #3 from jzmaddock/patch-2
...
Update jamfile.v2
2014-08-14 12:26:40 -07: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
jzmaddock
cfdf5c063b
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:31:43 +01:00
Antony Polukhin
f02cbb939c
Finished sync of develop and master branches
2014-08-12 20:50:49 +04:00
Antony Polukhin
d18e2283a4
Merge branch 'master' into develop
2014-08-12 20:47:16 +04:00
Glen Fernandes
7e233f7b41
Merge branch 'develop'
2014-05-04 07:42:32 -07:00
Glen Fernandes
689e79abd9
Correct unit test custom pointer dereference operator
2014-05-02 22:06:39 -07:00
Glen Fernandes
002f351a9f
Merge pull request #1 from glenfe/develop
...
Add C++11 allocator model support
2014-05-02 13:20:22 -07:00
Glen Fernandes
18306aee33
Eliminate need for do_construct helper
2014-05-02 10:26:11 -07:00
Glen Fernandes
c4b62627e7
Add C++11 allocator model support
2014-05-01 23:50:44 -07:00
Antony Polukhin
f5303c70d8
Merge branch 'develop'
2014-01-19 12:02:44 +04:00
Antony Polukhin
b896ace67c
Create first merge point for Git
2014-01-01 15:35:13 +04:00
Antony Polukhin
62233c53bb
Removed some whitespaces
2013-12-09 11:13:34 +04:00
Antony Polukhin
fc1d341a26
Fixed setting memory to '0xcc' in debug mode for non-pointer allocator::pointer types
2013-12-09 11:13:34 +04:00
Antony Polukhin
ece1277965
Fixed issues with allocators that do not return pointers, added tes case for such situations (refs #9334 )
2013-12-09 11:13:34 +04:00
Antony Polukhin
33cfe492d9
Merge circular_buffer from trunk:
...
* dropped support of antique compilers (thanks to Stephen Kelly for doing it all around the boost!)
[SVN r86677]
2013-11-13 13:30:10 +00:00
Stephen Kelly
f9694e2dcb
Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
These evaded scripting.
[SVN r86249]
2013-10-11 23:22:36 +00:00
Daniel James
90711fb1fe
Merge circular buffer documentation fixes.
...
[SVN r86209]
2013-10-08 21:01:18 +00: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
Stephen Kelly
6b14d766d2
CircularBuffer: Remove obsolete MSVC version checks.
...
[SVN r86081]
2013-09-30 16:03:51 +00:00
Stephen Kelly
d2d2710560
Remove use of BOOST_ITERATOR_CATEGORY
...
[SVN r86056]
2013-09-30 15:54:32 +00:00
Stephen Kelly
1f3a0aaa3d
Remove obsolete MSVC check from pragma guard
...
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq
is now clean.
[SVN r85952]
2013-09-26 13:02:51 +00:00
Antony Polukhin
6eb5fd4a3d
Big merge of Boost.CircularBuffer :
...
* Full merge of QuickBoock documentation from Paul A. Bristow
* Merged rvalue references support with tests and documentation (fixed #7888 )
[SVN r85510]
2013-08-29 08:39:09 +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
Antony Polukhin
584239fb3a
Fix errors in circular_buffer tests(refs #7888 ).
...
[SVN r85133]
2013-07-23 16:06:38 +00:00
Antony Polukhin
a08fb95e1f
Make tests of circular_buffer compile with -DBOOST_THREAD_VERSION=4
...
[SVN r85102]
2013-07-22 11:49:48 +00:00
Antony Polukhin
f91a722738
Fixed MSVC related bug for rvalues move support of circular_buffer (refs #7888 )
...
[SVN r85101]
2013-07-22 11:44:10 +00:00
Antony Polukhin
25b1edf93c
Fixed my own typo (refs #7888 )
...
[SVN r85082]
2013-07-19 14:41:41 +00:00
Antony Polukhin
1d0e7d01f9
Fix errors in circular_buffer tests(refs #7888 ).
...
[SVN r85059]
2013-07-17 14:09:32 +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
2c97b19896
Changed redirection to refactored version in Boostbook collection
...
[SVN r85053]
2013-07-16 17:12:21 +00:00
Paul A. Bristow
9167a3edb4
Updated to correct broken links.
...
[SVN r85035]
2013-07-14 16:32:46 +00:00
Antony Polukhin
a739343a66
Improved 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
[SVN r85003]
2013-07-11 14:55:24 +00:00
John Maddock
c1ac2a4cf8
Commit of circular buffer doc build.
...
[SVN r85000]
2013-07-10 16:19:37 +00:00
Antony Polukhin
62b25b47c7
Improved 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
[SVN r84991]
2013-07-09 15:06:16 +00:00
Antony Polukhin
4d86f119cb
Improved 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
[SVN r84988]
2013-07-09 09:32:45 +00:00
Antony Polukhin
4eb876042e
Add basic rvalues move support for elements of circular_buffer (refs #7888 ). Patch uses Boost.Move to emulate rvalues in C++03
...
[SVN r84984]
2013-07-08 13:41:58 +00:00
Vicente J. Botet Escriba
e06194c3d3
CircularBuffer: manage with #5362 , #7025 , #7050 .
...
[SVN r84971]
2013-07-07 12:59:57 +00:00
Antony Polukhin
693933160d
Basic commit of C++11 move constructor and move assignment for circular_buffer (refs #7888 ). some of the functions marked with BOOST_NOEXCEPT
...
[SVN r84941]
2013-07-02 13:51:55 +00:00
Paul A. Bristow
754f3a8011
Quickbook version of docs.
...
[SVN r84938]
2013-07-02 07:44:38 +00:00
Paul A. Bristow
82bf47c8d2
Changed Doxygen comments for new Quickbook/Doxygen based documentation. No intentional changes to code.
...
[SVN r84881]
2013-06-22 13:43:44 +00:00