X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=change.log;h=0fda6337ad71f1ac1b9610f3c543039d856ae609;hb=21b0278a3b655ee2688ac29122fc318fe9f34114;hp=126b3db50105ad02d8a8c69647cc4f8e3dcfed21;hpb=b838653c9623653f232b53a41e0b4c8cd61e0226;p=libcds.git diff --git a/change.log b/change.log index 126b3db5..0fda6337 100644 --- a/change.log +++ b/change.log @@ -3,6 +3,18 @@ - switch to C++11 standard - Removed: MichaelDeque, reason: the implementation is heavy-weighted, inefficient, and, seems, unstable. + - Added: new member function pop_with(Func) to cds::container::TreiberStack + - Added: new member functions enqueue_with(Func), dequeue_with(Func) to + cds::container::MSQueue + cds::container::MoirQueue + cds::container::BasketQueue + cds::container::OptimisticQueue + cds::container::RWQueue + cds::container::SegmentedQueue + cds::container::TsigasCycleQueue + cds::container::VyukovMPMCCycleQueue + - Added: new member functions push_with(Func) and pop_with(Func) to cds::container::MSPriorityQueue + - SegmentedQueue: add padding into segmented_queue::traits to eliminate false sharing. 1.6.0 23.09.2014 General release