Removed old set unit tests
authorkhizmax <libcds.dev@gmail.com>
Sat, 26 Mar 2016 14:40:47 +0000 (17:40 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 26 Mar 2016 14:40:47 +0000 (17:40 +0300)
commitcc36eb6fd0970a8ea7c8bfa3ebdf6b6dbd7739ac
tree159edf17dea6e02a10470349178e54f1015ad3b3
parentd5a609092b48d81c8a751f4df55b48aa3cfa80bb
Removed old set unit tests
165 files changed:
projects/Win/vc14/cds.sln
projects/Win/vc14/hdr-test-set.vcxproj [deleted file]
projects/Win/vc14/hdr-test-set.vcxproj.filters [deleted file]
projects/Win/vc14/hdr-test-striped-set.vcxproj [deleted file]
projects/Win/vc14/hdr-test-striped-set.vcxproj.filters [deleted file]
projects/source.test-hdr.mk
projects/source.test-hdr.offsetof.mk
tests/test-hdr/CMakeLists.txt
tests/test-hdr/set/hdr_cuckoo_set.cpp [deleted file]
tests/test-hdr/set/hdr_cuckoo_set.h [deleted file]
tests/test-hdr/set/hdr_feldman_hashset.h [deleted file]
tests/test-hdr/set/hdr_feldman_hashset_dhp.cpp [deleted file]
tests/test-hdr/set/hdr_feldman_hashset_hp.cpp [deleted file]
tests/test-hdr/set/hdr_feldman_hashset_rcu_gpb.cpp [deleted file]
tests/test-hdr/set/hdr_feldman_hashset_rcu_gpi.cpp [deleted file]
tests/test-hdr/set/hdr_feldman_hashset_rcu_gpt.cpp [deleted file]
tests/test-hdr/set/hdr_feldman_hashset_rcu_shb.cpp [deleted file]
tests/test-hdr/set/hdr_feldman_hashset_rcu_sht.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_cuckoo_refinable_set.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_cuckoo_set.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_cuckoo_set.h [deleted file]
tests/test-hdr/set/hdr_intrusive_feldman_hashset.h [deleted file]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_dhp.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_hp.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_gpb.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_gpi.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_gpt.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_shb.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_sht.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_dhp.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_dhp_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_hp.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_hp_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_nogc.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_nogc_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpb.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpb_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpi.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpi_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpt.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpt_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_rcu_shb.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_rcu_shb_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_rcu_sht.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_rcu_sht_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_refinable_hashset_avlset.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_refinable_hashset_list.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_refinable_hashset_set.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_refinable_hashset_sgset.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_refinable_hashset_slist.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_refinable_hashset_splayset.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_refinable_hashset_treapset.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_refinable_hashset_uset.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_set.h [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_dhp.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_dhp_member.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_hp.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_hp_member.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_nogc.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_nogc_member.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpb.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpb_member.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpi.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpi_member.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpt.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpt_member.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_rcu_shb.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_rcu_shb_member.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_rcu_sht.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_rcu_sht_member.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_set.h [deleted file]
tests/test-hdr/set/hdr_intrusive_skiplist_set_rcu.h [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_dhp.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_dhp_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_hp.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_hp_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_nogc.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_nogc_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpb.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpb_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpi.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpi_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpt.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpt_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_shb.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_shb_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_sht.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_sht_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_striped_hashset_avlset.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_striped_hashset_list.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_striped_hashset_set.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_striped_hashset_sgset.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_striped_hashset_slist.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_striped_hashset_splayset.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_striped_hashset_treapset.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_striped_hashset_uset.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_striped_set.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_striped_set.h [deleted file]
tests/test-hdr/set/hdr_michael_set_dhp.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_hp.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_lazy_dhp.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_lazy_hp.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_lazy_nogc.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_lazy_rcu_gpb.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_lazy_rcu_gpi.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_lazy_rcu_gpt.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_lazy_rcu_shb.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_lazy_rcu_sht.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_nogc.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_rcu_gpb.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_rcu_gpi.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_rcu_gpt.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_rcu_shb.cpp [deleted file]
tests/test-hdr/set/hdr_michael_set_rcu_sht.cpp [deleted file]
tests/test-hdr/set/hdr_refinable_hashset_boost_flat_set.cpp [deleted file]
tests/test-hdr/set/hdr_refinable_hashset_boost_list.cpp [deleted file]
tests/test-hdr/set/hdr_refinable_hashset_boost_set.cpp [deleted file]
tests/test-hdr/set/hdr_refinable_hashset_boost_stable_vector.cpp [deleted file]
tests/test-hdr/set/hdr_refinable_hashset_boost_unordered_set.cpp [deleted file]
tests/test-hdr/set/hdr_refinable_hashset_boost_vector.cpp [deleted file]
tests/test-hdr/set/hdr_refinable_hashset_hashset_std.cpp [deleted file]
tests/test-hdr/set/hdr_refinable_hashset_list.cpp [deleted file]
tests/test-hdr/set/hdr_refinable_hashset_set.cpp [deleted file]
tests/test-hdr/set/hdr_refinable_hashset_slist.cpp [deleted file]
tests/test-hdr/set/hdr_refinable_hashset_vector.cpp [deleted file]
tests/test-hdr/set/hdr_set.h [deleted file]
tests/test-hdr/set/hdr_skiplist_set.h [deleted file]
tests/test-hdr/set/hdr_skiplist_set_dhp.cpp [deleted file]
tests/test-hdr/set/hdr_skiplist_set_hp.cpp [deleted file]
tests/test-hdr/set/hdr_skiplist_set_nogc.cpp [deleted file]
tests/test-hdr/set/hdr_skiplist_set_rcu.h [deleted file]
tests/test-hdr/set/hdr_skiplist_set_rcu_gpb.cpp [deleted file]
tests/test-hdr/set/hdr_skiplist_set_rcu_gpi.cpp [deleted file]
tests/test-hdr/set/hdr_skiplist_set_rcu_gpt.cpp [deleted file]
tests/test-hdr/set/hdr_skiplist_set_rcu_shb.cpp [deleted file]
tests/test-hdr/set/hdr_skiplist_set_rcu_sht.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_dhp.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_hp.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_lazy_dhp.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_lazy_hp.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_lazy_nogc.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_lazy_rcu_gpb.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_lazy_rcu_gpi.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_lazy_rcu_gpt.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_lazy_rcu_shb.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_lazy_rcu_sht.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_nogc.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_rcu_gpb.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_rcu_gpi.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_rcu_gpt.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_rcu_shb.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_rcu_sht.cpp [deleted file]
tests/test-hdr/set/hdr_striped_hashset_boost_flat_set.cpp [deleted file]
tests/test-hdr/set/hdr_striped_hashset_boost_list.cpp [deleted file]
tests/test-hdr/set/hdr_striped_hashset_boost_set.cpp [deleted file]
tests/test-hdr/set/hdr_striped_hashset_boost_stable_vector.cpp [deleted file]
tests/test-hdr/set/hdr_striped_hashset_boost_unordered_set.cpp [deleted file]
tests/test-hdr/set/hdr_striped_hashset_boost_vector.cpp [deleted file]
tests/test-hdr/set/hdr_striped_hashset_hashset_std.cpp [deleted file]
tests/test-hdr/set/hdr_striped_hashset_list.cpp [deleted file]
tests/test-hdr/set/hdr_striped_hashset_set.cpp [deleted file]
tests/test-hdr/set/hdr_striped_hashset_slist.cpp [deleted file]
tests/test-hdr/set/hdr_striped_hashset_vector.cpp [deleted file]
tests/test-hdr/set/hdr_striped_set.h [deleted file]
tests/test-hdr/set/intrusive_cuckoo_set_common.h [deleted file]