MSPriorityQueue refactoring, bug fix
authorkhizmax <libcds.dev@gmail.com>
Fri, 10 Oct 2014 04:51:54 +0000 (08:51 +0400)
committerkhizmax <libcds.dev@gmail.com>
Fri, 10 Oct 2014 04:51:54 +0000 (08:51 +0400)
commit5f808874933bc15ebb942aa176c3329465ce9984
tree0b0e4adf3f0b5e84f42fc02f8ef51be04801e76d
parentf18a70bbede4d78533b0d43c2d89b1a2f470887c
MSPriorityQueue refactoring, bug fix
15 files changed:
cds/container/mspriority_queue.h
cds/container/segmented_queue.h
cds/intrusive/mspriority_queue.h
change.log
projects/source.test-hdr.mk
tests/test-hdr/deque/hdr_fcdeque.cpp
tests/test-hdr/priority_queue/hdr_intrusive_mspqueue_dyn.cpp
tests/test-hdr/priority_queue/hdr_intrusive_mspqueue_static.cpp
tests/test-hdr/priority_queue/hdr_mspqueue_dyn.cpp
tests/test-hdr/priority_queue/hdr_mspqueue_static.cpp
tests/test-hdr/priority_queue/hdr_pqueue.h
tests/test-hdr/queue/hdr_segmented_queue.h
tests/test-hdr/stack/hdr_fcstack.cpp
tests/unit/pqueue/pqueue_type.h
tests/unit/stack/stack_type.h