Removed old map tests
authorkhizmax <libcds.dev@gmail.com>
Mon, 30 May 2016 19:53:58 +0000 (22:53 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 30 May 2016 19:53:58 +0000 (22:53 +0300)
commitdc42eb61d5257df0d28e1a5dd1d3c389bd0fdb72
treec25dd35f3555635c5236d14153c4a3e944928365
parent1448c5adf2a0623d34564d438012790fdc330717
Removed old map tests
121 files changed:
tests/unit/map2/CMakeLists.txt [deleted file]
tests/unit/map2/map_defs.h [deleted file]
tests/unit/map2/map_delodd.cpp [deleted file]
tests/unit/map2/map_delodd.h [deleted file]
tests/unit/map2/map_delodd_bronsonavltree.cpp [deleted file]
tests/unit/map2/map_delodd_cuckoo.cpp [deleted file]
tests/unit/map2/map_delodd_ellentree.cpp [deleted file]
tests/unit/map2/map_delodd_feldmanhashmap.cpp [deleted file]
tests/unit/map2/map_delodd_michael.cpp [deleted file]
tests/unit/map2/map_delodd_skip.cpp [deleted file]
tests/unit/map2/map_delodd_split.cpp [deleted file]
tests/unit/map2/map_find_int.cpp [deleted file]
tests/unit/map2/map_find_int.h [deleted file]
tests/unit/map2/map_find_int_bronsonavltree.cpp [deleted file]
tests/unit/map2/map_find_int_cuckoo.cpp [deleted file]
tests/unit/map2/map_find_int_ellentree.cpp [deleted file]
tests/unit/map2/map_find_int_feldmanhashmap.cpp [deleted file]
tests/unit/map2/map_find_int_michael.cpp [deleted file]
tests/unit/map2/map_find_int_skip.cpp [deleted file]
tests/unit/map2/map_find_int_split.cpp [deleted file]
tests/unit/map2/map_find_int_std.cpp [deleted file]
tests/unit/map2/map_find_int_striped.cpp [deleted file]
tests/unit/map2/map_find_string.cpp [deleted file]
tests/unit/map2/map_find_string.h [deleted file]
tests/unit/map2/map_find_string_bronsonavltree.cpp [deleted file]
tests/unit/map2/map_find_string_cuckoo.cpp [deleted file]
tests/unit/map2/map_find_string_ellentree.cpp [deleted file]
tests/unit/map2/map_find_string_feldmanhashmap.cpp [deleted file]
tests/unit/map2/map_find_string_michael.cpp [deleted file]
tests/unit/map2/map_find_string_skip.cpp [deleted file]
tests/unit/map2/map_find_string_split.cpp [deleted file]
tests/unit/map2/map_find_string_std.cpp [deleted file]
tests/unit/map2/map_find_string_striped.cpp [deleted file]
tests/unit/map2/map_insdel_func.cpp [deleted file]
tests/unit/map2/map_insdel_func.h [deleted file]
tests/unit/map2/map_insdel_func_bronsonavltree.cpp [deleted file]
tests/unit/map2/map_insdel_func_cuckoo.cpp [deleted file]
tests/unit/map2/map_insdel_func_ellentree.cpp [deleted file]
tests/unit/map2/map_insdel_func_feldmanhashmap.cpp [deleted file]
tests/unit/map2/map_insdel_func_michael.cpp [deleted file]
tests/unit/map2/map_insdel_func_skip.cpp [deleted file]
tests/unit/map2/map_insdel_func_split.cpp [deleted file]
tests/unit/map2/map_insdel_func_striped.cpp [deleted file]
tests/unit/map2/map_insdel_int.cpp [deleted file]
tests/unit/map2/map_insdel_int.h [deleted file]
tests/unit/map2/map_insdel_int_bronsonavltree.cpp [deleted file]
tests/unit/map2/map_insdel_int_cuckoo.cpp [deleted file]
tests/unit/map2/map_insdel_int_ellentree.cpp [deleted file]
tests/unit/map2/map_insdel_int_feldmanhashmap.cpp [deleted file]
tests/unit/map2/map_insdel_int_michael.cpp [deleted file]
tests/unit/map2/map_insdel_int_skip.cpp [deleted file]
tests/unit/map2/map_insdel_int_split.cpp [deleted file]
tests/unit/map2/map_insdel_int_std.cpp [deleted file]
tests/unit/map2/map_insdel_int_striped.cpp [deleted file]
tests/unit/map2/map_insdel_item_int.cpp [deleted file]
tests/unit/map2/map_insdel_item_int.h [deleted file]
tests/unit/map2/map_insdel_item_int_bronsonavltree.cpp [deleted file]
tests/unit/map2/map_insdel_item_int_cuckoo.cpp [deleted file]
tests/unit/map2/map_insdel_item_int_ellentree.cpp [deleted file]
tests/unit/map2/map_insdel_item_int_feldmanhashmap.cpp [deleted file]
tests/unit/map2/map_insdel_item_int_michael.cpp [deleted file]
tests/unit/map2/map_insdel_item_int_skip.cpp [deleted file]
tests/unit/map2/map_insdel_item_int_split.cpp [deleted file]
tests/unit/map2/map_insdel_item_int_striped.cpp [deleted file]
tests/unit/map2/map_insdel_item_string.cpp [deleted file]
tests/unit/map2/map_insdel_item_string.h [deleted file]
tests/unit/map2/map_insdel_item_string_bronsonavltree.cpp [deleted file]
tests/unit/map2/map_insdel_item_string_cuckoo.cpp [deleted file]
tests/unit/map2/map_insdel_item_string_ellentree.cpp [deleted file]
tests/unit/map2/map_insdel_item_string_feldmanhashmap.cpp [deleted file]
tests/unit/map2/map_insdel_item_string_michael.cpp [deleted file]
tests/unit/map2/map_insdel_item_string_skip.cpp [deleted file]
tests/unit/map2/map_insdel_item_string_split.cpp [deleted file]
tests/unit/map2/map_insdel_item_string_striped.cpp [deleted file]
tests/unit/map2/map_insdel_string.cpp [deleted file]
tests/unit/map2/map_insdel_string.h [deleted file]
tests/unit/map2/map_insdel_string_bronsonavltree.cpp [deleted file]
tests/unit/map2/map_insdel_string_cuckoo.cpp [deleted file]
tests/unit/map2/map_insdel_string_ellentree.cpp [deleted file]
tests/unit/map2/map_insdel_string_feldmanhashmap.cpp [deleted file]
tests/unit/map2/map_insdel_string_michael.cpp [deleted file]
tests/unit/map2/map_insdel_string_skip.cpp [deleted file]
tests/unit/map2/map_insdel_string_split.cpp [deleted file]
tests/unit/map2/map_insdel_string_std.cpp [deleted file]
tests/unit/map2/map_insdel_string_striped.cpp [deleted file]
tests/unit/map2/map_insdelfind.cpp [deleted file]
tests/unit/map2/map_insdelfind.h [deleted file]
tests/unit/map2/map_insdelfind_bronsonavltree.cpp [deleted file]
tests/unit/map2/map_insdelfind_cuckoo.cpp [deleted file]
tests/unit/map2/map_insdelfind_ellentree.cpp [deleted file]
tests/unit/map2/map_insdelfind_feldmanhashmap.cpp [deleted file]
tests/unit/map2/map_insdelfind_michael.cpp [deleted file]
tests/unit/map2/map_insdelfind_skip.cpp [deleted file]
tests/unit/map2/map_insdelfind_split.cpp [deleted file]
tests/unit/map2/map_insdelfind_std.cpp [deleted file]
tests/unit/map2/map_insdelfind_striped.cpp [deleted file]
tests/unit/map2/map_insfind_int.cpp [deleted file]
tests/unit/map2/map_insfind_int.h [deleted file]
tests/unit/map2/map_insfind_int_bronsonavltree.cpp [deleted file]
tests/unit/map2/map_insfind_int_cuckoo.cpp [deleted file]
tests/unit/map2/map_insfind_int_ellentree.cpp [deleted file]
tests/unit/map2/map_insfind_int_feldmanhashmap.cpp [deleted file]
tests/unit/map2/map_insfind_int_michael.cpp [deleted file]
tests/unit/map2/map_insfind_int_skip.cpp [deleted file]
tests/unit/map2/map_insfind_int_split.cpp [deleted file]
tests/unit/map2/map_insfind_int_std.cpp [deleted file]
tests/unit/map2/map_insfind_int_striped.cpp [deleted file]
tests/unit/map2/map_type.h [deleted file]
tests/unit/map2/map_type_bronson_avltree.h [deleted file]
tests/unit/map2/map_type_cuckoo.h [deleted file]
tests/unit/map2/map_type_ellen_bintree.h [deleted file]
tests/unit/map2/map_type_feldman_hashmap.h [deleted file]
tests/unit/map2/map_type_lazy_list.h [deleted file]
tests/unit/map2/map_type_michael.h [deleted file]
tests/unit/map2/map_type_michael_list.h [deleted file]
tests/unit/map2/map_type_skip_list.h [deleted file]
tests/unit/map2/map_type_split_list.h [deleted file]
tests/unit/map2/map_type_std.h [deleted file]
tests/unit/map2/map_type_striped.h [deleted file]
tests/unit/map2/std_hash_map.h [deleted file]
tests/unit/map2/std_map.h [deleted file]