rename lazy_list_ptb.h to lazy_list_dhp.h
authorkhizmax <khizmax@gmail.com>
Thu, 23 Oct 2014 15:05:26 +0000 (19:05 +0400)
committerkhizmax <khizmax@gmail.com>
Thu, 23 Oct 2014 15:05:26 +0000 (19:05 +0400)
commitc08a6ea8673fb6e9fcfd8257a2886814836387e1
tree91591f59dd06beb20458a708e4c5a71e77c06c41
parent4422e69d0ad6fe825b9ab2ad5941b694895425f0
rename lazy_list_ptb.h to lazy_list_dhp.h
31 files changed:
cds/container/impl/lazy_kvlist.h
cds/container/impl/lazy_list.h
cds/container/lazy_kvlist_dhp.h [new file with mode: 0644]
cds/container/lazy_kvlist_ptb.h [deleted file]
cds/container/lazy_list_dhp.h [new file with mode: 0644]
cds/container/lazy_list_ptb.h [deleted file]
cds/container/split_list_set.h
cds/intrusive/impl/lazy_list.h
cds/intrusive/lazy_list_dhp.h [new file with mode: 0644]
cds/intrusive/lazy_list_ptb.h [deleted file]
projects/Win/vc12/cds.vcxproj
projects/Win/vc12/cds.vcxproj.filters
projects/Win/vc12/hdr-test-ordered-list.vcxproj
projects/Win/vc12/hdr-test-ordered-list.vcxproj.filters
tests/test-hdr/map/hdr_michael_map_lazy_ptb.cpp
tests/test-hdr/map/hdr_splitlist_map_lazy_ptb.cpp
tests/test-hdr/ordered_list/hdr_intrusive_lazy.h
tests/test-hdr/ordered_list/hdr_intrusive_lazy_dhp.cpp [new file with mode: 0644]
tests/test-hdr/ordered_list/hdr_intrusive_lazy_ptb.cpp [deleted file]
tests/test-hdr/ordered_list/hdr_lazy.h
tests/test-hdr/ordered_list/hdr_lazy_dhp.cpp [new file with mode: 0644]
tests/test-hdr/ordered_list/hdr_lazy_kv.h
tests/test-hdr/ordered_list/hdr_lazy_kv_dhp.cpp [new file with mode: 0644]
tests/test-hdr/ordered_list/hdr_lazy_kv_ptb.cpp [deleted file]
tests/test-hdr/ordered_list/hdr_lazy_ptb.cpp [deleted file]
tests/test-hdr/set/hdr_intrusive_michael_set_ptb_lazy.cpp
tests/test-hdr/set/hdr_intrusive_splitlist_set_ptb_lazy.cpp
tests/test-hdr/set/hdr_michael_set_lazy_ptb.cpp
tests/test-hdr/set/hdr_splitlist_set_lazy_ptb.cpp
tests/unit/map2/map_types.h
tests/unit/set2/set_types.h