Removed old map unit tests
authorkhizmax <libcds.dev@gmail.com>
Wed, 6 Apr 2016 21:41:36 +0000 (00:41 +0300)
committerkhizmax <libcds.dev@gmail.com>
Wed, 6 Apr 2016 21:41:36 +0000 (00:41 +0300)
commit3584c62b9f894a8e63d39b9ea90b012fa85bba78
tree4638783c7fff4e80f36a5dc7fd6c06e32eeb3bb5
parentb0c34f01f53c50aac53bbffc5582a64d983337d6
Removed old map unit tests
78 files changed:
projects/Win/vc14/cds.sln
projects/Win/vc14/hdr-test-map.vcxproj [deleted file]
projects/Win/vc14/hdr-test-map.vcxproj.filters [deleted file]
projects/source.test-hdr.mk
projects/source.test-hdr.offsetof.mk
tests/test-hdr/CMakeLists.txt
tests/test-hdr/map/hdr_cuckoo_map.cpp [deleted file]
tests/test-hdr/map/hdr_cuckoo_map.h [deleted file]
tests/test-hdr/map/hdr_feldman_hashmap.h [deleted file]
tests/test-hdr/map/hdr_feldman_hashmap_dhp.cpp [deleted file]
tests/test-hdr/map/hdr_feldman_hashmap_hp.cpp [deleted file]
tests/test-hdr/map/hdr_feldman_hashmap_rcu_gpb.cpp [deleted file]
tests/test-hdr/map/hdr_feldman_hashmap_rcu_gpi.cpp [deleted file]
tests/test-hdr/map/hdr_feldman_hashmap_rcu_gpt.cpp [deleted file]
tests/test-hdr/map/hdr_feldman_hashmap_rcu_shb.cpp [deleted file]
tests/test-hdr/map/hdr_feldman_hashmap_rcu_sht.cpp [deleted file]
tests/test-hdr/map/hdr_map.h [deleted file]
tests/test-hdr/map/hdr_michael_map_dhp.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_hp.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_lazy_dhp.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_lazy_hp.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_lazy_nogc.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_lazy_rcu_gpb.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_lazy_rcu_gpi.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_lazy_rcu_gpt.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_lazy_rcu_shb.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_lazy_rcu_sht.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_nogc.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_rcu_gpb.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_rcu_gpi.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_rcu_gpt.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_rcu_shb.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_rcu_sht.cpp [deleted file]
tests/test-hdr/map/hdr_refinable_hashmap_boost_flat_map.cpp [deleted file]
tests/test-hdr/map/hdr_refinable_hashmap_boost_list.cpp [deleted file]
tests/test-hdr/map/hdr_refinable_hashmap_boost_map.cpp [deleted file]
tests/test-hdr/map/hdr_refinable_hashmap_boost_unordered_map.cpp [deleted file]
tests/test-hdr/map/hdr_refinable_hashmap_hashmap_std.cpp [deleted file]
tests/test-hdr/map/hdr_refinable_hashmap_list.cpp [deleted file]
tests/test-hdr/map/hdr_refinable_hashmap_map.cpp [deleted file]
tests/test-hdr/map/hdr_refinable_hashmap_slist.cpp [deleted file]
tests/test-hdr/map/hdr_skiplist_map.h [deleted file]
tests/test-hdr/map/hdr_skiplist_map_dhp.cpp [deleted file]
tests/test-hdr/map/hdr_skiplist_map_hp.cpp [deleted file]
tests/test-hdr/map/hdr_skiplist_map_nogc.cpp [deleted file]
tests/test-hdr/map/hdr_skiplist_map_rcu.h [deleted file]
tests/test-hdr/map/hdr_skiplist_map_rcu_gpb.cpp [deleted file]
tests/test-hdr/map/hdr_skiplist_map_rcu_gpi.cpp [deleted file]
tests/test-hdr/map/hdr_skiplist_map_rcu_gpt.cpp [deleted file]
tests/test-hdr/map/hdr_skiplist_map_rcu_shb.cpp [deleted file]
tests/test-hdr/map/hdr_skiplist_map_rcu_sht.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_dhp.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_hp.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_lazy_dhp.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_lazy_hp.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_lazy_nogc.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_lazy_rcu_gpb.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_lazy_rcu_gpi.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_lazy_rcu_gpt.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_lazy_rcu_shb.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_lazy_rcu_sht.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_nogc.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_rcu_gpb.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_rcu_gpi.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_rcu_gpt.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_rcu_shb.cpp [deleted file]
tests/test-hdr/map/hdr_splitlist_map_rcu_sht.cpp [deleted file]
tests/test-hdr/map/hdr_striped_hashmap_boost_flat_map.cpp [deleted file]
tests/test-hdr/map/hdr_striped_hashmap_boost_list.cpp [deleted file]
tests/test-hdr/map/hdr_striped_hashmap_boost_map.cpp [deleted file]
tests/test-hdr/map/hdr_striped_hashmap_boost_unordered_map.cpp [deleted file]
tests/test-hdr/map/hdr_striped_hashmap_hashmap_std.cpp [deleted file]
tests/test-hdr/map/hdr_striped_hashmap_list.cpp [deleted file]
tests/test-hdr/map/hdr_striped_hashmap_map.cpp [deleted file]
tests/test-hdr/map/hdr_striped_hashmap_slist.cpp [deleted file]
tests/test-hdr/map/hdr_striped_map.h [deleted file]
tests/test-hdr/map/hdr_striped_map_reg.cpp [deleted file]
tests/test-hdr/map/print_skiplist_stat.h [deleted file]