Commit Graph

  • 840ea1ce5c refactored some more for future concurrent_table joaquintides 2023-03-12 15:52:27 +01:00
  • 447306bfb9 stylistic joaquintides 2023-03-12 11:14:40 +01:00
  • 4569c1bec0 changed type of N to std::size_t joaquintides 2023-03-12 00:54:52 +01:00
  • 37ad547e18 more fixed sign issues in Neon ops joaquintides 2023-03-12 00:42:36 +01:00
  • e037ee8d82 fixed syntax error joaquintides 2023-03-11 22:19:43 +01:00
  • 9bbadfdb34 fixed sign issues in Neon ops joaquintides 2023-03-11 22:00:30 +01:00
  • c1b63f68c8 added missing op to plain_integral joaquintides 2023-03-11 20:19:24 +01:00
  • 0590e3bf8c typo joaquintides 2023-03-11 20:17:17 +01:00
  • 8f17f5f548 fixed static_assert joaquintides 2023-03-11 18:42:10 +01:00
  • 3a8bea9e1d parameterized group15 and core joaquintides 2023-03-11 18:36:09 +01:00
  • b33b354818 extended caae8eb9ac9a47dd224b81f22efe8ea34b084d54 to rest of "using typename"s joaquintides 2023-03-11 10:01:12 +01:00
  • b08837b93e added missing template keyword joaquintides 2023-03-11 09:58:38 +01:00
  • b3b840df30 extended Wshadow supression to foa::table joaquintides 2023-03-11 09:43:11 +01:00
  • 2ef47f0813 reformulated using to workaround VS problem joaquintides 2023-03-11 09:32:01 +01:00
  • 27f5513911 published max_load_factor joaquintides 2023-03-10 19:59:44 +01:00
  • a5100a9d35 fixed incomplete porting of PR187 joaquintides 2023-03-10 19:55:51 +01:00
  • ccbc639677 made table_core protected interface public joaquintides 2023-03-10 19:42:26 +01:00
  • 18725a682d fixed previous fix joaquintides 2023-03-10 19:22:48 +01:00
  • dac1135199 fixed usage syntax for destroy_on_exit joaquintides 2023-03-10 19:20:44 +01:00
  • ead55a8938 s/noexcept(...)/noexcept(noexcept(...)) joaquintides 2023-03-10 19:12:06 +01:00
  • 8f39001ff0 fixed trivial syntax error joaquintides 2023-03-10 18:52:11 +01:00
  • 8b056b902e split foa::table in table and core in preparation for foa::concurrent_table joaquintides 2023-03-10 18:39:55 +01:00
  • 5724adbbe9 Merge pull request #187 from boostorg/feature/foa_fast_iteration Christian Mazakas 2023-03-20 12:43:29 -07:00
  • e8af8dcc7d Simplify group14::overflow() implementation, update code to use group15 on non-SSE2 targets feature/group14 Christian Mazakas 2023-03-09 11:18:36 -08:00
  • ef791cbafd Update reserve_tests for new group layout Christian Mazakas 2023-03-08 15:34:15 -08:00
  • b49fa571fb Add group14 prototype Christian Mazakas 2023-03-08 15:34:06 -08:00
  • 1c5640cfbe s/BOOST_UNORDERED_ASSUME/BOOST_ASSERT joaquintides 2023-03-08 19:12:46 +01:00
  • 4d982e133e added is-not-end assumption on table_iterator::increment joaquintides 2023-03-08 18:29:55 +01:00
  • 1bf193b8fc updated release notes joaquintides 2023-03-06 21:46:42 +01:00
  • 7faec20f26 Merge branch 'feature/foa_fast_iteration' of https://github.com/boostorg/unordered into feature/foa_fast_iteration joaquintides 2023-03-06 21:44:55 +01:00
  • ced8b45add fixed UB with begin when using fast iteration joaquintides 2023-03-06 13:50:25 +01:00
  • 15c9bc40f7 added fast table_iterator::increment variant for regular-layout groups joaquintides 2023-03-06 11:56:49 +01:00
  • 9aedb95296 Merge pull request #185 from boostorg/fix/uses-allocator boost-1.82.0.beta1 boost-1.82.0 joaquintides 2023-03-06 21:38:13 +01:00
  • e56cb4418c Remove extraneous information from TypePolicy's construct, destroy docs Christian Mazakas 2023-03-06 09:48:26 -08:00
  • 1ae21c6d1a Remove extraneous typedef from destroy_on_exit Christian Mazakas 2023-03-06 09:47:33 -08:00
  • 82acad3794 Increase GHA timeout to 180 minutes Peter Dimov 2023-03-06 17:04:06 +02:00
  • c50461528c fixed UB with begin when using fast iteration joaquintides 2023-03-06 13:50:25 +01:00
  • bd08e49255 added fast table_iterator::increment variant for regular-layout groups joaquintides 2023-03-06 11:56:49 +01:00
  • dbba3cec7b Add C++03 deprecation notice Peter Dimov 2023-03-06 09:43:45 +02:00
  • 6c5b5b3186 Update comments on type policy to include changes to construct, destroy and move Christian Mazakas 2023-03-03 11:33:32 -08:00
  • 47dd02a4b3 Add bugfix notes to release notes Christian Mazakas 2023-03-03 11:18:41 -08:00
  • 8429d1a6aa Refactor node_handle to directly store element_type by modularizing and extending it Christian Mazakas 2023-03-03 11:12:29 -08:00
  • 86d3f9f632 Refactor move(init_type&) to handle defects in C++20 versions of libstdc++ for gcc versions <=12 Christian Mazakas 2023-03-02 15:57:17 -08:00
  • 48e92afd92 Refactor drop_guard into destroy_on_exit Christian Mazakas 2023-03-02 15:55:56 -08:00
  • 5a5c31de35 Rename storage to uninitialized_storage Christian Mazakas 2023-03-02 15:49:25 -08:00
  • 088941dc7b Clean up usage of Allocators for flat containers Christian Mazakas 2023-03-02 15:48:21 -08:00
  • 5f6f1691e5 Format node_map Christian Mazakas 2023-03-02 15:47:48 -08:00
  • 45d6c07be6 Update emplace() to no longer needlessly rebind its allocator Christian Mazakas 2023-03-02 15:47:18 -08:00
  • 5c63cd2bdb Update drone to run using the same branches as listed in GHA's ci.yml Christian Mazakas 2023-02-27 10:07:40 -08:00
  • 86318c1e88 Update foa to construct stack-locals with the user's Allocator during emplace() Christian Mazakas 2023-02-23 11:06:14 -08:00
  • 0ff1fa0f6e Add test that ensures proper uses-allocator construction is followed Christian Mazakas 2023-02-23 11:05:38 -08:00
  • d90bf0c438 Merge pull request #186 from boostorg/cxx03-deprecation Christian Mazakas 2023-03-01 09:53:24 -08:00
  • dc63438e22 Add missing end-of-list marker to compliance section Christian Mazakas 2023-03-01 09:37:49 -08:00
  • 0a3ac26f00 Update changelog to reflect planned C++03 deprecation Christian Mazakas 2023-02-28 14:55:46 -08:00
  • c64ed1caa3 Feature/SIMD config (#184) joaquintides 2023-02-26 16:39:50 +01:00
  • efc33b18be Merge pull request #182 from boostorg/feature/unordered_node_map_docs joaquintides 2023-02-25 10:20:05 +01:00
  • c189d8d5e8 updated boost::unordered_(flat|node)_map benchmarks joaquintides 2023-02-25 10:03:10 +01:00
  • 886227db3b updated link to P2363 joaquintides 2023-02-24 09:58:51 +01:00
  • 719eb90d03 fixed copy&paste error joaquintides 2023-02-24 08:59:45 +01:00
  • fadb686bc5 added boost::unordered_node_map to benchmarks joaquintides 2023-02-23 20:17:01 +01:00
  • aebefaef0d Merge pull request #183 from boostorg/unordered_node_map_rc Christian Mazakas 2023-02-22 08:39:59 -08:00
  • 63a564e8ff Update foa comments for changes in TypePolicy Christian Mazakas 2023-02-21 11:12:33 -08:00
  • 16c1593368 Remove extraneous copy constructor from flat set's type policy Christian Mazakas 2023-02-21 07:53:09 -08:00
  • 53580a3070 Fix bug in hint-based overload for node_type insertion where elements were erroneously reallocated Christian Mazakas 2023-02-19 21:24:43 -08:00
  • d26aeed68f Update node_handle tests to cover address stability for inserted nodes when using the hint-based overloads Christian Mazakas 2023-02-19 21:23:41 -08:00
  • 73eefd2b5d Rename Node{X}Types to TypePolicy in node-based foa containers Christian Mazakas 2023-02-19 21:21:43 -08:00
  • 3df600d069 Remove extraneous construct() overloads from the flat foa-based containers Christian Mazakas 2023-02-19 21:19:30 -08:00
  • a1adacdfe2 Refactor erase_on_exit to use a const_iterator so callsites can avoid a const cast Christian Mazakas 2023-02-19 21:18:56 -08:00
  • f405fa9118 Rename foa's emplace_dispatch to emplace_value Christian Mazakas 2023-02-19 21:18:09 -08:00
  • 7b5d6e7c29 Fix typos in code comments in foa Christian Mazakas 2023-02-19 21:17:27 -08:00
  • 7d0ba7178e Clean up naming in delete_ impl to use storage_traits for foa Christian Mazakas 2023-02-19 21:16:57 -08:00
  • df5e2c3aca Remove extraneous commented out code from foa Christian Mazakas 2023-02-19 21:16:27 -08:00
  • 343e344582 Reify implementation of node_handle's swap Christian Mazakas 2023-02-19 21:14:08 -08:00
  • 34ed463bea Reify implementation of node_handle's move assignment operator Christian Mazakas 2023-02-19 21:13:37 -08:00
  • 5986f75d16 Refactor node_handle's clear() member function to reset() Christian Mazakas 2023-02-19 21:13:02 -08:00
  • b08810c0c4 Add missing copyright notice to foa.hpp Christian Mazakas 2023-02-19 21:08:00 -08:00
  • 7c608ae7bc Include missing extract tests in transparent_tests Christian Mazakas 2023-02-15 15:08:11 -08:00
  • d51cee35d5 updated open-addressing benchmark info joaquintides 2023-02-18 12:31:26 +01:00
  • d0289b4c7b editorial joaquintides 2023-02-18 12:13:14 +01:00
  • bc7ba9cb3b Implement internal foa updates + node_handle for node-based containers Christian Mazakas 2023-02-14 10:42:49 -08:00
  • 6b10c8a4d3 Update unordered_flat_map for new type traits Christian Mazakas 2023-02-14 10:42:32 -08:00
  • b9805c7309 Update unordered_flat_set for new type traits Christian Mazakas 2023-02-14 10:42:24 -08:00
  • 844460fd22 Add unordered_node_map Christian Mazakas 2023-02-14 10:40:57 -08:00
  • a600278d27 Add unordered_node_set Christian Mazakas 2023-02-14 10:40:44 -08:00
  • 4398ffe8c9 Add foa-based node containers to node_handle_tests Christian Mazakas 2023-02-14 10:40:20 -08:00
  • eed1eeedeb Add foa-based node containers to extract_tests Christian Mazakas 2023-02-14 10:40:01 -08:00
  • 8c0c230f78 Add foa-based node containers to the exception tests Christian Mazakas 2023-02-14 10:39:28 -08:00
  • e96ec1e79a Add foa-based node containers to transparent_tests Christian Mazakas 2023-02-14 10:38:54 -08:00
  • be7dd51fab Add foa-based node containers to swap_tests Christian Mazakas 2023-02-14 10:38:15 -08:00
  • 4dec95840b Add foa-based node containers to simple_tests Christian Mazakas 2023-02-14 10:37:53 -08:00
  • d44fb36581 Add foa-based node containers to scoped_allocator tests Christian Mazakas 2023-02-14 10:36:57 -08:00
  • 9d3bbe27db Add foa-based node containers to scary_tests Christian Mazakas 2023-02-14 10:36:04 -08:00
  • 13ed4afc95 Add foa-based node containers to reserve_tests Christian Mazakas 2023-02-14 10:35:35 -08:00
  • b3f54e74a7 Add foa-based node containers to rehash_tests Christian Mazakas 2023-02-14 10:35:17 -08:00
  • d6374e2718 Add foa-based node containers to post_move_tests Christian Mazakas 2023-02-14 10:33:13 -08:00
  • 74156b6b06 Add foa-based node containers to noexcept_tests Christian Mazakas 2023-02-14 10:32:26 -08:00
  • 965048d3e6 Add foa-based node containers to move_tests Christian Mazakas 2023-02-14 10:31:50 -08:00
  • 36dfe6b98b Add foa-based node containers to merge_tests Christian Mazakas 2023-02-14 10:30:56 -08:00
  • e4e89bdbde Add foa-based node containers to max_load_tests Christian Mazakas 2023-02-14 10:30:19 -08:00
  • 85a9d8d81d Add foa-based node containers to load_factor_tests Christian Mazakas 2023-02-14 10:29:08 -08:00