Commit Graph

  • e4b32f7f5e Update rw_spinlock impl to mirror github.com/pdimov's impl Christian Mazakas 2023-03-17 14:20:39 -07:00
  • 3df435d4d3 Temporarily suppress warning about memset'ing non-trivial types by using a constructor loop Christian Mazakas 2023-03-17 14:17:10 -07:00
  • ed076facc4 Stabilize ABI of cacheline_protected by hardcoding its alignment to 64 Christian Mazakas 2023-03-17 14:15:10 -07:00
  • b09c5bdcf0 Add missing <execution> header Christian Mazakas 2023-03-17 14:14:24 -07:00
  • 6abb94bb68 Silence unused variable warnings in for_all_elements_exec Christian Mazakas 2023-03-17 13:52:12 -07:00
  • d2b1f095c8 Update atomic_uint nsdmi to eschew potentially deleted copy constructor Christian Mazakas 2023-03-17 13:51:37 -07:00
  • 3d34571654 tried yest another variation for for_all_elements_while joaquintides 2023-03-17 19:56:30 +01:00
  • d683b3ac3e disabled use of match_really_occupied in for_all_elements_while joaquintides 2023-03-17 19:21:46 +01:00
  • e16a8737f4 shut down GCC Winterference-size joaquintides 2023-03-17 19:20:44 +01:00
  • 8f348aea26 temporarily disabled parallel algorithms joaquintides 2023-03-17 18:45:55 +01:00
  • 9a8ba2bdff re-enabled match_really_occupied in for_all_elements_while joaquintides 2023-03-17 17:04:42 +01:00
  • 3aaefdcc78 completed concurrent_table's API joaquintides 2023-03-17 16:58:57 +01:00
  • ca59ed8c50 avoided usage of match_really_occupied on for_all_elements_while (used by rehash) joaquintides 2023-03-16 10:44:01 +01:00
  • ff78ef25c0 removed unnecessary forwards and captures joaquintides 2023-03-15 18:58:51 +01:00
  • ec487b5c6c stylistic joaquintides 2023-03-15 18:35:08 +01:00
  • 0a03ed8170 weakened atomic_integral ops, fixed some trivial bugs joaquintides 2023-03-15 14:25:17 +01:00
  • 5881dcc2b2 done reverse unlock in multimutex joaquintides 2023-03-15 09:09:09 +01:00
  • 2070cbe2cc fixed regression in table_core(table_core&&) joaquintides 2023-03-15 09:00:31 +01:00
  • 8198b9c57c dropped erroneous call to user-provided f joaquintides 2023-03-14 20:49:09 +01:00
  • c35e9fc631 made slot setting on insertion exception safe joaquintides 2023-03-14 20:48:17 +01:00
  • f244ba55de switched from available to size_ joaquintides 2023-03-14 19:09:13 +01:00
  • 5e225fe46c micro-optimized reserve_available joaquintides 2023-03-14 15:14:09 +01:00
  • 06535e518e uploaded first draft of foa::concurrent_table joaquintides 2023-03-13 19:22:41 +01:00
  • 81584c22cf swapped member order in alloc_cted_insert_type to suppress padding warnings joaquintides 2023-03-13 18:33:48 +01:00
  • 83040211e8 recovered warninng supression pragmas joaquintides 2023-03-13 17:56:57 +01:00
  • 4ed301df97 refactored insert_type creation in emplace joaquintides 2023-03-13 17:50:03 +01:00
  • 8010f506a6 added SizeImpl and fixed some size arithmetic bugs joaquintides 2023-03-12 16:35:09 +01:00
  • 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