Commit Graph

2804 Commits

Author SHA1 Message Date
Christian Mazakas
a06498f5ce Add tests catching erroneous copying of groups data 2023-08-16 10:21:27 -07: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
joaquintides
7e41e08a57 updated boost::concurrent_flat_map benchmarks 2023-06-22 09:02:24 +02:00
Christian Mazakas
7a6c8eca09 Merge pull request #194 from boostorg/fix/extra-semicolon
Remove extraneous semicolons
2023-06-21 15:35:05 -07:00
Christian Mazakas
dce386068b Remove extraneous semicolons 2023-06-21 07:46:53 -07:00
Peter Dimov
7d39b68e46 Fix -Wsign-conversion issue 2023-06-20 21:36:25 +03:00
Peter Dimov
79a59bce72 Change the backoff algorithm of rw_spinlock 2023-06-20 21:36:25 +03:00
Peter Dimov
717048e868 Split Appveyor jobs to avoid timeouts 2023-06-20 17:49:15 +03:00
joaquintides
de8c2a5ad9 Merge pull request #193 from boostorg/feature/proxy-erase
Feature/proxy erase
2023-06-20 11:49:27 +02:00
joaquintides
678f8802f4 [skip ci] updated boost::unordered_[multi]set benchmarks 2023-06-20 09:53:25 +02:00