Peter Dimov
d4fbf446b9
Merge branch 'master' into develop
boost-1.78.0.beta1
boost-1.77.0.beta1
boost-1.80.0
boost-1.79.0.beta1
boost-1.79.0
boost-1.80.0.beta1
boost-1.78.0
boost-1.77.0
2021-06-10 01:30:49 +03:00
Peter Dimov
9579999506
Update CMakeLists.txt
2021-06-10 01:21:06 +03:00
Glen Fernandes
adf0d87681
Update test case to not call allocator's max_size
2021-02-15 22:33:13 -05:00
Edward Diener
2b15dc6044
Add "cxxstd" json field
2021-01-19 17:48:41 -05:00
Glen Fernandes
59640fa9dc
Merge branch 'develop'
boost-1.76.0.beta1
boost-1.76.0
boost-1.75.0.beta1
boost-1.75.0
2020-10-28 21:57:37 -04:00
Peter Dimov
50d29f7e70
Merge pull request #34 from eldiener/develop
...
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost conf…
2020-08-24 12:37:45 +03:00
Glen Fernandes
eed21df804
Merge branch 'develop'
boost-1.74.0
boost-1.74.0.beta1
2020-06-12 00:41:32 -04:00
Glen Fernandes
01788c32e0
Simplify allocator support using Core's allocator_access
2020-05-25 19:01:53 -04:00
Edward Diener
e77766b4a6
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers.
2020-03-30 20:35:37 -04:00
Glen Fernandes
dae0d6638e
Merge pull request #32 from NAThompson/develop
...
Add .cbegin() and .cend().
2019-12-13 19:06:34 -05:00
NAThompson
466b40ab55
Add unit test for cbegin/cend
2019-12-12 11:36:47 -05:00
NAThompson
57a6351e25
Remove code duplication from cbegin/cend.
2019-12-12 11:29:10 -05:00
NAThompson
8e23f4229f
Add .cbegin() and .cend().
2019-12-12 11:20:18 -05:00
Glen Fernandes
7808ab19dc
Merge branch 'develop'
boost-1.73.0.beta1
boost-1.73.0
boost-1.72.0.beta1
boost-1.72.0
2019-08-15 17:26:57 -04:00
Glen Fernandes
7be41ca8f9
Use allocator's max_size() when possible
2019-08-15 17:25:37 -04:00
Glen Fernandes
6ccd04cd89
Update Travis configuration
2019-08-15 17:24:17 -04:00
Glen Fernandes
7e56abf99b
Merge branch 'develop'
boost-1.71.0
boost-1.71.0.beta1
2019-05-21 22:12:12 -04:00
Glen Fernandes
0818faec5c
Hide internals from Boostbook Doxygen
2019-05-21 21:57:55 -04:00
Glen Fernandes
7cdb7b260c
Merge branch 'develop'
2019-04-24 00:20:15 -04:00
Glen Fernandes
81e4b9590f
Merge branch niklasfejes/insert-bug-fix into develop
2019-04-24 00:11:22 -04:00
Glen Fernandes
3d3b5bffd4
Switch to lightweight_test for unit tests and switch to non-deprecated timer
2019-04-23 17:42:53 -04:00
Glen Fernandes
03a5c8494e
Eliminate ubsan warning on add() and sub()
2019-04-23 09:01:05 -04:00
Glen Fernandes
14379c5eac
Merge pull request #27 from tinko92/develop
...
Replace broken sgi links.
2019-04-23 22:19:28 +10:00
Tinko Bartels
061ac223a1
Replace broken sgi links.
2019-04-23 13:38:28 +02:00
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
Niklas Fejes
541a0e99fb
Add test for uninitialized insert bug.
2018-07-17 09:51:01 +02:00
Niklas Fejes
3b9280c0e0
Fix broken uninitialized check.
2018-07-17 09:49:40 +02: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