intrusive::SplitListSet refactoring
authorkhizmax <libcds.dev@gmail.com>
Mon, 27 Oct 2014 07:24:39 +0000 (10:24 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 27 Oct 2014 07:24:39 +0000 (10:24 +0300)
commit372e17de394f8d3bd13f61ac2de4163faa2ae9af
tree86eb0369578b2880a0078a6e1d4eebeb4011cec6
parent4ef2637ef127297dd730acba1283dfc09ceb692c
intrusive::SplitListSet refactoring
16 files changed:
cds/intrusive/details/split_list_base.h
cds/intrusive/impl/lazy_list.h
cds/intrusive/michael_set.h
cds/intrusive/split_list.h
projects/Win/vc12/hdr-test-set.vcxproj
projects/Win/vc12/hdr-test-set.vcxproj.filters
tests/test-hdr/set/hdr_intrusive_set.h
tests/test-hdr/set/hdr_intrusive_splitlist_set_dhp.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_splitlist_set_dhp_lazy.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_splitlist_set_ptb.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_splitlist_set_ptb_lazy.cpp [deleted file]
tests/test-hdr/set/hdr_set.h
tests/test-hdr/set/hdr_splitlist_set_dhp.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_splitlist_set_lazy_dhp.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_splitlist_set_lazy_ptb.cpp [deleted file]
tests/test-hdr/set/hdr_splitlist_set_ptb.cpp [deleted file]