cds::container::TreiberStack refactoring
authorkhizmax <khizmax@gmail.com>
Fri, 3 Oct 2014 14:14:10 +0000 (18:14 +0400)
committerkhizmax <khizmax@gmail.com>
Fri, 3 Oct 2014 14:14:10 +0000 (18:14 +0400)
commitf283f28b6ffbed9439ccbf10146f08fa53df8238
treee55b31829095ae481875d04bdebb3d3ea80262ab
parent4c89a9724eef392097b48cf125d47a88e32ffd0b
cds::container::TreiberStack refactoring
change PTB -> DHP in TreiberStack tests
Remove HRC tests
25 files changed:
cds/container/treiber_stack.h
cds/gc/dhp.h [new file with mode: 0644]
projects/Win/vc12/cds.vcxproj
projects/Win/vc12/cds.vcxproj.filters
projects/Win/vc12/hdr-test-stack.vcxproj
projects/source.test-hdr.mk
projects/source.test-hdr.offsetof.mk
tests/test-hdr/stack/hdr_elimination_stack_dhp.cpp [new file with mode: 0644]
tests/test-hdr/stack/hdr_elimination_stack_hp.cpp
tests/test-hdr/stack/hdr_elimination_stack_hrc.cpp [deleted file]
tests/test-hdr/stack/hdr_elimination_stack_ptb.cpp [deleted file]
tests/test-hdr/stack/hdr_intrusive_elimination_stack_dhp.cpp [new file with mode: 0644]
tests/test-hdr/stack/hdr_intrusive_elimination_stack_ptb.cpp [deleted file]
tests/test-hdr/stack/hdr_intrusive_treiber_stack.h
tests/test-hdr/stack/hdr_intrusive_treiber_stack_dhp.cpp [new file with mode: 0644]
tests/test-hdr/stack/hdr_intrusive_treiber_stack_ptb.cpp [deleted file]
tests/test-hdr/stack/hdr_treiber_stack.h
tests/test-hdr/stack/hdr_treiber_stack_dhp.cpp [new file with mode: 0644]
tests/test-hdr/stack/hdr_treiber_stack_hp.cpp
tests/test-hdr/stack/hdr_treiber_stack_hrc.cpp [deleted file]
tests/test-hdr/stack/hdr_treiber_stack_ptb.cpp [deleted file]
tests/unit/stack/intrusive_stack_defs.h
tests/unit/stack/intrusive_stack_type.h
tests/unit/stack/stack_defs.h
tests/unit/stack/stack_type.h