2925 Commits

Author SHA1 Message Date
joaquintides
a166a56401
dropped macos-11 and included macos-14 (#254)
* dropped macos-11 and included macos-14

* enabled CI for this branch

* disabled CI for this branch (was for testing purposes)
2024-06-11 10:00:20 +02:00
Rene Rivera
4126a56528 Sync from upstream. 2024-06-10 21:40:32 -05:00
joaquintides
3c53fe5db9
reverted prior 2024-06-10 20:38:10 +02:00
joaquintides
cfa3cb2d1f
enabled CI for this branch 2024-06-10 20:10:01 +02:00
joaquintides
cffd0a413e
added CODECOV_TOKEN (#253)
* added CODECOV_TOKEN

* added missing newline
2024-06-08 18:50:31 +02:00
joaquintides
8b40aef85f
Merge pull request #252 from k3DW/feature/251
Fix 'invalid argument' to boost::interprocess::shared_memory_object
2024-06-08 11:17:41 +02:00
Braden Ganetsky
9995c9beb0 Fix 'invalid argument' to boost::interprocess::shared_memory_object 2024-06-06 23:05:43 -05:00
joaquintides
5827bf2574 gotten rid of redundant base1, base2 and base3 2024-06-03 18:53:24 +02:00
Rene Rivera
38acf9c619 Sync from upstream. 2024-06-02 13:50:31 -05:00
joaquintides
a2f760f320
Merge pull request #249 from boostorg/feature/natvis
Implement natvis visualizations
2024-06-02 20:00:09 +02:00
Braden Ganetsky
39d86cb896 Display foa stats in natvis if applicable 2024-06-02 11:27:15 -05:00
Braden Ganetsky
317d4aa060 Write release notes and documentation for natvis 2024-06-01 09:26:38 -05:00
Braden Ganetsky
901f0a29b8 Write natvis for foa iterators 2024-06-01 09:26:38 -05:00
Braden Ganetsky
0a66c687fd Write natvis for foa and cfoa containers 2024-06-01 09:26:37 -05:00
Braden Ganetsky
763a862928 Write natvis for foa and cfoa helpers 2024-05-31 23:51:31 -05:00
Braden Ganetsky
27ead86b36 Write natvis for fca iterators 2024-05-31 23:51:31 -05:00
Braden Ganetsky
485101db9b Write natvis for fca containers 2024-05-31 23:51:30 -05:00
Braden Ganetsky
29521c3a77 Create natvis file and update CMakeLists.txt 2024-05-31 16:50:57 -05:00
joaquintides
be1f493a6e
Merge pull request #250 from boostorg/feature/is_avalanching_trait_update
Feature/is_avalanching_trait_update
2024-05-30 20:04:19 +02:00
joaquintides
401b06663f forced a compile error when Hash::is_avalanching is not a type 2024-05-30 09:11:06 +02:00
joaquintides
7e9032c703 s/UB/ill-formed 2024-05-30 09:08:07 +02:00
joaquintides
f77bdb9b67 updated is_avalanching trait protocol 2024-05-29 19:51:32 +02:00
Rene Rivera
e5d89f1a15 Update dependencies. 2024-05-13 21:48:23 -05:00
Rene Rivera
8630a588bd Sync from upstream. 2024-05-10 20:47:21 -05:00
joaquintides
6745d67d62 typo 2024-05-09 09:12:28 +02:00
joaquintides
87e0e52cf7
Merge pull request #247 from boostorg/feature/stats
Feature/stats
2024-05-08 17:19:12 +02:00
joaquintides
475acdc351 typo 2024-05-08 11:43:11 +02:00
joaquintides
93f33c336b typos/editorial 2024-05-08 11:11:09 +02:00
joaquintides
d46e83296c added section on hash quality, avalanching and stats 2024-05-07 20:13:43 +02:00
joaquintides
a527745ff8 added example of stats for well- and ill-behaved hash functions 2024-05-07 20:13:20 +02:00
joaquintides
86f622240d documented stats 2024-05-06 18:48:40 +02:00
joaquintides
4c0aea983e made reset_stats noexcept 2024-05-06 13:26:30 +02:00
joaquintides
28fc689011 avoided shorten-64-to-32 and sign-conversion warnings 2024-05-05 18:30:42 +02:00
joaquintides
22d8cca03b added stats to bulk visitation 2024-05-05 17:56:03 +02:00
Rene Rivera
390efc275f Add requires-b2 check to top-level build file. 2024-05-05 09:00:01 -05:00
joaquintides
c1317cb5be replaced get_cumulative_stats() with direct access to cstats 2024-05-03 18:11:13 +02:00
joaquintides
223f64752d implemented proper stats handling on concurrent<->unordered move construction 2024-05-03 18:04:21 +02:00
joaquintides
37451ecc94 relaxed checks for non-empty unsuccessful lookup stats 2024-05-03 13:07:09 +02:00
Rene Rivera
3868496ac9 Sync from upstream. 2024-05-02 22:47:22 -05:00
joaquintides
8452b30608 implemented proper stats handling on move assignment 2024-05-02 20:41:27 +02:00
joaquintides
d121c91c88 avoided shadowed declaration warning 2024-05-02 12:48:48 +02:00
joaquintides
6212f2642c avoided spurious check of deleted copy ctor 2024-05-02 11:15:29 +02:00
joaquintides
d5605671bd avoided shadowed local variable warnings 2024-05-02 10:22:14 +02:00
joaquintides
45c51840f7 avoided shadowed declaration warning 2024-05-02 09:52:58 +02:00
joaquintides
90ca4fb07e avoided float-equal warnings 2024-05-02 09:49:11 +02:00
joaquintides
83ab4b4b9f avoided unused-local-type warning 2024-05-01 21:32:49 +02:00
joaquintides
04006547a2 editorial 2024-05-01 20:57:02 +02:00
joaquintides
7b0e4da61e editorial 2024-05-01 20:56:05 +02:00
joaquintides
0c1b719945 added missing typedefs 2024-05-01 20:52:36 +02:00
joaquintides
ee77a65fae added missing typename 2024-05-01 20:32:12 +02:00