Peter Dimov
|
055587acf4
|
Update cmake_subdir_test
|
2023-01-27 17:56:00 +02:00 |
|
Peter Dimov
|
0f8dd003a3
|
Switch default mixing policy from xmx to mulx
|
2023-01-27 08:15:37 +02:00 |
|
Peter Dimov
|
9bc471310e
|
Update mulx multipliers
|
2023-01-27 08:00:40 +02:00 |
|
Peter Dimov
|
e56aac2e98
|
Merge branch 'develop' into feature/mulx
|
2023-01-27 07:58:45 +02:00 |
|
Peter Dimov
|
09a3275357
|
Add /doc/pdf/ to .gitignore
|
2023-01-12 01:35:35 +02:00 |
|
Christian Mazakas
|
a3c1e643dc
|
Merge pull request #177 from cmazakas/feature/p2363
Feature/p2363
|
2022-12-20 10:55:20 -08:00 |
|
joaquintides
|
955f94350b
|
typo
|
2022-12-20 16:46:08 +01:00 |
|
joaquintides
|
1955e4f36a
|
fixed constraint notes in transparent insert with hint
|
2022-12-20 11:35:15 +01:00 |
|
joaquintides
|
644295db3a
|
added release notes for feature/p2363
|
2022-12-19 13:24:04 -08:00 |
|
joaquintides
|
0391b6dafc
|
documented P2363 overloads for unordered_flat_set
|
2022-12-19 13:24:04 -08:00 |
|
joaquintides
|
c646f3e3ca
|
documented P2363 overloads for unordered_flat_map
|
2022-12-19 13:24:04 -08:00 |
|
joaquintides
|
0e9523a0a4
|
documented P2363 overloads for unordered_multiset
|
2022-12-19 13:24:04 -08:00 |
|
joaquintides
|
24d8449831
|
documented P2363 overloads for unordered_set
|
2022-12-19 13:24:04 -08:00 |
|
joaquintides
|
59d0accce0
|
documented P2363 overloads for unordered/unordered_multimap
|
2022-12-19 12:46:46 -08:00 |
|
joaquintides
|
61aedca940
|
documented P2363 overloads for unordered_map
|
2022-12-19 12:46:46 -08:00 |
|
Christian Mazakas
|
3fb516367f
|
Add transparent try_emplace() docs to unordered_map
|
2022-12-19 12:46:46 -08:00 |
|
Christian Mazakas
|
7d77f1d478
|
Add transparent insert() overloads to unordered_[flat]_set
|
2022-12-19 12:46:46 -08:00 |
|
Christian Mazakas
|
7572de875c
|
Add transparent insert tests for set containers
|
2022-12-19 12:46:46 -08:00 |
|
Christian Mazakas
|
63d907cde7
|
Merge pull request #174 from boostorg/feature/pr165_refactor
feature/pr165 refactor
|
2022-12-15 10:45:10 -08:00 |
|
joaquintides
|
f0037d336d
|
added narrow_cast
|
2022-12-14 10:39:32 -08:00 |
|
Christian Mazakas
|
8b14b7cddc
|
Add tests for narrow_cast
|
2022-12-14 10:39:32 -08:00 |
|
Christian Mazakas
|
6c60524fb7
|
Implement transparent bucket()
|
2022-12-13 14:28:19 -08:00 |
|
Christian Mazakas
|
8b1dcd3da3
|
Add tests for transparent bucket()
|
2022-12-13 14:28:19 -08:00 |
|
Christian Mazakas
|
0e980577b0
|
Add transparent at()
|
2022-12-13 14:28:19 -08:00 |
|
Christian Mazakas
|
1f4244ec27
|
Add tests for transparent at()
|
2022-12-13 14:28:19 -08:00 |
|
Christian Mazakas
|
dfbff823a9
|
Add transparent subscript
|
2022-12-13 14:28:19 -08:00 |
|
Christian Mazakas
|
b85e17085f
|
Add tests for transparent subscript operator
|
2022-12-13 14:28:19 -08:00 |
|
Christian Mazakas
|
0a879c1063
|
Implement transparent insert_or_assign()
|
2022-12-13 14:28:19 -08:00 |
|
Christian Mazakas
|
01d508b6af
|
Improve naming in insert_or_assign()
|
2022-12-13 14:28:19 -08:00 |
|
Christian Mazakas
|
7709950111
|
Add transparent insert_or_assign() tests
|
2022-12-13 14:28:19 -08:00 |
|
Christian Mazakas
|
1ede59e662
|
Improve naming in are_transparent
|
2022-12-13 14:28:19 -08:00 |
|
Christian Mazakas
|
bf2b521789
|
Add transparent try_emplace()
|
2022-12-13 14:28:19 -08:00 |
|
Christian Mazakas
|
ee1515189b
|
Add transparent tests for unordered_map's try_emplace()
|
2022-12-13 14:28:19 -08:00 |
|
Christian Mazakas
|
eb33ad3e3f
|
Merge pull request #173 from cmazakas/fix/exception-guarantees
Exception Guarantees
|
2022-12-13 14:22:29 -08:00 |
|
Christian Mazakas
|
0ad6ccb0b9
|
Update FOA noexcept docs for move assignment, swap
|
2022-12-13 13:53:29 -08:00 |
|
Christian Mazakas
|
0ab4e12502
|
Update noexcept tests for new FOA requirements
|
2022-12-13 13:53:29 -08:00 |
|
Christian Mazakas
|
c8910e8007
|
Update FOA move assignment operator to uphold the strong guarantee for Hash, KeyEqual
|
2022-12-13 13:53:29 -08:00 |
|
Christian Mazakas
|
2043f98593
|
Add strong exception guarantees around Hash, KeyEqual for move_assign_exception_tests
|
2022-12-13 13:53:29 -08:00 |
|
Christian Mazakas
|
260b573d8d
|
Update FOA implementation to exhibit strong guarantee for Hash, KeyEqual in copy assignment
|
2022-12-13 13:53:29 -08:00 |
|
Christian Mazakas
|
4ac3dcc90c
|
Update assign_exception_tests to assert strong guarantee around Hash, KeyEqual pairing
|
2022-12-13 13:53:29 -08:00 |
|
Christian Mazakas
|
75ea43823e
|
Update test Hash, KeyEqual to be nothrow swappable
|
2022-12-13 13:53:29 -08:00 |
|
Christian Mazakas
|
b1d43d3ca5
|
Update FOA containers to require nothrow swappability of Hash, KeyEqual members and ensure that throwing assertions uphold strong guarantee
|
2022-12-13 13:53:29 -08:00 |
|
Christian Mazakas
|
534170a942
|
Remove foa-related macro used for relaxing invariant checking in check_equivalent_keys
|
2022-12-13 13:53:29 -08:00 |
|
Christian Mazakas
|
7befee3bd6
|
Update swap_exception_tests to exclude FOA containers and add test for throwing asserts when comparing allocators
|
2022-12-13 13:53:29 -08:00 |
|
Christian Mazakas
|
01deb2fd61
|
Merge pull request #176 from boostorg/feature/foa_fast_copy_fix
feature/foa fast copy fix
|
2022-12-13 13:52:59 -08:00 |
|
joaquintides
|
91eddbabe8
|
restricted memcpy to allocators known to not have fancy construct()
|
2022-12-13 09:35:28 -08:00 |
|
Christian Mazakas
|
47e205487d
|
Fix potential integer overflow in test::hash<int>
|
2022-12-13 09:35:28 -08:00 |
|
Christian Mazakas
|
2c1c99407e
|
Update copy_tests to test a trivially copyable value_type with an Allocator with defined construct()
|
2022-12-13 09:35:28 -08:00 |
|
joaquintides
|
6be2bf89b6
|
Merge pull request #175 from boostorg/feature/optimized_try_emplace
feature/optimized_try_emplace
|
2022-12-13 09:24:56 +01:00 |
|
joaquintides
|
5eda445db0
|
optimized try_emplace and extended it for future use in boost::unordered_flat_set heterogeneous insert
|
2022-12-11 18:49:21 +01:00 |
|