Commit Graph

2612 Commits

Author SHA1 Message Date
joaquintides
d83efc5ea4 added first tests of serialization support 2023-08-17 10:21:54 +02:00
joaquintides
ff9d08a917 adapted to iterators (eventually) holding fancy pointers 2023-08-17 10:21:54 +02:00
joaquintides
e1a30831fe editorial 2023-08-17 10:21:54 +02:00
joaquintides
34e5773a4a documented serialization support 2023-08-17 10:21:45 +02:00
joaquintides
c26137f2dd unnamed unused arg 2023-08-17 10:20:25 +02:00
joaquintides
1264805a59 avoided type shadowing 2023-08-17 10:20:25 +02:00
joaquintides
bfb6520107 unnamed unused args 2023-08-17 10:20:25 +02:00
joaquintides
ab867a65f4 unnamed unused args 2023-08-17 10:20:25 +02:00
joaquintides
5239b101e2 added serialization support (pending docs and testing) 2023-08-17 10:20:25 +02:00
joaquintides
bcd8969b9a editorial 2023-08-12 12:43:29 +02:00
joaquintides
bc7e77f239 Merge pull request #200 from boostorg/feature/detect_reentrancy
Feature/detect reentrancy
2023-08-12 11:58:29 +02:00
joaquintides
66222eee6a Merge branch 'develop' into feature/detect_reentrancy 2023-08-12 09:54:22 +02:00
joaquintides
ee1974dc87 Merge pull request #198 from boostorg/feature/concurrent_unordered_interop
Feature/concurrent unordered interop
2023-08-12 09:48:08 +02:00
Christian Mazakas
4918bb6b7e Add tests for interop assignment 2023-08-11 12:35:44 -07:00
Christian Mazakas
e563c89b1c Remove extraneous typename 2023-08-11 12:35:44 -07:00
Christian Mazakas
ce076782fd Add tests for interop constructors 2023-08-11 12:35:44 -07:00
joaquintides
b206513a11 fixed friend declarations 2023-08-11 12:35:44 -07:00
joaquintides
bf4a5efd2d documented concurrent/unordered interop 2023-08-11 12:35:40 -07:00
joaquintides
6b6dde4f97 stylistic 2023-08-11 12:35:13 -07:00
joaquintides
ac1a236de6 added concurrent_flat_map(unordered_flat_map&&) 2023-08-11 12:35:13 -07:00
joaquintides
d4adcd9b71 added missing std::move's 2023-08-11 12:35:13 -07:00
joaquintides
c046b916f8 fix atomic_size_control copy ctor 2023-08-11 12:35:13 -07:00
joaquintides
4be37cfdaf avoided premature instantiation of concurrent_table 2023-08-11 12:35:13 -07:00
joaquintides
6994a37b23 used direct arrays construction in place of empty_initialize
(arrays_type not default constructible)
2023-08-11 12:35:13 -07:00
joaquintides
6bf84067b3 added unordered_flat_map(concurrent_flat_map&&) 2023-08-11 12:35:13 -07:00
Christian Mazakas
48ff743d06 Merge pull request #199 from boostorg/feature/visit_until
Feature/visit until
2023-08-11 12:26:13 -07:00
Christian Mazakas
5339bf67d9 Add missing #include's boost-1.83.0 2023-08-03 10:52:03 -07:00
joaquintides
1979ce98a2 documented BOOST_UNORDERED_DISABLE_REENTRANCY_CHECK 2023-07-28 18:22:20 +02:00
Christian Mazakas
a22c133c3d Add tests for visit_while 2023-07-26 10:14:11 -07:00
joaquintides
f919ce532a repositioned LCOV annotations 2023-07-26 16:50:25 +02:00
joaquintides
30187f7743 excluded code from coverage analysis 2023-07-26 12:47:31 +02:00
joaquintides
dd30162c9e simplified reentrancy check config 2023-07-25 09:18:53 +02:00
joaquintides
fde765c494 added reentrancy check to release notes 2023-07-24 20:31:32 +02:00
joaquintides
9c476ef72a typo 2023-07-24 20:19:09 +02:00
joaquintides
470abf41d8 dropped [c]visit_until 2023-07-24 20:13:18 +02:00
joaquintides
a3626b5095 fixed reentrancy checking for scoped_bilock 2023-07-24 19:44:09 +02:00
joaquintides
948151bd7d added RVO enabler 2023-07-24 18:43:20 +02:00
joaquintides
f965298154 added reentrancy checking 2023-07-24 18:29:30 +02:00
joaquintides
5a4d93a72d documented [c]visit_(until|while) 2023-07-21 19:39:43 +02:00
joaquintides
bee4ed2e5f implemented [c]visit_(until|while) 2023-07-21 18:16:28 +02:00
joaquintides
bd24dfd284 updated concurrent map benchmark plots 2023-07-18 18:19:13 +02:00
joaquintides
faf54eef0d Merge pull request #196 from sdarwin/gha_runners
Self-hosted github actions runners
2023-07-13 10:12:44 +02:00
sdarwin
97b52879f5 Self-hosted github actions runners 2023-07-12 14:42:51 -06:00
Peter Dimov
9a7d1d336a Update ci.yml boost-1.83.0.beta1 2023-06-26 21:41:13 +03:00
Peter Dimov
3fc18d56ac Remove latch_tests.cpp 2023-06-26 16:13:20 +03:00
Peter Dimov
6bcf457b46 Use boost::compat::latch 2023-06-26 10:32:52 +03:00
Peter Dimov
01b2369700 Update .appveyor.yml 2023-06-26 02:45:47 +03:00
Peter Dimov
fcb3f0e82a Decrease iterations in rw_spinlock_test8 to avoid timeouts 2023-06-26 02:42:12 +03:00
Peter Dimov
1e4deb10a1 Add rw_spinlock tests 2023-06-25 19:03:02 +03:00
joaquintides
6ee93f17e4 [skip ci] updated boost::unordered_(flat|node)_map benchmarks 2023-06-22 19:21:02 +02:00