MichaelMap refactoring
authorkhizmax <libcds.dev@gmail.com>
Sun, 26 Oct 2014 13:04:49 +0000 (16:04 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 26 Oct 2014 13:04:49 +0000 (16:04 +0300)
commit4ef2637ef127297dd730acba1283dfc09ceb692c
tree9074d4c5126e4ea3cbe4459a6fe82245220366a0
parent0d5bb2e6accdc40b5080ab16a76de5bd71b97779
MichaelMap refactoring
27 files changed:
cds/container/details/michael_map_base.h
cds/container/details/michael_set_base.h
cds/container/michael_map.h
cds/container/michael_map_nogc.h
cds/container/michael_map_rcu.h
projects/Win/vc12/hdr-test-map.vcxproj
projects/Win/vc12/hdr-test-map.vcxproj.filters
projects/source.test-hdr.mk
tests/test-hdr/map/hdr_map.h
tests/test-hdr/map/hdr_michael_map_dhp.cpp [new file with mode: 0644]
tests/test-hdr/map/hdr_michael_map_hp.cpp
tests/test-hdr/map/hdr_michael_map_lazy_dhp.cpp [new file with mode: 0644]
tests/test-hdr/map/hdr_michael_map_lazy_hp.cpp
tests/test-hdr/map/hdr_michael_map_lazy_nogc.cpp
tests/test-hdr/map/hdr_michael_map_lazy_ptb.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_lazy_rcu_gpb.cpp
tests/test-hdr/map/hdr_michael_map_lazy_rcu_gpi.cpp
tests/test-hdr/map/hdr_michael_map_lazy_rcu_gpt.cpp
tests/test-hdr/map/hdr_michael_map_lazy_rcu_shb.cpp
tests/test-hdr/map/hdr_michael_map_lazy_rcu_sht.cpp
tests/test-hdr/map/hdr_michael_map_nogc.cpp
tests/test-hdr/map/hdr_michael_map_ptb.cpp [deleted file]
tests/test-hdr/map/hdr_michael_map_rcu_gpb.cpp
tests/test-hdr/map/hdr_michael_map_rcu_gpi.cpp
tests/test-hdr/map/hdr_michael_map_rcu_gpt.cpp
tests/test-hdr/map/hdr_michael_map_rcu_shb.cpp
tests/test-hdr/map/hdr_michael_map_rcu_sht.cpp