joaquintides
|
b33b354818
|
extended caae8eb9ac9a47dd224b81f22efe8ea34b084d54 to rest of "using typename"s
|
2023-03-20 12:43:56 -07:00 |
|
joaquintides
|
b08837b93e
|
added missing template keyword
|
2023-03-20 12:43:56 -07:00 |
|
joaquintides
|
b3b840df30
|
extended Wshadow supression to foa::table
|
2023-03-20 12:43:56 -07:00 |
|
joaquintides
|
2ef47f0813
|
reformulated using to workaround VS problem
|
2023-03-20 12:43:56 -07:00 |
|
joaquintides
|
27f5513911
|
published max_load_factor
|
2023-03-20 12:43:56 -07:00 |
|
joaquintides
|
a5100a9d35
|
fixed incomplete porting of PR187
|
2023-03-20 12:43:56 -07:00 |
|
joaquintides
|
ccbc639677
|
made table_core protected interface public
|
2023-03-20 12:43:56 -07:00 |
|
joaquintides
|
18725a682d
|
fixed previous fix
|
2023-03-20 12:43:56 -07:00 |
|
joaquintides
|
dac1135199
|
fixed usage syntax for destroy_on_exit
|
2023-03-20 12:43:56 -07:00 |
|
joaquintides
|
ead55a8938
|
s/noexcept(...)/noexcept(noexcept(...))
|
2023-03-20 12:43:56 -07:00 |
|
joaquintides
|
8f39001ff0
|
fixed trivial syntax error
|
2023-03-20 12:43:56 -07:00 |
|
joaquintides
|
8b056b902e
|
split foa::table in table and core in preparation for foa::concurrent_table
|
2023-03-20 12:43:56 -07:00 |
|
Christian Mazakas
|
5724adbbe9
|
Merge pull request #187 from boostorg/feature/foa_fast_iteration
Feature/foa fast iteration
|
2023-03-20 12:43:29 -07:00 |
|
joaquintides
|
1c5640cfbe
|
s/BOOST_UNORDERED_ASSUME/BOOST_ASSERT
|
2023-03-08 19:12:46 +01:00 |
|
joaquintides
|
4d982e133e
|
added is-not-end assumption on table_iterator::increment
|
2023-03-08 18:29:55 +01:00 |
|
joaquintides
|
1bf193b8fc
|
updated release notes
|
2023-03-06 21:46:42 +01:00 |
|
joaquintides
|
7faec20f26
|
Merge branch 'feature/foa_fast_iteration' of https://github.com/boostorg/unordered into feature/foa_fast_iteration
|
2023-03-06 21:44:55 +01:00 |
|
joaquintides
|
ced8b45add
|
fixed UB with begin when using fast iteration
|
2023-03-06 12:44:10 -08:00 |
|
joaquintides
|
15c9bc40f7
|
added fast table_iterator::increment variant for regular-layout groups
|
2023-03-06 12:44:10 -08:00 |
|
joaquintides
|
9aedb95296
|
Merge pull request #185 from boostorg/fix/uses-allocator
boost-1.82.0.beta1
boost-1.82.0
|
2023-03-06 21:38:13 +01:00 |
|
Christian Mazakas
|
e56cb4418c
|
Remove extraneous information from TypePolicy's construct, destroy docs
|
2023-03-06 09:48:26 -08:00 |
|
Christian Mazakas
|
1ae21c6d1a
|
Remove extraneous typedef from destroy_on_exit
|
2023-03-06 09:47:33 -08:00 |
|
Peter Dimov
|
82acad3794
|
Increase GHA timeout to 180 minutes
|
2023-03-06 17:04:06 +02:00 |
|
joaquintides
|
c50461528c
|
fixed UB with begin when using fast iteration
|
2023-03-06 13:50:25 +01:00 |
|
joaquintides
|
bd08e49255
|
added fast table_iterator::increment variant for regular-layout groups
|
2023-03-06 11:56:49 +01:00 |
|
Peter Dimov
|
dbba3cec7b
|
Add C++03 deprecation notice
|
2023-03-06 09:43:45 +02:00 |
|
Christian Mazakas
|
6c5b5b3186
|
Update comments on type policy to include changes to construct, destroy and move
|
2023-03-03 11:33:32 -08:00 |
|
Christian Mazakas
|
47dd02a4b3
|
Add bugfix notes to release notes
|
2023-03-03 11:18:41 -08:00 |
|
Christian Mazakas
|
8429d1a6aa
|
Refactor node_handle to directly store element_type by modularizing and extending it
|
2023-03-03 11:17:38 -08:00 |
|
Christian Mazakas
|
86d3f9f632
|
Refactor move(init_type&) to handle defects in C++20 versions of libstdc++ for gcc versions <=12
|
2023-03-03 11:17:38 -08:00 |
|
Christian Mazakas
|
48e92afd92
|
Refactor drop_guard into destroy_on_exit
|
2023-03-03 11:17:38 -08:00 |
|
Christian Mazakas
|
5a5c31de35
|
Rename storage to uninitialized_storage
|
2023-03-03 11:17:38 -08:00 |
|
Christian Mazakas
|
088941dc7b
|
Clean up usage of Allocators for flat containers
|
2023-03-03 11:17:38 -08:00 |
|
Christian Mazakas
|
5f6f1691e5
|
Format node_map
|
2023-03-03 11:17:38 -08:00 |
|
Christian Mazakas
|
45d6c07be6
|
Update emplace() to no longer needlessly rebind its allocator
|
2023-03-03 11:17:38 -08:00 |
|
Christian Mazakas
|
5c63cd2bdb
|
Update drone to run using the same branches as listed in GHA's ci.yml
|
2023-03-03 11:17:38 -08:00 |
|
Christian Mazakas
|
86318c1e88
|
Update foa to construct stack-locals with the user's Allocator during emplace()
|
2023-03-03 11:17:38 -08:00 |
|
Christian Mazakas
|
0ff1fa0f6e
|
Add test that ensures proper uses-allocator construction is followed
|
2023-03-03 11:17:38 -08:00 |
|
Christian Mazakas
|
d90bf0c438
|
Merge pull request #186 from boostorg/cxx03-deprecation
Update changelog to reflect planned C++03 deprecation
|
2023-03-01 09:53:24 -08:00 |
|
Christian Mazakas
|
dc63438e22
|
Add missing end-of-list marker to compliance section
|
2023-03-01 09:37:49 -08:00 |
|
Christian Mazakas
|
0a3ac26f00
|
Update changelog to reflect planned C++03 deprecation
|
2023-02-28 15:44:44 -08:00 |
|
joaquintides
|
c64ed1caa3
|
Feature/SIMD config (#184)
* added BOOST_UNORDERED_[ENABLE|DISABLE]_[SSE2|LITTLE_ENDIAN_NEON]
* renamed and refactored
* removed #undefs of SIMD usage macros
|
2023-02-26 16:39:50 +01:00 |
|
joaquintides
|
efc33b18be
|
Merge pull request #182 from boostorg/feature/unordered_node_map_docs
Feature/unordered node map docs
|
2023-02-25 10:20:05 +01:00 |
|
joaquintides
|
c189d8d5e8
|
updated boost::unordered_(flat|node)_map benchmarks
|
2023-02-25 10:03:10 +01:00 |
|
joaquintides
|
886227db3b
|
updated link to P2363
|
2023-02-24 09:58:51 +01:00 |
|
joaquintides
|
719eb90d03
|
fixed copy&paste error
|
2023-02-24 08:59:45 +01:00 |
|
joaquintides
|
fadb686bc5
|
added boost::unordered_node_map to benchmarks
|
2023-02-23 20:17:01 +01:00 |
|
Christian Mazakas
|
aebefaef0d
|
Merge pull request #183 from boostorg/unordered_node_map_rc
Node Map Release Candidate
|
2023-02-22 08:39:59 -08:00 |
|
Christian Mazakas
|
63a564e8ff
|
Update foa comments for changes in TypePolicy
|
2023-02-21 11:12:33 -08:00 |
|
Christian Mazakas
|
16c1593368
|
Remove extraneous copy constructor from flat set's type policy
|
2023-02-21 07:53:09 -08:00 |
|