Commit Graph

2528 Commits

Author SHA1 Message Date
joaquintides
3ea8a768ca added padding between and around ml and size_ 2023-06-09 08:55:25 -07:00
joaquintides
4b877d363a updated concurrent_flat_map benchmarks 2023-06-09 08:55:25 -07:00
Christian Mazakas
2395db7bb9 Cleanup docs 2023-06-09 08:55:25 -07:00
Christian Mazakas
af19d99b70 Clean up CI to pre-debugging state 2023-06-07 10:05:19 -07:00
joaquintides
64f9370fff implemented cacheline alignment without extended alignas 2023-06-07 11:30:52 +02:00
joaquintides
ca193de243 added missing #include 2023-06-07 11:28:00 +02:00
Christian Mazakas
2914925b4d Explicitly disable ccache in GHA runner file 2023-06-06 09:14:00 -07:00
Christian Mazakas
bc37851725 Remove usage of ccache from problematic gcc-12 sanitizer actions 2023-06-06 08:51:59 -07:00
Christian Mazakas
f89a31849c Fix workaround for cfoa_fwd_tests 2023-06-06 08:27:55 -07:00
Christian Mazakas
ec945810eb Remove problematic test from clang-3.7 runner 2023-06-05 15:56:06 -07:00
Christian Mazakas
68ddaba57a Update cfoa's fwd header to be in line with the others 2023-06-05 15:47:41 -07:00
Christian Mazakas
c48c2afc56 Add gcc-13 and Ubuntu 23.04 to Drone CI 2023-06-05 14:24:38 -07:00
Christian Mazakas
01a5dd0dd1 Add concurrent_flat_map to link tests for foa 2023-06-05 14:19:18 -07:00
Christian Mazakas
300a8e61bd Add ubsan + asan jobs to gcc-12 2023-06-05 11:16:34 -07:00
joaquintides
1d2be664a0 added boost::concurrent_flat_map benchmarks 2023-06-05 20:08:32 +02:00
Christian Mazakas
e6b1ef9e1e Add ubsan gcc-12 runners to drone 2023-06-05 09:32:11 -07:00
Christian Mazakas
4efb55146a Update gcc used for code coverage collection 2023-06-02 15:08:29 -07:00
Christian Mazakas
8877d21237 Replace dependency on SmartPtr with primitives in Core 2023-06-02 14:14:18 -07:00
Christian Mazakas
44c50cd2ea Resolve potential ambiguities during insertion by introducing a member function template 2023-06-01 14:19:14 -07:00
Christian Mazakas
e7c1e1a56e Clean up raii count checkers to avoid extraneous assertions 2023-06-01 14:18:54 -07:00
Christian Mazakas
9a22f8fbee Add missing dependency on SmartPtr 2023-05-31 09:14:44 -07:00
Christian Mazakas
51520de04b Add allocator using fancy pointers to insert_tests 2023-05-31 07:30:37 -07:00
Christian Mazakas
6e0f76f4c2 Add missing FindThreads to CML 2023-05-30 14:52:45 -07:00
Christian Mazakas
06aa4b5c19 Cleanup test CML 2023-05-30 13:24:21 -07:00
Christian Mazakas
332540c857 Attempt to fix CMake tests 2023-05-30 12:05:10 -07:00
Christian Mazakas
fdedb6c957 Add merge exceptions tests for cfoa 2023-05-30 09:19:50 -07:00
joaquintides
7aaa2e9452 polished BOOST_UNORDERED_PREFETCH[_ELEMENTS] 2023-05-28 19:09:14 +02:00
Christian Mazakas
950e640fcf Update concurrent_table to use macro-based prefetching 2023-05-26 21:06:01 -07:00
Christian Mazakas
7874625c08 Replace prefetch_elements() with macro so builtins aren't optimized away by DSE 2023-05-26 20:56:52 -07:00
Christian Mazakas
2ab4225473 Add workaround for gcc-12 and above where the prefetch call is ignored 2023-05-26 08:16:02 -07:00
Christian Mazakas
c5df4ec069 Remove unused test 2023-05-25 08:41:26 -07:00
Christian Mazakas
55d79204be Add exceptions tests for cfoa assign ops 2023-05-24 15:23:09 -07:00
Christian Mazakas
f5d5299b88 Flesh out constructor exception tests 2023-05-24 11:06:45 -07:00
joaquintides
253a9bccf6 fixed leak in throwing allocator-extended move ctor 2023-05-24 09:19:31 +02:00
Christian Mazakas
61f11a58ee Push up failing test case for code review purposes 2023-05-23 15:28:14 -07:00
Christian Mazakas
e78dc311e3 Clean up erase tests 2023-05-23 08:43:10 -07:00
Christian Mazakas
a5748c2e8b Add initial container population to insert iterator range tests 2023-05-22 15:24:36 -07:00
Christian Mazakas
146c5cb6be Clean up exception tests 2023-05-22 14:19:21 -07:00
Christian Mazakas
c63a88032d Loosen restrictions on erase exceptions tests to accomodate runs where there are no successful erasures 2023-05-22 12:10:10 -07:00
Christian Mazakas
3ad164267a Update duration of erase operations to trigger successful erasures when only 2 threads are available 2023-05-22 11:37:07 -07:00
Christian Mazakas
a9203ed93c Clean up erase_tests 2023-05-22 10:17:36 -07:00
Christian Mazakas
16550ded0c Add exceptional erase tests 2023-05-22 10:17:36 -07:00
joaquintides
b4c75abca9 typo 2023-05-22 09:49:00 +02:00
joaquintides
a696bdecf6 editorial 2023-05-21 13:10:46 +02:00
joaquintides
8865a940fc editorial 2023-05-21 12:55:23 +02:00
joaquintides
2a28698c8c editorial 2023-05-21 12:43:45 +02:00
joaquintides
96f5983f88 fixed initializer_list insert requirements 2023-05-21 12:39:02 +02:00
joaquintides
ddb1148a31 reformulated static member initialization to appease VS2015 2023-05-20 12:16:30 +02:00
Christian Mazakas
ffcae204ee Add insert_exception_tests 2023-05-19 12:33:23 -07:00
joaquintides
f28527c4d8 removed double separating line 2023-05-19 11:28:08 +02:00