Commit Graph
450 Commits
Author SHA1 Message Date
Christian Mazakas 9da61e9050 Add post_move_tests 2022-10-14 13:37:26 -07:00
Christian Mazakas 1de8801c08 Add scary_tests 2022-10-14 13:37:26 -07:00
Christian Mazakas 14c190223c Add scoped_allocator tests 2022-10-14 13:37:26 -07:00
Christian Mazakas e3c91ad812 Add erase_if tests 2022-10-14 13:37:26 -07:00
Christian Mazakas 454cb24cc8 Ease test requiremets for erase_if, require copyability now of supplied predicate 2022-10-14 13:37:26 -07:00
Christian Mazakas 5e24f6ef22 Add reserve_tests 2022-10-14 13:37:26 -07:00
Christian Mazakas d02d4094e6 Add merge_tests 2022-10-14 13:37:26 -07:00
Christian Mazakas d538f6184c Add equivalent_keys_tests 2022-10-13 11:59:44 -07:00
Christian Mazakas c39ed8a5cf Add simple_tests 2022-10-12 15:19:11 -07:00
Christian Mazakas d4f7939aae Add incomplete_test 2022-10-12 14:30:07 -07:00
Christian Mazakas fc7b5573c1 Add link_test 2022-10-12 14:05:25 -07:00
Christian Mazakas 4399e8b360 Add noexcept tests 2022-10-12 13:39:23 -07:00
Christian Mazakas 3f9bd00f01 Add compile_map tests 2022-10-12 13:37:12 -07:00
Christian Mazakas 05b3025c0e Fix regression in how the table_iterator defines its reference type 2022-10-12 08:58:32 -07:00
Christian Mazakas 4a8d687778 Add compile_set tests with stub for merge() 2022-10-11 15:21:10 -07:00
Christian Mazakas 0bdfa3c39e Add forwarding tests 2022-10-10 14:18:11 -07:00
Christian Mazakas 09f0b7c0a8 Add swap_tests 2022-10-10 14:18:11 -07:00
Christian Mazakas 72bca09429 Remove extraneous usage of typename 2022-10-10 14:18:11 -07:00
Christian Mazakas 58b78f8ff0 Add transparent_tests 2022-10-10 14:18:11 -07:00
Christian Mazakas 1ff2dc4042 Add contains_tests 2022-10-10 14:18:11 -07:00
Christian Mazakas e543818e3e Add equality_tests 2022-10-07 14:15:32 -07:00
Christian Mazakas e0bb258b39 Add load_factor_tests 2022-10-07 10:56:47 -07:00
Christian Mazakas d3ef0b9a4f Add rehash tests 2022-10-07 10:56:35 -07:00
Christian Mazakas b964fa777c Add at_tests 2022-10-07 10:16:57 -07:00
Christian Mazakas ad248ab76a Fix maybe-uninitialized warning in emplace_tests by explicitly initializing all data members of emplace_value 2022-10-06 09:55:26 -07:00
Christian Mazakas f3803fc071 Add emplace_tests 2022-10-05 13:31:10 -07:00
Christian Mazakas a3c6235f3a Add insert_hint_tests 2022-10-05 13:30:59 -07:00
Christian Mazakas bf6643844b Add foa_move_tests 2022-10-04 14:51:03 -07:00
Christian Mazakas 7dfcdc6da8 Split move_tests into post_move_tests so testing with the new FOA containers is feasible 2022-10-04 14:38:31 -07:00
Christian Mazakas 9ad7096851 Add missing assign_test cases 2022-10-04 11:48:09 -07:00
Christian Mazakas 9280e13697 Add erase_tests 2022-10-04 11:48:09 -07:00
Christian Mazakas d5fcc77579 Add assign_tests 2022-10-03 14:45:02 -07:00
Christian Mazakas 71b64139da Add copy_tests 2022-09-29 13:46:03 -07:00
Christian Mazakas 30997bd9ef Add constructor_tests 2022-09-29 12:50:56 -07:00
Christian Mazakas 6ac1cf1a5f Add find_tests 2022-09-29 11:19:17 -07:00
Christian Mazakas ac3520791e Clean up insert_tests 2022-09-29 11:17:22 -07:00
Christian Mazakas c37cfacb44 Finally get insert_tests passing for flat map/set 2022-09-28 13:49:38 -07:00
Christian Mazakas 450c915284 Get insert_tests passing under sanitizers 2022-09-27 14:25:57 -07:00
Christian Mazakas 892e437428 Restructure insert_tests invocations 2022-09-27 10:34:04 -07:00
Christian Mazakas 505b060637 Update insert_tests to handle new open-addressing table implementation 2022-09-26 15:17:54 -07:00
Christian Mazakas a8b0e19a33 Update rehashing tests to better stress test them for conformity with libc++ and other STL implementations 2022-09-13 12:33:21 -07:00
Christian Mazakas 9ebb705e75 Update noexcept_tests to cover both values of POCMA and to also test move-assigning into larger and smaller hash tables 2022-09-12 13:16:45 -07:00
Christian Mazakas 48765e82e0 Update tests to account for a default-constructed container having no buckets 2022-08-30 15:20:31 -07:00
Christian Mazakas 7b41f4783f Update value type used by test allocators in move_tests so that the STL containers can be swapped in 2022-08-17 14:12:29 -07:00
Christian Mazakas 7227cfc68a Add post-move tests to verify the container is valid after a move 2022-08-17 14:12:29 -07:00
Christian Mazakas 3df902af23 Pull prime_fmod_size into its own dedicated header, update #include list for fca.hpp and prime_fmod_test.hpp 2022-06-30 13:07:11 -07:00
joaquintides e466232757 bypassed check in GCC<=4.6 (boost::is_nothrow_swappable not properly supported) 2022-06-28 09:27:15 +02:00
joaquintides 9661227d00 Merge remote-tracking branch 'remotes/origin/bugfix/gcc-4-7-scoped_allocator' into bugfix/gcc-4-7 2022-06-27 20:39:07 +02:00
joaquintides 95524a6af4 bypassed scoped_allocator test for GCC 4.7 and prior 2022-06-27 19:58:22 +02:00
joaquintides d4b61541b5 used proper Boost.Config macro 2022-06-27 19:31:47 +02:00