2925 Commits

Author SHA1 Message Date
joaquintides
3b2eae07d4 avoided name hiding warning 2024-05-01 20:28:12 +02:00
joaquintides
b0c480839b renamed test file 2024-05-01 18:27:45 +02:00
joaquintides
6215406c02 added tests for stats feature 2024-05-01 18:15:14 +02:00
joaquintides
e588e04a1b swapped stats on move construction/assignment 2024-05-01 18:11:01 +02:00
joaquintides
d01ae76074 grouped cumulative_stats summarization in one operation 2024-05-01 16:34:53 +02:00
joaquintides
5feb7459ee added stat counts 2024-04-30 19:18:15 +02:00
joaquintides
83abd9cc4e avoided -Wextra-semi-stmt warning 2024-04-30 17:49:52 +02:00
joaquintides
648f6fd23e protected cumulative_stats against count wraparound 2024-04-30 17:32:53 +02:00
joaquintides
2d8fd43cc4 editorial 2024-04-30 17:25:10 +02:00
joaquintides
a0f86fc2d2
Merge pull request #243 from chriselrod/patch-1
Fix typo in docs comparing open to closed adressing `map`s
2024-04-30 09:09:51 +02:00
Chris Elrod
5800b0630d
Fix typo in docs comparing open to closed adressing maps 2024-04-30 01:13:00 -04:00
joaquintides
9806e75cc9 added stats to boost::concurrent_flat_set 2024-04-29 20:32:27 +02:00
joaquintides
76c460a703 grouped foa::table_core cumulative stats in one member 2024-04-29 20:30:16 +02:00
joaquintides
18797a3f32 added noexcept guarantees to cumulative stats calculation 2024-04-29 19:28:35 +02:00
joaquintides
1ecb92deb5 added stats to boost::concurrent_flat_map 2024-04-29 12:06:50 +02:00
joaquintides
443113840d added stats to foa::concurrent_table 2024-04-29 12:06:28 +02:00
joaquintides
b07cee08c4 added stats to the rest of open-addressing containers 2024-04-29 11:23:15 +02:00
joaquintides
05b66e1034 added stats to boost::unordered_flat_map 2024-04-28 18:44:40 +02:00
joaquintides
e712c37e9f added stats to foa::table 2024-04-28 18:44:23 +02:00
Rene Rivera
a1f9097f2b Sync from upstream. 2024-04-10 07:57:16 -05:00
joaquintides
73582be563 fixed #240 2024-04-03 20:07:04 +02:00
Rene Rivera
f177f437b9 Switch to library requirements instead of source. As source puts extra source in install targets. 2024-03-29 21:16:00 -05:00
Peter Dimov
fb41bdc82d Update .appveyor.yml 2024-03-25 17:35:26 +02:00
joaquintides
7c84969249
Merge pull request #239 from k3DW/feature/229
Add unordered container `pmr` aliases
2024-03-25 09:58:29 +01:00
Braden Ganetsky
553ce263fa Fix pmr tests on macos-13 2024-03-24 12:22:45 -05:00
Braden Ganetsky
e63853d87d Fix fca allocator swapping, and test that pmr allocator swap compiles 2024-03-24 12:22:45 -05:00
Braden Ganetsky
e816ba511c Write pmr tests to check for no allocator propagation 2024-03-24 12:22:45 -05:00
Braden Ganetsky
82ba55e4a4 Write test pmr_emplace_erase to check basic functionality with pmr allocators 2024-03-24 12:22:44 -05:00
Braden Ganetsky
626db552ab Write pmr memory resource 'counted_new_delete_resource' 2024-03-24 10:47:02 -05:00
Braden Ganetsky
5d16a36921 Update docs 2024-03-24 10:47:02 -05:00
Braden Ganetsky
16732c5c4c Add unordered container pmr aliases 2024-03-23 14:02:53 -05:00
Rene Rivera
a3873dc19b Sync from upstream. 2024-03-16 09:01:13 -05:00
joaquintides
5e6b9291de
Merge pull request #238 from boostorg/fix/gh-237
Fixed bug in the `const` version of `unordered_multimap::find(k, hash, eq)`
boost-1.85.0
2024-03-16 09:18:41 +01:00
joaquintides
ccf9a76ebe Fixed #237 2024-03-15 17:30:10 +01:00
Rene Rivera
89515ee604 Make the library modular usable. 2024-03-11 08:38:17 -05:00
joaquintides
15cfef6967
Fixed support for allocators with explicit copy constructors (#234)
* added tests for explicit allocators

* made explicit_alloc_ctor_tests work
by adhering to the principle that classes templated with Allocator should accept exactly Allocator objects

* removed TMP machinery older compilers choke about

* initialized variables

* updated release notes

* fixed PR number
boost-1.85.0.beta1
2024-02-17 18:58:48 +01:00
joaquintides
7692065552
Merge pull request #230 from k3DW/feature/226
Optimize `emplace()` for arguments of the form `k, v`
2024-02-12 17:24:49 +01:00
Braden Ganetsky
bbad4735aa Update reference 2024-02-11 11:22:28 -06:00
Braden Ganetsky
1d25c1c053 Update copyright notices 2024-02-11 11:22:28 -06:00
Braden Ganetsky
260418e4ee Fix cfoa tests 2024-02-11 11:22:28 -06:00
Braden Ganetsky
aff242dbaf Optimize emplace(k,v) for fca containers 2024-02-11 11:22:28 -06:00
Braden Ganetsky
4e6d4ade6c Optimize emplace(k,v) for foa and cfoa containers 2024-02-11 11:22:27 -06:00
Braden Ganetsky
4fbe450a65 Generalize alloc_cted_insert_type into allocator_constructed and remove the factory function alloc_make_insert_type() 2024-02-11 11:22:27 -06:00
Braden Ganetsky
bd5c9fc740 Add cfoa tests for emplace(k,v) 2024-02-11 11:22:27 -06:00
Braden Ganetsky
f411968ffd Add tests for immovable key_type 2024-02-11 11:22:26 -06:00
Braden Ganetsky
be7c63e1bf Add foa and fca tests for emplace(k,v) 2024-02-10 11:10:28 -06:00
Peter Dimov
1df37051ae Add msvc-14.1, msvc-14.2 /permissive- to Drone 2024-02-08 20:55:54 +02:00
Peter Dimov
c4dbda0f78 Add missing include 2024-02-08 20:52:34 +02:00
Peter Dimov
fa895edac2 Add msvc-14.3 /permissive- to Drone 2024-02-08 20:10:50 +02:00
Peter Dimov
43186b04d1 Add msvc-14.3 /permissive- to GHA 2024-02-08 19:59:47 +02:00