Commit Graph

2584 Commits

Author SHA1 Message Date
joaquintides
e8cd7da67a updated concurrent map benchmark plots 2023-07-18 18:16:48 +02:00
joaquintides
d2797abcb7 dropped unnecessary type trimming 2023-07-13 12:26:50 +02:00
joaquintides
ffb34fdcde rewritten to appease VS2017 and older 2023-07-13 09:52:59 +02:00
joaquintides
38eca0efc0 refactored takes_arg_as_const_reference.hpp again, fixed tests 2023-07-12 18:35:35 +02:00
joaquintides
4f8a037957 worked around noexcept-type warning 2023-07-11 21:04:02 +02:00
joaquintides
61d92b5847 refactored takes_arg_as_const_reference.hpp 2023-07-11 20:08:03 +02:00
joaquintides
33f4b04f69 worked around VS2015 issue 2023-07-10 19:54:45 +02:00
joaquintides
8b024986da restricted force_evaluation workaround to VS 2023-07-10 18:17:40 +02:00
joaquintides
4948a3a12e simplified force_evaluation 2023-07-10 17:47:42 +02:00
joaquintides
35c265f313 worked around C3517 error in VS2017 and older 2023-07-10 12:07:42 +02:00
joaquintides
15b63cc169 made some lambdas generic (copypaste error) 2023-07-10 10:14:46 +02:00
joaquintides
3de21a474c used shared group access for visitation functions taking its arg as a cref 2023-07-09 20:01:24 +02:00
joaquintides
6a6a3084da worked around noexcept forbidding in function typedefs 2023-07-09 19:32:09 +02:00
joaquintides
abd69e859e fixed error with non-local capturing lambdas 2023-07-09 19:10:59 +02:00
joaquintides
ff20d71676 added takes_arg_as_const_reference.hpp and tests 2023-07-09 18:42:14 +02: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
Christian Mazakas
704b3c7a4b Update docs to describe the returned proxy type as "convertible to iterator" 2023-06-19 14:33:10 -07:00
Christian Mazakas
671b68f4d1 Restart drone CI 2023-06-19 10:45:37 -07:00
Christian Mazakas
b2a4b22c89 Remove erroneous asserts from the test suite
These asserts were erroneously being removed in release builds of the tests which is never the intention
2023-06-19 09:21:48 -07:00
joaquintides
2eebe157fd refactored proxy_erase to reduce template instantiations and strengthen misuse avoidance 2023-06-19 08:21:13 -07:00
joaquintides
2b6cfe4f3c documented proxy erase(iterator) 2023-06-19 08:21:13 -07:00
Christian Mazakas
2f7bba0c21 Implement proxy erase(iterator) 2023-06-19 08:21:13 -07:00
joaquintides
d65d9a65b7 Merge pull request #188 from boostorg/feature/cfoa
Feature/cfoa
2023-06-17 17:25:56 +02:00
joaquintides
67913ed99a re-enabled CI on feature/* branches 2023-06-17 17:21:09 +02:00
joaquintides
0440cd3183 widened previous workaround 2023-06-17 09:37:17 +02:00
Christian Mazakas
3a3148cc16 Add workaround for gcc-5.4 deficiencies in copy elision and new() construction 2023-06-16 14:16:26 -07:00
Christian Mazakas
f51070ab21 Update free function erase_if() to support non-copyable predicates 2023-06-16 14:16:26 -07:00
Christian Mazakas
ac5a99da31 Add max_size() impl 2023-06-15 22:15:57 -07:00
Christian Mazakas
6fed6ea5ad Remove extraneous fwd.hpp include from public facing headers 2023-06-15 22:15:57 -07:00
Christian Mazakas
c51c06492a Update iterator range insert to use emplace() vs insert() to avoid copies in certain cases 2023-06-15 22:15:57 -07:00
Christian Mazakas
f604efe866 Add missing const reference qualifiers to allocator_type constructor parameters 2023-06-15 22:15:57 -07:00
Christian Mazakas
e8ec858313 Refactor type policies used by containers into their own dedicated headers 2023-06-15 22:15:57 -07:00
Christian Mazakas
bc8996559b Remove unnecessary backticks from static_assert() messages 2023-06-15 22:15:57 -07:00
Christian Mazakas
449e1a30d3 Remove outdated reference to proposed synopsis 2023-06-15 22:15:57 -07:00
joaquintides
c2484f05f0 avoided old GCC/Clang hiccup with {} for aggregate copy construction 2023-06-09 21:31:30 +02:00
joaquintides
f7e2132bdb Merge branch 'feature/cfoa' of https://github.com/boostorg/unordered into feature/cfoa 2023-06-09 21:20:36 +02:00