MultiLevelHashSet test, bugfixing
authorkhizmax <libcds.dev@gmail.com>
Sun, 18 Oct 2015 10:26:51 +0000 (13:26 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 18 Oct 2015 10:26:51 +0000 (13:26 +0300)
commit114f82020f14578a6e1a5b3956e21c5db6afa340
treea527bcc2a14677a4e3063d8d598466a7c6dffe4a
parentd771a88adaf209268effe18e7f3df3c91fc445a8
MultiLevelHashSet test, bugfixing
72 files changed:
.gitignore
build/build.sh
cds/container/details/multilevel_hashmap_base.h
cds/container/impl/multilevel_hashmap.h
cds/container/multilevel_hashmap_rcu.h
cds/intrusive/cuckoo_set.h
projects/Win/build-msbuild.cmd
projects/Win/build-vc14.cmd [new file with mode: 0644]
projects/Win/vc12/unit-set-delodd.vcxproj
projects/Win/vc14/unit-set-delodd.vcxproj
projects/source.unit.set.mk
tests/test-hdr/map/hdr_multilevel_hashmap.h
tests/test-hdr/map/hdr_multilevel_hashmap_dhp.cpp
tests/test-hdr/map/hdr_multilevel_hashmap_hp.cpp
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_gpb.cpp
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_gpi.cpp
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_gpt.cpp
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_shb.cpp
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_sht.cpp
tests/test-hdr/set/hdr_intrusive_multilevel_hashset.h
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_dhp.cpp
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_hp.cpp
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_gpb.cpp
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_gpi.cpp
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_gpt.cpp
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_shb.cpp
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_sht.cpp
tests/test-hdr/set/hdr_multilevel_hashset.h
tests/test-hdr/set/hdr_multilevel_hashset_dhp.cpp
tests/test-hdr/set/hdr_multilevel_hashset_hp.cpp
tests/test-hdr/set/hdr_multilevel_hashset_rcu_gpb.cpp
tests/test-hdr/set/hdr_multilevel_hashset_rcu_gpi.cpp
tests/test-hdr/set/hdr_multilevel_hashset_rcu_gpt.cpp
tests/test-hdr/set/hdr_multilevel_hashset_rcu_shb.cpp
tests/test-hdr/set/hdr_multilevel_hashset_rcu_sht.cpp
tests/unit/map2/map_defs.h
tests/unit/map2/map_delodd.h
tests/unit/map2/map_delodd_multilevelhashmap.cpp
tests/unit/map2/map_find_string.h
tests/unit/map2/map_find_string_multilevelhashmap.cpp
tests/unit/map2/map_insdel_func.h
tests/unit/map2/map_insdel_func_multilevelhashmap.cpp
tests/unit/map2/map_insdel_int.h
tests/unit/map2/map_insdel_int_multilevelhashmap.cpp
tests/unit/map2/map_insdel_item_int.h
tests/unit/map2/map_insdel_item_int_multilevelhashmap.cpp
tests/unit/map2/map_insdel_item_string.h
tests/unit/map2/map_insdel_item_string_multilevelhashmap.cpp
tests/unit/map2/map_insdel_string.h
tests/unit/map2/map_insdel_string_multilevelhashmap.cpp
tests/unit/map2/map_insdelfind.h
tests/unit/map2/map_insdelfind_multilevelhashmap.cpp
tests/unit/map2/map_insfind_int.h
tests/unit/map2/map_insfind_int_multilevelhashmap.cpp
tests/unit/map2/map_type_multilevel_hashmap.h
tests/unit/set2/CMakeLists.txt
tests/unit/set2/set_defs.h
tests/unit/set2/set_delodd.cpp
tests/unit/set2/set_delodd.h
tests/unit/set2/set_delodd_multilevelhashset.cpp [new file with mode: 0644]
tests/unit/set2/set_insdel_func.h
tests/unit/set2/set_insdel_func_multilevelhashset.cpp
tests/unit/set2/set_insdel_string.h
tests/unit/set2/set_insdel_string_multilevelhashset.cpp
tests/unit/set2/set_type_cuckoo.h
tests/unit/set2/set_type_ellen_bintree.h
tests/unit/set2/set_type_michael.h
tests/unit/set2/set_type_multilevel_hashset.h
tests/unit/set2/set_type_skip_list.h
tests/unit/set2/set_type_split_list.h
tests/unit/set2/set_type_std.h
tests/unit/set2/set_type_striped.h