Peter Dimov
|
71b860d6ae
|
Update ci.yml
|
2022-11-02 21:55:41 +02:00 |
|
Peter Dimov
|
7c0a826815
|
Merge branch 'feature/gha' into develop
|
2022-11-02 21:36:25 +02:00 |
|
Christian Mazakas
|
a7156026b3
|
Fix typo, potential UB in overflow check and refactor to use BOOST_ASSERT_MSG() (#157)
|
2022-11-02 20:22:17 +02:00 |
|
Peter Dimov
|
787b1a9887
|
Update ci.yml
|
2022-11-02 19:06:55 +02:00 |
|
Peter Dimov
|
6e6ad354dd
|
Merge branch 'develop' into feature/gha
|
2022-11-01 19:17:48 +02:00 |
|
Christian Mazakas
|
189e551dc7
|
Add test proving max_load() invariants (#156)
|
2022-11-01 17:05:18 +01:00 |
|
Peter Dimov
|
fdd5fe3b40
|
Update ci.yml
|
2022-11-01 15:45:49 +02:00 |
|
Peter Dimov
|
13e065466a
|
Mark fnv1a_hash as avalanching
|
2022-11-01 06:16:30 +02:00 |
|
Peter Dimov
|
d3914d7101
|
Update hash_is_avalanching_test
|
2022-10-31 13:27:09 +02:00 |
|
Peter Dimov
|
3b592a3dd4
|
Merge branch 'feature/hash-is-avalanching-test-03' into develop
|
2022-10-30 21:13:29 +02:00 |
|
Peter Dimov
|
097f4fac0b
|
Merge branch 'feature/drone' into develop
|
2022-10-30 19:28:10 +02:00 |
|
joaquintides
|
5327fec080
|
Feature/foa anti drift (#153)
* added first draft of anti-drift
* stylistic
* adjusted hysteresis factor in unchecked_emplace_with_rehash
* added public max_load
* adjusted hysteresis factor
|
2022-10-30 17:06:03 +01:00 |
|
Peter Dimov
|
8f02e43ba4
|
Work around -Wconversion on GCC 5
|
2022-10-30 17:41:44 +02:00 |
|
Peter Dimov
|
d0fc14b8c5
|
Remove C++11 constructs from hash_traits.hpp
|
2022-10-30 13:40:20 +02:00 |
|
Peter Dimov
|
56b3700683
|
Add hash_is_avalanching_test.cpp
|
2022-10-30 12:58:57 +02:00 |
|
Peter Dimov
|
cf643fad2a
|
Split GCC w/ sanitizers to avoid timeout
|
2022-10-29 19:28:58 +03:00 |
|
Peter Dimov
|
5386033e67
|
Update cmake_subdir_test
|
2022-10-29 18:23:59 +03:00 |
|
Peter Dimov
|
d1e565dbf3
|
Update .drone.jsonnet
|
2022-10-29 00:48:27 +03:00 |
|
Peter Dimov
|
acf8ddc4b7
|
Merge branch 'develop' into feature/drone
|
2022-10-29 00:45:56 +03:00 |
|
Christian Mazakas
|
575e5eafb0
|
Merge pull request #152 from cmazakas/fix/rehash-allocation
Fix bug #147
|
2022-10-28 12:54:39 -07:00 |
|
Peter Dimov
|
bce031f42b
|
Update .drone.jsonnet
|
2022-10-28 22:32:11 +03:00 |
|
Christian Mazakas
|
5e5addd82d
|
Update how the required number of buckets is calculated to nest the max call
|
2022-10-27 08:17:10 -07:00 |
|
Christian Mazakas
|
0937f6443c
|
Add rehash_stability() testing to catch erroneous behavior noted from bug #147
|
2022-10-27 08:17:10 -07:00 |
|
Peter Dimov
|
772e1e7fa0
|
Fix low/high order
|
2022-10-26 21:49:10 +03:00 |
|
Peter Dimov
|
120fe90934
|
Add benchmark/uuid.cpp
|
2022-10-26 21:38:54 +03:00 |
|
Peter Dimov
|
1dc949b2b5
|
Add boost::unordered_flat_map to benchmarks
|
2022-10-26 21:08:51 +03:00 |
|
joaquintides
|
4593d733a2
|
Merge pull request #148 from boostorg/feature/foa_rc
Add unordered_flat_map, unordered_flat_set
|
2022-10-26 18:58:07 +02:00 |
|
joaquintides
|
5e639a97a4
|
passed BOOST_UNORDERED_ASSUME a true boolean
|
2022-10-26 10:39:34 +02:00 |
|
joaquintides
|
fb315252b3
|
added missing BOOST_FORCEINLINE
|
2022-10-25 19:53:18 +02:00 |
|
joaquintides
|
d12ed06c3d
|
removed #ifdef'd out code
|
2022-10-25 19:53:03 +02:00 |
|
joaquintides
|
49fc08b934
|
refactored emplace_impl to improve inlining
|
2022-10-25 19:48:19 +02:00 |
|
Christian Mazakas
|
4f0edf9013
|
Decorate containers with more BOOST_FORCEINLINE
|
2022-10-25 09:01:38 -07:00 |
|
joaquintides
|
2afd1c5c9a
|
copied Neon group15::is_sentinel from foa_unordered_rc.hpp
(possible performance impact)
|
2022-10-25 14:45:38 +02:00 |
|
joaquintides
|
492df9c9c6
|
restored uint64.cpp
|
2022-10-25 14:33:07 +02:00 |
|
joaquintides
|
e29bf7a4a0
|
reverted
|
2022-10-25 14:31:27 +02:00 |
|
joaquintides
|
7db310f6d2
|
reverted 0b575dc983 (may affect performance)
|
2022-10-25 11:48:41 +02:00 |
|
Christian Mazakas
|
1f781a407e
|
Test cleanup
|
2022-10-24 15:05:49 -07:00 |
|
Christian Mazakas
|
ef54c6bd14
|
Clean up u64 benchmarks
|
2022-10-24 15:04:24 -07:00 |
|
Christian Mazakas
|
fb1b1dfe2d
|
Add missing copyright updates
|
2022-10-24 11:31:25 -07:00 |
|
Christian Mazakas
|
222f0a737d
|
Split AppVeyor jobs to avoid timeouts
|
2022-10-24 11:17:37 -07:00 |
|
Christian Mazakas
|
6c0d121e5b
|
Update requirements for testing to include support for alignas(N)
|
2022-10-24 11:17:24 -07:00 |
|
Christian Mazakas
|
955dab4637
|
Add missing init_type overloads for insert(hint)
|
2022-10-24 11:17:05 -07:00 |
|
Christian Mazakas
|
375d7157b6
|
Add tests for missing typedefs in flat containers
|
2022-10-24 09:54:57 -07:00 |
|
Christian Mazakas
|
01053738eb
|
Rewrite test constraints in terms of config checks
|
2022-10-24 08:21:54 -07:00 |
|
joaquintides
|
d8f226d429
|
reverted "Push up partial refactor for older msvc"
This reverts commit 627ffe4ed7 .
|
2022-10-22 12:28:04 +02:00 |
|
Christian Mazakas
|
627ffe4ed7
|
Push up partial refactor for older msvc
|
2022-10-21 15:38:19 -07:00 |
|
Christian Mazakas
|
2adab2be61
|
Fix signed-unsigned comparison warning
|
2022-10-21 15:37:51 -07:00 |
|
Christian Mazakas
|
e0b680ac29
|
Update insert(Iterator, Iterator) overloads to use emplace internally instead of insert()'ing
|
2022-10-21 11:24:34 -07:00 |
|
Christian Mazakas
|
ad1e3a49a5
|
Update tracking counts to be unsigned in init_type_insert_tests
|
2022-10-21 11:23:46 -07:00 |
|
joaquintides
|
1d15067ef2
|
removed sign conversion warnings
|
2022-10-21 13:14:39 +02:00 |
|