Glen Fernandes
3dc0e1c56b
Merge branch 'develop'
boost-1.70.0.beta1
boost-1.70.0
boost-1.69.0
2018-11-28 20:06:50 -05:00
Glen Fernandes
b07fbd056a
More max that needs guarding from Windows header macros
2018-11-28 20:06:31 -05:00
Glen Fernandes
d1e113f441
Merge branch 'develop'
boost-1.69.0-beta1
2018-10-27 18:03:10 -04:00
Glen Fernandes
c084535786
Give the unit test Dummy class a virtual destructor
2018-10-27 17:59:07 -04:00
Glen Fernandes
2433adc0ec
Add variadic construct to cb_details::allocator_traits
2018-10-02 06:08:26 -04:00
Glen Fernandes
f10876014a
Merge pull request #19 from luzpaz/circular_buffer-misc-typos
...
circular_buffer: misc-typos
2018-10-01 21:23:19 -04: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
37a7b2c0d5
Add minimal CMakeLists.txt
2018-09-20 08:59:12 -04:00
Glen Fernandes
2b7cb8fe8b
Merge branch 'develop'
2018-09-07 08:27:10 -04:00
Glen Fernandes
fc3e2cd1bc
Drop dependency on Boost.Iterator
2018-09-07 08:10:50 -04:00
Glen Fernandes
28e32ba5e8
Remove or replace unnecessary or obsolete header includes
2018-09-07 00:45:01 -04:00
Glen Fernandes
ca3d6678ee
In pre-C++11 use our own allocator_traits implementation
...
Drops dependency on Boost.Container.
2018-09-07 00:44:52 -04:00
Glen Fernandes
c0b613f8bb
Fix custom allocator and custom pointer in unit test
2018-09-06 23:54:58 -04:00
Glen Fernandes
97ef4e0e19
Update tests for GCC 4.6 in C++0x mode
2018-09-06 22:41:51 -04:00
Adam Shapiro
a3317ecd15
Removed unnecessary include of call_traits.hpp.
2018-09-06 20:36:27 -04:00
Adam Shapiro
7572374d3b
Corrected no_exceptions_support.hpp include.
2018-09-06 20:36:09 -04:00
Glen Fernandes
f66c723e1e
Run tests on Travis and Appveyor
2018-09-06 14:08:12 -04:00
Glen Fernandes
bad3f6a8ec
Use the empty base optimization for the Allocator
2018-09-05 23:43:32 -04:00
Glen Fernandes
78735e27a0
Merge pull request #16 from DanielaE/fix/no-iterator-inheritance
...
Inheriting std::iterator is deprecated in c++17.
2018-09-05 23:42:37 -04:00
Glen Fernandes
4ef6e8d1f6
Merge branch 'develop'
boost-1.68.0
boost-1.67.0
2018-02-04 23:13:19 -05:00
Daniela Engert
14b50f574a
Inheriting std::iterator is deprecated in c++17.
...
Boost's iterator.hpp is deprecated, too. Therefore get rid of all of that and replace inheritance by lifting std::iterator's members into the derived class.
Signed-off-by: Daniela Engert <dani@ngrt.de >
2017-12-28 10:44:23 +01:00
Glen Fernandes
5c5bef6cee
Use to_address free function instead of pointer_traits member
2017-11-23 23:21:39 -05:00
Glen Fernandes
2a3e26ff63
Merge pull request #14 from rarevans/spelling
...
correct spelling in comments for circular_buffer example
2017-10-06 08:19:23 -04:00
Richard Evans
e655fa6c4d
correct spelling in comments for circular_buffer example
2017-10-06 12:44:29 +10:00
Glen Fernandes
70664ea403
Merge branch 'develop'
boost-1.65.0
boost-1.66.0
boost-1.65.1
2017-06-04 10:41:13 -04:00
Glen Fernandes
a2a85b57d4
Merge pull request #13 from glenfe/develop
...
Use pointer_traits.to_address instead of addressof(*p)
2017-05-29 18:41:47 -04:00
Glen Fernandes
ef8c59c4a6
Use pointer_traits.to_address instead of addressof(*p)
2017-05-29 18:39:33 -04:00
Rene Rivera
0b9a59f270
Add, and update, documentation build targets.
boost-1.64.0-beta1
boost-1.64.0-beta2
boost-1.64.0
boost-1.63.0
2016-10-10 11:39:47 -05:00
Rene Rivera
31aa9939b3
Add, and update, documentation build targets.
2016-10-07 23:07:33 -05:00
Glen Fernandes
99c93337d7
Merge pull request #10 from boostorg/develop
...
Synchronize master with develop
boost-1.62.0
2016-08-18 21:55:24 -04:00
Glen Fernandes
12b896d57f
Merge pull request #9 from Lastique/disable_debug_by_default
...
Disable debug implementation by default
2016-08-11 19:50:08 -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
d49044344f
Merge pull request #8 from MarcelRaad/patch-1
...
Remove deprecated include
2015-09-12 06:53:50 -04:00
Marcel Raad
45c5d05b1d
Remove deprecated include
...
All that boost/iterator.hpp does is pull std::iterator into namespace boost. A comment in that header mentions: "This header is obsolete and will be deprecated."
2015-09-11 16:30:17 +02:00
Antony Polukhin
9cf5fbb0fe
Merge pull request #7 from amerry/adl_swap
...
Use boost/move/adl_move_swap.hpp to perform swaps.
2015-04-21 22:43:21 +04:00
Alexander Merry
2c88fa2f27
Use boost/move/adl_move_swap.hpp to perform swaps.
2015-04-21 09:02:26 +01:00
Alex Henrie
ce9a8538f2
Correct spelling of "suppress"
2015-01-30 15:28:08 -07:00
Antony Polukhin
5136d09e0a
Merge branch 'master' into develop
boost-1.60.0
boost-1.61.0
boost-1.59.0
boost-1.58.0
boost-1.57.0
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'
boost-1.56.0
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