Renamed MultiLevelHashSet/Map to FeldmanHashSet/Map
authorkhizmax <libcds.dev@gmail.com>
Tue, 20 Oct 2015 03:57:57 +0000 (06:57 +0300)
committerkhizmax <libcds.dev@gmail.com>
Tue, 20 Oct 2015 03:57:57 +0000 (06:57 +0300)
commit87974cb23acebee8e4f679d922e264cc08a9a4eb
treea74c2ae4e87b20300852d953b9783a8d84247c92
parent114f82020f14578a6e1a5b3956e21c5db6afa340
Renamed MultiLevelHashSet/Map to FeldmanHashSet/Map
189 files changed:
cds/container/details/feldman_hashmap_base.h [new file with mode: 0644]
cds/container/details/feldman_hashset_base.h [new file with mode: 0644]
cds/container/details/multilevel_hashmap_base.h [deleted file]
cds/container/details/multilevel_hashset_base.h [deleted file]
cds/container/feldman_hashmap_dhp.h [new file with mode: 0644]
cds/container/feldman_hashmap_hp.h [new file with mode: 0644]
cds/container/feldman_hashmap_rcu.h [new file with mode: 0644]
cds/container/feldman_hashset_dhp.h [new file with mode: 0644]
cds/container/feldman_hashset_hp.h [new file with mode: 0644]
cds/container/feldman_hashset_rcu.h [new file with mode: 0644]
cds/container/impl/feldman_hashmap.h [new file with mode: 0644]
cds/container/impl/feldman_hashset.h [new file with mode: 0644]
cds/container/impl/multilevel_hashmap.h [deleted file]
cds/container/impl/multilevel_hashset.h [deleted file]
cds/container/multilevel_hashmap_dhp.h [deleted file]
cds/container/multilevel_hashmap_hp.h [deleted file]
cds/container/multilevel_hashmap_rcu.h [deleted file]
cds/container/multilevel_hashset_dhp.h [deleted file]
cds/container/multilevel_hashset_hp.h [deleted file]
cds/container/multilevel_hashset_rcu.h [deleted file]
cds/intrusive/details/feldman_hashset_base.h [new file with mode: 0644]
cds/intrusive/details/multilevel_hashset_base.h [deleted file]
cds/intrusive/feldman_hashset_dhp.h [new file with mode: 0644]
cds/intrusive/feldman_hashset_hp.h [new file with mode: 0644]
cds/intrusive/feldman_hashset_rcu.h [new file with mode: 0644]
cds/intrusive/impl/feldman_hashset.h [new file with mode: 0644]
cds/intrusive/impl/multilevel_hashset.h [deleted file]
cds/intrusive/multilevel_hashset_dhp.h [deleted file]
cds/intrusive/multilevel_hashset_hp.h [deleted file]
cds/intrusive/multilevel_hashset_rcu.h [deleted file]
projects/Win/vc12/cds.sln
projects/Win/vc12/cds.vcxproj
projects/Win/vc12/cds.vcxproj.filters
projects/Win/vc12/hdr-test-map.vcxproj
projects/Win/vc12/hdr-test-map.vcxproj.filters
projects/Win/vc12/hdr-test-set.vcxproj
projects/Win/vc12/hdr-test-set.vcxproj.filters
projects/Win/vc12/unit-map-delodd.vcxproj
projects/Win/vc12/unit-map-find.vcxproj
projects/Win/vc12/unit-map-find.vcxproj.filters
projects/Win/vc12/unit-map-insdel-item.vcxproj
projects/Win/vc12/unit-map-insdel-item.vcxproj.filters
projects/Win/vc12/unit-map-insdel.vcxproj
projects/Win/vc12/unit-map-insdel.vcxproj.filters
projects/Win/vc12/unit-map-insdelfind.vcxproj
projects/Win/vc12/unit-set-delodd.vcxproj
projects/Win/vc12/unit-set-insdel.vcxproj
projects/Win/vc12/unit-set-insdel.vcxproj.filters
projects/Win/vc12/unit-set-insdelfind.vcxproj
projects/Win/vc14/cds.sln
projects/Win/vc14/cds.vcxproj
projects/Win/vc14/cds.vcxproj.filters
projects/Win/vc14/hdr-test-map.vcxproj
projects/Win/vc14/hdr-test-map.vcxproj.filters
projects/Win/vc14/hdr-test-set.vcxproj
projects/Win/vc14/hdr-test-set.vcxproj.filters
projects/Win/vc14/unit-map-delodd.vcxproj
projects/Win/vc14/unit-map-find.vcxproj
projects/Win/vc14/unit-map-find.vcxproj.filters
projects/Win/vc14/unit-map-insdel-item.vcxproj
projects/Win/vc14/unit-map-insdel-item.vcxproj.filters
projects/Win/vc14/unit-map-insdel.vcxproj
projects/Win/vc14/unit-map-insdel.vcxproj.filters
projects/Win/vc14/unit-map-insdelfind.vcxproj
projects/Win/vc14/unit-set-delodd.vcxproj
projects/Win/vc14/unit-set-insdel.vcxproj
projects/Win/vc14/unit-set-insdel.vcxproj.filters
projects/Win/vc14/unit-set-insdelfind.vcxproj
projects/source.test-hdr.mk
projects/source.unit.map.mk
projects/source.unit.set.mk
tests/data/test-debug.conf
tests/data/test-express.conf
tests/data/test.conf
tests/test-hdr/CMakeLists.txt
tests/test-hdr/map/hdr_feldman_hashmap.h [new file with mode: 0644]
tests/test-hdr/map/hdr_feldman_hashmap_dhp.cpp [new file with mode: 0644]
tests/test-hdr/map/hdr_feldman_hashmap_hp.cpp [new file with mode: 0644]
tests/test-hdr/map/hdr_feldman_hashmap_rcu_gpb.cpp [new file with mode: 0644]
tests/test-hdr/map/hdr_feldman_hashmap_rcu_gpi.cpp [new file with mode: 0644]
tests/test-hdr/map/hdr_feldman_hashmap_rcu_gpt.cpp [new file with mode: 0644]
tests/test-hdr/map/hdr_feldman_hashmap_rcu_shb.cpp [new file with mode: 0644]
tests/test-hdr/map/hdr_feldman_hashmap_rcu_sht.cpp [new file with mode: 0644]
tests/test-hdr/map/hdr_multilevel_hashmap.h [deleted file]
tests/test-hdr/map/hdr_multilevel_hashmap_dhp.cpp [deleted file]
tests/test-hdr/map/hdr_multilevel_hashmap_hp.cpp [deleted file]
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_gpb.cpp [deleted file]
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_gpi.cpp [deleted file]
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_gpt.cpp [deleted file]
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_shb.cpp [deleted file]
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_sht.cpp [deleted file]
tests/test-hdr/set/hdr_feldman_hashset.h [new file with mode: 0644]
tests/test-hdr/set/hdr_feldman_hashset_dhp.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_feldman_hashset_hp.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_feldman_hashset_rcu_gpb.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_feldman_hashset_rcu_gpi.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_feldman_hashset_rcu_gpt.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_feldman_hashset_rcu_shb.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_feldman_hashset_rcu_sht.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_feldman_hashset.h [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_dhp.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_hp.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_gpb.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_gpi.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_gpt.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_shb.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_sht.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_multilevel_hashset.h [deleted file]
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_dhp.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_hp.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_gpb.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_gpi.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_gpt.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_shb.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_sht.cpp [deleted file]
tests/test-hdr/set/hdr_multilevel_hashset.h [deleted file]
tests/test-hdr/set/hdr_multilevel_hashset_dhp.cpp [deleted file]
tests/test-hdr/set/hdr_multilevel_hashset_hp.cpp [deleted file]
tests/test-hdr/set/hdr_multilevel_hashset_rcu_gpb.cpp [deleted file]
tests/test-hdr/set/hdr_multilevel_hashset_rcu_gpi.cpp [deleted file]
tests/test-hdr/set/hdr_multilevel_hashset_rcu_gpt.cpp [deleted file]
tests/test-hdr/set/hdr_multilevel_hashset_rcu_shb.cpp [deleted file]
tests/test-hdr/set/hdr_multilevel_hashset_rcu_sht.cpp [deleted file]
tests/unit/map2/CMakeLists.txt
tests/unit/map2/map_defs.h
tests/unit/map2/map_delodd.cpp
tests/unit/map2/map_delodd.h
tests/unit/map2/map_delodd_feldmanhashmap.cpp [new file with mode: 0644]
tests/unit/map2/map_delodd_multilevelhashmap.cpp [deleted file]
tests/unit/map2/map_find_int.cpp
tests/unit/map2/map_find_int.h
tests/unit/map2/map_find_int_feldmanhashmap.cpp [new file with mode: 0644]
tests/unit/map2/map_find_int_multilevelhashmap.cpp [deleted file]
tests/unit/map2/map_find_string.cpp
tests/unit/map2/map_find_string.h
tests/unit/map2/map_find_string_feldmanhashmap.cpp [new file with mode: 0644]
tests/unit/map2/map_find_string_multilevelhashmap.cpp [deleted file]
tests/unit/map2/map_insdel_func.cpp
tests/unit/map2/map_insdel_func.h
tests/unit/map2/map_insdel_func_feldmanhashmap.cpp [new file with mode: 0644]
tests/unit/map2/map_insdel_func_multilevelhashmap.cpp [deleted file]
tests/unit/map2/map_insdel_int.cpp
tests/unit/map2/map_insdel_int.h
tests/unit/map2/map_insdel_int_feldmanhashmap.cpp [new file with mode: 0644]
tests/unit/map2/map_insdel_int_multilevelhashmap.cpp [deleted file]
tests/unit/map2/map_insdel_item_int.cpp
tests/unit/map2/map_insdel_item_int.h
tests/unit/map2/map_insdel_item_int_feldmanhashmap.cpp [new file with mode: 0644]
tests/unit/map2/map_insdel_item_int_multilevelhashmap.cpp [deleted file]
tests/unit/map2/map_insdel_item_string.cpp
tests/unit/map2/map_insdel_item_string.h
tests/unit/map2/map_insdel_item_string_feldmanhashmap.cpp [new file with mode: 0644]
tests/unit/map2/map_insdel_item_string_multilevelhashmap.cpp [deleted file]
tests/unit/map2/map_insdel_string.cpp
tests/unit/map2/map_insdel_string.h
tests/unit/map2/map_insdel_string_feldmanhashmap.cpp [new file with mode: 0644]
tests/unit/map2/map_insdel_string_multilevelhashmap.cpp [deleted file]
tests/unit/map2/map_insdelfind.cpp
tests/unit/map2/map_insdelfind.h
tests/unit/map2/map_insdelfind_feldmanhashmap.cpp [new file with mode: 0644]
tests/unit/map2/map_insdelfind_multilevelhashmap.cpp [deleted file]
tests/unit/map2/map_insfind_int.cpp
tests/unit/map2/map_insfind_int.h
tests/unit/map2/map_insfind_int_feldmanhashmap.cpp [new file with mode: 0644]
tests/unit/map2/map_insfind_int_multilevelhashmap.cpp [deleted file]
tests/unit/map2/map_type_feldman_hashmap.h [new file with mode: 0644]
tests/unit/map2/map_type_multilevel_hashmap.h [deleted file]
tests/unit/print_feldman_hashset_stat.h [new file with mode: 0644]
tests/unit/print_multilevel_hashset_stat.h [deleted file]
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_feldmanhashset.cpp [new file with mode: 0644]
tests/unit/set2/set_delodd_multilevelhashset.cpp [deleted file]
tests/unit/set2/set_insdel_func.cpp
tests/unit/set2/set_insdel_func.h
tests/unit/set2/set_insdel_func_feldmanhashset.cpp [new file with mode: 0644]
tests/unit/set2/set_insdel_func_multilevelhashset.cpp [deleted file]
tests/unit/set2/set_insdel_string.cpp
tests/unit/set2/set_insdel_string.h
tests/unit/set2/set_insdel_string_feldmanhashset.cpp [new file with mode: 0644]
tests/unit/set2/set_insdel_string_multilevelhashset.cpp [deleted file]
tests/unit/set2/set_insdelfind.cpp
tests/unit/set2/set_insdelfind.h
tests/unit/set2/set_insdelfind_feldmanhashset.cpp [new file with mode: 0644]
tests/unit/set2/set_insdelfind_multilevelhashset.cpp [deleted file]
tests/unit/set2/set_type_feldman_hashset.h [new file with mode: 0644]
tests/unit/set2/set_type_multilevel_hashset.h [deleted file]